Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 50 of 50) sorted by relevance

/linux-4.1.27/arch/m68k/fpsp040/
Dbinstr.S18 | 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 …]
Ddecbin.S33 | 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
Dbindec.S93 | The binstr routine is used to convert the LEN digit
/linux-4.1.27/arch/powerpc/boot/
Dstdlib.c24 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-4.1.27/net/bluetooth/
Decc.c111 u64 digit; in vli_num_bits() local
117 digit = vli[num_digits - 1]; in vli_num_bits()
118 for (i = 0; digit; i++) in vli_num_bits()
119 digit >>= 1; in vli_num_bits()
736 const u8 *digit = bytes + 8 * (NUM_ECC_DIGITS - 1 - i); in ecc_bytes2native() local
739 ((u64) digit[0] << 0) | in ecc_bytes2native()
740 ((u64) digit[1] << 8) | in ecc_bytes2native()
741 ((u64) digit[2] << 16) | in ecc_bytes2native()
742 ((u64) digit[3] << 24) | in ecc_bytes2native()
743 ((u64) digit[4] << 32) | in ecc_bytes2native()
[all …]
/linux-4.1.27/tools/testing/selftests/size/
Dget_size.c36 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-4.1.27/drivers/acpi/acpica/
Dexoparg1.c264 u64 digit; in acpi_ex_opcode_1A_1T_1R() local
337 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
342 (i < acpi_gbl_integer_nybble_width) && (digit > 0); in acpi_ex_opcode_1A_1T_1R()
347 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R()
367 digit >>= 4; in acpi_ex_opcode_1A_1T_1R()
378 digit = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
383 (i < acpi_gbl_integer_nybble_width) && (digit > 0); in acpi_ex_opcode_1A_1T_1R()
385 (void)acpi_ut_short_divide(digit, 10, &digit, in acpi_ex_opcode_1A_1T_1R()
398 if (digit > 0) { in acpi_ex_opcode_1A_1T_1R()
Dexconvrt.c289 u64 digit; in acpi_ex_convert_to_ascii() local
330 digit = integer; in acpi_ex_convert_to_ascii()
332 (void)acpi_ut_short_divide(digit, 10, &digit, in acpi_ex_convert_to_ascii()
/linux-4.1.27/lib/
Dstring_helpers.c178 int digit; in unescape_hex() local
184 num = digit = hex_to_bin(*q++); in unescape_hex()
185 if (digit < 0) in unescape_hex()
188 digit = hex_to_bin(*q); in unescape_hex()
189 if (digit >= 0) { in unescape_hex()
191 num = (num << 4) | digit; in unescape_hex()
Dvsprintf.c2474 char digit; in vsscanf() local
2614 digit = *str; in vsscanf()
2615 if (is_sign && digit == '-') in vsscanf()
2616 digit = *(str + 1); in vsscanf()
2618 if (!digit in vsscanf()
2619 || (base == 16 && !isxdigit(digit)) in vsscanf()
2620 || (base == 10 && !isdigit(digit)) in vsscanf()
2621 || (base == 8 && (!isdigit(digit) || digit > '7')) in vsscanf()
2622 || (base == 0 && !isdigit(digit))) in vsscanf()
/linux-4.1.27/Documentation/input/
Dyealink.txt91 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 segment 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,
Datarikbd.txt486 Any digit that is not a valid BCD digit should be treated as a 'don't care'
/linux-4.1.27/net/wireless/
Dgenregdb.awk75 if ($8 ~ /[[:digit:]]/) {
80 if ($7 ~ /[[:digit:]]/) {
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-ib_srp9 * 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-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-lpss_ltr28 represented as an 8-digit hexadecimal number.
40 as an 8-digit hexadecimal number.
Dsysfs-bus-event_source-devices-events25 where 'N' is a hex digit and the number '0xNNNN' shows the
Dsysfs-driver-hid-wiimote53 are each 2 bytes long (encoded as 4 digit hexadecimal value).
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S320 # 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-4.1.27/drivers/staging/panel/
Dlcd-panel-cgram.txt3 '\e[LG' followed by one digit from 0 to 7, representing the character
/linux-4.1.27/scripts/mod/
Dfile2alias.c1092 unsigned int digit; in do_amba_entry() local
1103 for (digit = 0; digit < 8; digit++) in do_amba_entry()
1105 (id >> (4 * (7 - digit))) & 0xf, in do_amba_entry()
1106 (mask >> (4 * (7 - digit))) & 0xf); in do_amba_entry()
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Drenesas,mtu2.txt21 channel, where "?" is the channel index expressed as one digit from "0" to
/linux-4.1.27/Documentation/rapidio/
Dsysfs.txt13 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-4.1.27/Documentation/isdn/
DREADME51 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
DREADME.HiSax349 string MUST NOT start with a digit or a small 'x'!
/linux-4.1.27/Documentation/
Dcrc32.txt31 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
Dsvga.txt14 ** remember its mode ID (the four-digit hexadecimal number) and then
Dapplying-patches.txt272 Kernels with 4-digit versions are -stable kernels. They contain small(ish)
Ddevices.txt3188 Note: /dev/X0R is <letter X>-<digit 0>-<letter R>.
Dkernel-parameters.txt3789 and Product ID values (4-digit hex numbers) and
/linux-4.1.27/Documentation/ia64/
Defirtc.txt34 the reference date is different. Year is the using the full 4-digit format.
/linux-4.1.27/drivers/parisc/
DKconfig93 present on B, C, J, L and N-class machines with 4-digit model
/linux-4.1.27/drivers/atm/
DKconfig263 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-4.1.27/Documentation/scsi/
Dadvansys.txt89 'deb' and the fourth hex digit specifies the debug level: 0 - F.
Daic7xxx.txt320 - The 12-digit TSID can be found on the white barcode-type label
Daic79xx.txt423 - The 12-digit TSID can be found on the white barcode-type label
Dtmscsim.txt49 fixes to people for testing, I create intermediate versions with a digit
DChangeLog.lpfc1570 3-digit HBAs. Also changed can_queue so midlayer will only
/linux-4.1.27/Documentation/acpi/
Dnamespace.txt196 two-digit decimal representation of an unsigned integer).
/linux-4.1.27/Documentation/networking/
Ddecnet.txt74 set with a single digit, 0=EndNode, 1=L1 Router and 2=L2 Router.
Darcnet-hardware.txt470 a: The first digit of the I/O address.
478 b: The second digit of the I/O address.
494 m: The first digit of the memory address.
/linux-4.1.27/sound/isa/
DKconfig406 ? is digit 0, 1, 2, 3 or 4. The firmware files can be found
/linux-4.1.27/drivers/net/ethernet/micrel/
Dksz884x.c6857 int digit; in get_mac_addr() local
6860 digit = hex_to_bin(macaddr[i]); in get_mac_addr()
6861 if (digit >= 0) in get_mac_addr()
6862 num = num * 16 + digit; in get_mac_addr()
/linux-4.1.27/Documentation/filesystems/
Dspufs.txt248 required length for the digit plus a newline character, subse-
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c6154 u8 digit; in bnx2x_format_ver() local
6165 digit = ((num & mask) >> shift); in bnx2x_format_ver()
6166 if (digit == 0 && remove_leading_zeros) { in bnx2x_format_ver()
6169 } else if (digit < 0xa) in bnx2x_format_ver()
6170 *str_ptr = digit + '0'; in bnx2x_format_ver()
6172 *str_ptr = digit - 0xa + 'a'; in bnx2x_format_ver()
/linux-4.1.27/Documentation/RCU/
Dtrace.txt203 o "kt" is the per-CPU kernel-thread state. The digit preceding
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt493 Effectively so all odd digit rp assignments in the loop were removed.
/linux-4.1.27/Documentation/security/
DSmack.txt338 other than a letter or digit, are reserved for use by the Smack development
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt744 parameter can be either a hex/digit number or a string corresponding
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt110 etc. If the name ends with a digit, then it will insert a dash: cx18-0,
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt225 ... any other 8-hex-digit mask ...