Searched refs:x5c (Results 1 - 25 of 181) sorted by relevance

12345678

/external/icu4c/i18n/
H A Dregexst.cpp54 0x5b, 0x5e, 0x5c, 0x2a, 0x5c, 0x3f, 0x5c, 0x2b, 0x5c, 0x5b, 0x5c, 0x28, 0x5c, 0x29,
56 0x5c, 0x7b,0x5c, 0x7d, 0x5c, 0x5e, 0x5c,
[all...]
/external/openssl/ssl/
H A Ds3_enc.c152 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,
153 0x5c,0x5c,
[all...]
/external/v8/test/mjsunit/
H A Dchar-escape.js49 assertEquals(0x5c, code("\\"));
/external/chromium/crypto/
H A Dsecure_hash_unittest.cc15 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c,
/external/libpcap/
H A Datmuni31.h68 #define QOS_PARA 0x5c /* quality of service parameters */
/external/linux-tools-perf/util/include/linux/added/
H A Dpoison.h71 #define JBD2_POISON_FREE 0x5c
/external/tcpdump/
H A Datmuni31.h68 #define QOS_PARA 0x5c /* quality of service parameters */
/external/dropbear/libtomcrypt/src/modes/f8/
H A Df8_test_mode.c29 static const unsigned char IV[16] = { 0x00, 0x6e, 0x5c, 0xba, 0x50, 0x68, 0x1d, 0xe5,
30 0x5c, 0x62, 0x15, 0x99, 0xd4, 0x62, 0x56, 0x4a };
/external/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { argument
108 x5c.g(cxp);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A D3dfx_regs.h52 #define SRCXY (0x00100000 + 0x5c)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5.c56 * opad is the byte 0x5c repeated 64 times
81 k_pad[i] ^= 0x5c;
H A Dsha1.c56 * opad is the byte 0x5c repeated 64 times
80 k_pad[i] ^= 0x5c;
H A Dsha256.c56 * opad is the byte 0x5c repeated 64 times
80 k_pad[i] ^= 0x5c;
H A Dcrypto_internal.c208 k_pad[i] ^= 0x5c;
228 k_pad[i] ^= 0x5c;
249 k_pad[i] ^= 0x5c;
/external/wpa_supplicant_8/src/crypto/
H A Dmd5.c56 * opad is the byte 0x5c repeated 64 times
81 k_pad[i] ^= 0x5c;
H A Dsha1.c56 * opad is the byte 0x5c repeated 64 times
80 k_pad[i] ^= 0x5c;
H A Dsha256.c56 * opad is the byte 0x5c repeated 64 times
80 k_pad[i] ^= 0x5c;
H A Dcrypto_internal.c208 k_pad[i] ^= 0x5c;
228 k_pad[i] ^= 0x5c;
249 k_pad[i] ^= 0x5c;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5.c56 * opad is the byte 0x5c repeated 64 times
81 k_pad[i] ^= 0x5c;
H A Dsha1.c56 * opad is the byte 0x5c repeated 64 times
80 k_pad[i] ^= 0x5c;
H A Dsha256.c56 * opad is the byte 0x5c repeated 64 times
80 k_pad[i] ^= 0x5c;
H A Dcrypto_internal.c208 k_pad[i] ^= 0x5c;
228 k_pad[i] ^= 0x5c;
249 k_pad[i] ^= 0x5c;
/external/dropbear/libtomcrypt/src/mac/omac/
H A Domac_test.c55 0x30, 0xc8, 0x1c, 0x46, 0xa3, 0x5c, 0xe4, 0x11 },
66 0x30, 0xc8, 0x1c, 0x46, 0xa3, 0x5c, 0xe4, 0x11,
/external/srtp/crypto/hash/
H A Dhmac.c129 state->opad[i] = key[i] ^ 0x5c;
134 ((uint8_t *)state->opad)[i] = 0x5c;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb494 elsif ( look_3_0 == 0x5c )
499 elsif ( look_3_2 == 0x5c )
512 match( 0x5c )
568 elsif ( look_4_0 == 0x5c )
587 match( 0x5c )
606 elsif ( look_5_0 == 0x5c )
625 match( 0x5c )

Completed in 745 milliseconds

12345678