HomeSort by relevance Sort by last modified time
    Searched refs:htable (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 222 static int InitHashTable(HashTable *htable, int fsize)
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)
247 if (htable->entry
295 HashTable htable; \/\/ Hashes string to atom number and token value. Multiple strings can member in struct:AtomTable_Rec
    [all...]
  /external/icu4c/i18n/unicode/
tmutfmt.h 249 void deleteHash(Hashtable* htable);
  /external/icu4c/common/
udata.cpp 284 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,
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 765 TimeUnitFormat::deleteHash(Hashtable* htable) {
768 if ( htable ) {
769 while ( (element = htable->nextElement(pos)) != NULL ) {
778 delete htable;
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1689 const uchar* htable = i == 0 ? jpegTableK3 : i == 1 ? jpegTableK5 : local
1799 const ulong* htable = huff_ac_tab[is_chroma]; local
    [all...]

Completed in 958 milliseconds