/third_party/node/deps/base64/base64/lib/arch/generic/ |
H A D | dec_head.c | 8 size_t slen = srclen; variable
|
H A D | enc_head.c | 8 size_t slen = srclen; variable
|
/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | enc_loop.c | 36 enc_loop_avx2 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx2() argument
|
H A D | dec_loop.c | 57 dec_loop_avx2 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in dec_loop_avx2() argument
|
H A D | enc_loop_asm.c | 123 enc_loop_avx2 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx2() argument
|
/third_party/node/deps/base64/base64/lib/arch/generic/32/ |
H A D | dec_loop.c | 33 dec_loop_generic_32 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in dec_loop_generic_32() argument
|
H A D | enc_loop.c | 27 enc_loop_generic_32 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_generic_32() argument
|
/third_party/node/deps/base64/base64/lib/arch/avx512/ |
H A D | enc_loop.c | 16 enc_loop_avx512 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx512() argument
|
/third_party/node/deps/base64/base64/lib/arch/ssse3/ |
H A D | enc_loop.c | 21 enc_loop_ssse3 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_ssse3() argument
|
H A D | dec_loop.c | 120 dec_loop_ssse3 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in dec_loop_ssse3() argument
|
H A D | enc_loop_asm.c | 126 enc_loop_ssse3 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_ssse3() argument
|
/third_party/node/deps/base64/base64/lib/arch/generic/64/ |
H A D | enc_loop.c | 31 enc_loop_generic_64 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_generic_64() argument
|
/third_party/node/deps/base64/base64/lib/arch/neon64/ |
H A D | enc_loop.c | 26 enc_loop_neon64 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_neon64() argument
|
H A D | dec_loop.c | 52 dec_loop_neon64 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in dec_loop_neon64() argument
|
H A D | enc_loop_asm.c | 81 enc_loop_neon64 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_neon64() argument
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/ |
H A D | librpc-tirpc.c | 32 socklen_t slen; in bound_socket() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | f_int.c | 59 int num = 0, slen = 0, first = 1; in a2i_ASN1_INTEGER() local
|
H A D | f_string.c | 53 int num = 0, slen = 0, first = 1; in a2i_ASN1_STRING() local
|
/third_party/openssl/crypto/asn1/ |
H A D | f_string.c | 53 int num = 0, slen = 0, first = 1; in a2i_ASN1_STRING() local
|
H A D | f_int.c | 59 int num = 0, slen = 0, first = 1; in a2i_ASN1_INTEGER() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | memutil_test.cc | 26 static char* memcasechr(const char* s, int c, size_t slen) { in memcasechr() argument
|
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
H A D | enc_loop.c | 133 enc_loop_neon32 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_neon32() argument
|
/third_party/node/deps/base64/base64/lib/arch/avx/ |
H A D | enc_loop_asm.c | 122 enc_loop_avx (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx() argument
|
/third_party/FreeBSD/contrib/libexecinfo/ |
H A D | backtrace.c | 147 static const size_t slen = sizeof(char *) + 64; /* estimate */
in backtrace_symbols_fmt() local
|
/third_party/mbedtls/library/ |
H A D | base64.c | 61 mbedtls_base64_encode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src, size_t slen) mbedtls_base64_encode() argument 128 mbedtls_base64_decode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src, size_t slen) mbedtls_base64_decode() argument [all...] |