| /src/usr.bin/scmdctl/ |
| responses.h | 38 bool invert[34]; member in struct:scmd_motor_response
|
| /src/external/gpl3/gcc/dist/gcc/common/config/rs6000/ |
| rs6000-common.cc | 147 bool invert; local 152 invert = true; 156 invert = false; 177 if (invert)
|
| /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/dist/gcc/ |
| gimple-predicate-analysis.h | 32 bool invert; member in struct:pred_info
|
| profile-count.h | 479 adjusted (SECOND) so that FIRST + FIRST.invert () * SECOND 496 *this = cprob.invert () * *this / ret.invert (); 501 *this = (*this - ret) / ret.invert (); 513 profile_probability invert () const function
|
| /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
|
| /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/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_pint.c | 33 bu32 mask, edge, invert; member in struct:bfin_pint 102 dv_w1c_4 (&pint->invert, value, -1); 105 pint->invert |= value; 168 dv_store_4 (dest, pint->invert);
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_pint.c | 33 bu32 mask, edge, invert; member in struct:bfin_pint 102 dv_w1c_4 (&pint->invert, value, -1); 105 pint->invert |= value; 168 dv_store_4 (dest, pint->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/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-opts.cc | 872 bool invert; local 879 invert = true; 883 invert = false; 899 invert = false; 904 if (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/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| curve448.c | 245 mask_t invert; local 254 invert = (tab >> (t - 1)) - 1; 255 tab ^= invert; 261 cond_neg_niels(ni, invert);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| curve448.c | 249 mask_t invert; local 259 invert = (tab >> (t - 1)) - 1; 260 tab ^= invert; 266 cond_neg_niels(ni, invert);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
| curve448.c | 245 mask_t invert; local 255 invert = (tab >> (t - 1)) - 1; 256 tab ^= invert; 262 cond_neg_niels(ni, invert);
|
| /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
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.h | 271 int invert; member in struct:mb_char_classes
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ec_local.h | 101 int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
|