Searched refs:digits (Results 126 - 150 of 255) sorted by relevance

1234567891011

/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c542 BDIGIT *digits; local
547 digits = RBIGNUM_DIGITS(big);
549 MEMCPY(digits, ptr, char, DEFAULT_SEED_LEN);
552 digits[len] =
554 digits[len-2] <= 1 && digits[len-1] == 0
556 digits[len-1] <= 1
H A Dbignum.c134 RBIGNUM(big)->as.heap.digits = ds;
140 ds = RBIGNUM(big)->as.heap.digits;
150 RBIGNUM(big)->as.heap.digits = ALLOC_N(BDIGIT, len);
153 REALLOC_N(RBIGNUM(big)->as.heap.digits, BDIGIT, len);
176 RBIGNUM(big)->as.heap.digits = ALLOC_N(BDIGIT, len);
292 BDIGIT *digits; local
296 digits = BDIGITS(big);
298 digits[i++] = BIGLO(num);
303 while (--i && !digits[i]) ;
489 BDIGIT *digits; local
815 BDIGIT *digits; local
1325 BDIGIT *digits; local
[all...]
H A Dmarshal.c1567 BDIGIT *digits; local
1579 digits = RBIGNUM_DIGITS(big);
1580 MEMCPY(digits, RSTRING_PTR(data), char, len * 2);
1583 MEMZERO((char *)digits + len * 2, char,
1588 unsigned char *p = (unsigned char *)digits;
1601 *digits++ = num;
/macosx-10.9.5/CF-855.17/
H A DCFUUID.c324 static void _intToHexChars(UInt32 in, UniChar *out, int digits) { argument
328 while (--digits >= 0) {
329 shift = digits << 2;
424 // First segment (4 bytes, 8 digits + 1 dash)
432 // Second segment (2 bytes, 4 digits + 1 dash)
438 // Third segment (2 bytes, 4 digits + 1 dash)
444 // Fourth segment (2 bytes, 4 digits + 1 dash)
450 // Fifth segment (6 bytes, 12 digits)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddecimfmt.h74 * Indic digits. It also supports different flavors of numbers, including
157 * digits. The symbols are stored in a DecimalFormatSymbols
283 * prefix and suffix; the number of digits, minimal digits, and other
287 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
298 * integer digits to make large numbers more legible. It commonly used for
300 * size</em> is the number of digits between the grouping separators, such as 3
302 * grouping sizes: One used for the least significant integer digits, the
359 * <li>In place of '0', the digits '1' through '9' may be used to
366 * decimal digits, a
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_utilities.c794 static const char digits[] = "0123456789abcdef"; local
796 if (p = strchr(digits, tolower(c)))
797 return p - digits;
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorValues.cpp139 bool readHexDigits(const UChar* start, const UChar* end, const UChar** tokenEnd, int digits) argument
141 if (end - start < digits)
143 for (int i = 0; i < digits; ++i) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c206 char digits[] = { '0', '1', '2', '3', '4', '5', '6', '7', local
226 *scan++ = digits[binaryDigit1];
227 *scan++ = digits[binaryDigit2];
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlwf.c523 static const XML_Char digits[] = T("0123456789"); local
524 const XML_Char *s = tcschr(digits, name[i]);
528 cp += s - digits;
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlwf.c475 static const XML_Char digits[] = T("0123456789"); local
476 const XML_Char *s = tcschr(digits, name[i]);
480 cp += s - digits;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotscada.tcl215 scale .c.scalea -orient vertical -from 0.10 -to 0.0 -variable ratea -tickinterval 0.02 -digits 3 -resolution 0.001
216 scale .c.scaleb -orient vertical -from 0.10 -to 0.0 -variable rateb -tickinterval 0.02 -digits 3 -resolution 0.001
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dr.vim48 " identifier with leading period, one or more digits, and at least one non-digit keyword character
H A Dslice.vim49 " flag an octal number with wrong digits
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dprintf.c566 static char digits[] = "0123456789abcdef0123456789ABCDEF"; local
580 *p-- = digits[(u % base)+capitals];
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DSQLAnywhere.pm103 The C<TIMESTAMP> data type supports up to 6 digits after the decimal point for
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DNSAP.pm153 # NUM_BYTES * 2 digits), adding leading zeros if necessary.
161 my $digits = $bytes * 2;
162 $string = sprintf("%${digits}s", $string);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME89 1. Changed the number lookup to set the denominator to 1 in cases of digits.
134 4. Fixed a problem with the bidi algorithm reordering weak (digits and number
214 3. Fixed a bad range check for hex digits in ucgendat.c.
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DClipboardUtilitiesWin.cpp258 #define MAKE_NUMBER_FORMAT_1(digits) MAKE_NUMBER_FORMAT_2(digits)
259 #define MAKE_NUMBER_FORMAT_2(digits) "%0" #digits "u"
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/strings/
H A Dapr_snprintf.c78 * the number of digits is specified by ndigit
584 * Make sure the exponent has at least 2 digits
623 register const char *digits = (format == 'X') ? upper_digits : low_digits; local
626 *--p = digits[num & mask];
642 register const char *digits = (format == 'X') ? upper_digits : low_digits; local
648 *--p = digits[num & mask];
/macosx-10.9.5/apr-30/apr/apr/strings/
H A Dapr_snprintf.c78 * the number of digits is specified by ndigit
584 * Make sure the exponent has at least 2 digits
623 register const char *digits = (format == 'X') ? upper_digits : low_digits; local
626 *--p = digits[num & mask];
642 register const char *digits = (format == 'X') ? upper_digits : low_digits; local
648 *--p = digits[num & mask];
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmprintf.c94 /* Lower-case digits. */
97 /* Upper-case digits. */
519 /* Base-36 digits for numbers. */
520 const char *digits = lower_digits; local
649 digits = (p->flags & FLAGS_UPPER)? upper_digits : lower_digits;
685 *w-- = digits[num % base];
796 digits = (p->flags & FLAGS_UPPER)? upper_digits : lower_digits;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dstrftime.c370 the arabic digits in the ASCII range. One day there is perhaps a
371 more reliable way to accept other sets of digits. */
620 int digits; /* Max digits for numeric format. */ variable
786 digits = d > width ? d : width; \
789 digits = d > width ? d : width; \
1050 int padding = digits - (buf + (sizeof (buf) / sizeof (buf[0]))
1067 if ((size_t) digits >= maxsize - i)
1233 digits = 1;
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Dlabel.y243 %type <dig> digits
319 | '%' digits
380 digits: label
383 | digits TOKEN_DIGIT
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dplurrule.cpp451 char digits[128]; local
453 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
454 digits[i]='\0';
456 return((int32_t)atoi(digits));
/macosx-10.9.5/ruby-104/ruby/ext/json/generator/
H A Dgenerator.c108 const char *digits = "0123456789abcdef"; local
110 buf[2] = digits[character >> 12];
111 buf[3] = digits[(character >> 8) & 0xf];
112 buf[4] = digits[(character >> 4) & 0xf];
113 buf[5] = digits[character & 0xf];

Completed in 417 milliseconds

1234567891011