Searched defs:digits (Results 76 - 100 of 150) sorted by relevance

123456

/macosx-10.10/libresolv-57/
H A Dns_name.c55 static const char digits[] = "0123456789"; variable
[all...]
H A Dres_mkupdate.c705 static char digits[] = "0123456789"; variable
/macosx-10.10/nano-12/src/
H A Dutils.c34 int digits(size_t n) function
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkScale.h79 int digits; /* Number of significant digits to print in member in struct:TkScale
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkScale.h80 int digits; /* Number of significant digits to print member in struct:TkScale
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c564 static char digits[] = "0123456789abcdef0123456789ABCDEF"; local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationiterator.cpp687 CharString digits; local
743 appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode) argument
[all...]
H A DdecContext.h89 int32_t digits; /* working precision */ member in struct:__anon931
H A Dnfsubs.cpp643 DigitList digits; local
[all...]
H A Dplurrule.cpp1087 char digits[128]; local
[all...]
H A Dtzfmt.cpp399 UnicodeString digits = ns->getDescription(); local
605 TimeZoneFormat::setGMTOffsetDigits(const UnicodeString& digits, UErrorCode& status) { argument
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c794 static const char digits[] = "0123456789abcdef"; local
/macosx-10.10/expat-12/expat/xmlwf/
H A Dxmlwf.c574 static const XML_Char digits[] = T("0123456789"); local
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dshlex.h43 int digits; /* numerical value with word token */ member in struct:_shlex_
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_pax.c303 int digits, i, len, next_ten; local
1340 static const char digits[64] = local
[all...]
/macosx-10.10/pdisk-9/
H A Ddump.c209 int digits; local
265 dump_partition_entry(partition_map *entry, int type_length, int name_length, int digits) argument
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclUtil.c2146 char *digits = "0123456789"; local
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlwf.c523 static const XML_Char digits[] = T("0123456789"); local
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlwf.c475 static const XML_Char digits[] = T("0123456789"); local
/macosx-10.10/IOGraphics-485/tools/
H A Dmodelist.c62 UInt32 digits; member in struct:ModeInfo
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DLexer.cpp1230 LChar digits[10]; local
1271 LChar digits[10]; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A Delliptic.c1241 int j, digits, excess, max; local
[all...]
H A DgiantIntegers.c1032 int digits = 1 + (bits >> GIANT_LOG2_BITS_PER_DIGIT); local
1095 int digits = bits >> GIANT_LOG2_BITS_PER_DIGIT; local
1154 int digits = n >> GIANT_LOG2_BITS_PER_DIGIT; local
1240 unsigned digits = 1 + ((n-1) >> GIANT_LOG2_BITS_PER_DIGIT); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSEncoder.cpp187 unsigned char **digits = NULL; /* array of char * from encodeNumber */ local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Delliptic.c1241 int j, digits, excess, max; local
[all...]

Completed in 371 milliseconds

123456