Searched defs:htable (Results 1 - 8 of 8) sorted by relevance

/external/libselinux/src/
H A Davc_sidtab.h23 struct sidtab_node **htable; member in struct:sidtab
/external/libsepol/include/sepol/policydb/
H A Dsidtab.h31 sidtab_ptr_t *htable; member in struct:__anon8863
H A Dhashtab.h34 hashtab_ptr_t *htable; /* hash table */ member in struct:hashtab_val
H A Davtab.h81 avtab_ptr_t *htable; member in struct:avtab
/external/icu4c/common/
H A Dudata.cpp308 UHashtable *htable; local
314 htable = udata_getHashTable();
316 el = (DataCacheElement *)uhash_get(htable, baseName);
332 UHashtable *htable; local
368 htable = udata_getHashTable();
370 oldValue = (DataCacheElement *)uhash_get(htable, path);
376 htable,
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c222 static int InitHashTable(HashTable *htable, int fsize) argument
226 htable->entry = (HashEntry *) malloc(sizeof(HashEntry)*fsize);
227 if (!htable->entry)
229 htable->size = fsize;
231 htable->entry[ii].index = 0;
232 htable->entry[ii].value = 0;
234 htable->entries = 0;
236 htable->counts[ii] = 0;
245 static void FreeHashTable(HashTable *htable) argument
247 if (htable
259 Empty(HashTable *htable, int hashloc) argument
274 Match(HashTable *htable, StringTable *stable, const char *s, int hashloc) argument
295 HashTable htable; // Hashes string to atom number and token value. Multiple strings can member in struct:AtomTable_Rec
[all...]
/external/icu4c/i18n/
H A Dtmutfmt.cpp791 TimeUnitFormat::deleteHash(Hashtable* htable) { argument
794 if ( htable ) {
795 while ( (element = htable->nextElement(pos)) != NULL ) {
804 delete htable;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1689 const uchar* htable = i == 0 ? jpegTableK3 : i == 1 ? jpegTableK5 : local
1698 lowstrm.PutBytes( htable, tableSize ); // put table
1701 htable, buffer, 16, 9 ), is_ac_tab ? huff_ac_tab[idx] :
1799 const ulong* htable = huff_ac_tab[is_chroma]; local
1828 m_strm.PutHuff( 0xF0, htable ); // encode 16 zeros
1837 m_strm.PutHuff( cat + run*16, htable );
1847 m_strm.PutHuff( 0x00, htable ); // encode EOB

Completed in 213 milliseconds