Home
last modified time | relevance | path

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

/external/libselinux/src/
Davc_sidtab.h23 struct sidtab_node **htable; member
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Datom.c222 static int InitHashTable(HashTable *htable, int fsize) in InitHashTable()
245 static void FreeHashTable(HashTable *htable) in FreeHashTable()
259 static int Empty(HashTable *htable, int hashloc) in Empty()
274 static int Match(HashTable *htable, StringTable *stable, const char *s, int hashloc) in Match()
295 HashTable htable; // Hashes string to atom number and token value. Multiple strings can member
/external/libsepol/include/sepol/policydb/
Dsidtab.h31 sidtab_ptr_t *htable; member
Dhashtab.h34 hashtab_ptr_t *htable; /* hash table */ member
Davtab.h81 avtab_ptr_t *htable; member
/external/icu4c/common/
Dudata.cpp308 UHashtable *htable; in udata_findCachedData() local
332 UHashtable *htable; in udata_cacheDataItem() local
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1689 const uchar* htable = i == 0 ? jpegTableK3 : i == 1 ? jpegTableK5 : in WriteImage() local
1799 const ulong* htable = huff_ac_tab[is_chroma]; in WriteImage() local
/external/icu4c/i18n/
Dtmutfmt.cpp791 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash()