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

  /external/selinux/libsepol/src/
sidtab.c 30 s->htable = malloc(sizeof(sidtab_ptr_t) * SIDTAB_SIZE);
31 if (!s->htable)
34 s->htable[i] = (sidtab_ptr_t) NULL;
48 if (!s || !s->htable)
53 cur = s->htable[hvalue];
77 newnode->next = s->htable[hvalue];
78 s->htable[hvalue] = newnode;
92 if (!s || !s->htable)
97 cur = s->htable[hvalue];
107 s->htable[hvalue] = cur->next
    [all...]
hashtab.c 55 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size);
56 if (p->htable == NULL) {
61 p->htable[i] = (hashtab_ptr_t) NULL;
76 cur = h->htable[hvalue];
95 newnode->next = h->htable[hvalue];
96 h->htable[hvalue] = newnode;
115 cur = h->htable[hvalue];
125 h->htable[hvalue] = cur->next;
148 cur = h->htable[hvalue];
170 newnode->next = h->htable[hvalue]
    [all...]
avtab.c 127 newnode->next = h->htable[hvalue];
128 h->htable[hvalue] = newnode;
142 if (!h || !h->htable)
146 for (prev = NULL, cur = h->htable[hvalue];
187 if (!h || !h->htable)
190 for (prev = NULL, cur = h->htable[hvalue];
219 if (!h || !h->htable)
223 for (cur = h->htable[hvalue]; cur; cur = cur->next) {
254 if (!h || !h->htable)
258 for (cur = h->htable[hvalue]; cur; cur = cur->next)
    [all...]
write.c 268 for (cur = a->htable[i]; cur; cur = cur->next)
307 for (cur = a->htable[i]; cur; cur = cur->next) {
328 for (cur = a->htable[i]; cur; cur = cur->next) {
    [all...]
  /external/libselinux/src/
avc_sidtab.c 35 s->htable = (struct sidtab_node **)avc_malloc
38 if (!s->htable) {
43 s->htable[i] = NULL;
68 newnode->next = s->htable[hvalue];
71 s->htable[hvalue] = newnode;
88 cur = s->htable[hvalue];
112 cur = h->htable[i];
141 cur = s->htable[i];
148 s->htable[i] = NULL;
150 avc_free(s->htable);
    [all...]
avc_sidtab.h 23 struct sidtab_node **htable; member in struct:sidtab
  /external/selinux/libselinux/src/
avc_sidtab.c 35 s->htable = (struct sidtab_node **)avc_malloc
38 if (!s->htable) {
43 s->htable[i] = NULL;
68 newnode->next = s->htable[hvalue];
71 s->htable[hvalue] = newnode;
88 cur = s->htable[hvalue];
112 cur = h->htable[i];
141 cur = s->htable[i];
148 s->htable[i] = NULL;
150 avc_free(s->htable);
    [all...]
avc_sidtab.h 23 struct sidtab_node **htable; member in struct:sidtab
  /external/selinux/policycoreutils/newrole/
hashtab.c 34 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size);
35 if (p->htable == NULL) {
40 p->htable[i] = (hashtab_ptr_t) NULL;
55 cur = h->htable[hvalue];
74 newnode->next = h->htable[hvalue];
75 h->htable[hvalue] = newnode;
94 cur = h->htable[hvalue];
104 h->htable[hvalue] = cur->next;
127 cur = h->htable[hvalue];
149 newnode->next = h->htable[hvalue]
    [all...]
hashtab.h 33 hashtab_ptr_t *htable; /* hash table */ member in struct:hashtab_val
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-dis.c 56 CGEN_INSN_LIST **htable,
68 for (current_buf = htable[hash]; current_buf != NULL;
81 htable[hash] = hentbuf;
91 HTABLE points to the hash table.
103 CGEN_INSN_LIST ** htable,
128 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
141 CGEN_INSN_LIST **htable,
165 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 58 HTABLE points to the hash table.
70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
  /external/selinux/libsepol/cil/src/
cil_symtab.c 158 symtab->htable = cil_calloc(size, sizeof(struct cil_complex_symtab *));
182 for (prev = NULL, curr = symtab->htable[hash]; curr != NULL;
214 node->next = symtab->htable[hash];
215 symtab->htable[hash] = node;
231 for (curr = symtab->htable[hash]; curr != NULL; curr = curr->next) {
273 curr = symtab->htable[i];
279 symtab->htable[i] = NULL;
281 free(symtab->htable);
282 symtab->htable = NULL;
cil_symtab.h 67 struct cil_complex_symtab_node **htable; member in struct:cil_complex_symtab
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 33 sidtab_ptr_t *htable; member in struct:__anon22019
hashtab.h 36 hashtab_ptr_t *htable; /* hash table */ member in struct:hashtab_val
avtab.h 100 avtab_ptr_t *htable; member in struct:avtab
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 233 cur = req->htable[i];
252 cur = mods->htable[i];
257 cur2 = reqs->htable[j];
284 cur = mods->htable[i];
291 cur2 = reqs->htable[j];
  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 222 void deleteHash(Hashtable* htable);
  /external/icu/icu4c/source/common/
udata.cpp 298 UHashtable *htable; local
304 htable = udata_getHashTable();
306 el = (DataCacheElement *)uhash_get(htable, baseName);
322 UHashtable *htable; local
358 htable = udata_getHashTable();
360 oldValue = (DataCacheElement *)uhash_get(htable, path);
366 htable,
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 688 TimeUnitFormat::deleteHash(Hashtable* htable) {
691 if ( htable ) {
692 while ( (element = htable->nextElement(pos)) != NULL ) {
701 delete htable;
758 Hashtable* hTable;
759 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
764 delete hTable;
767 hTable->setValueComparator(tmutfmtHashTableValueComparator);
768 return hTable;
  /system/sepolicy/tools/
sepolicy-check.c 84 for (cur = exp_avtab.htable[i]; cur; cur = cur->next) {
  /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...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 1194 const uchar* htable = i == 0 ? jpegTableK3 : i == 1 ? jpegTableK5 : local
1408 const unsigned* htable = huff_ac_tab[is_chroma]; local
    [all...]
  /external/selinux/checkpolicy/test/
dispol.c 173 for (cur = a->htable[i]; cur; cur = cur->next) {

Completed in 1351 milliseconds