| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | Operation.java | 135 void writeTo(ByteArrayDataOutput out, Map<DfaNode, Integer> offsetMap, Statistics stats) { in writeTo() argument 154 static void writeBranch(ByteArrayDataOutput out, int jump, Statistics stats) { in writeBranch() argument 168 static void writeTerminator(ByteArrayDataOutput out, Statistics stats) { in writeTerminator() argument 132 writeImpl( ByteArrayDataOutput out, Map<DfaNode, Integer> offsetMap, Statistics stats) writeImpl() argument 230 writeImpl(ByteArrayDataOutput out, Map<DfaNode, Integer> unused, Statistics stats) writeImpl() argument 265 writeImpl(ByteArrayDataOutput out, Map<DfaNode, Integer> unused, Statistics stats) writeImpl() argument 306 writeImpl(ByteArrayDataOutput out, Map<DfaNode, Integer> unused, Statistics stats) writeImpl() argument 363 writeImpl(ByteArrayDataOutput out, Map<DfaNode, Integer> offsetMap, Statistics stats) writeImpl() argument 415 writeImpl(ByteArrayDataOutput out, Map<DfaNode, Integer> offsetMap, Statistics stats) writeImpl() argument 483 writeJumpTable(ByteArrayDataOutput out, List<Integer> offsets, Statistics stats) writeJumpTable() argument [all...] |
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | CompilerRegressionTest.java | 310 appendBytes(StringBuilder out, byte[] bytes, int start, int length) appendBytes() argument [all...] |
| /third_party/python/Tools/iobench/ |
| H A D | iobench.py | 12 out = sys.stdout variable
|
| /third_party/openssl/test/ |
| H A D | crltest.c | 190 static BIO *glue2bio(const char **pem, char **out) in glue2bio() argument
|
| H A D | params_api_test.c | 21 static void swap_copy(unsigned char *out, const void *in, size_t len) in swap_copy() argument 37 static void le_copy(unsigned char *out, const void *in, size_t len) in le_copy() argument 150 int in, out; in test_param_int() local 177 long int in, out; test_param_long() local 204 unsigned int in, out; test_param_uint() local 230 unsigned long int in, out; test_param_ulong() local 257 int32_t in, out; test_param_int32() local 284 uint32_t in, out; test_param_uint32() local 311 int64_t in, out; test_param_int64() local 338 uint64_t in, out; test_param_uint64() local 365 size_t in, out; test_param_size_t() local 392 time_t in, out; test_param_time_t() local [all...] |
| H A D | p_test.c | 141 unsigned char out[16]; in p_get_params() local 228 OSSL_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *oin, const OSSL_DISPATCH **out, void **provctx) OSSL_provider_init() argument
|
| H A D | sslcorrupttest.c | 26 static int tls_corrupt_read(BIO *bio, char *out, int outl) in tls_corrupt_read() argument
|
| H A D | tls13ccstest.c | 70 static int watchccs_read(BIO *bio, char *out, int outl) in watchccs_read() argument
|
| /third_party/openssl/test/testutil/ |
| H A D | format_output.c | 393 char out[2 * sizeof(buf) + 1]; in test_output_bignum() local 207 convert_bn_memory(const unsigned char *in, size_t bytes, char *out, int *lz, const BIGNUM *bn) convert_bn_memory() argument
|
| H A D | fake_random.c | 70 static int fake_rand_generate(void *vrng, unsigned char *out, size_t outlen, in fake_rand_generate() argument 164 fake_rand_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) fake_rand_provider_init() argument 214 fake_rand_set_callback(EVP_RAND_CTX *rng, int (*cb)(unsigned char *out, size_t outlen, const char *name, EVP_RAND_CTX *ctx)) fake_rand_set_callback() argument 222 fake_rand_set_public_private_callbacks(OSSL_LIB_CTX *libctx, int (*cb)(unsigned char *out, size_t outlen, const char *name, EVP_RAND_CTX *ctx)) fake_rand_set_public_private_callbacks() argument
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | scal.c | 141 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength) in speex_decorrelate() argument
|
| /third_party/openssl/crypto/bio/ |
| H A D | bss_conn.c | 323 static int conn_read(BIO *b, char *out, int outl) in conn_read() argument
|
| H A D | bss_acpt.c | 365 static int acpt_read(BIO *b, char *out, int outl) in acpt_read() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | asymcipher.c | 227 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_encrypt() argument 269 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_decrypt() argument [all...] |
| H A D | bio_ok.c | 170 static int ok_read(BIO *b, char *out, int outl) in ok_read() argument
|
| H A D | bio_b64.c | 108 static int b64_read(BIO *b, char *out, int outl) in b64_read() argument
|
| H A D | bio_enc.c | 106 static int enc_read(BIO *b, char *out, int outl) in enc_read() argument
|
| H A D | kem.c | 186 EVP_PKEY_encapsulate(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, unsigned char *secret, size_t *secretlen) EVP_PKEY_encapsulate() argument
|
| /third_party/openssl/crypto/ |
| H A D | punycode.c | 202 static int codepoint2utf8(unsigned char *out, unsigned long utf) in codepoint2utf8() argument 247 ossl_a2ulabel(const char *in, char *out, size_t *outlen) ossl_a2ulabel() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | rsa.c | 125 BIO *out = NULL; in rsa_main() local 92 try_legacy_encoding(EVP_PKEY *pkey, int outformat, int pubout, BIO *out) try_legacy_encoding() argument [all...] |
| H A D | rsautl.c | 74 BIO *in = NULL, *out = NULL; in rsautl_main() local
|
| H A D | ecparam.c | 68 static int list_builtin_curves(BIO *out) in list_builtin_curves() argument 103 BIO *out = NULL; in ecparam_main() local [all...] |
| H A D | dsa.c | 79 BIO *out = NULL; in dsa_main() local [all...] |
| H A D | ec.c | 70 BIO *out = NULL; in ec_main() local
|
| /third_party/openssl/crypto/conf/ |
| H A D | conf_lib.c | 381 int NCONF_dump_fp(const CONF *conf, FILE *out) in NCONF_dump_fp() argument 395 int NCONF_dump_bio(const CONF *conf, BIO *out) in NCONF_dump_bio() argument
|