HomeSort by relevance Sort by last modified time
    Searched full:hexadecimal (Results 101 - 125 of 687) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/
e_log.h 62 * The hexadecimal values are the intended ones for the following
65 * to produce the hexadecimal values shown.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 250 lower-hexadecimal
451 upper-hexadecimal
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 502 * 0.25 /* binary -> hexadecimal */
512 * 0.25 /* binary -> hexadecimal */
521 * 0.25 /* binary -> hexadecimal */
528 * 0.25 /* binary -> hexadecimal */
591 * 0.25 /* binary -> hexadecimal */
  /external/icu4c/common/unicode/
ucnv_err.h 327 * hexadecimal representation of the illegal codepoints
331 * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal
337 * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal
343 * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal
436 * hexadecimal representation of the illegal bytes
  /external/strace/
strace.1 312 Print all non-ASCII strings in hexadecimal string format.
315 Print all strings in hexadecimal string format.
416 in hexadecimal. This is mostly useful if you don't trust the
430 Perform a full hexadecimal and ASCII dump of all the data read from
440 Perform a full hexadecimal and ASCII dump of all the data written to
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 320 * hexadecimal representation of the illegal codepoints
324 * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal
330 * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal
336 * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal
429 * hexadecimal representation of the illegal bytes
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 320 * hexadecimal representation of the illegal codepoints
324 * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal
330 * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal
336 * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal
429 * hexadecimal representation of the illegal bytes
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 320 * hexadecimal representation of the illegal codepoints
324 * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal
330 * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal
336 * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal
429 * hexadecimal representation of the illegal bytes
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 90 private static final char[] HEXADECIMAL = {
460 buffer[i * 2] = HEXADECIMAL[high];
461 buffer[(i * 2) + 1] = HEXADECIMAL[low];
  /external/llvm/include/llvm/ADT/
APFloat.h 54 The library reads hexadecimal floating point numbers as per C99,
57 caller. It also converts floating point numbers to hexadecimal
311 /* Write out a hexadecimal representation of the floating point
  /external/srtp/test/
rtpw.c 339 * read key from hexadecimal on command line into an octet string
347 "(should be %d hexadecimal digits, found %d)\n",
354 "(should be %d hexadecimal digits, found %u)\n",
  /bionic/libm/src/
s_expm1.c 106 * The hexadecimal values are the intended ones for the following
109 * to produce the hexadecimal values shown.
  /external/bison/lib/
strtol.c 246 zero, indicating octal or a leading "0x" or "0X", indicating hexadecimal.
421 hexadecimal digits. This is no error case. We return 0 and
  /external/chromium/testing/gtest/src/
gtest-printers.cc 268 // interpreted as another hexadecimal digit in its number. Break string to
294 // interpreted as another hexadecimal digit in its number. Break string to
  /external/collada/include/1.4/dom/
domImage.h 40 * The data child element contains a sequence of hexadecimal encoded binary
213 * The data child element contains a sequence of hexadecimal encoded binary
  /external/fdlibm/
s_expm1.c 102 * The hexadecimal values are the intended ones for the following
105 * to produce the hexadecimal values shown.
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 268 // interpreted as another hexadecimal digit in its number. Break string to
293 // interpreted as another hexadecimal digit in its number. Break string to
  /external/ppp/pppd/
md4.c 83 ** Print message digest buffer MDp as 32 hexadecimal digits.
86 ** Each byte is printed with high-order hexadecimal digit first.
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 238 lower-hexadecimal
250 upper-hexadecimal
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 257 // See if it could be a hexadecimal representation.
298 // See if it could be a hexadecimal representation
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 339 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
360 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-addr2line.1 157 In the first, hexadecimal addresses are specified on the command line,
161 In the second, \fBaddr2line\fR reads hexadecimal addresses from
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-addr2line.1 157 In the first, hexadecimal addresses are specified on the command line,
161 In the second, \fBaddr2line\fR reads hexadecimal addresses from
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-addr2line.1 157 In the first, hexadecimal addresses are specified on the command line,
161 In the second, \fBaddr2line\fR reads hexadecimal addresses from
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-addr2line.1 157 In the first, hexadecimal addresses are specified on the command line,
161 In the second, \fBaddr2line\fR reads hexadecimal addresses from

Completed in 799 milliseconds

1 2 3 45 6 7 8 91011>>