| /third_party/node/deps/openssl/openssl/crypto/txt_db/ |
| H A D | txt_db.c | 128 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, in TXT_DB_get_by_index() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | pcy_cache.c | 204 int idx; in ossl_policy_cache_find_data() local
|
| /third_party/node/deps/openssl/openssl/crypto/objects/ |
| H A D | obj_xref.c | 50 int idx = sk_nid_triple_find(sig_app, &tmp); in OBJ_find_sigid_algs() local 77 int idx = sk_nid_triple_find(sigx_app, &tmp); in OBJ_find_sigid_by_algs() local
|
| /third_party/node/deps/openssl/openssl/crypto/conf/ |
| H A D | conf_ssl.c | 138 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt) in conf_ssl_get() argument 150 int conf_ssl_name_find(const char *name, size_t *idx) in conf_ssl_name_find() argument 172 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, cha argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_ctrl.c | 36 int idx = 0; in int_ctrl_cmd_by_name() local 49 int idx = 0; in int_ctrl_cmd_by_num() local 67 int idx; in int_ctrl_helper() local [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | shmasyncq.c | 118 int idx; in pa_shmasyncq_push() local 150 int idx; in pa_shmasyncq_pop() local 193 int idx; in pa_shmasyncq_before_poll() local [all...] |
| H A D | core-subscribe.c | 206 void pa_subscription_post(pa_core *c, pa_subscription_event_type_t t, uint32_t idx) { in pa_subscription_post() argument
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | ext-device-restore.c | 341 uint32_t idx; in pa_ext_device_restore_command() local 261 pa_ext_device_restore_read_formats( pa_context *c, pa_device_type_t type, uint32_t idx, pa_ext_device_restore_read_device_formats_cb_t cb, void *userdata) pa_ext_device_restore_read_formats() argument 294 pa_ext_device_restore_save_formats( pa_context *c, pa_device_type_t type, uint32_t idx, uint8_t n_formats, pa_format_info **formats, pa_context_success_cb_t cb, void *userdata) pa_ext_device_restore_save_formats() argument [all...] |
| /third_party/openssl/crypto/engine/ |
| H A D | eng_ctrl.c | 36 int idx = 0; in int_ctrl_cmd_by_name() local 49 int idx = 0; in int_ctrl_cmd_by_num() local 67 int idx; in int_ctrl_helper() local [all...] |
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_crt.c | 20 int idx; in copy_bag_attr() local
|
| /third_party/openssl/crypto/conf/ |
| H A D | conf_ssl.c | 138 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt) in conf_ssl_get() argument 150 int conf_ssl_name_find(const char *name, size_t *idx) in conf_ssl_name_find() argument 172 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, cha argument [all...] |
| /third_party/openssl/crypto/objects/ |
| H A D | obj_xref.c | 50 int idx = sk_nid_triple_find(sig_app, &tmp); in OBJ_find_sigid_algs() local 77 int idx = sk_nid_triple_find(sigx_app, &tmp); in OBJ_find_sigid_by_algs() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 127 unsigned idx = MCID->getSchedClass(); in getHazardType() local 186 unsigned idx = MCID->getSchedClass(); in EmitInstruction() local [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrSwizzle.h | 39 int idx = (fKey >> (4U * i)) & 0xfU; in operator []() local 84 int idx = (key & 15); in applyTo() local 98 ComponentIndexToFloat(std::array<float, 4> color, int idx) ComponentIndexToFloat() argument 124 IToC(int idx) IToC() argument 139 int idx = (b.fKey >> (4U * i)) & 0xfU; Concat() local [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkExtensions.cpp | 23 int idx = SkTSearch<GrVkExtensions::Info, SkString, GrVkExtensions::Info::Less>( in find_info() local 91 int idx = find_info(fExtensions, extensions[i].extensionName); in getSpecVersions() local 117 int idx = find_info(fExtensions, extensions[i].extensionName); in getSpecVersions() local 126 int idx = find_info(fExtensions, ext); in hasExtension() local [all...] |
| /third_party/openssl/crypto/x509/ |
| H A D | pcy_cache.c | 204 int idx; in ossl_policy_cache_find_data() local
|
| /third_party/openssl/test/ |
| H A D | bio_enc_test.c | 207 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher() argument 219 static int test_bio_enc_aes_128_cbc(int idx) in test_bio_enc_aes_128_cbc() argument 224 static int test_bio_enc_aes_128_ctr(int idx) in test_bio_enc_aes_128_ctr() argument 229 static int test_bio_enc_aes_256_cfb(int idx) in test_bio_enc_aes_256_cfb() argument 234 static int test_bio_enc_aes_256_ofb(int idx) in test_bio_enc_aes_256_ofb() argument 240 test_bio_enc_chacha20(int idx) test_bio_enc_chacha20() argument 246 test_bio_enc_chacha20_poly1305(int idx) test_bio_enc_chacha20_poly1305() argument [all...] |
| H A D | hmactest.c | 88 static int test_hmac_md5(int idx) in test_hmac_md5() argument
|
| H A D | provider_pkey_test.c | 240 static int test_pkey_store(int idx) in test_pkey_store() argument
|
| /third_party/openssl/crypto/txt_db/ |
| H A D | txt_db.c | 128 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, in TXT_DB_get_by_index() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | ustream.cpp | 83 int32_t idx = 0; in operator >>() local
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | flagparser.cpp | 29 int32_t idx, i; in parseFlagsFile() local 118 int32_t i, idx = -1; in extractFlag() local
|
| /third_party/skia/third_party/externals/brotli/c/common/ |
| H A D | transform.c | 238 int idx = 0; in BrotliTransformDictionaryWord() local
|
| /third_party/optimized-routines/math/ |
| H A D | exp2.c | 79 uint64_t ki, idx, top, sbits; in exp2() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | ftdebug.h | 209 FT_Trace_Get_Name( FT_Int idx ); variable
|