Searched refs:keys (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/musl/src/thread/ |
| A D | tss.c | 11 static _Atomic(key_t) keys[PTHREAD_KEYS_MAX]; in _Atomic() 23 if (atomic_compare_exchange_strong(&keys[j], &expected, dtor)) { in tss_create() 32 atomic_store(&keys[k], NULL); in tss_delete() 41 if (self->tsd[i] && atomic_load(&keys[i])) { in __thread_tsd_run_dtors() 44 atomic_load(&keys[i])(tmp); in __thread_tsd_run_dtors() local
|
| /third_party/ulib/musl/src/misc/ |
| A D | getsubopt.c | 4 int getsubopt(char** opt, char* const* keys, char** val) { in getsubopt() argument 15 for (i = 0; keys[i]; i++) { in getsubopt() 16 size_t l = strlen(keys[i]); in getsubopt() 17 if (strncmp(keys[i], s, l)) in getsubopt()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | rtree.c | 184 uintptr_t keys[] = {0, 1, in TEST_BEGIN() local 196 keys[j], &extent), in TEST_BEGIN() 200 &rtree_ctx, keys[k], true), &extent, in TEST_BEGIN() 205 keys[k]); in TEST_BEGIN() 231 uintptr_t keys[NSET]; in TEST_BEGIN() local 243 keys[j] = (uintptr_t)gen_rand64(sfmt); in TEST_BEGIN() 245 keys[j], false, true); in TEST_BEGIN() 251 keys[j], true), &extent, in TEST_BEGIN() 256 keys[j], true), &extent, in TEST_BEGIN() 264 keys[j], true), in TEST_BEGIN() [all …]
|
| /third_party/ulib/uboringssl/crypto/cipher_extra/ |
| A D | e_aesgcmsiv.c | 742 struct gcm_siv_record_keys keys; in aead_aes_gcm_siv_seal_scatter() local 743 gcm_siv_keys(gcm_siv_ctx, &keys, nonce); in aead_aes_gcm_siv_seal_scatter() 746 gcm_siv_polyval(tag, in, in_len, ad, ad_len, keys.auth_key, nonce); in aead_aes_gcm_siv_seal_scatter() 747 keys.enc_block(tag, tag, &keys.enc_key.ks); in aead_aes_gcm_siv_seal_scatter() 749 gcm_siv_crypt(out, in, in_len, tag, keys.enc_block, &keys.enc_key.ks); in aead_aes_gcm_siv_seal_scatter() 783 struct gcm_siv_record_keys keys; in aead_aes_gcm_siv_open_gather() local 784 gcm_siv_keys(gcm_siv_ctx, &keys, nonce); in aead_aes_gcm_siv_open_gather() 786 gcm_siv_crypt(out, in, in_len, in_tag, keys.enc_block, &keys.enc_key.ks); in aead_aes_gcm_siv_open_gather() 789 gcm_siv_polyval(expected_tag, out, in_len, ad, ad_len, keys.auth_key, nonce); in aead_aes_gcm_siv_open_gather() 790 keys.enc_block(expected_tag, expected_tag, &keys.enc_key.ks); in aead_aes_gcm_siv_open_gather()
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 196 - Handle unaligned keys in hash(). This caused problems for some ARM systems.
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 2746 for key in sorted(descriptors_dict.keys()):
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1916 terminal in raw input mode so that the various special keys can be
|
Completed in 32 milliseconds