/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32mp1.txt | 38 0x1: division by 2 39 0x2: division by 4 40 0x3: division by 8 45 0x1: division by 2 46 0x2: division by 3 47 0x3: division by 4 62 0x0: bypass (division by 1) 63 0x1: division by 2 64 0x2: division by 3 65 0x3: division by 4
|
/openbmc/entity-manager/src/ |
H A D | expression.cpp | 45 return Operation::division; in parseOperation() 67 case Operation::division: in evaluate()
|
H A D | expression.hpp | 29 division, enumerator
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | div64.S | 87 @ The division loop for needed upper bit positions. 103 @ The division loop for lower bit positions. 143 @ If possible, branch for another shift in the division loop. 190 @ eq -> division by 1: obvious enough...
|
H A D | lib1funcs.S | 42 @ at the left end of each 4 bit nibbles in the division loop 51 @ division loop. Continue shifting until the divisor is 138 @ division loop. Continue shifting until the divisor is 255 subs r2, r1, #1 @ division by 1 or -1 ?
|
/openbmc/linux/arch/arm/lib/ |
H A D | div64.S | 84 @ The division loop for needed upper bit positions. 100 @ The division loop for lower bit positions. 140 @ If possible, branch for another shift in the division loop. 187 @ eq -> division by 1: obvious enough...
|
H A D | lib1funcs.S | 56 @ at the left end of each 4 bit nibbles in the division loop 65 @ division loop. Continue shifting until the divisor is 152 @ division loop. Continue shifting until the divisor is 272 subs r2, r1, #1 @ division by 1 or -1 ?
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | do_div.cocci | 2 /// do_div() does a 64-by-32 division. 5 /// non-zero and be truncated to 0 for division on 64bit platforms. 62 msg="WARNING: do_div() does a 64-by-32 division, please consider using %s instead."
|
H A D | array_size.cocci | 5 //# where there is a division of sizeof the array by the sizeof its first 7 //# division of the two sizeofs by ARRAY_SIZE.
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | lkkbd.c | 566 int division; in lkkbd_reinit() local 585 for (division = 1; division <= 14; division++) in lkkbd_reinit() 587 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division)); in lkkbd_reinit()
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
H A D | feature-arm-idiv.inc | 1 TUNEVALID[idiv] = "ARM-state integer division instructions"
|
/openbmc/linux/Documentation/staging/ |
H A D | crc32.rst | 5 A CRC is a long-division remainder. You add the CRC to the message, 13 It's actually the same long division you learned in school, except that: 20 Like all division, the remainder is always smaller than the divisor. 34 Just like with ordinary division, you proceed one digit (bit) at a time. 35 Each step of the division you take one more digit (bit) of the dividend
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-service-time.rst | 60 the division and just compare the 'in-flight-size'. 62 2. If the paths have the same 'in-flight-size', skip the division
|
/openbmc/openbmc/poky/meta/recipes-graphics/graphene/files/ |
H A D | float-div.patch | 27 message('Cross-building, assuming IEEE 754 division:', ieee754_float_div)
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | 0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch | 29 # Check for __uint128_t (gcc) by checking for 128-bit division
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | mem-phys-addr.py | 6 from __future__ import division
|
/openbmc/u-boot/doc/ |
H A D | README.AX25 | 18 - RVM for multiplication and division instructions
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | devlink-resource-mlxsw | 9 and the second is a linear access table. The division
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | notes.rst | 31 moved to f4 to preserve it over the log(y) call. The division will be done
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | Kconfig | 48 doesn't support SDIO time division interrupt.
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 86 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | progressbar.py | 26 from __future__ import division
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,stm32-rcc.txt | 79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|