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

1 2 3 4

  /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)"),
common.c 145 r->invert[0] = (b & 0x01);
148 r->invert[1] = (b & 0x01);
157 r->invert[m] = (b & (1 << j));
246 fprintf(stderr,"common_invert_motor: remote invert: motor_index: %d ; reg_offset: %d ; reg_index: %02X ; reg: %02X\n",motor_index,reg_offset,reg_index,reg);
  /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.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/
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
gimple-range-edge.cc 153 def_range.invert ();
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...]
  /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.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/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/gpl3/gcc.old/dist/gcc/config/rs6000/
genfusion.pl 200 my %invert = ( "and"=> 0, "andc"=> 0, "eqv"=> 1, "nand"=> 0,
242 $outer_inv = $invert{$outer};
257 $inner_inv = $invert{$inner};
  /src/bin/ksh/
c_test.c 142 int invert = 0; local
157 if (invert & 1)
174 if (invert & 1)
179 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/sys/arch/mips/mips/
spl.S 137 xor a1, MIPS_INT_MASK # invert SR bits
176 xor v1, MIPS_INT_MASK # invert
349 xor ta2, MIPS_INT_MASK # invert
355 xor ta2, MIPS_INT_MASK # invert
385 xor t3, MIPS_INT_MASK # invert
  /src/tests/usr.bin/grep/
t_grep.sh 231 atf_test_case invert
375 atf_add_test_case invert
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 702 int invert_const; /* != 0 if invert value if cmp1 is constant */
703 int invert_reg; /* != 0 if invert value if cmp1 is register */
761 /* See if we need to invert the result. */
795 int reverse_regs, invert;
799 case EQ: reverse_regs = 0; invert = 0; gen_fn = gen_seq_sf; break;
800 case NE: reverse_regs = 0; invert = 1; gen_fn = gen_seq_sf; break;
801 case LE: reverse_regs = 0; invert = 0; gen_fn = gen_sle_sf; break;
802 case GT: reverse_regs = 1; invert = 0; gen_fn = gen_slt_sf; break;
803 case LT: reverse_regs = 0; invert = 0; gen_fn = gen_slt_sf; break;
804 case GE: reverse_regs = 1; invert = 0; gen_fn = gen_sle_sf; break
793 int reverse_regs, invert; local
839 int invert; local
    [all...]
  /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...]

Completed in 55 milliseconds

1 2 3 4