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

  /frameworks/base/tools/aapt/
qsort_r_compat.h 32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
qsort_r_compat.c 32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
34 qsort_r(base, nel, width, thunk, compar);
53 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
58 qsort_r(base, nel, width, compar_wrapper, &compar_data);
81 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
87 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/qemu/distrib/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
1214 size_t nel, items; local
1283 size_t nel, items, len; local
1390 size_t nel = 0, items, len; local
1437 size_t nel, items; local
1570 int nel = 0; local
1611 int nel = 0; local
1633 int nel = 0; local
1675 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 1047 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel);
1925 size_t len, nel; local
2068 size_t len, len2, ncons, nel; local
2342 uint32_t buf[3], nel; local
2384 uint32_t buf[2], nel; local
2416 uint32_t buf[4], nel, len; local
2467 size_t nel; local
2548 size_t nel, len; local
2685 size_t nel, nel2, len, len2; local
3064 uint32_t buf[2], nel; local
3192 uint32_t buf[1], nel; local
3242 uint32_t buf[1], nel; local
3277 uint32_t buf[2], nel; local
3334 uint32_t buf[1], nel; local
3409 uint32_t buf[2], nprim, nel; local
3460 uint32_t buf[1], num_blocks, nel; local
3604 size_t len, nprim, nel; local
    [all...]
genbools.c 210 int nel)
223 for (i = 0; i < nel; i++) {
module.c 348 uint32_t offset, nel, read_len; local
352 nel = bytes;
354 while (nel) {
355 if (nel < _read_helper_bufsize)
356 read_len = nel;
363 nel -= read_len;
services.c     [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:__anon8342
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 144 * array containing the set of SIDs. Set `*nel' to the
149 sepol_security_id_t ** sids, uint32_t * nel);
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 97 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t; local
151 nel++;
159 nel++;
171 while (nel < n) /* while (selecting pivots) do */
179 nel += nvk; /* nv[k] nodes of A eliminated */
318 nel += nvi;
385 d = std::min<Index> (d, n - nel - nvi);
  /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_org/third_party/libusb/src/libusb/os/
windows_usb.c 477 static int htab_create(struct libusb_context *ctx, unsigned long nel)
486 // Change nel to the first prime number not smaller as nel.
487 nel |= 1;
488 while(!isprime(nel))
489 nel += 2;
491 htab_size = nel;
492 usbi_dbg("using %d entries hash table", nel);
    [all...]

Completed in 285 milliseconds