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

  /external/libselinux/src/
avc_sidtab.h 23 struct sidtab_node **htable; member in struct:sidtab
  /external/libsepol/include/sepol/policydb/
sidtab.h 31 sidtab_ptr_t *htable; member in struct:__anon21104
hashtab.h 34 hashtab_ptr_t *htable; /* hash table */ member in struct:hashtab_val
avtab.h 81 avtab_ptr_t *htable; member in struct:avtab
  /system/core/toolbox/
du.c 246 } *htable; local
270 if (!htable)
278 ohtable = htable;
279 htable = calloc(htmask+1, sizeof(*htable));
280 if (!htable)
302 while (htable[h].ino || htable[h].dev) {
303 if ((htable[h].ino == ino) && (htable[h].dev == dev)
    [all...]
  /external/chromium_org/third_party/icu/source/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/common/
udata.cpp 308 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,
    [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 221 milliseconds