HomeSort by relevance Sort by last modified time
    Searched full:hexadecimal (Results 1 - 25 of 693) 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}} */
  /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/chromium_org/ui/base/ime/chromeos/
character_composer.h 46 // Composite a character with a hexadecimal unicode sequence.
74 // Filters keypress in hexadecimal mode.
78 // Commit a character composed from hexadecimal uncode sequence
81 // Updates preedit string in hexadecimal mode.
  /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/chromium_org/third_party/sqlite/src/src/
test_hexio.c 15 ** hexadecimal. We could, in theory, use the built-in "binary"
30 ** with a hexadecimal representation of its original binary input.
48 ** hexadecimal. Convert this into binary and write aOut[] with
94 ** beginning of the file. Convert that information to hexadecimal
145 ** beginning of the file. DATA is expressed in hexadecimal.
193 ** hexadecimal digits.
233 ** Render INTEGER has a 16-bit big-endian integer in hexadecimal.
260 ** Render INTEGER has a 32-bit big-endian integer in hexadecimal.
288 ** The argument is a UTF8 string represented in hexadecimal.
  /developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 114 * Utility class to convert a byte array to a hexadecimal string.
117 * @return String, containing hexadecimal representation.
132 * Utility class to convert a hexadecimal string to a byte string.
134 * <p>Behavior with input strings containing non-hexadecimal characters is undefined.
136 * @param s String containing hexadecimal characters to convert
  /developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 114 * Utility class to convert a byte array to a hexadecimal string.
117 * @return String, containing hexadecimal representation.
132 * Utility class to convert a hexadecimal string to a byte string.
134 * <p>Behavior with input strings containing non-hexadecimal characters is undefined.
136 * @param s String containing hexadecimal characters to convert
  /external/chromium_org/third_party/WebKit/Source/platform/
UUID.h 39 // Creates a UUID that consists of 32 hexadecimal digits and returns its canonical form.
41 // The hexadecimal values "a" through "f" are output as lower case characters.
45 // 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/chromium_org/base/
md5.h 61 // Converts a digest into human-readable hexadecimal.
64 // Returns the MD5 (in hexadecimal) of a string.
  /external/chromium_org/chrome/browser/install_verification/win/
module_ids.cc 27 // hexadecimal number, separated by a space. Inserts the output, if valid, into
29 // the line to be ignored, as will invalid decimal/hexadecimal characters.
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
md5.h 64 // Converts a digest into human-readable hexadecimal.
67 // 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. */

Completed in 1246 milliseconds

1 2 3 4 5 6 7 8 91011>>