Searched refs:htable (Results 1 - 5 of 5) sorted by relevance

/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/unicode/
H A Dtmutfmt.h249 void deleteHash(Hashtable* htable);
/external/icu4c/common/
H A Dudata.cpp284 UHashtable *htable; local
290 htable = udata_getHashTable();
292 el = (DataCacheElement *)uhash_get(htable, baseName);
308 UHashtable *htable; local
344 htable = udata_getHashTable();
346 oldValue = (DataCacheElement *)uhash_get(htable, path);
352 htable,
/external/icu4c/i18n/
H A Dtmutfmt.cpp765 TimeUnitFormat::deleteHash(Hashtable* htable) { argument
768 if ( htable ) {
769 while ( (element = htable->nextElement(pos)) != NULL ) {
778 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 179 milliseconds