/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
dh_groups.c | 136 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 176 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 232 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 304 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 354 0xF0, 0x32, 0xEA, 0x15, 0xD1, 0x72, 0x1D, 0x03, 366 0xF5, 0x50, 0xAA, 0x3D, 0x8A, 0x1F, 0xBF, 0xF0, 408 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 458 0xF0, 0x32, 0xEA, 0x15, 0xD1, 0x72, 0x1D, 0x03, 470 0xF5, 0x50, 0xAA, 0x3D, 0x8A, 0x1F, 0xBF, 0xF0, 488 0x13, 0xEB, 0x57, 0xA8, 0x1A, 0x23, 0xF0, 0xC7 [all...] |
/external/wpa_supplicant_8/src/crypto/ |
dh_groups.c | 137 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 177 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 233 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 305 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 355 0xF0, 0x32, 0xEA, 0x15, 0xD1, 0x72, 0x1D, 0x03, 367 0xF5, 0x50, 0xAA, 0x3D, 0x8A, 0x1F, 0xBF, 0xF0, 409 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9, 459 0xF0, 0x32, 0xEA, 0x15, 0xD1, 0x72, 0x1D, 0x03, 471 0xF5, 0x50, 0xAA, 0x3D, 0x8A, 0x1F, 0xBF, 0xF0, 489 0x13, 0xEB, 0x57, 0xA8, 0x1A, 0x23, 0xF0, 0xC7 [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext3D.cpp | 748 *destination = (((source[0] & 0xF0) << 8) 749 | ((source[1] & 0xF0) << 4) 750 | (source[2] & 0xF0) 760 *destination = (((sourceR & 0xF0) << 8) 761 | ((sourceG & 0xF0) << 4) 762 | (sourceB & 0xF0) 773 *destination = (((sourceR & 0xF0) << 8) 774 | ((sourceG & 0xF0) << 4) 775 | (sourceB & 0xF0) [all...] |
Color.cpp | 145 | (value & 0xF0) << 8 | (value & 0xF0) << 4
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
IntegerTest.java | [all...] |
LongTest.java | 838 assertEquals(0x10, Long.lowestOneBit(0xF0)); [all...] |
/external/jpeg/ |
jchuff.c | 401 /* if run length > 15, must emit special run-length-16 codes (0xF0) */ 403 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) 608 /* if run length > 15, must emit special run-length-16 codes (0xF0) */ 610 ac_counts[0xF0]++;
|
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 287 f64[6] = 0xF0; 338 f64[6] = 0xF0; 388 f64[6] = toUChar( ((bexp << 4) & 0xF0) | ((f80[7] >> 3) & 0x0F) );
|
/libcore/luni/src/main/native/ |
cbigint.cpp | 422 if (x & 0xF0) 424 x = bitSection (x, 0xF0, 4); 495 x = bitSection (x, 0xF0, 4);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
edid.h | 209 #define _H_ACTIVE(x) (x[2] + ((x[4] & 0xF0) << 4)) 213 #define _V_ACTIVE(x) (x[5] + ((x[7] & 0xF0) << 4)) 225 #define _H_SIZE(x) (x[12] + ((x[14] & 0xF0) << 4))
|
/libcore/luni/src/test/java/tests/targets/security/ |
KeyStoreTestPKCS12.java | 101 (byte) 0xE7, (byte) 0xA7, (byte) 0xB7, (byte) 0xF0, (byte) 0xC2, 160 (byte) 0xD6, (byte) 0x94, (byte) 0xA9, (byte) 0x57, (byte) 0xF0, 249 (byte) 0x19, (byte) 0xBC, (byte) 0x36, (byte) 0xF0, (byte) 0x3C, 342 (byte) 0x67, (byte) 0xF0, (byte) 0xC2, (byte) 0x94, (byte) 0x27, 431 (byte) 0x41, (byte) 0x6C, (byte) 0x85, (byte) 0x2F, (byte) 0xF0, [all...] |
/libcore/support/src/test/java/tests/security/ |
DefaultKeys.java | 42 (byte) 0xF5, (byte) 0x35, (byte) 0xF7, (byte) 0xC2, (byte) 0x3E, (byte) 0x1A, (byte) 0xC2, (byte) 0x71, (byte) 0xAD, (byte) 0xFA, (byte) 0xF7, (byte) 0xF0, (byte) 0xEF, (byte) 0xE8, (byte) 0x22, (byte) 0x4C, (byte) 0x93, 46 (byte) 0x3D, (byte) 0x3B, (byte) 0x43, (byte) 0xF0, (byte) 0x0C, (byte) 0x06, (byte) 0x57, (byte) 0x43, (byte) 0x45, (byte) 0xEE, (byte) 0x8C, (byte) 0x27, (byte) 0x05, (byte) 0xAF, (byte) 0xCD, (byte) 0x5A, (byte) 0x47, 60 (byte) 0x02, (byte) 0x49, (byte) 0x0E, (byte) 0xB9, (byte) 0x3D, (byte) 0xD3, (byte) 0xFB, (byte) 0x59, (byte) 0xF0, (byte) 0x7D, (byte) 0x62, (byte) 0xEF, (byte) 0xF5, (byte) 0x77, (byte) 0x99, (byte) 0x87, (byte) 0x11, 65 (byte) 0x1C, (byte) 0x7D, (byte) 0xCA, (byte) 0x93, (byte) 0x67, (byte) 0x8F, (byte) 0x28, (byte) 0xB7, (byte) 0x60, (byte) 0x8E, (byte) 0xF0, (byte) 0x5D, (byte) 0xCD, (byte) 0xFA, (byte) 0xDD, (byte) 0x6B, (byte) 0x72, 90 (byte) 0x82, (byte) 0xA2, (byte) 0xEB, (byte) 0x84, (byte) 0x0B, (byte) 0xF0, (byte) 0x58, (byte) 0x1C, (byte) 0xF5, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00, (byte) 0xF7, (byte) 0xE1, (byte) 0xA0, (byte) 0x85, 111 (byte) 0x84, (byte) 0x0B, (byte) 0xF0, (byte) 0x58, (byte) 0x1C, (byte) 0xF5, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00, (byte) 0xF7, (byte) 0xE1, (byte) 0xA0, (byte) 0x85, (byte) 0xD6, (byte) 0x9B, (byte) 0x3D, [all...] |
/external/clang/lib/Basic/ |
ConvertUTF.c | 102 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; 432 case 0xF0: if (a < 0x90) return false; break;
|
/external/freetype/src/base/ |
ftbitmap.c | 589 tt[0] = (FT_Byte)( ( val & 0xF0 ) >> 4 ); 597 tt[0] = (FT_Byte)( ( ss[0] & 0xF0 ) >> 4 );
|
/external/libxml2/ |
trionan.c | 140 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 160 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
/external/skia/src/pdf/ |
SkPDFImage.cpp | 97 if (alphaDst[0] != 0xF0) 99 if (alphaDst[0] & 0xF0)
|
/external/wpa_supplicant/tests/ |
test_aes.c | 64 0xF4, 0x5E, 0xF5, 0x22, 0x55, 0xF0, 0x95, 0xA4 }; 65 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, 223 { 0x51, 0xf0, 0xbe, 0xbf, 0x7e, 0x3b, 0x9d, 0x92,
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_aes.c | 64 0xF4, 0x5E, 0xF5, 0x22, 0x55, 0xF0, 0x95, 0xA4 }; 65 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, 225 { 0x51, 0xf0, 0xbe, 0xbf, 0x7e, 0x3b, 0x9d, 0x92,
|
/external/chromium/net/disk_cache/ |
stats.cc | 28 const unsigned int mask[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
|
/external/dropbear/libtomcrypt/src/encauth/ccm/ |
ccm_test.c | 52 0xF0, 0x66, 0xD0, 0xC2, 0xC0, 0xF9, 0x89, 0x80,
|
/external/llvm/include/llvm/Object/ |
COFF.h | 58 return (Type & 0xF0) >> 4;
|
/external/llvm/lib/Support/ |
Path.cpp | 128 case 0xF0: // PowerPC Windows
|
/external/openssl/apps/ |
testdsa.h | 73 0xA7,0x3F,0x6E,0x85,0xBF,0x41,0x6A,0x29,0x7D,0xF0,0x9F,0x47, 127 0xf0,0xc5,0x5c,0x4c,0x82,0x7a,0xaf,0x72,0xad,0xb9,0xe0,0x53, 128 0xf2,0x78,0xb7,0xf0,0xb5,0x48,0x7f,0x8a,0x3a,0x18,0xd1,0x9f, 130 0x56,0x8e,0x57,0xf0,0xee,0xf5,0xb7,0xba,0xab,0x85,0x86,0xf9, 167 0x09,0xB8,0xF0,0x25,0x83,0x1D,0x3F,0x3F,0x05,0xB3,0x21,0x0A, 185 0x48,0x17,0x93,0x14,0x43,0xED,0xF0,0x21,0x30,0x19,0xC3,0x1B, 186 0x5F,0xDE,0xA3,0xF0,0x70,0x78,0x18,0xE1,0xA8,0xE4,0xEE,0x2E,
|
/external/openssl/crypto/des/ |
fcrypt.c | 35 0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,
|
/external/openssl/crypto/rc2/ |
rc2test.c | 96 {0x1C,0x19,0x8A,0x83,0x8D,0xF0,0x28,0xB7}, 114 0xe1,0xf0,0xc3,0xd2,0xa5,0xb4,0x87,0x96,
|