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

  /system/core/include/cutils/
qsort_r_compat.h 32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
  /system/core/libcutils/
qsort_r_compat.c 26 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
28 qsort_r(base, nel, width, thunk, compar);
47 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
52 qsort_r(base, nel, width, compar_wrapper, &compar_data);
75 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
81 qsort(base, nel, width, compar_wrapper);
  /external/libselinux/src/
avc_sidtab.h 24 unsigned nel; member in struct:sidtab
avc_sidtab.c 44 s->nel = 0;
72 s->nel++;
128 "chain length %d\n", avc_prefix, h->nel, slots_used,
  /external/libsepol/include/sepol/
booleans.h 20 with 'nel' elements, rewrite the binary policy for the boolean settings.
24 char **names, int *values, int nel);
  /external/libsepol/src/
sidtab.c 35 s->nel = 0;
81 s->nel++;
114 s->nel--;
195 s->nel--;
284 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len);
307 s->nel = 0;
315 dst->nel = src->nel;
write.c 101 unsigned merge, unsigned commit, uint32_t * nel)
178 if (nel)
179 (*nel)--; /* one less node */
246 uint32_t nel; local
255 and compute the final nel. */
264 nel = a->nel;
266 /* New avtab format. nel is good to go. */
267 nel = cpu_to_le32(a->nel);
470 size_t nel, items; local
514 size_t nel, items; local
537 size_t nel, items, len; local
1189 size_t nel, items; local
1258 size_t nel, items, len; local
1365 size_t nel = 0, items, len; local
1412 size_t nel, items; local
1545 int nel = 0; local
1586 int nel = 0; local
1608 int nel = 0; local
1650 int nel = 0; local
    [all...]
avtab.c 77 h->nel++;
297 h->nel = 0;
326 h->nel = 0;
356 tag, h->nel, slots_used, h->nslot, max_chain_len);
495 uint32_t nel; local
502 nel = le32_to_cpu(buf[0]);
503 if (!nel) {
508 rc = avtab_alloc(a, nel);
514 for (i = 0; i < nel; i++) {
521 ERR(fp->handle, "failed on entry %d of %u", i, nel);
    [all...]
hashtab.c 52 p->nel = 0;
99 h->nel++;
132 h->nel--;
276 h->nel--;
312 tag, h->nel, slots_used, h->size, max_chain_len);