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

  /external/libselinux/src/
avc_sidtab.h 24 unsigned nel; member in struct:sidtab
  /external/selinux/libselinux/src/
avc_sidtab.h 24 unsigned nel; member in struct:sidtab
compute_user.c 20 unsigned int i, nel; local
49 if (sscanf(buf, "%u", &nel) != 1) {
54 ary = malloc((nel + 1) * sizeof(char *));
61 for (i = 0; i < nel; i++) {
70 ary[nel] = NULL;
matchpathcon.c 238 int h, used, nel, len, longest; local
245 nel = 0;
255 nel += len;
260 __FUNCTION__, nel, used, HASH_BUCKETS, longest);
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 34 unsigned int nel; /* number of elements */ member in struct:__anon17929
hashtab.h 38 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
avtab.h 100 uint32_t nel; /* number of elements */ member in struct:avtab
  /external/selinux/policycoreutils/newrole/
hashtab.h 35 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
  /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/selinux/libsepol/src/
avtab.c 126 h->nel++;
349 h->nel = 0;
378 h->nel = 0;
408 tag, h->nel, slots_used, h->nslot, max_chain_len);
578 uint32_t nel; local
585 nel = le32_to_cpu(buf[0]);
586 if (!nel) {
591 rc = avtab_alloc(a, nel);
597 for (i = 0; i < nel; i++) {
604 ERR(fp->handle, "failed on entry %d of %u", i, nel);
    [all...]
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;
write.c 101 unsigned merge, unsigned commit, uint32_t * nel)
179 if (nel)
180 (*nel)--; /* one less node */
275 uint32_t nel; local
284 and compute the final nel. */
293 nel = a->nel;
295 /* New avtab format. nel is good to go. */
296 nel = cpu_to_le32(a->nel);
499 size_t nel, items; local
543 size_t nel, items; local
566 size_t nel, items, len; local
1243 size_t nel, items, len; local
1342 size_t nel, items, len; local
1449 size_t nel = 0, items, len; local
1496 size_t nel, items; local
1636 int nel = 0; local
1677 int nel = 0; local
1699 int nel = 0; local
1741 int nel = 0; local
    [all...]
policydb.c 1061 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel);
1939 size_t len, nel; local
2082 size_t len, len2, ncons, nel; local
2356 uint32_t buf[3], nel; local
2398 uint32_t buf[2], nel; local
2430 uint32_t buf[4], nel, len; local
2481 size_t nel, len; local
2587 size_t nel, len; local
2724 size_t nel, nel2, len, len2; local
3103 uint32_t buf[2], nel; local
3231 uint32_t buf[1], nel; local
3281 uint32_t buf[1], nel; local
3316 uint32_t buf[2], nel; local
3373 uint32_t buf[1], nel; local
3448 uint32_t buf[2], nprim, nel; local
3499 uint32_t buf[1], num_blocks, nel; local
3643 size_t len, nprim, nel; local
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 394 unsigned int nel, uret; local
1048 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1051 if (!nel)
1053 for (i = 0; i < nel; i++)
  /external/selinux/policycoreutils/setfiles/
restore.c 502 int h, used, nel, len, longest; local
509 nel = 0;
519 nel += len;
525 __FUNCTION__, nel, used, HASH_BUCKETS, longest);

Completed in 456 milliseconds