Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 46 of 46) sorted by relevance

/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_dtmf.c130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()
155 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
179 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
298 if ((strlen(dsp->dtmf.digits) + 1) in dsp_dtmf_goertzel_decode()
299 < sizeof(dsp->dtmf.digits)) { in dsp_dtmf_goertzel_decode()
300 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
301 dsp->dtmf.digits) + 1] = '\0'; in dsp_dtmf_goertzel_decode()
302 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
303 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
Ddsp_core.c671 u8 *digits = NULL; in dsp_function() local
728 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()
740 if (digits) { in dsp_function()
741 while (*digits) { in dsp_function()
747 __func__, *digits, dsp->name); in dsp_function()
748 k = *digits | DTMF_TONE_VAL; in dsp_function()
760 digits++; in dsp_function()
785 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()
787 while (*digits) { in dsp_function()
793 __func__, *digits, dsp->name); in dsp_function()
[all …]
Ddsp.h130 u8 digits[16]; /* dtmf result */ member
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvbusdeviceinfo.h107 int digits = 0; in vbuschannel_itoa() local
120 if (digits >= (int)sizeof(s)) in vbuschannel_itoa()
122 s[digits++] = (num % 10) + '0'; in vbuschannel_itoa()
125 if (remain < digits) { in vbuschannel_itoa()
134 i = digits; in vbuschannel_itoa()
140 return digits; in vbuschannel_itoa()
/linux-4.4.14/arch/m68k/fpsp040/
Dbindec.S44 | 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 …]
Ddecbin.S27 | digits, rather than 1 integer and 16 fraction digits.
32 | The mantissa digits will be converted with the decimal point
127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
128 | (i.e., all digits assumed left of the decimal point.)
144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
145 moveql #ESTRT,%d3 |counter to pick up digits
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
Dbinstr.S12 | Output: LEN bcd digits representing the 64-bit integer.
19 | LEN digits are formed.
121 clrw %d7 |set d7a to signal no digits done
/linux-4.4.14/arch/alpha/boot/
Dstdio.c50 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
54 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
84 tmp[i++] = digits[do_div(num, base)]; in number()
99 *str++ = digits[33]; in number()
/linux-4.4.14/arch/powerpc/boot/
Dstdio.c76 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
80 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
110 tmp[i++] = digits[do_div(num, base)]; in number()
125 *str++ = digits[33]; in number()
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
5 (';'). Each couple of digits represents a line, with 1-bits for each
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dphy.txt26 4 hex digits. This is the chip vendor OUI bits 3:18
28 4 hex digits. This is the chip vendor OUI bits 19:24,
/linux-4.4.14/drivers/acpi/acpica/
Dutprint.c145 const char *digits; in acpi_ut_put_number() local
150 digits = upper ? acpi_gbl_upper_hex_digits : acpi_gbl_lower_hex_digits; in acpi_ut_put_number()
158 *(pos++) = digits[digit_index]; in acpi_ut_put_number()
/linux-4.4.14/arch/x86/boot/
Dprintf.c47 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local
86 tmp[i++] = (digits[__do_div(num, base)] | locase); in number()
/linux-4.4.14/drivers/watchdog/
Docteon-wdt-main.c293 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() argument
298 for (d = 0; d < digits; d++) { in octeon_wdt_write_hex()
299 v = (value >> ((digits - d - 1) * 4)) & 0xf; in octeon_wdt_write_hex()
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt190 where T control the 3 letters display, and DDD the 3 digits display,
193 DDD (digits)
194 000 to 999 = display digits
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-platform-asus-laptop33 where T control the 3 letters display, and DDD the 3 digits display.
/linux-4.4.14/Documentation/input/
Dyealink.txt90 From a userspace perspective the world is separated into "digits" and "icons".
139 - If less characters are written than allowed, the remaining digits are
Datarikbd.txt478 YY ; year (2 least significant digits)
495 YY ; year (2 least significant digits)
/linux-4.4.14/net/wireless/
Dcore.c93 int wiphy_idx, taken = -1, digits; in cfg80211_dev_check_name() local
101 digits = 1; in cfg80211_dev_check_name()
103 digits++; in cfg80211_dev_check_name()
108 if (taken == strlen(PHY_NAME) + digits) in cfg80211_dev_check_name()
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt197 hex digits, and pairs of these digits provide the bytes in the
199 2/ otherwise a \ in the field must be followed by 3 octal digits
/linux-4.4.14/lib/
Dvsprintf.c957 int digits = put_dec_trunc8(temp, addr[index]) - temp; in ip4_string() local
959 if (digits < 3) in ip4_string()
961 if (digits < 2) in ip4_string()
965 while (digits--) in ip4_string()
966 *p++ = temp[digits]; in ip4_string()
/linux-4.4.14/Documentation/sound/oss/
Dbtaudio67 to 448 kHz. Yes, the number of digits is correct. The driver supports
/linux-4.4.14/drivers/net/ethernet/intel/
DKconfig26 in the format 123456-001 (six digits hyphen three digits).
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt60 function will examine a key's fingerprint to see if the hex digits given
76 Looking in /proc/keys, the last 8 hex digits of the key fingerprint are
/linux-4.4.14/drivers/scsi/
D53c700.scr41 ; The following represent status interrupts we use 3 hex digits for
D53c700_d.h_shipped44 ; The following represent status interrupts we use 3 hex digits for
/linux-4.4.14/Documentation/
Dunicode.txt108 system with 10 digits, and is written left-to-right, top-to-bottom.
Dcrc32.txt12 - We're working in binary, so the digits are only 0 and 1, and
Dkernel-parameters.txt7 punctuation and sorting digits before letters in a case insensitive
/linux-4.4.14/Documentation/isdn/
DREADME436 * 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.
DINTERFACE524 Additional digits are required.
627 parm.num = ASCII string containing charge-units (digits only).
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S328 clr.b DDSECOND(%a6) # clear flag for quotient digits
402 # need to add back divisor longword to current ms 3 digits of dividend
Dpfpsp.S2098 # OPERR : if ((k_factor > +17) || (dec. exp exceeds 3 digits))
Dfpsp.S2099 # OPERR : if ((k_factor > +17) || (dec. exp exceeds 3 digits))
/linux-4.4.14/Documentation/scsi/
Dadvansys.txt88 first three hex digits of the pseudo I/O Port must be set to
Dncr53c8xx.txt650 characters and digits are allowed.
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c486 static char digits[] = "0123456789abcdef"; in tohex() local
494 result[i] = digits[x & 0xf]; in tohex()
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt36 device that displays digits), an additional index argument can be specified:
/linux-4.4.14/Documentation/filesystems/
Dvfat.txt71 that gets used is ':' and the four digits of hexadecimal
/linux-4.4.14/Documentation/blockdev/
Dparide.txt157 the last two digits of the drive's serial number (but read MicroSolutions'
/linux-4.4.14/Documentation/RCU/
Dtrace.txt310 o "j" is the low-order four hex digits of the jiffies counter.
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped959 /* skip digits in line # */
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1109 program which converts a command line of hex digits to ascii text. It can be
1110 compiled under linux and you can copy the hex digits from your x3270 terminal
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt518 The format is <major><minor> where both are two digits. So for example
/linux-4.4.14/Documentation/networking/
Darcnet-hardware.txt523 Note that this is binary with the digits reversed!
Dbonding.txt1028 Where the "xx" portion will be replaced with the digits from