Searched refs:pol (Results 1 - 21 of 21) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_cpols.c75 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
141 POLICYINFO *pol;
178 pol = policy_section(ctx, polsect, ia5org);
180 if(!pol) goto err;
187 pol = POLICYINFO_new();
188 pol->policyid = pobj;
190 if (!sk_POLICYINFO_push(pols, pol)){
191 POLICYINFO_free(pol);
209 POLICYINFO *pol;
211 if(!(pol
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_policy.h53 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_policy.h64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp258 LValue::clone(ClonePolicy<Function>& pol) const
260 LValue *that = new_LValue(pol.context(), reg.file);
262 pol.set<Value>(this, that);
293 Symbol::clone(ClonePolicy<Function>& pol) const
295 Program *prog = pol.context()->getProgram();
299 pol.set<Value>(this, that);
367 ImmediateValue::clone(ClonePolicy<Function>& pol) const
369 Program *prog = pol.context()->getProgram();
372 pol.set<Value>(this, that);
714 Instruction::clone(ClonePolicy<Function>& pol, Instructio argument
894 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
942 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
972 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
[all...]
H A Dnv50_ir_bb.cpp91 BasicBlock::clone(ClonePolicy<Function>& pol) const
93 BasicBlock *bb = new BasicBlock(pol.context());
95 pol.set(this, bb);
98 bb->insertTail(i->clone(pol));
100 pol.context()->cfg.insert(&bb->cfg);
104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
H A Dnv50_ir_inlines.h296 DeepClonePolicy<Function> pol(ctx);
299 pol.set(obj->getSrc(i), obj->getSrc(i));
301 return obj->clone(pol);
H A Dnv50_ir_util.h731 ShallowClonePolicy<C> pol(c);
732 return obj->clone(pol);
/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c630 UInt pol, UInt idx,
633 vassert((pol >> 2) == 0);
637 switch (pol) {
638 case 0: intRes2 = intRes1; break; // pol +
639 case 1: intRes2 = ~intRes1; break; // pol -
640 case 2: intRes2 = intRes1; break; // pol m+
641 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
698 UInt pol, UInt idx,
701 vassert((pol >> 2) == 0);
705 switch (pol) {
625 compute_PCMPxSTRx_gen_output( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
693 compute_PCMPxSTRx_gen_output_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
809 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
1060 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
[all...]
/external/selinux/policycoreutils/sepolicy/
H A Dsepolicy.py597 pol = parser.add_parser("generate", usage=generate_usage,
599 pol.add_argument("-d", "--domain", dest="domain", default=[],
602 pol.add_argument("-u", "--user", dest="user", default=[],
605 pol.add_argument("-r", "--role", dest="role", default=[],
608 pol.add_argument("-a", "--admin", dest="admin_domain", default=[],
611 pol.add_argument("-n", "--name", dest="name",
614 pol.add_argument("-T", "--test", dest="test", default=False, action="store_true",
616 pol.add_argument("-t", "--type", dest="types", default=[], nargs="*",
619 pol.add_argument("-p", "--path", dest="path", default=os.getcwd(),
621 pol
[all...]
/external/iptables/extensions/
H A Dlibxt_policy.c33 " --pol none|ipsec match policy\n"
48 {.name = "pol", .id = O_POLICY, .type = XTTYPE_STRING},
97 struct xt_policy_elem *e = &info->pol[info->len];
208 e = &info->pol[i];
334 print_entry("", &info->pol[i], numeric, NFPROTO_IPV4);
349 print_entry("", &info->pol[i], numeric, NFPROTO_IPV6);
360 print_entry("--", &info->pol[i], false, NFPROTO_IPV4);
373 print_entry("--", &info->pol[i], false, NFPROTO_IPV6);
/external/strace/
H A Dmem.c404 int pol; local
405 if (!umove_or_printaddr(tcp, tcp->u_arg[0], &pol))
406 printxval(policies, pol, "MPOL_???");
/external/valgrind/none/tests/amd64/
H A Dpcmpstr64w.c132 UInt pol, UInt idx )
134 assert((pol >> 2) == 0);
138 switch (pol) {
139 case 0: intRes2 = intRes1; break; // pol +
140 case 1: intRes2 = ~intRes1; break; // pol -
141 case 2: intRes2 = intRes1; break; // pol m+
142 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
222 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
253 intRes1, zmaskL, zmaskR, validL, pol, idx
291 intRes1, zmaskL, zmaskR, validL, pol, id
127 PCMPxSTRx_WRK_gen_output_fmt_I_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
[all...]
H A Dpcmpstr64.c131 UInt pol, UInt idx )
133 assert((pol >> 2) == 0);
137 switch (pol) {
138 case 0: intRes2 = intRes1; break; // pol +
139 case 1: intRes2 = ~intRes1; break; // pol -
140 case 2: intRes2 = intRes1; break; // pol m+
141 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
217 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
249 intRes1, zmaskL, zmaskR, validL, pol, idx
288 intRes1, zmaskL, zmaskR, validL, pol, id
126 pcmpXstrX_WRK_gen_output_fmt_I( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
[all...]
/external/selinux/libsepol/src/
H A Dlink.c1995 policydb_t *pol = state->base; local
2012 id = pol->sym_val_to_name[i][j];
2037 id = pol->p_class_val_to_name[i];
2038 cladatum = pol->class_val_to_struct[i];
2194 static int enable_avrules(link_state_t * state, policydb_t * pol) argument
2207 for (block = pol->global; block != NULL; block = block->next) {
2218 for (block = pol->global; block != NULL; block = block->next) {
2256 for (block = pol->global->next; block != NULL; block = block->next) {
2267 debug_requirements(state, pol);
2497 static int populate_roleattributes(link_state_t *state, policydb_t *pol) argument
[all...]
H A Dpolicydb.c1471 * policydb_t *pol module policy to modify
1488 int symtab_insert(policydb_t * pol, uint32_t sym, argument
1502 rc = hashtab_insert(pol->symtab[sym].table, key, datum);
1507 *value = ++pol->symtab[sym].nprim;
1517 (scope_datum_t *) hashtab_search(pol->scope[sym].table, key);
1530 hashtab_insert(pol->scope[sym].table, key2,
1549 hashtab_search(pol->symtab[sym].table,
H A Dexpand.c2815 static void discard_tunables(sepol_handle_t *sh, policydb_t *pol) argument
2839 for (block = pol->global; block != NULL; block = block->next) {
2861 booldatum = pol->bool_val_to_struct[cur_expr->bool - 1];
2883 cur_state = cond_evaluate_expr(pol, cur_node->expr);
/external/iproute2/include/linux/
H A Dxfrm.h444 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h444 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
/external/iptables/iptables/
H A Dip6tables.c437 const char *pol = ip6tc_get_policy(chain, &counters, handle); local
439 if (pol) {
440 printf(" (policy %s", pol);
H A Diptables.c422 const char *pol = iptc_get_policy(chain, &counters, handle); local
424 if (pol) {
425 printf(" (policy %s", pol);
/external/iproute2/ip/
H A Dxfrm_policy.c485 xpinfo = &xpexp->pol;

Completed in 7738 milliseconds