Searched defs:nel (Results 1 - 14 of 14) sorted by relevance

/external/libselinux/src/
H A Davc_sidtab.h24 unsigned nel; member in struct:sidtab
/external/libsepol/include/sepol/policydb/
H A Dsidtab.h32 unsigned int nel; /* number of elements */ member in struct:__anon24644
H A Dhashtab.h36 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
H A Davtab.h82 uint32_t nel; /* number of elements */ member in struct:avtab
/external/qemu/distrib/libselinux/src/
H A Davc_sidtab.h24 unsigned nel; member in struct:sidtab
/external/libsepol/src/
H A Dgenbools.c210 int nel)
223 for (i = 0; i < nel; i++) {
209 sepol_genbools_array(void *data, size_t len, char **names, int *values, int nel) argument
H A Davtab.c77 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...]
H A Dmodule.c348 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;
H A Dwrite.c101 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);
99 avtab_write_item(policydb_t * p, avtab_ptr_t cur, struct policy_file *fp, unsigned merge, unsigned commit, uint32_t * nel) argument
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...]
H A Dpolicydb.c1047 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel);
1925 size_t len, nel; local
1943 nel = le32_to_cpu(buf[3]);
1953 for (i = 0; i < nel; i++) {
2068 size_t len, len2, ncons, nel; local
2087 nel = le32_to_cpu(buf[4]);
2115 for (i = 0; i < nel; i++) {
2342 uint32_t buf[3], nel; local
2351 nel
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...]
H A Dservices.c1907 * array containing the set of SIDs. Set `*nel' to the
1914 sepol_security_id_t ** sids, uint32_t * nel)
2000 *nel = mynel;
1912 sepol_get_user_sids(sepol_security_id_t fromsid, char *username, sepol_security_id_t ** sids, uint32_t * nel) argument
/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h97 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/
H A Dcheckpolicy.c391 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/
H A Dwindows_usb.c477 static int htab_create(struct libusb_context *ctx, unsigned long nel) argument
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);

Completed in 1860 milliseconds