| /src/usr.bin/scmdctl/ |
| responses.h | 38 bool invert[34]; member in struct:scmd_motor_response
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/rs6000/ |
| rs6000-common.cc | 156 bool invert; local 161 invert = true; 165 invert = false; 186 if (invert)
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/powerpcspe/ |
| powerpcspe-common.c | 145 bool invert; local 150 invert = true; 154 invert = false; 175 if (invert)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-predicate-analysis.h | 36 bool invert; member in struct:pred_info
|
| profile-count.h | 474 adjusted (SECOND) so that FIRST + FIRST.invert () * SECOND 491 *this = cprob.invert () * *this / ret.invert (); 496 *this = (*this - ret) / ret.invert (); 508 profile_probability invert () const function
|
| value-range.cc | 124 r.invert (); 1798 // represent the number 1. This works around that for the invert routine. 1823 irange::invert () function in class:irange 1827 // We can't just invert VR_RANGE and VR_ANTI_RANGE because we may 1852 // INVERT([-MIN,20][30,40]) => [21,29][41,+MAX] 1853 // INVERT([-MIN,20][30,MAX]) => [21,29] 1859 // The algorithm is as follows. To calculate INVERT ([a,b][c,d]), we 1864 // calculate INVERT([-MIN, 5]) with: [-MIN, -MIN-1][6, MAX]. And since 2255 big.invert (); 2376 t.invert (); [all...] |
| tree-vrp.cc | 1211 If INVERT is true, then we invert the result stored into *CODE_P. */ 1216 bool invert, enum tree_code *code_p, 1242 /* Invert the comparison code as necessary. */ 1243 if (invert) 1418 Invert the condition COND if INVERT is true. */ 1423 tree cond_op0, tree cond_op1, bool invert, 1432 invert, &comp_code, &val)) 2005 bool invert = (code == EQ_EXPR ? true : false) local [all...] |
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| enum.c | 396 * (@samp{^}), which may follow the equal character, says to invert the 403 * @param invert a pointer to the boolean inversion indicator 408 check_membership_start(tOptDesc * od, char const ** argp, bool * invert) 415 *invert = false; 433 *invert = true; 553 bool invert; local 554 uintptr_t res = check_membership_start(od, &arg, &invert); 609 if (invert)
|
| save-flags.c | 218 unsigned int invert = 0; local 224 invert = 1; 242 if (invert)
|
| /src/bin/ksh/ |
| c_test.c | 142 int invert = 0; local 157 if (invert & 1) 174 if (invert & 1) 179 invert++;
|
| /src/sys/net/npf/ |
| npf_connkey.c | 200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) 206 if (invert) { 242 const bool invert = flow != NPF_FLOW_FORW; local 243 return npf_connkey_copy(npc->npc_ckey, key, invert);
|
| /src/lib/libc/regex/ |
| regex2.h | 129 int invert; member in struct:__anon394 140 cs->invert); 145 return (!cs->invert); 147 return (!cs->invert); 151 return (!cs->invert); 154 return (!cs->invert); 155 return (cs->invert); 164 cs->invert);
|
| /src/sys/arch/aarch64/aarch64/ |
| trap.c | 642 bool invert = (insn >> 28) & 1; local 672 return (!match != !invert);
|
| /src/usr.sbin/npf/npfctl/ |
| npf_bpf_comp.c | 155 bool invert; member in struct:npf_bpf 335 npfctl_bpf_group_enter(npf_bpf_t *ctx, bool invert) 344 ctx->invert = invert; 363 if (!ctx->invert && 374 if (ctx->invert) { 428 const bool invert = ctx->invert; local 456 npfctl_bpf_group_enter(ctx, invert); 482 const bool invert = ctx->invert local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ScaledNumber.h | 527 return get(N).invert(); 676 ScaledNumber &invert() { return *this = ScaledNumber::get(1) / *this; } function in class:llvm::ScaledNumber 677 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); }
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.h | 252 int invert; member in struct:mb_char_classes
|
| dfa.c | 470 work_mbc->invert = 1; 473 work_mbc->invert = 0; 691 int backslash = 0, invert; local 982 invert = 1; 985 invert = 0; 1060 if (invert) 2482 match = !work_mbc->invert;
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.h | 271 int invert; member in struct:mb_char_classes
|
| dfa.c | 496 work_mbc->invert = 1; 499 work_mbc->invert = 0; 717 int backslash = 0, invert; local 1008 invert = 1; 1011 invert = 0; 1081 if (invert) 2503 match = !work_mbc->invert;
|
| /src/bin/sh/ |
| expand.c | 1968 int invert, found; local 1995 invert = 0; 1997 invert++; 2041 if (found == invert)
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regcomp.c | 800 int invert = 0; local 820 invert++; /* make note to invert set at end */ 849 if (invert) { 1360 - mcinvert - invert the list of collating elements in a cset
|
| /src/external/bsd/nvi/dist/regex/ |
| regcomp.c | 715 int invert = 0; local 736 invert++; /* make note to invert set at end */ 763 if (invert) { 1348 - mcinvert - invert the list of collating elements in a cset
|
| /src/sys/external/bsd/sljit/dist/regex_src/ |
| regexJIT.c | 1100 printf("type_rng_start %s\n", transitions_ptr->value ? "(invert)" : "(normal)"); 1738 int invert = dfa_transitions[ind].value; local 1777 if (!invert) {
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 919 int invert_const; /* != 0 if invert value if cmp1 is constant. */ 920 int invert_reg; /* != 0 if invert value if cmp1 is register. */ 943 int invert; 989 /* See if we need to invert the result. */ 990 invert = (GET_CODE (cmp1) == CONST_INT 995 *p_invert = invert; 996 invert = 0; 1016 /* This test is always true, but if INVERT is true then 1019 emit_move_insn (result, invert ? const0_rtx : const_true_rtx); 1038 reg = (invert || eqne_p) ? gen_reg_rtx (mode) : result 933 int invert; local 1069 int invert; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| mcore.cc | 591 bool invert; 627 invert = false; 632 invert = true; 642 invert = true; 652 invert = true; 667 invert = true; 677 invert = true; 690 return invert; 588 bool invert; local
|