Searched defs:htable (Results 1 - 10 of 10) 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:__anon24644
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/qemu/distrib/libselinux/src/
H A Davc_sidtab.h23 struct sidtab_node **htable; member in struct:sidtab
/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp295 UHashtable *htable; local
301 htable = udata_getHashTable();
303 el = (DataCacheElement *)uhash_get(htable, baseName);
319 UHashtable *htable; local
355 htable = udata_getHashTable();
357 oldValue = (DataCacheElement *)uhash_get(htable, path);
363 htable,
/external/icu/icu4c/source/common/
H A Dudata.cpp295 UHashtable *htable; local
301 htable = udata_getHashTable();
303 el = (DataCacheElement *)uhash_get(htable, baseName);
319 UHashtable *htable; local
355 htable = udata_getHashTable();
357 oldValue = (DataCacheElement *)uhash_get(htable, path);
363 htable,
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp787 TimeUnitFormat::deleteHash(Hashtable* htable) { argument
790 if ( htable ) {
791 while ( (element = htable->nextElement(pos)) != NULL ) {
800 delete htable;
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp687 TimeUnitFormat::deleteHash(Hashtable* htable) { argument
690 if ( htable ) {
691 while ( (element = htable->nextElement(pos)) != NULL ) {
700 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 385 milliseconds