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

12

/freebsd-10.1-release/lib/libc/regex/
H A Dregex2.h121 int invert; member in struct:__anon5667
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.c720 cs->invert = 1;
734 if (cs->invert && p->g->cflags&REG_NEWLINE)
/freebsd-10.1-release/lib/libc/gen/
H A Dstrtofflags.c47 char invert; member in struct:__anon5568
115 for (sp = mapping[i].invert ? mapping[i].name :
149 if (mapping[i].invert) {
158 if (mapping[i].invert) {
/freebsd-10.1-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-10.1-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.c908 /* invert */ (cm->cm_flags & CM_INVERT) ? TRUE : FALSE,
1016 /* invert */ (cp->cp_flags & CP_INVERT) ?
1739 u_int32_t dst, int invert, u_int8_t sense_len,
1753 if (invert)
1754 scsi_cmd->invert |= MOVE_MEDIUM_INVERT;
1788 scsi_cmd->invert |= EXCHANGE_MEDIUM_INV1;
1791 scsi_cmd->invert |= EXCHANGE_MEDIUM_INV2;
1809 int invert, u_int8_t sense_len, u_int32_t timeout)
1821 if (invert)
1822 scsi_cmd->invert |
1736 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
1806 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-10.1-release/sys/dev/cxgbe/
H A Dt4_tracer.c300 t->tp.invert = tp.invert;
363 tp.invert = !!t->tp.invert;
H A Dt4_ioctl.h307 uint8_t invert; member in struct:t4_trace_params
/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c416 if (!group->meth->invert(group, p, ctx))
427 if (!group->meth->invert(group, p, ctx))
H A Dec_lib.c912 if (group->meth->invert == 0) {
920 return group->meth->invert(group, a, ctx);
H A Dec_lcl.h158 int (*invert) (const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
/freebsd-10.1-release/bin/sh/
H A Dexpand.c1484 int invert, found; local
1500 invert = 0;
1502 invert++;
1555 if (found == invert)
/freebsd-10.1-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-10.1-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.c9067 int invert = 0;
9074 /* If this is a TRUTH_NOT_EXPR, set a flag indicating we must invert the
9075 result at the end. We can't simply invert the test since it would
9080 invert = 1, exp = TREE_OPERAND (exp, 0);
9247 if (invert)
9258 emit_move_insn (target, invert ? const0_rtx : const1_rtx);
9262 return (((result == const0_rtx && ! invert)
9263 || (result != const0_rtx && invert))
9278 emit_move_insn (target, invert ? const1_rtx : const0_rtx);
9043 int invert = 0; local
/freebsd-10.1-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-10.1-release/sys/dev/vt/
H A Dvt_core.c987 int invert; local
989 invert = 0;
997 invert ^= 1;
999 invert ^= 1;
1001 if (invert) {
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregcomp.c711 register int invert = 0; local
732 invert++; /* make note to invert set at end */
759 if (invert) {
1345 - mcinvert - invert the list of collating elements in a cset
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dinput.cpp5437 int invert = 0; local
5442 invert = !invert;
5561 if (invert)
/freebsd-10.1-release/sys/dev/cxgb/common/
H A Dcxgb_common.h779 int filter_index, int invert, int enable);
/freebsd-10.1-release/sys/dev/cxgbe/common/
H A Dcommon.h301 unsigned char invert; member in struct:trace_params

Completed in 342 milliseconds

12