Searched refs:HASH_FIND_INT (Results 1 – 5 of 5) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | sapi-entity-util.c | 22 HASH_FIND_INT(entities, &handle, e); in AddEntity() 41 HASH_FIND_INT(entities, &handle, e); in DeleteEntity() 54 HASH_FIND_INT(entities, &handle, e); in GetEntityAuth() 67 HASH_FIND_INT(entities, &handle, e); in GetEntity()
|
D | sapi-session-util.c | 27 HASH_FIND_INT(sessions, &hndl, s); in get_session() 318 HASH_FIND_INT(sessions, &session->sessionHandle, tmp); in create_auth_session()
|
/external/fastrpc/src/ |
D | mod_table.c | 267 HASH_FIND_INT(me->constMods, &local, dmOld); in static_mod_table_register_const_handle() 445 HASH_FIND_INT(me->openMods, &dm->key, dmOld); in open_mod_table_open_dynamic() 451 HASH_FIND_INT(me->smt->constMods, &dm->key, dmOld); in open_mod_table_open_dynamic() 545 HASH_FIND_INT(me->openMods, &dm->key, dmOld); in open_mod_table_open_from_static() 624 HASH_FIND_INT(me->openMods, &handle, dm); in open_mod_table_close() 668 HASH_FIND_INT(me->openMods, &handle, om); in open_mod_table_get_open() 678 HASH_FIND_INT(me->smt->constMods, &handle, cm); in open_mod_table_get_const()
|
/external/fastrpc/inc/ |
D | uthash.h | 251 #define HASH_FIND_INT(head,findint,out) \ macro
|
/external/libdrm/intel/ |
D | uthash.h | 380 #define HASH_FIND_INT(head,findint,out) \ macro
|