| /src/sys/net/npf/ |
| npf_handler.c | 151 int error, decision, flags, id_match; local 171 decision = NPF_DECISION_BLOCK; 279 decision = NPF_DECISION_PASS; 290 * It may reverse the decision from pass to block. 292 if (rp && !npf_rproc_run(&npc, rp, &mi, &decision)) { 322 if (decision == NPF_DECISION_PASS && !error) { 356 int error, decision, flags; local 375 decision = NPF_DECISION_BLOCK; 415 decision = NPF_DECISION_PASS; 426 if (decision == NPF_DECISION_PASS && !error) [all...] |
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_i.h | 150 } decision; member in struct:eap_sm
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-ch.cc | 174 /* Decision about posibility of copying a given header. */ 846 auto_vec <ch_decision, 32> decision; local 856 decision.safe_push (ret); 896 while (last_win_nheaders < (int)decision.length () 897 && decision[last_win_nheaders] == ch_possible_zero_cost)
|
| cfgloop.h | 25 /* Structure to hold decision about unrolling/peeling. */ 35 enum lpt_dec decision; variable in typeref:enum:lpt_dec 135 /* For loop unrolling/peeling decision. */
|
| genrecog.cc | 23 contain a decision tree that recognizes whether an rtx, the 54 1. Build up a decision tree for each routine, using the following 1115 /* Represents a test performed by a decision. */ 1503 class decision; 1523 /* The source decision. */ 1524 decision *from; 1546 the machine either falls through to the next decision or, if there are no 1548 class decision : public list_head <transition> 1551 decision (const rtx_test &); 1553 void set_parent (list_head <decision> *s) 1544 class decision : public list_head <transition> class in inherits:list_head 1584 decision::decision (const rtx_test &test_in) function in class:decision [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
| X86Disassembler.cpp | 1020 const ContextDecision *decision; local 1023 decision = &ONEBYTE_SYM; 1026 decision = &TWOBYTE_SYM; 1029 decision = &THREEBYTE38_SYM; 1032 decision = &THREEBYTE3A_SYM; 1035 decision = &XOP8_MAP_SYM; 1038 decision = &XOP9_MAP_SYM; 1041 decision = &XOPA_MAP_SYM; 1044 decision = &THREEDNOW_MAP_SYM; 1048 if (decision->opcodeDecisions[insnCtx [all...] |
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_i.h | 49 * decision - Authentication decision (OUT) 51 EapDecision decision; member in struct:eap_method_ret 319 EapDecision decision; member in struct:eap_sm
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgloop.h | 25 /* Structure to hold decision about unrolling/peeling. */ 35 enum lpt_dec decision; variable in typeref:enum:lpt_dec 132 /* For loop unrolling/peeling decision. */
|
| genrecog.cc | 23 contain a decision tree that recognizes whether an rtx, the 54 1. Build up a decision tree for each routine, using the following 1115 /* Represents a test performed by a decision. */ 1503 class decision; 1523 /* The source decision. */ 1524 decision *from; 1546 the machine either falls through to the next decision or, if there are no 1548 class decision : public list_head <transition> 1551 decision (const rtx_test &); 1553 void set_parent (list_head <decision> *s) 1544 class decision : public list_head <transition> class in inherits:list_head 1584 decision::decision (const rtx_test &test_in) function in class:decision [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_channel.c | 858 enum rxku_decision decision; local 869 decision = DECISION_PROTOCOL_VIOLATION; 878 decision = DECISION_RXKU_ONLY; 884 decision = DECISION_SOLICITED_TXKU; 886 if (decision == DECISION_PROTOCOL_VIOLATION) { 901 if (decision == DECISION_SOLICITED_TXKU)
|