/linux-2.4.37.9/drivers/ide/ |
D | ide-proc.c | 195 int d, digits; in proc_ide_write_config() local 212 digits = 0; in proc_ide_write_config() 217 ++digits; in proc_ide_write_config() 219 if (!digits || (digits > 4) || (is_pci && reg > 0xff)) { in proc_ide_write_config() 227 digits = 0; in proc_ide_write_config() 232 ++digits; in proc_ide_write_config() 234 if (digits != 2 && digits != 4 && digits != 8) { in proc_ide_write_config() 247 if (is_pci && (reg & ((digits >> 1) - 1))) { in proc_ide_write_config() 254 …e_config: type=%c, reg=0x%x, val=0x%x, digits=%d\n", is_pci ? "PCI" : "non-PCI", reg, val, digits); in proc_ide_write_config() 260 switch (digits) { in proc_ide_write_config() [all …]
|
/linux-2.4.37.9/arch/mips/ite-boards/generic/ |
D | puts.c | 41 static const char digits[16] = "0123456789abcdef"; variable 122 putch(digits[ch]); in put64() 137 putch(digits[ch]); in put32()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | puts.c | 42 static const char digits[16] = "0123456789abcdef"; variable 127 putch(digits[ch]); in put64() 143 putch(digits[ch]); in put32()
|
/linux-2.4.37.9/arch/mips/jmr3927/common/ |
D | puts.c | 43 static const char digits[16] = "0123456789abcdef"; variable 150 putch(digits[ch]); in put64() 166 putch(digits[ch]); in put32()
|
/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/ |
D | puts.c | 24 static const char digits[16] = "0123456789abcdef"; variable 121 putch(digits[ch]); in put64() 136 putch(digits[ch]); in put32()
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | bindec.S | 44 | LEN is the number of digits to be displayed. The 45 | k-factor can dictate either the total number of digits, 46 | if it is a positive number, or the number of digits 54 | of decimal places needed to insure LEN integer digits 69 | significant digits. The excess digits are collected 85 | A13. Check for LEN digits. 86 | If the int operation results in more than LEN digits, 87 | or less than LEN -1 digits, adjust ILOG and repeat from 97 | The bcd digits are stored in the correct position in 102 | digits are stored in the final string. [all …]
|
D | decbin.S | 27 | digits, rather than 1 integer and 16 fraction digits. 32 | The mantissa digits will be converted with the decimal point 128 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits. 129 | (i.e., all digits assumed left of the decimal point.) 145 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part 146 moveql #ESTRT,%d3 |counter to pick up digits 158 dbf %d2,e_gd |if we have used all 3 digits, exit loop
|
D | binstr.S | 12 | Output: LEN bcd digits representing the 64-bit integer. 19 | LEN digits are formed. 122 clrw %d7 |set d7a to signal no digits done
|
/linux-2.4.37.9/lib/ |
D | vsprintf.c | 134 const char *digits; in number() local 139 digits = (type & LARGE) ? large_digits : small_digits; in number() 169 tmp[i++] = digits[do_div(num,base)]; in number() 195 *buf = digits[33]; in number()
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | misc-common.c | 56 static int _cvt(unsigned long val, char *buf, long radix, char *digits); 439 _cvt(unsigned long val, char *buf, long radix, char *digits) in _cvt() argument 450 *cp++ = digits[val % radix]; in _cvt()
|
/linux-2.4.37.9/net/atm/ |
D | proc.c | 685 int digits,num; in atm_proc_dev_register() local 689 digits = 0; in atm_proc_dev_register() 690 for (num = dev->number; num; num /= 10) digits++; in atm_proc_dev_register() 691 if (!digits) digits++; in atm_proc_dev_register() 693 dev->proc_name = kmalloc(strlen(dev->type) + digits + 2, GFP_ATOMIC); in atm_proc_dev_register()
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | prom.c | 357 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local 361 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number() 391 tmp[i++] = digits[do_div(num,base)]; in number() 405 *str++ = digits[33]; in number()
|
/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/ |
D | kgdb_io.c | 42 static const char digits[16] = "0123456789abcdef"; variable
|
/linux-2.4.37.9/Documentation/i2c/ |
D | proc-interface | 48 only 7-bit addresses are supported at this moment, two digits are
|
/linux-2.4.37.9/Documentation/sound/ |
D | btaudio | 67 to 448 kHz. Yes, the number of digits is correct. The driver supports
|
/linux-2.4.37.9/arch/ia64/sn/fakeprom/ |
D | README | 101 - a mem config entry consists of 8 hex digits. Each digit gives the
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 2098 # OPERR : if ((k_factor > +17) || (dec. exp exceeds 3 digits)) 13045 # 4. Subtract 16 to compensate for interpreting the mant as all integer digits. 13046 # (i.e., all digits assumed left of the decimal point.) 13062 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part 13063 mov.l &ESTRT,%d3 # counter to pick up digits 13071 dbf.w %d2,e_gd # if we have used all 3 digits, exit loop 13457 # LEN is the number of digits to be displayed. The # 13458 # k-factor can dictate either the total number of digits, # 13459 # if it is a positive number, or the number of digits # 13467 # of decimal places needed to insure LEN integer digits # [all …]
|
D | ilsp.S | 328 clr.b DDSECOND(%a6) # clear flag for quotient digits 402 # need to add back divisor longword to current ms 3 digits of dividend
|
/linux-2.4.37.9/Documentation/ |
D | unicode.txt | 71 system with 10 digits, and is written left-to-right, top-to-bottom.
|
D | hayes-esp.txt | 56 same as for the irq= option. Each divisor value is a series of hex digits,
|
/linux-2.4.37.9/drivers/scsi/ |
D | 53c700.scr | 41 ; The following represent status interrupts we use 3 hex digits for
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | bootsect.S | 379 movw $4, %cx # 4 hex digits
|
/linux-2.4.37.9/arch/i386/boot/ |
D | bootsect.S | 379 movw $4, %cx # 4 hex digits
|
/linux-2.4.37.9/Documentation/telephony/ |
D | ixj.txt | 384 We cannot currently play "dial-tone" and listen for DTMF digits at the 389 sound into the audio until you have gathered the DTMF digits.
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README | 436 * zero or arbitrary many digits 437 [123] one of the digits in the list 570 real MSN's (more digits) also, in which case the mapping will be ignored.
|