Home
last modified time | relevance | path

Searched refs:division (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v6.1/arch/arm/lib/
Ddiv64.S84 @ 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...
Dlib1funcs.S56 @ 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-v6.1/scripts/coccinelle/misc/
Ddo_div.cocci2 /// 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."
Darray_size.cocci5 //# where there is a division of sizeof the array by the sizeof its first
7 //# division of the two sizeofs by ARRAY_SIZE.
/Linux-v6.1/drivers/input/keyboard/
Dlkkbd.c566 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-v6.1/Documentation/staging/
Dcrc32.rst5 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-v6.1/Documentation/admin-guide/device-mapper/
Ddm-service-time.rst60 the division and just compare the 'in-flight-size'.
62 2. If the paths have the same 'in-flight-size', skip the division
/Linux-v6.1/tools/perf/scripts/python/
Dmem-phys-addr.py6 from __future__ import division
/Linux-v6.1/Documentation/ABI/testing/
Ddevlink-resource-mlxsw9 and the second is a linear access table. The division
/Linux-v6.1/arch/powerpc/lib/
Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/Linux-v6.1/Documentation/arm/nwfpe/
Dnotes.rst31 moved to f4 to preserve it over the log(y) call. The division will be done
/Linux-v6.1/drivers/net/wireless/microchip/wilc1000/
DKconfig48 doesn't support SDIO time division interrupt.
/Linux-v6.1/arch/loongarch/
DMakefile70 cflags-y += $(call cc-option, -mno-check-zero-division)
/Linux-v6.1/arch/powerpc/boot/
Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dcpia2_devel.rst22 division of ST Microelectronics). There are two versions. The first is the
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dst,stm32-rcc.txt79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
/Linux-v6.1/drivers/s390/char/
Ddefkeymap.map102 keycode 97 = slash division
/Linux-v6.1/drivers/hwmon/
Daspeed-pwm-tacho.c441 u8 mode, u16 unit, u8 division) in aspeed_set_tacho_type_values() argument
445 (division << TYPE_CTRL_FAN_DIVISION)); in aspeed_set_tacho_type_values()
/Linux-v6.1/lib/
DKconfig.ubsan92 for integer division by zero. This is effectively redundant with the
/Linux-v6.1/Documentation/driver-api/tty/
Dmoxa-smartio.rst179 divisor This option sets the custom division.
/Linux-v6.1/Documentation/core-api/
Dtimekeeping.rst82 into seconds and nanoseconds. This can avoid an extra division
/Linux-v6.1/Documentation/hwmon/
Dabituguru-datasheet.rst204 connected through a division circuit. The currently known division circuits
Dpc87360.rst156 well as the values of the resistors used for division is left to the
/Linux-v6.1/arch/mips/
DMakefile65 cflags-y += $(call cc-option, -mno-check-zero-division)
/Linux-v6.1/Documentation/driver-api/
Dioctl.rst101 requires an expensive 64-bit division, a simple __u64 nanosecond value

12