/external/libsepol/src/ |
D | sidtab.c | 30 s->htable = malloc(sizeof(sidtab_ptr_t) * SIDTAB_SIZE); in sepol_sidtab_init() 31 if (!s->htable) in sepol_sidtab_init() 34 s->htable[i] = (sidtab_ptr_t) NULL; in sepol_sidtab_init() 48 if (!s || !s->htable) in sepol_sidtab_insert() 53 cur = s->htable[hvalue]; in sepol_sidtab_insert() 77 newnode->next = s->htable[hvalue]; in sepol_sidtab_insert() 78 s->htable[hvalue] = newnode; in sepol_sidtab_insert() 92 if (!s || !s->htable) in sepol_sidtab_remove() 97 cur = s->htable[hvalue]; in sepol_sidtab_remove() 107 s->htable[hvalue] = cur->next; in sepol_sidtab_remove() [all …]
|
D | hashtab.c | 55 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size); in hashtab_create() 56 if (p->htable == NULL) { in hashtab_create() 61 p->htable[i] = (hashtab_ptr_t) NULL; in hashtab_create() 76 cur = h->htable[hvalue]; in hashtab_insert() 95 newnode->next = h->htable[hvalue]; in hashtab_insert() 96 h->htable[hvalue] = newnode; in hashtab_insert() 115 cur = h->htable[hvalue]; in hashtab_remove() 125 h->htable[hvalue] = cur->next; in hashtab_remove() 148 cur = h->htable[hvalue]; in hashtab_replace() 170 newnode->next = h->htable[hvalue]; in hashtab_replace() [all …]
|
D | avtab.c | 73 newnode->next = h->htable[hvalue]; in avtab_insert_node() 74 h->htable[hvalue] = newnode; in avtab_insert_node() 88 if (!h || !h->htable) in avtab_insert() 92 for (prev = NULL, cur = h->htable[hvalue]; in avtab_insert() 129 if (!h || !h->htable) in avtab_insert_nonunique() 132 for (prev = NULL, cur = h->htable[hvalue]; in avtab_insert_nonunique() 161 if (!h || !h->htable) in avtab_search() 165 for (cur = h->htable[hvalue]; cur; cur = cur->next) { in avtab_search() 196 if (!h || !h->htable) in avtab_search_node() 200 for (cur = h->htable[hvalue]; cur; cur = cur->next) { in avtab_search_node() [all …]
|
D | write.c | 235 for (cur = a->htable[i]; cur; cur = cur->next) in avtab_reset_merged() 274 for (cur = a->htable[i]; cur; cur = cur->next) { in avtab_write() 295 for (cur = a->htable[i]; cur; cur = cur->next) { in avtab_write()
|
/external/libselinux/src/ |
D | avc_sidtab.c | 35 s->htable = (struct sidtab_node **)avc_malloc in sidtab_init() 38 if (!s->htable) { in sidtab_init() 43 s->htable[i] = NULL; in sidtab_init() 68 newnode->next = s->htable[hvalue]; in sidtab_insert() 71 s->htable[hvalue] = newnode; in sidtab_insert() 88 cur = s->htable[hvalue]; in sidtab_context_to_sid() 112 cur = h->htable[i]; in sidtab_sid_stats() 141 cur = s->htable[i]; in sidtab_destroy() 148 s->htable[i] = NULL; in sidtab_destroy() 150 avc_free(s->htable); in sidtab_destroy() [all …]
|
D | avc_sidtab.h | 23 struct sidtab_node **htable; member
|
/external/iptables/extensions/ |
D | libxt_hashlimit.man | 40 \fB\-\-hashlimit\-htable\-size\fP \fIbuckets\fP 43 \fB\-\-hashlimit\-htable\-max\fP \fIentries\fP 46 \fB\-\-hashlimit\-htable\-expire\fP \fImsec\fP 49 \fB\-\-hashlimit\-htable\-gcinterval\fP \fImsec\fP
|
/external/iptables/tests/ |
D | options-most.rules | 13 …hashlimit-name f1 --hashlimit-htable-size 64 --hashlimit-htable-max 128 --hashlimit-htable-gcinter… 26 …hashlimit-name f1 --hashlimit-htable-size 64 --hashlimit-htable-max 128 --hashlimit-htable-gcinter…
|
/external/icu4c/common/ |
D | udata.cpp | 308 UHashtable *htable; in udata_findCachedData() local 314 htable = udata_getHashTable(); in udata_findCachedData() 316 el = (DataCacheElement *)uhash_get(htable, baseName); in udata_findCachedData() 332 UHashtable *htable; in udata_cacheDataItem() local 368 htable = udata_getHashTable(); in udata_cacheDataItem() 370 oldValue = (DataCacheElement *)uhash_get(htable, path); in udata_cacheDataItem() 376 htable, in udata_cacheDataItem()
|
/external/chromium_org/third_party/icu/source/common/ |
D | udata.cpp | 284 UHashtable *htable; in udata_findCachedData() local 290 htable = udata_getHashTable(); in udata_findCachedData() 292 el = (DataCacheElement *)uhash_get(htable, baseName); in udata_findCachedData() 308 UHashtable *htable; in udata_cacheDataItem() local 344 htable = udata_getHashTable(); in udata_cacheDataItem() 346 oldValue = (DataCacheElement *)uhash_get(htable, path); in udata_cacheDataItem() 352 htable, in udata_cacheDataItem()
|
/external/libsepol/include/sepol/policydb/ |
D | sidtab.h | 31 sidtab_ptr_t *htable; member
|
D | hashtab.h | 34 hashtab_ptr_t *htable; /* hash table */ member
|
D | avtab.h | 81 avtab_ptr_t *htable; member
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | tmutfmt.h | 249 void deleteHash(Hashtable* htable);
|
/external/icu4c/i18n/unicode/ |
D | tmutfmt.h | 248 void deleteHash(Hashtable* htable);
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 1689 const uchar* htable = i == 0 ? jpegTableK3 : i == 1 ? jpegTableK5 : in WriteImage() local 1698 lowstrm.PutBytes( htable, tableSize ); // put table in WriteImage() 1701 htable, buffer, 16, 9 ), is_ac_tab ? huff_ac_tab[idx] : in WriteImage() 1799 const ulong* htable = huff_ac_tab[is_chroma]; in WriteImage() local 1828 m_strm.PutHuff( 0xF0, htable ); // encode 16 zeros in WriteImage() 1837 m_strm.PutHuff( cat + run*16, htable ); in WriteImage() 1847 m_strm.PutHuff( 0x00, htable ); // encode EOB in WriteImage()
|
/external/icu4c/i18n/ |
D | tmutfmt.cpp | 791 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument 794 if ( htable ) { in deleteHash() 795 while ( (element = htable->nextElement(pos)) != NULL ) { in deleteHash() 804 delete htable; in deleteHash()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | tmutfmt.cpp | 765 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument 768 if ( htable ) { in deleteHash() 769 while ( (element = htable->nextElement(pos)) != NULL ) { in deleteHash() 778 delete htable; in deleteHash()
|
/external/checkpolicy/test/ |
D | dispol.c | 173 for (cur = expa.htable[i]; cur; cur = cur->next) { in display_avtab()
|