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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
construct-int.data 6 hexadecimal: 0x_0A_74_AE
spec-02-19.data 7 hexadecimal: 0xC
  /external/clang/test/Lexer/
hexfloat.cpp 3 float f = 0x1p+1; // expected-warning{{hexadecimal floating constants are a C99 feature}}
4 double e = 0x.p0; //expected-error{{hexadecimal floating constants require a significand}}
5 double d = 0x.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
6 float g = 0x1.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
7 double h = 0x1.p2; // 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}} */
  /device/samsung/tuna/
README.mms144_ts 11 in hexadecimal or equivalent format, provided this copyright notice is
  /external/iptables/extensions/
libxt_CLASSIFY.man 5 hexadecimal even if no 0x prefix is given.
  /prebuilts/gcc/linux-x86/host/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) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/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
  /external/llvm/test/MC/X86/
intel-syntax-hex.s 4 // Checks to make sure we parse the hexadecimal suffix properly.
  /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/util/
Hex.java 54 * Quickly converts a byte array to a hexadecimal string representation.
76 * Quickly converts a hexadecimal string to a byte array.
120 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/bison/lib/
printf-frexp.h 1 /* Split a double into fraction and mantissa, for hexadecimal printf.
printf-frexpl.c 1 /* Split a 'long double' into fraction and mantissa, for hexadecimal printf.
printf-frexpl.h 1 /* Split a 'long double' into fraction and mantissa, for hexadecimal printf.
  /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

Completed in 1354 milliseconds

1 2 3 4 5 6 7 8 91011>>