| /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 ?
|
| /linux/scripts/coccinelle/misc/ |
| 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.
|
| 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."
|
| /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()
|
| /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
|
| /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
|
| /linux/Documentation/ABI/testing/ |
| H A D | devlink-resource-mlxsw | 9 and the second is a linear access table. The division
|
| /linux/arch/powerpc/lib/ |
| H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
| /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
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | Kconfig | 48 doesn't support SDIO time division interrupt.
|
| /linux/arch/powerpc/boot/ |
| H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 144 * divmul32: includes 32-bit division, multiplication, and modulo instructions. 145 * divmul64: includes divmul32, plus 64-bit division, multiplication, 351 result in division by zero, the destination register is instead set to zero. 386 of the "divmul32" conformance group, and division, multiplication, and 389 The division and modulo operations support both unsigned and signed flavors. 404 etc. This specification requires that signed modulo MUST use truncated division
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 137 cflags-y += $(call cc-option, -mno-check-zero-division -fno-isolate-erroneous-paths-dereference)
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 102 keycode 97 = slash division
|
| /linux/drivers/hwmon/ |
| H A D | aspeed-pwm-tacho.c | 444 u8 mode, u16 unit, u8 division) in aspeed_set_tacho_type_values() argument 448 (division << TYPE_CTRL_FAN_DIVISION)); in aspeed_set_tacho_type_values()
|
| /linux/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 179 divisor This option sets the custom division.
|
| /linux/tools/perf/scripts/python/ |
| H A D | intel-pt-events.py | 14 from __future__ import division, print_function
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 82 into seconds and nanoseconds. This can avoid an extra division
|
| /linux/lib/ |
| H A D | Kconfig.ubsan | 105 for integer division by zero. This is effectively redundant with the
|
| /linux/Documentation/hwmon/ |
| H A D | pc87360.rst | 156 well as the values of the resistors used for division is left to the
|
| /linux/Documentation/driver-api/ |
| H A D | ioctl.rst | 101 requires an expensive 64-bit division, a simple __u64 nanosecond value
|
| /linux/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 574 Clock division ratio. Valid ranges are from 0x5 (1.31ms)
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cgroups.rst | 102 the division of tasks into cgroups is distinctly different for 104 hierarchy to be a natural division of tasks, without having to handle
|
| /linux/Documentation/bpf/ |
| H A D | bpf_design_QA.rst | 148 to be safe from division by zero (and legacy exception path
|