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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/CBackend/
2003-06-11-HexConstant.ll 3 ; Make sure hex constant does not continue into a valid hexadecimal letter/number
  /device/samsung/tuna/
README.mms144_ts 11 in hexadecimal or equivalent format, provided this copyright notice is
  /external/clang/test/Lexer/
hexfloat.cpp 3 float f = 0x1p+1; // expected-warning{{hexadecimal floating constants are a C99 feature}}
rdr-6096838-2.c 5 long double d = 0x0.0000003ffffffff00000p-16357L; /* expected-warning {{ hexadecimal floating constants are a C99 feature }} */
c90.c 5 0x0p-1 /* expected-error {{hexadecimal floating constants are a C99 feature}} */
  /external/iptables/extensions/
libxt_CLASSIFY.man 5 hexadecimal even if no 0x prefix is given.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 86 int page; /* number of requested page (hexadecimal) */
87 int hour; /* requested hour (hexadecimal) */
88 int minute; /* requested minute (hexadecimal) */
107 int pagenum; /* number of page (hexadecimal) */
108 int hour; /* hour (hexadecimal) */
109 int minute; /* minute (hexadecimal) */
  /external/qemu/android/utils/
misc.h 56 /** DECIMAL AND HEXADECIMAL CHARACTER SEQUENCES
59 /* decodes a sequence of 'len' hexadecimal chars from 'hex' into
64 /* encodes an integer 'val' into 'len' hexadecimal charaters into 'hex' */
  /external/srtp/crypto/test/
aes_calc.c 60 "(should be %d hexadecimal digits, found %u)\n",
69 "(should be %d hexadecimal digits, found %d)\n",
78 "(should be %d hexadecimal digits, found %u)\n",
87 "(should be %d hexadecimal digits, found %d)\n",
  /external/apache-http/src/org/apache/commons/codec/binary/
package.html 18 Base64, Binary, and Hexadecimal String encoding and decoding.
  /external/llvm/test/MC/AsmParser/
exprs-invalid.s 7 // CHECK-ERRORS: error: invalid hexadecimal number
  /frameworks/base/core/java/android/animation/
package.html 5 to animate object properties of any type. <code>int</code>, <code>float</code>, and hexadecimal
  /external/ppp/pppd/
md4.h 49 ** Prints message digest buffer MD as 32 hexadecimal digits.
52 ** Each byte is printed with high-order hexadecimal digit first.
  /external/webkit/Source/WebCore/platform/
UUID.h 38 // Creates a UUID that consists of 32 hexadecimal digits and returns its canonical form.
40 // The hexadecimal values "a" through "f" are output as lower case characters.
44 // data source. Version 4 UUIDs have the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx with hexadecimal digits for x and one of 8,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
Hex.java 54 * Quickly converts a byte array to a hexadecimal string representation.
76 * Quickly converts a hexadecimal string to a byte array.
116 throw new IllegalArgumentException("Invalid hexadecimal digit: " + hexString);
  /external/chromium/base/
md5.h 61 // Converts a digest into human-readable hexadecimal.
64 // Returns the MD5 (in hexadecimal) of a string.
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_v1_5_decode.c 69 /* There was no octet with hexadecimal value 0x00 to separate ps from m,
82 /* There was no octet with hexadecimal value 0x00 to separate ps from m. */
  /external/openssl/crypto/des/
des.pod 55 a 16 character hexadecimal checksum, generated via the
133 Generate a 16 character hexadecimal cbc checksum and output this to
169 is assumed to be a 16 character hexadecimal number.
172 option is used the key is assumed to be a 32 character hexadecimal
  /external/qemu/
d3des.h 27 * Sets the internal key register according to the hexadecimal
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.5-2.js 49 Result(1) are not all hexadecimal digits, go to step 14.
51 by the four hexadecimal digits at positions k+2, k+3, k+4, and k+5
57 both hexadecimal digits, go to step 18.
59 by two zeroes plus the two hexadecimal digits at positions k+1 and k+2
  /external/webkit/Tools/mangleme/
README 16 entry generated by mangle.cgi; extract the hexadecimal value, then invoke
  /external/icu4c/extra/uconv/
uconv.1.in 303 is the hexadecimal value of one of the UTF-16 code units representing the
315 is the hexadecimal value of one of the UTF-16 code units representing the
329 are the hexadecimal values of the Unicode codepoint.
340 is the hexadecimal value of the Unicode codepoint.
354 is the hexadecimal value of the Unicode codepoint.
355 That hexadecimal string is of variable length and can use from 4 to
  /bionic/libm/src/
e_log10.c 45 * The hexadecimal values are the intended ones for the following constants.
47 * from decimal to binary accurately enough to produce the hexadecimal values
  /external/fdlibm/
e_log10.c 41 * The hexadecimal values are the intended ones for the following constants.
43 * from decimal to binary accurately enough to produce the hexadecimal values
  /external/nist-sip/java/gov/nist/javax/sip/address/
RFC2396UrlDecoder.java 41 * <p>Interprets %XX (where XX is hexadecimal number) as UTF-8 encoded bytes.
72 throw new IllegalArgumentException("% character should be followed by 2 hexadecimal characters.");

Completed in 1182 milliseconds

1 2 3 4 5 6 7 8 91011>>