Searched refs:invert (Results 1 - 25 of 212) sorted by relevance

123456789

/netbsd-current/usr.bin/scmdctl/
H A Dresponses.h38 bool invert[34]; member in struct:scmd_motor_response
H A Dprintscmd.c110 (r->invert[n] == true ? "(inverted)" : "(not inverted)"),
/netbsd-current/common/lib/libc/string/
H A Dstrspn.c76 strspn_x(const char *s_s, const char *charset_s, unsigned long invert) argument
108 /* For strcspn() we just invert the validity set */
109 m_0 ^= invert;
110 m_4 ^= invert;
111 m_8 ^= invert;
112 m_c ^= invert;
/netbsd-current/lib/libc/regex/
H A Dregex2.h129 int invert; member in struct:__anon2
141 cs->invert);
146 return (!cs->invert);
148 return (!cs->invert);
152 return (!cs->invert);
155 return (!cs->invert);
156 return (cs->invert);
166 cs->invert);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/rs6000/
H A Drs6000-common.c156 bool invert; local
161 invert = true;
165 invert = false;
186 if (invert)
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/rs6000/
H A Drs6000-common.cc156 bool invert; local
161 invert = true;
165 invert = false;
186 if (invert)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddojump.cc193 prob.invert ());
218 if_false_label, prob.invert ());
241 if_false_label, prob.invert ());
263 if_false_label, prob.invert ());
321 op1_prob = prob.invert ();
324 op0_prob = op0_prob.invert ();
325 op1_prob = op1_prob.invert ();
451 prob.invert ());
529 setclr_prob = prob.invert ();
673 prob = prob.invert ();
[all...]
H A Dgimple-predicate-analysis.cc92 if (x1.invert == x2.invert)
177 if (pred.invert)
182 if (pred.invert)
257 get_cmp_code (tree_code orig_cmp_code, bool swap_cond, bool invert) argument
263 if (invert)
306 && pred2.invert == pred.invert)
344 tree_code code = get_cmp_code (pred.cond_code, false, pred.invert);
646 if (pred.invert)
[all...]
H A Dgimple-predicate-analysis.h36 bool invert; member in struct:pred_info
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddojump.c193 prob.invert ());
218 if_false_label, prob.invert ());
241 if_false_label, prob.invert ());
263 if_false_label, prob.invert ());
321 op1_prob = prob.invert ();
324 op0_prob = op0_prob.invert ();
325 op1_prob = op1_prob.invert ();
451 prob.invert ());
529 setclr_prob = prob.invert ();
673 prob = prob.invert ();
[all...]
H A Dtree-ssa-uninit.c617 bool invert; member in struct:pred_info
709 one_pred.invert = !!(e->flags & EDGE_FALSE_VALUE);
752 one_pred.invert = false;
927 if (one_pred.invert)
989 get_cmp_code (enum tree_code orig_cmp_code, bool swap_cond, bool invert) argument
995 if (invert)
1098 && pred2.invert == pred.invert)
1335 bool invert = false; local
1353 invert
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Datomic.c33 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \
44 invert \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Datomic.c33 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \
44 invert \
/netbsd-current/external/lgpl3/gmp/dist/demos/perl/GMP/
H A DMpz.pm43 fib2 gcd gcdext hamdist invert jacobi kronecker
/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/powerpcspe/
H A Dpowerpcspe-common.c145 bool invert; local
150 invert = true;
154 invert = false;
175 if (invert)
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_pint.c32 bu32 mask, edge, invert; member in struct:bfin_pint
101 dv_w1c_4 (&pint->invert, value, -1);
104 pint->invert |= value;
167 dv_store_4 (dest, pint->invert);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_pint.c33 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);
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Denum.c56 check_membership_start(tOptDesc * od, char const ** argp, bool * invert);
420 * (@samp{^}), which may follow the equal character, says to invert the
427 * @param invert a pointer to the boolean inversion indicator
432 check_membership_start(tOptDesc * od, char const ** argp, bool * invert) argument
439 *invert = false;
457 *invert = true;
577 bool invert; local
578 uintptr_t res = check_membership_start(od, &arg, &invert);
633 if (invert)
/netbsd-current/external/lgpl3/gmp/dist/mpn/power/
H A Dsubmul_1.asm64 a 11,8,11 C invert cy (r11 is junk)
77 a 11,8,11 C invert cy (r11 is junk)
90 a 11,8,11 C invert cy (r11 is junk)
108 a 11,8,11 C invert cy (r11 is junk)
121 a 11,8,11 C invert cy (r11 is junk)
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_bpf_comp.c136 bool invert; member in struct:npf_bpf
315 npfctl_bpf_group_enter(npf_bpf_t *ctx, bool invert) argument
324 ctx->invert = invert;
338 if (!ctx->invert && (ctx->nblocks - ctx->gblock) <= 1) {
347 if (ctx->invert) {
401 const bool invert = ctx->invert; local
429 npfctl_bpf_group_enter(ctx, invert);
451 if (ctx->ingroup && ctx->invert) {
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A DMakefile.am31 t-hgcd t-hgcd_appr t-matrix22 t-invert t-bdiv t-fib2m \
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A DMakefile.am26 t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm t-invert dive dive_ui t-sqrtrem \
/netbsd-current/sys/net/npf/
H A Dnpf_connkey.c200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) argument
206 if (invert) {
242 const bool invert = flow != NPF_FLOW_FORW; local
243 return npf_connkey_copy(npc->npc_ckey, key, invert);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A DMakefile30 CHECK_PROGRAMS = t-add t-sub t-mul t-invert t-div t-div_2exp \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dgenfusion.pl156 my %invert = ( "and"=> 0, "andc"=> 0, "eqv"=> 1, "nand"=> 0,
198 $outer_inv = $invert{$outer};
213 $inner_inv = $invert{$inner};

Completed in 262 milliseconds

123456789