/linux-3.4.99/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
|
D | bindec.S | 93 | The binstr routine is used to convert the LEN digit
|
/linux-3.4.99/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-3.4.99/drivers/acpi/acpica/ |
D | exoparg1.c | 265 u64 digit; in acpi_ex_opcode_1A_1T_1R() local 339 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R() 344 (i < acpi_gbl_integer_nybble_width) && (digit > 0); in acpi_ex_opcode_1A_1T_1R() 349 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R() 369 digit >>= 4; in acpi_ex_opcode_1A_1T_1R() 380 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R() 385 (i < acpi_gbl_integer_nybble_width) && (digit > 0); in acpi_ex_opcode_1A_1T_1R() 387 (void)acpi_ut_short_divide(digit, 10, &digit, in acpi_ex_opcode_1A_1T_1R() 400 if (digit > 0) { in acpi_ex_opcode_1A_1T_1R()
|
D | exconvrt.c | 289 u64 digit; in acpi_ex_convert_to_ascii() local 327 digit = integer; in acpi_ex_convert_to_ascii() 329 (void)acpi_ut_short_divide(digit, 10, &digit, in acpi_ex_convert_to_ascii()
|
/linux-3.4.99/Documentation/input/ |
D | yealink.txt | 91 A digit can have a character set, an icon can only be ON or OFF. 94 '8' : Generic 7 segment digit with individual addressable segments 96 Reduced capability 7 segm digit, when segments are hard wired together. 97 '1' : 2 segments digit only able to produce a 1. 98 'e' : Most significant day of the month digit, 100 'M' : Most significant minute digit,
|
D | atarikbd.txt | 486 Any digit that is not a valid BCD digit should be treated as a 'don't care'
|
/linux-3.4.99/lib/ |
D | vsprintf.c | 1863 char digit; in vsscanf() local 1991 digit = *str; in vsscanf() 1992 if (is_sign && digit == '-') in vsscanf() 1993 digit = *(str + 1); in vsscanf() 1995 if (!digit in vsscanf() 1996 || (base == 16 && !isxdigit(digit)) in vsscanf() 1997 || (base == 10 && !isdigit(digit)) in vsscanf() 1998 || (base == 8 && (!isdigit(digit) || digit > '7')) in vsscanf() 1999 || (base == 0 && !isdigit(digit))) in vsscanf()
|
/linux-3.4.99/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-3.4.99/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 3 '\e[LG' followed by one digit from 0 to 7, representing the character
|
/linux-3.4.99/Documentation/rapidio/ |
D | sysfs.txt | 13 nn - two-digit hexadecimal ID of RapidIO network where the device resides 15 iiii - four-digit device destID for endpoints, or switchID for switches
|
/linux-3.4.99/scripts/mod/ |
D | file2alias.c | 1014 unsigned int digit; in do_amba_entry() local 1023 for (digit = 0; digit < 8; digit++) in do_amba_entry() 1025 (id->id >> (4 * (7 - digit))) & 0xf, in do_amba_entry() 1026 (id->mask >> (4 * (7 - digit))) & 0xf); in do_amba_entry()
|
/linux-3.4.99/Documentation/isdn/ |
D | README | 51 applies to German 1TR6-type lines. This is a one-digit string, 362 (For 1TR6 a single digit is allowed, for Euro-ISDN the number is your 435 ? one arbitrary digit 438 [1-5] one digit between '1' and '5' 567 configured to a 1TR6-type EAZ (one digit). The mapping is also valid
|
/linux-3.4.99/Documentation/ |
D | crc32.txt | 31 Just like with ordinary division, you proceed one digit (bit) at a time. 32 Each step of the division you take one more digit (bit) of the dividend
|
D | svga.txt | 14 ** remember its mode ID (the four-digit hexadecimal number) and then
|
/linux-3.4.99/Documentation/ia64/ |
D | efirtc.txt | 34 the reference date is different. Year is the using the full 4-digit format.
|
/linux-3.4.99/drivers/parisc/ |
D | Kconfig | 93 present on B, C, J, L and N-class machines with 4-digit model
|
/linux-3.4.99/drivers/atm/ |
D | Kconfig | 263 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file 287 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
|
/linux-3.4.99/drivers/staging/telephony/ |
D | ixj.h | 180 unsigned int digit:4; member
|
/linux-3.4.99/Documentation/scsi/ |
D | advansys.txt | 89 'deb' and the fourth hex digit specifies the debug level: 0 - F.
|
D | aic7xxx.txt | 320 - The 12-digit TSID can be found on the white barcode-type label
|
/linux-3.4.99/sound/isa/ |
D | Kconfig | 394 ? is digit 0, 1, 2, 3 or 4. The firmware files can be found
|
/linux-3.4.99/Documentation/networking/ |
D | decnet.txt | 74 set with a single digit, 0=EndNode, 1=L1 Router and 2=L2 Router.
|
/linux-3.4.99/drivers/acpi/ |
D | Kconfig | 268 Enter a 4-digit year, e.g., 2001, to disable ACPI by default
|