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);
policydb.c 982 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel);
1860 size_t len, nel; local
1999 size_t len, len2, ncons, nel; local
2251 uint32_t buf[3], nel; local
2293 uint32_t buf[2], nel; local
2325 uint32_t buf[4], nel, len; local
2376 size_t nel; local
2457 size_t nel, len; local
2594 size_t nel, nel2, len, len2; local
2973 uint32_t buf[2], nel; local
3101 uint32_t buf[1], nel; local
3151 uint32_t buf[1], nel; local
3186 uint32_t buf[2], nel; local
3243 uint32_t buf[1], nel; local
3318 uint32_t buf[2], nprim, nel; local
3369 uint32_t buf[1], num_blocks, nel; local
3509 size_t len, nprim, nel; local
    [all...]
genbools.c 210 int nel)
223 for (i = 0; i < nel; i++) {
module.c 328 uint32_t offset, nel, read_len; local
332 nel = bytes;
334 while (nel) {
335 if (nel < _read_helper_bufsize)
336 read_len = nel;
343 nel -= read_len;
services.c 1281 * array containing the set of SIDs. Set `*nel' to the
1288 sepol_security_id_t ** sids, uint32_t * nel)
1374 *nel = mynel;
    [all...]
conditional.c 850 rc = avtab_alloc(&p->te_cond_avtab, p->te_avtab.nel);
  /external/libsepol/include/sepol/policydb/
sidtab.h 32 unsigned int nel; /* number of elements */ member in struct:__anon8393
avtab.h 82 uint32_t nel; /* number of elements */ member in struct:avtab
hashtab.h 36 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
services.h 112 * array containing the set of SIDs. Set `*nel' to the
117 sepol_security_id_t ** sids, uint32_t * nel);
  /external/checkpolicy/
checkpolicy.c 391 unsigned int nel, uret; local
1013 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1016 if (!nel)
1018 for (i = 0; i < nel; i++)
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 298 milliseconds