/Linux-v4.19/arch/m68k/fpsp040/ |
D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the 22 | digit formed will be assumed the least significant. This is 36 | into d2:d3. D1 will contain the bcd digit formed. 38 | A6. Test d7. If zero, the digit formed is the ms digit. If non- 39 | zero, it is the ls digit. Put the digit in its place in the 40 | upper word of d0. If it is the ls digit, write the word 50 | d1: temp used to form the digit 56 | d7: byte digit formation word;digit count {0,1} 78 moveql #1,%d7 |init d7 for second digit [all …]
|
D | decbin.S | 33 | assumed following the least-significant digit. 43 | SM = 0 a non-zero digit in the integer position 44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction 133 | (*) d0: temp digit storage 135 | (*) d2: digit count 153 mulul #TEN,%d1 |mul partial product by one digit place 154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0 156 addqb #4,%d3 |advance d3 to the next digit
|
/Linux-v4.19/arch/powerpc/boot/ |
D | stdlib.c | 24 int digit; in strtoull() local 27 digit = *ptr - '0'; in strtoull() 29 digit = *ptr - 'A' + 10; in strtoull() 31 digit = *ptr - 'a' + 10; in strtoull() 36 ret += digit; in strtoull()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exoparg1.c | 230 u64 digit; in acpi_ex_opcode_1A_1T_1R() local 303 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R() 308 (i < acpi_gbl_integer_nybble_width) && (digit > 0); in acpi_ex_opcode_1A_1T_1R() 313 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R() 333 digit >>= 4; in acpi_ex_opcode_1A_1T_1R() 344 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R() 349 (i < acpi_gbl_integer_nybble_width) && (digit > 0); in acpi_ex_opcode_1A_1T_1R() 351 (void)acpi_ut_short_divide(digit, 10, &digit, in acpi_ex_opcode_1A_1T_1R() 364 if (digit > 0) { in acpi_ex_opcode_1A_1T_1R()
|
D | utstrsuppt.c | 21 static acpi_status acpi_ut_strtoul_add64(u64 addend1, u32 digit, u64 *out_sum); 408 static acpi_status acpi_ut_strtoul_add64(u64 addend1, u32 digit, u64 *out_sum) in acpi_ut_strtoul_add64() argument 414 if ((addend1 > 0) && (digit > (ACPI_UINT64_MAX - addend1))) { in acpi_ut_strtoul_add64() 418 sum = addend1 + digit; in acpi_ut_strtoul_add64()
|
D | exconvrt.c | 262 u64 digit; in acpi_ex_convert_to_ascii() local 303 digit = integer; in acpi_ex_convert_to_ascii() 305 (void)acpi_ut_short_divide(digit, 10, &digit, in acpi_ex_convert_to_ascii()
|
/Linux-v4.19/tools/testing/selftests/size/ |
D | get_size.c | 36 unsigned int digit; in num_to_str() local 42 digit = num % 10; in num_to_str() 43 *(--buf) = digit + '0'; in num_to_str()
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-tables.rst | 52 - Keyboard digit 0 60 - Keyboard digit 1 68 - Keyboard digit 2 76 - Keyboard digit 3 84 - Keyboard digit 4 92 - Keyboard digit 5 100 - Keyboard digit 6 108 - Keyboard digit 7 116 - Keyboard digit 8 124 - Keyboard digit 9 [all …]
|
/Linux-v4.19/lib/ |
D | string_helpers.c | 182 int digit; in unescape_hex() local 188 num = digit = hex_to_bin(*q++); in unescape_hex() 189 if (digit < 0) in unescape_hex() 192 digit = hex_to_bin(*q); in unescape_hex() 193 if (digit >= 0) { in unescape_hex() 195 num = (num << 4) | digit; in unescape_hex()
|
D | vsprintf.c | 2909 char digit; in vsscanf() local 3108 digit = *str; in vsscanf() 3109 if (is_sign && digit == '-') in vsscanf() 3110 digit = *(str + 1); in vsscanf() 3112 if (!digit in vsscanf() 3113 || (base == 16 && !isxdigit(digit)) in vsscanf() 3114 || (base == 10 && !isdigit(digit)) in vsscanf() 3115 || (base == 8 && (!isdigit(digit) || digit > '7')) in vsscanf() 3116 || (base == 0 && !isdigit(digit))) in vsscanf()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 162 unsigned long digit = (value >> bits) & 0xf; in __puthex() local 164 if (digit < 0xA) in __puthex() 165 alpha[0] = '0' + digit; in __puthex() 167 alpha[0] = 'a' + (digit - 0xA); in __puthex()
|
/Linux-v4.19/Documentation/input/devices/ |
D | yealink.rst | 69 A digit can have a character set, an icon can only be ON or OFF. 73 '8' : Generic 7 segment digit with individual addressable segments 75 Reduced capability 7 segment digit, when segments are hard wired together. 76 '1' : 2 segments digit only able to produce a 1. 77 'e' : Most significant day of the month digit, 79 'M' : Most significant minute digit,
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 9 * id_ext, a 16-digit hexadecimal number specifying the eight 13 * ioc_guid, a 16-digit hexadecimal number specifying the eight 16 * dgid, a 32-digit hexadecimal number specifying the 18 * pkey, a four-digit hexadecimal number specifying the 20 * service_id, a 16-digit hexadecimal number specifying the 32 * initiator_ext, a 16-digit hexadecimal number specifying the
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-lpss_ltr | 28 represented as an 8-digit hexadecimal number. 40 as an 8-digit hexadecimal number.
|
D | sysfs-uevent | 18 format where 'x' is a hex digit. The UUID is considered to be
|
D | sysfs-bus-rapidio | 7 nn - two-digit hexadecimal ID of RapidIO network where the 10 iiii - four-digit device destID for endpoints, or switchID for
|
D | sysfs-bus-event_source-devices-events | 25 where 'N' is a hex digit and the number '0xNNNN' shows the
|
D | sysfs-driver-hid-wiimote | 53 are each 2 bytes long (encoded as 4 digit hexadecimal value).
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 320 # In this algorithm, the divisor is treated as a 2 digit (word) number 321 # which is divided into a 3 digit (word) dividend to get one quotient 322 # digit (word). After subtraction, the dividend is shifted and the 324 # 'normalized' so that the process of estimating the quotient digit 341 # The comments use subscripts for the first quotient digit determination. 388 # the 3 digit (word) result with the current dividend words 400 bcc ldd2nd # no carry, do next quotient digit 418 # first quotient digit now correct. store digit and shift the 426 st DDSECOND(%a6) # second digit 431 # shift down one word/digit to renormalize remainder.
|
/Linux-v4.19/Documentation/auxdisplay/ |
D | lcd-panel-cgram.txt | 3 '\e[LG' followed by one digit from 0 to 7, representing the character
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 21 channel, where "?" is the channel index expressed as one digit from "0" to
|
/Linux-v4.19/scripts/mod/ |
D | file2alias.c | 1163 unsigned int digit; in do_amba_entry() local 1174 for (digit = 0; digit < 8; digit++) in do_amba_entry() 1176 (id >> (4 * (7 - digit))) & 0xf, in do_amba_entry() 1177 (mask >> (4 * (7 - digit))) & 0xf); in do_amba_entry()
|
/Linux-v4.19/crypto/ |
D | ecc.c | 151 u64 digit; in vli_num_bits() local 157 digit = vli[num_digits - 1]; in vli_num_bits() 158 for (i = 0; digit; i++) in vli_num_bits() 159 digit >>= 1; in vli_num_bits()
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-ioc-adap-g-phys-addr.rst | 62 represent a digit of the physical address a.b.c.d where the most
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | cnxt,cx92755-pinctrl.txt | 60 is an uppercase character from 'A' to 'R', and y is a digit from 0 to 7.
|