/external/libselinux/src/ |
H A D | avc_sidtab.h | 24 unsigned nel; member in struct:sidtab
|
H A D | 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/ |
H A D | booleans.h | 20 with 'nel' elements, rewrite the binary policy for the boolean settings. 24 char **names, int *values, int nel);
|
/external/libsepol/src/ |
H A D | 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;
|
H A D | 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); 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 D | 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...] |
H A D | 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);
|
H A D | policydb.c | 1045 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel); 1923 size_t len, nel; local 1941 nel = le32_to_cpu(buf[3]); 1951 for (i = 0; i < nel; i++) { 2066 size_t len, len2, ncons, nel; local 2085 nel = le32_to_cpu(buf[4]); 2113 for (i = 0; i < nel; i++) { 2340 uint32_t buf[3], nel; local 2349 nel 2382 uint32_t buf[2], nel; local 2414 uint32_t buf[4], nel, len; local 2465 size_t nel; local 2546 size_t nel, len; local 2683 size_t nel, nel2, len, len2; local 3062 uint32_t buf[2], nel; local 3190 uint32_t buf[1], nel; local 3240 uint32_t buf[1], nel; local 3275 uint32_t buf[2], nel; local 3332 uint32_t buf[1], nel; local 3407 uint32_t buf[2], nprim, nel; local 3458 uint32_t buf[1], num_blocks, nel; local 3602 size_t len, nprim, nel; local [all...] |
H A D | genbools.c | 210 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 D | 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;
|
H A D | services.c | 1907 * 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
|
H A D | conditional.c | 850 rc = avtab_alloc(&p->te_cond_avtab, p->te_avtab.nel);
|
/external/libsepol/include/sepol/policydb/ |
H A D | sidtab.h | 32 unsigned int nel; /* number of elements */ member in struct:__anon21432
|
H A D | avtab.h | 82 uint32_t nel; /* number of elements */ member in struct:avtab
|
H A D | hashtab.h | 36 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
|
H A D | 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/ |
H A D | Amd.h | 101 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t; local 155 nel++; 163 nel++; 175 while (nel < n) /* while (selecting pivots) do */ 183 nel += nvk; /* nv[k] nodes of A eliminated */ 322 nel += nvi; 389 d = std::min<Index> (d, n - nel - nvi);
|
/external/checkpolicy/ |
H A D | 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/ |
H A D | windows_usb.c | 477 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);
|
/external/chromium/net/base/ |
H A D | effective_tld_names.cc | 3820 {"nel.uk", 1},
|
/external/chromium_org/net/base/registry_controlled_domains/ |
H A D | effective_tld_names.cc | 1662 char stringpool_str1428[sizeof("nel.uk")]; 8040 "nel.uk", [all...] |