/external/selinux/libsepol/src/ |
D | write.c | 108 unsigned merge, unsigned commit, uint32_t * nel) in avtab_write_item() argument 186 if (nel) in avtab_write_item() 187 (*nel)--; /* one less node */ in avtab_write_item() 286 uint32_t nel; in avtab_write() local 304 nel = a->nel; in avtab_write() 307 nel = cpu_to_le32(a->nel); in avtab_write() 308 items = put_entry(&nel, sizeof(uint32_t), 1, fp); in avtab_write() 317 if (avtab_write_item(p, cur, fp, 1, !oldvers, &nel)) { in avtab_write() 327 nel = cpu_to_le32(nel); in avtab_write() 328 items = put_entry(&nel, sizeof(uint32_t), 1, fp); in avtab_write() [all …]
|
D | sidtab.c | 35 s->nel = 0; in sepol_sidtab_init() 81 s->nel++; in sepol_sidtab_insert() 114 s->nel--; in sepol_sidtab_remove() 195 s->nel--; in sepol_sidtab_map_remove_on_error() 284 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len); in sepol_sidtab_hash_eval() 307 s->nel = 0; in sepol_sidtab_destroy() 315 dst->nel = src->nel; in sepol_sidtab_set()
|
D | policydb.c | 1226 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel); in policydb_index_others() 2102 size_t len, nel; in common_read() local 2123 nel = le32_to_cpu(buf[3]); in common_read() 2133 for (i = 0; i < nel; i++) { in common_read() 2248 size_t len, len2, ncons, nel; in class_read() local 2271 nel = le32_to_cpu(buf[4]); in class_read() 2299 for (i = 0; i < nel; i++) { in class_read() 2528 uint32_t buf[3], nel; in role_trans_read() local 2537 nel = le32_to_cpu(buf[0]); in role_trans_read() 2539 for (i = 0; i < nel; i++) { in role_trans_read() [all …]
|
D | avtab.c | 131 h->nel++; in avtab_insert_node() 358 h->nel = 0; in avtab_init() 387 h->nel = 0; in avtab_alloc() 417 tag, h->nel, slots_used, h->nslot, max_chain_len); in avtab_hash_eval() 590 uint32_t nel; in avtab_read() local 597 nel = le32_to_cpu(buf[0]); in avtab_read() 598 if (!nel) { in avtab_read() 603 rc = avtab_alloc(a, nel); in avtab_read() 609 for (i = 0; i < nel; i++) { in avtab_read() 616 ERR(fp->handle, "failed on entry %d of %u", i, nel); in avtab_read()
|
D | hashtab.c | 52 p->nel = 0; in hashtab_create() 99 h->nel++; in hashtab_insert() 132 h->nel--; in hashtab_remove() 276 h->nel--; in hashtab_map_remove_on_error() 312 tag, h->nel, slots_used, h->size, max_chain_len); in hashtab_hash_eval()
|
D | module.c | 351 uint32_t offset, nel, read_len; in read_helper() local 355 nel = bytes; in read_helper() 357 while (nel) { in read_helper() 358 if (nel < _read_helper_bufsize) in read_helper() 359 read_len = nel; in read_helper() 366 nel -= read_len; in read_helper()
|
D | deprecated_funcs.c | 46 int nel __attribute((unused))) in sepol_genbools_array()
|
D | optimize.c | 235 tab->nel--; in optimize_avtab() 354 tab->nel--; in optimize_cond_avtab()
|
/external/selinux/libselinux/src/ |
D | compute_user.c | 20 unsigned int i, nel; in security_compute_user_raw() local 49 if (sscanf(buf, "%u", &nel) != 1) { in security_compute_user_raw() 54 ary = malloc((nel + 1) * sizeof(char *)); in security_compute_user_raw() 61 for (i = 0; i < nel; i++) { in security_compute_user_raw() 70 ary[nel] = NULL; in security_compute_user_raw()
|
D | avc_sidtab.c | 44 s->nel = 0; in sidtab_init() 72 s->nel++; in sidtab_insert() 128 "chain length %d\n", avc_prefix, h->nel, slots_used, in sidtab_sid_stats()
|
D | matchpathcon.c | 266 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local 273 nel = 0; in matchpathcon_filespec_eval() 283 nel += len; in matchpathcon_filespec_eval() 288 __FUNCTION__, nel, used, HASH_BUCKETS, longest); in matchpathcon_filespec_eval()
|
D | avc_sidtab.h | 24 unsigned nel; member
|
/external/selinux/policycoreutils/newrole/ |
D | hashtab.c | 31 p->nel = 0; in hashtab_create() 78 h->nel++; in hashtab_insert() 111 h->nel--; in hashtab_remove() 255 h->nel--; in hashtab_map_remove_on_error() 291 tag, h->nel, slots_used, h->size, max_chain_len); in hashtab_hash_eval()
|
D | hashtab.h | 36 uint32_t nel; /* number of elements in hash table */ member
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Amd.h | 100 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t, h; in minimum_degree_ordering() local 159 nel++; in minimum_degree_ordering() 167 nel++; in minimum_degree_ordering() 183 while (nel < n) /* while (selecting pivots) do */ in minimum_degree_ordering() 191 nel += nvk; /* nv[k] nodes of A eliminated */ in minimum_degree_ordering() 330 nel += nvi; in minimum_degree_ordering() 397 d = std::min<StorageIndex> (d, n - nel - nvi); in minimum_degree_ordering()
|
/external/harfbuzz_ng/src/ |
D | hb-algs.hh | 731 static inline void sort_r_simple(void *base, size_t nel, size_t w, in sort_r_simple() argument 737 char *b = (char *)base, *end = b + nel*w; in sort_r_simple() 742 if(nel < 10) { in sort_r_simple() 755 char *last = b+w*(nel-1), *tmp; in sort_r_simple() 763 l[1] = b+w*(nel/2); in sort_r_simple() 851 hb_qsort (void *base, size_t nel, size_t width, in hb_qsort() argument 855 qsort (base, nel, width, compar); in hb_qsort() 857 sort_r_simple (base, nel, width, compar); in hb_qsort() 862 hb_qsort (void *base, size_t nel, size_t width, in hb_qsort() argument 867 qsort_r (base, nel, width, compar, arg); in hb_qsort() [all …]
|
/external/autotest/client/profilers/powertop/src/po/ |
D | it.po | 150 msgstr "(che è CONFIG_DEBUG_KERNEL=y nel file .config)\n" 296 "Suggerimento: Disabilitare CONFIG_IRQBALANCE nel kernel\n" 351 "Suggerimento: abilitare CONFIG_NO_HZ nel kernel\n" 362 "Suggerimento: Abilitare CONFIG_CPU_FREQ_GOV_ONDEMAND nel kernel\n" 373 "Suggerimento: abilitare CONFIG_NO_HZ nel kernel\n" 383 "Suggerimento: Abilitare CONFIG_HPET_TIMER nel kernel.\n" 394 "Suggerimento: abilitare CONFIG_NO_HZ nel kernel\n" 403 "Suggerimento: abilitare CONFIG_NO_HZ nel kernel\n" 414 "Suggerimento: abilitare CONFIG_SND_AC97_POWER_SAVE nel kernel\n" 424 "Suggerimento: Abilitare CONFIG_USB_SUSPEND nel kernel.\n"
|
/external/selinux/libsepol/include/sepol/ |
D | booleans.h | 16 char **names, int *values, int nel);
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | sidtab.h | 35 unsigned int nel; /* number of elements */ member
|
D | hashtab.h | 40 uint32_t nel; /* number of elements in hash table */ member
|
D | avtab.h | 102 uint32_t nel; /* number of elements */ member
|
D | services.h | 162 sepol_security_id_t ** sids, uint32_t * nel);
|
/external/google-breakpad/src/client/mac/sender/it.lproj/ |
D | Localizable.strings | 9 "emailMsg" = "Fornendo il tuo indirizzo e-mail, potremo contattarti nel caso che abbiamo bisogno di…
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/ |
D | Python3.stg | 645 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 657 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 695 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 727 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 986 <edges; separator="\nel"> 1005 <edges; separator="\nel"> 1016 <edges; separator="\nel"><\n> 1053 <edges; separator="\nel"> 1068 <edges; separator="\nel"> 1073 <edges; separator="\nel"> [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 638 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 650 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 688 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 720 <alts:{a | <altSwitchCase(i, a)>}; separator="\nel"> 979 <edges; separator="\nel"> 998 <edges; separator="\nel"> 1009 <edges; separator="\nel"><\n> 1046 <edges; separator="\nel"> 1061 <edges; separator="\nel"> 1066 <edges; separator="\nel"> [all …]
|