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

12

/freebsd-9.3-release/lib/libc/gen/
H A Dstrtofflags.c47 int invert; member in struct:__anon5041
98 for (sp = mapping[i].invert ? mapping[i].name :
132 if (mapping[i].invert) {
141 if (mapping[i].invert) {
/freebsd-9.3-release/lib/libc/regex/
H A Dregex2.h121 int invert; member in struct:__anon5134
133 cs->invert);
136 return (!cs->invert);
139 return (!cs->invert);
142 return (!cs->invert);
143 return (cs->invert);
153 cs->invert);
H A Dregcomp.c704 cs->invert = 1;
718 if (cs->invert && p->g->cflags&REG_NEWLINE)
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Denum.c54 check_membership_start(tOptDesc * od, char const ** argp, bool * invert);
418 * (@samp{^}), which may follow the equal character, says to invert the
425 * @param invert a pointer to the boolean inversion indicator
430 check_membership_start(tOptDesc * od, char const ** argp, bool * invert) argument
437 *invert = false;
455 *invert = true;
575 bool invert; local
576 uintptr_t res = check_membership_start(od, &arg, &invert);
631 if (invert)
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.h84 u_int8_t invert; member in struct:scsi_exchange_medium
113 u_int8_t invert; member in struct:scsi_move_medium
128 u_int8_t invert; member in struct:scsi_position_to_element
474 u_int32_t dst, int invert, u_int8_t sense_len,
486 int invert, u_int8_t sense_len,
H A Dscsi_ch.c925 /* invert */ (cm->cm_flags & CM_INVERT) ? TRUE : FALSE,
1033 /* invert */ (cp->cp_flags & CP_INVERT) ?
1758 u_int32_t dst, int invert, u_int8_t sense_len,
1772 if (invert)
1773 scsi_cmd->invert |= MOVE_MEDIUM_INVERT;
1807 scsi_cmd->invert |= EXCHANGE_MEDIUM_INV1;
1810 scsi_cmd->invert |= EXCHANGE_MEDIUM_INV2;
1828 int invert, u_int8_t sense_len, u_int32_t timeout)
1840 if (invert)
1841 scsi_cmd->invert |
1755 scsi_move_medium(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int32_t tea, u_int32_t src, u_int32_t dst, int invert, u_int8_t sense_len, u_int32_t timeout) argument
1825 scsi_position_to_element(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int32_t tea, u_int32_t dst, int invert, u_int8_t sense_len, u_int32_t timeout) argument
[all...]
/freebsd-9.3-release/usr.bin/tr/
H A Dcset.c198 cset_addclass(struct cset *cs, wctype_t type, bool invert) argument
206 csc->csc_invert = invert;
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.h271 int invert; member in struct:mb_char_classes
H A Ddfa.c496 work_mbc->invert = 1;
499 work_mbc->invert = 0;
717 int backslash = 0, invert; local
1008 invert = 1;
1011 invert = 0;
1081 if (invert)
2501 match = !work_mbc->invert;
/freebsd-9.3-release/usr.bin/make/
H A Dcond.c725 Boolean invert = FALSE; local
849 * and set to invert the evaluation
853 invert = condInvert;
860 * invert is TRUE, we invert the sense of the function.
863 (invert ? False : True) :
864 (invert ? True : False));
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c418 if (!group->meth->invert(group, p, ctx))
429 if (!group->meth->invert(group, p, ctx))
H A Dec_lcl.h153 int (*invert) (const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
H A Dec_lib.c971 if (group->meth->invert == 0) {
979 return group->meth->invert(group, a, ctx);
/freebsd-9.3-release/bin/sh/
H A Dexpand.c1505 int invert, found; local
1521 invert = 0;
1523 invert++;
1576 if (found == invert)
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp188 Value *invert(Value *Condition);
311 Value *StructurizeCFG::invert(Value *Condition) { function in class:StructurizeCFG
327 // Third: Check all the users for an invert
351 llvm_unreachable("Unhandled condition to invert");
362 Cond = invert(Cond);
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_core.c656 int invert; local
658 invert = 0;
666 invert ^= 1;
668 invert ^= 1;
670 if (invert) {
/freebsd-9.3-release/contrib/gcc/
H A Djump.c1685 int invert)
1696 if (!nlabel || (invert && !invert_exp_1 (XEXP (note, 0), jump)))
1718 if (invert)
1670 redirect_jump_2(rtx jump, rtx olabel, rtx nlabel, int delete_unused, int invert) argument
H A Dexpr.c9058 int invert = 0;
9065 /* If this is a TRUTH_NOT_EXPR, set a flag indicating we must invert the
9066 result at the end. We can't simply invert the test since it would
9071 invert = 1, exp = TREE_OPERAND (exp, 0);
9238 if (invert)
9249 emit_move_insn (target, invert ? const0_rtx : const1_rtx);
9253 return (((result == const0_rtx && ! invert)
9254 || (result != const0_rtx && invert))
9269 emit_move_insn (target, invert ? const1_rtx : const0_rtx);
9034 int invert = 0; local
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregcomp.c664 int invert = 0; local
684 invert++; /* make note to invert set at end */
713 if (invert) {
1222 - mcinvert - invert the list of collating elements in a cset
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp5437 int invert = 0; local
5442 invert = !invert;
5561 if (invert)
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_common.h779 int filter_index, int invert, int enable);
H A Dcxgb_t3_hw.c3594 * @invert: if set non-matching packets are traced instead of matching ones
3600 int filter_index, int invert, int enable)
3614 if (invert)
3599 t3_config_trace_filter(adapter_t *adapter, const struct trace_params *tp, int filter_index, int invert, int enable) argument
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h301 unsigned char invert; member in struct:trace_params
H A Dt4_hw.c3675 if (tp->port > 11 || tp->invert > 1 || tp->skip_len > M_TFLENGTH ||
3696 V_TFPORT(tp->port) | F_TFEN | V_TFINVERTMATCH(tp->invert) :
3698 V_T5_TFINVERTMATCH(tp->invert));
3733 tp->invert = !!(ctla & F_TFINVERTMATCH);
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c5587 int invert = 0; local
5635 invert = 1;
5717 if (invert != 0)
5725 else if (invert != 0)
7941 "-I invert overwrite pattern after each pass\n"

Completed in 567 milliseconds

12