Home
last modified time | relevance | path

Searched refs:HashMapGet (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/Semproc/src/
DSymbolTable.c92 rc = HashMapGet(self->hashmap, key, (void**) & buf); in ST_putKeyValue()
135 HashMapGet(self->hashmap, pkey, (void **)&pvalue); in ST_Copy()
161 rc = HashMapGet(self->hashmap, key, (void**)value); in ST_getKeyValue()
DExpressionParser.c458 CHK(rc, HashMapGet(self->pfunctions, name, (void**) &callback)); in EP_LookUpFunction()
/external/srec/shared/src/
DSessionTypeImpl.c128 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetPropertyImpl()
149 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetIntImpl()
169 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetUint16_tImpl()
190 CHKLOG(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetSize_tImpl()
210 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetFloatImpl()
230 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetBoolImpl()
255 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetLCHARImpl()
541 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeRemovePropertyImpl()
1053 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetPropertyTypeImpl()
1081 rc = HashMapGet(data, key, (void **)&type); in addParMapping()
DHashMap.c81 ESR_ReturnCode HashMapGet(HashMap* self, const LCHAR* key, void** value) in HashMapGet() function
/external/srec/shared/include/
DHashMap.h249 ESR_SHARED_API ESR_ReturnCode HashMapGet(HashMap* self, const LCHAR* key, void** value);
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c485 rc = HashMapGet(impl->parameters, key, (void **)&temp); in SR_AcousticModels_SetParameter()
521 rc = HashMapGet(impl->parameters, key, (void **)&temp); in SR_AcousticModels_GetParameter()