Searched refs:target_slot (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | presized_cuckoo_map.h | 107 int target_slot = kNoSpace; in InsertUnique() local 114 } else if (target_slot == kNoSpace && bptr->keys[slot] == kUnusedSlot) { in InsertUnique() 116 target_slot = slot; in InsertUnique() 121 if (target_slot != kNoSpace) { in InsertUnique() 122 InsertInternal(tk, v, target_bucket, target_slot); in InsertUnique()
|
/external/mbedtls/library/ |
D | psa_crypto.c | 1998 psa_key_slot_t *target_slot = NULL; in psa_copy_key() local 2031 &target_slot, &driver ); in psa_copy_key() 2034 if( PSA_KEY_LIFETIME_GET_LOCATION( target_slot->attr.lifetime ) != in psa_copy_key() 2060 status = psa_allocate_buffer_to_slot( target_slot, storage_size ); in psa_copy_key() 2067 target_slot->key.data, in psa_copy_key() 2068 target_slot->key.bytes, in psa_copy_key() 2069 &target_slot->key.bytes ); in psa_copy_key() 2075 status = psa_copy_key_material_into_slot( target_slot, in psa_copy_key() 2081 status = psa_finish_key_creation( target_slot, driver, target_key ); in psa_copy_key() 2084 psa_fail_key_creation( target_slot, driver ); in psa_copy_key()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2169 int32_t target_slot = slot; in CompileTCS() local 2171 target_slot += VERTEX_ATTRIB_START_SLOT; in CompileTCS() 2181 target_slot--; in CompileTCS() 2185 target_slot = VERTEX_POSITION_SLOT; in CompileTCS() 2187 STORE(C(target_slot), vtxOutputAttribMap, {0, slot}); in CompileTCS() 2188 mapConstants.push_back(C(target_slot)); in CompileTCS()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 2077 psa_key_slot_t *target_slot = NULL; in psa_copy_key() local 2100 &target_slot, &driver ); in psa_copy_key() 2124 status = psa_copy_key_material( source_slot, target_slot ); in psa_copy_key() 2128 status = psa_finish_key_creation( target_slot, driver, target_key ); in psa_copy_key() 2131 psa_fail_key_creation( target_slot, driver ); in psa_copy_key()
|