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

12

/freebsd-11-stable/lib/libc/regex/
H A Dregex2.h121 int invert; member in struct:__anon4664
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.c879 cs->invert = 1;
893 if (cs->invert && p->g->cflags&REG_NEWLINE)
/freebsd-11-stable/lib/libc/gen/
H A Dstrtofflags.c47 char invert; member in struct:__anon6612
114 for (sp = mapping[i].invert ? mapping[i].name :
146 if (mapping[i].invert) {
155 if (mapping[i].invert) {
/freebsd-11-stable/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-11-stable/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.c914 /* invert */ (cm->cm_flags & CM_INVERT) ? TRUE : FALSE,
1022 /* invert */ (cp->cp_flags & CP_INVERT) ?
1746 u_int32_t dst, int invert, u_int8_t sense_len,
1760 if (invert)
1761 scsi_cmd->invert |= MOVE_MEDIUM_INVERT;
1795 scsi_cmd->invert |= EXCHANGE_MEDIUM_INV1;
1798 scsi_cmd->invert |= EXCHANGE_MEDIUM_INV2;
1816 int invert, u_int8_t sense_len, u_int32_t timeout)
1828 if (invert)
1829 scsi_cmd->invert |
1743 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
1813 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-11-stable/sys/dev/cxgbe/
H A Dt4_tracer.c302 t->tp.invert = tp.invert;
365 tp.invert = !!t->tp.invert;
H A Dt4_ioctl.h349 uint8_t invert; member in struct:t4_trace_params
/freebsd-11-stable/usr.bin/tr/
H A Dcset.c200 cset_addclass(struct cset *cs, wctype_t type, bool invert) argument
208 csc->csc_invert = invert;
/freebsd-11-stable/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-11-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c220 int err, invert = 0; local
237 invert = 1;
248 if (invert) {
/freebsd-11-stable/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_lib.c1068 if (group->meth->invert == 0) {
1076 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-11-stable/bin/sh/
H A Dexpand.c1318 int invert, found; local
1322 invert = 0;
1324 invert++;
1378 if (found == invert)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1492 bool invert = false;
1497 invert = !invert;
1507 if (invert)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h527 return get(N).invert();
676 ScaledNumber &invert() { return *this = ScaledNumber::get(1) / *this; } function in class:llvm::ScaledNumber
677 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp219 Value *invert(Value *Condition);
405 Value *StructurizeCFG::invert(Value *Condition) { function in class:StructurizeCFG
416 // Third: Check all the users for an invert
434 llvm_unreachable("Unhandled condition to invert");
445 Cond = invert(Cond);
/freebsd-11-stable/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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c800 int invert = 0; local
820 invert++; /* make note to invert set at end */
849 if (invert) {
1360 - mcinvert - invert the list of collating elements in a cset
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh129 atf_test_case invert
822 atf_add_test_case invert
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c1116 int invert; local
1118 invert = 0;
1128 invert ^= 1;
1130 invert ^= 1;
1132 if (invert) {
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c689 int invert = 0; local
710 invert++; /* make note to invert set at end */
737 if (invert) {
1251 - mcinvert - invert the list of collating elements in a cset
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js923 C.invert = function(z, center) {
2620 newMy.invert(side, side1);
2626 newMy.invert(side, side2);

Completed in 426 milliseconds

12