HomeSort by: relevance | last modified time | path
    Searched refs:invert (Results 1 - 25 of 214) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/usr.bin/scmdctl/
responses.h 38 bool invert[34]; member in struct:scmd_motor_response
printscmd.c 110 (r->invert[n] == true ? "(inverted)" : "(not inverted)"),
  /src/common/lib/libc/string/
strspn.c 76 strspn_x(const char *s_s, const char *charset_s, unsigned long invert)
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;
  /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/external/bsd/ntp/dist/sntp/libopts/
save-flags.c 218 unsigned int invert = 0; local
224 invert = 1;
242 if (invert)
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)
  /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/
dojump.cc 193 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 ();
449 prob.invert ());
527 setclr_prob = prob.invert ();
671 prob = prob.invert ();
    [all...]
gimple-predicate-analysis.cc 66 if (x1.invert == x2.invert)
151 if (pred.invert)
156 if (pred.invert)
178 and condition inversion controlled by SWAP_COND and INVERT. */
181 get_cmp_code (tree_code orig_cmp_code, bool swap_cond, bool invert)
187 if (invert)
230 && pred2.invert == pred.invert)
265 tree_code code = get_cmp_code (pred.cond_code, false, pred.invert);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dojump.cc 193 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...]
gimple-predicate-analysis.cc 92 if (x1.invert == x2.invert)
177 if (pred.invert)
182 if (pred.invert)
254 and condition inversion controlled by SWAP_COND and INVERT. */
257 get_cmp_code (tree_code orig_cmp_code, bool swap_cond, bool invert)
263 if (invert)
306 && pred2.invert == pred.invert)
344 tree_code code = get_cmp_code (pred.cond_code, false, pred.invert);
    [all...]
gimple-predicate-analysis.h 36 bool invert; member in struct:pred_info
  /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/gpl3/gcc/dist/libgcc/config/riscv/
atomic.c 30 #define INVERT "not %[tmp1], %[tmp1]\n\t"
35 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \
46 invert \
107 GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
atomic.c 30 #define INVERT "not %[tmp1], %[tmp1]\n\t"
33 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \
44 invert \
105 GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
  /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/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/lgpl3/gmp/dist/demos/perl/GMP/
Mpz.pm 43 fib2 gcd gcdext hamdist invert jacobi kronecker
  /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/external/lgpl3/gmp/dist/mpn/power/
submul_1.asm 64 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)
  /src/external/lgpl3/gmp/dist/tests/mpn/
Makefile.am 31 t-hgcd t-hgcd_appr t-matrix22 t-invert t-bdiv t-fib2m \
  /src/external/lgpl3/gmp/dist/tests/mpz/
Makefile.am 26 t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm t-invert dive dive_ui t-sqrtrem \
  /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/external/lgpl3/gmp/dist/mini-gmp/tests/
Makefile 30 CHECK_PROGRAMS = t-add t-sub t-mul t-invert t-div t-div_2exp \

Completed in 116 milliseconds

1 2 3 4 5 6 7 8 9