HomeSort by relevance Sort by last modified time
    Searched refs:x45 (Results 26 - 50 of 680) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdsp.h 96 #define SNDRV_HDSP_IOCTL_GET_9632_AEB _IOR('H', 0x45, struct hdsp_9632_aeb)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
hdsp.h 110 #define SNDRV_HDSP_IOCTL_GET_9632_AEB _IOR('H', 0x45, hdsp_9632_aeb_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdsp.h 96 #define SNDRV_HDSP_IOCTL_GET_9632_AEB _IOR('H', 0x45, struct hdsp_9632_aeb)
  /external/dropbear/libtomcrypt/src/ciphers/
rc6.c 241 { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
242 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
252 { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
253 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
263 { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
264 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 69 new byte[] { 0x45, 0x01, 0x00 },
105 new byte[] { 0x45, 0x01, (byte) 0xFF },
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican_test.c 82 { 0x4a, 0x7d, 0x45, 0x4d, 0xcd, 0xb5, 0xda, 0x8d,
83 0x48, 0x78, 0x16, 0x48, 0x5d, 0x45, 0x95, 0x99, },
  /external/dropbear/libtomcrypt/src/prngs/
rc4.c 226 { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef },
227 { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef },
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodesTest.java 22 (byte) 0x67, (byte) 0x45, (byte) 0x23, (byte) 0x01},
27 (byte) 0x67, (byte) 0x45, (byte) 0x23, (byte) 0x01, // up to here, same bytes as above
  /external/icu4c/test/cintltst/
calldata.h 99 {0x61, 0x45, 0},
101 {0x41, 0x45, 0},
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 10 # CHECK: bc1f 1332 # encoding: [0x34,0x05,0x00,0x45]
12 # CHECK: bc1t 1332 # encoding: [0x34,0x05,0x01,0x45]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DHParameters.java 57 (byte) 0x51, (byte) 0xC2, (byte) 0x45, (byte) 0xE4, (byte) 0x85,
80 (byte) 0x51, (byte) 0xC2, (byte) 0x45, (byte) 0xE4, (byte) 0x85,
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 76 (long)trap_14_ww((short)0x45,(short)(handle))
  /external/tcpdump/
print-mpls.c 111 * 0x45-0x4f is IPv4
121 case 0x45:
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-001.js 26 AddRegExpCases( /\x45/gm, "\\x45", true, false, true, 0 );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fdreg.h 117 #define FDC_82072A 0x45 /* 82072A (on Sparcs) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 117 #define FDC_82072A 0x45 /* 82072A (on Sparcs) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 117 #define FDC_82072A 0x45 /* 82072A (on Sparcs) */
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetDecoderTest.java 191 ByteBuffer in = ByteBuffer.wrap(new byte[] { 0x45, 0x38, 0x45, 0x45 });
  /external/chromium/base/
string_number_conversions_unittest.cc 298 {" 45", 0x45, false},
299 {"\t\n\v\f\r 0x45", 0x45, false},
300 {" 45", 0x45, false},
301 {"45 ", 0x45, false},
302 {"45:", 0x45, false},
362 {"45 ", "\x45", 1, false},
365 {"0123456789ABCDEF", "\x01\x23\x45\x67\x89\xAB\xCD\xEF", 8, true},
367 "\x01\x23\x45\x67\x89\xAB\xCD\xEF\x01\x23\x45", 11, true}
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsCbTest.java 365 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
366 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
367 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
368 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
369 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
370 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
371 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
372 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
373 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41,
374 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41
    [all...]
  /bionic/libc/kernel/common/linux/
atm.h 145 #define ATM_AFI_E164 0x45
  /development/ndk/platforms/android-3/include/linux/
atm.h 136 #define ATM_AFI_E164 0x45
  /external/bluetooth/bluedroid/btif/include/
btif_av_api.h 110 #define BTIF_AV_ID_STOP 0x45 /* stop */
  /external/chromium/base/debug/
trace_event_win.cc 19 0x3dada31d, 0x19ef, 0x4dc1, 0xb3, 0x45, 0x3, 0x79, 0x27, 0x19, 0x34, 0x22 };
  /external/chromium/net/base/
dnsrr_resolver_unittest.cc 137 0x38, 0x45, 0x38, 0x35, 0x36, 0x43, 0x45, 0x30, 0x36, 0x31, 0x35, 0x37, 0x41,
138 0x31, 0x41, 0x44, 0x34, 0x33, 0x43, 0x36, 0x37, 0x30, 0x44, 0x45, 0x30, 0x34,
144 0x51, 0x80, 0x4c, 0x74, 0x2f, 0x1a, 0x4c, 0x4c, 0x9c, 0xeb, 0x45, 0xc9, 0x0e,

Completed in 659 milliseconds

12 3 4 5 6 7 8 91011>>