Searched refs:mixed (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_split.c71 hook_p mixed; member in struct:ng_split_private
109 localhook = &priv->mixed;
138 } else if ((hook == priv->in) && (priv->mixed != NULL)) {
139 NG_FWD_ITEM_HOOK(error, item, priv->mixed);
140 } else if ((hook == priv->mixed) && (priv->out != NULL)) {
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.exp4 ok M-mixed
H A Dvarmod-edge.mk22 TESTS+= M-mixed
23 INP.M-mixed= (paren-brace} (
24 MOD.M-mixed= ${INP.M-mixed:M(*}}
25 EXP.M-mixed= (paren-brace}
85 # closing brace would match the opening parenthesis (see M-mixed), and
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A DMakefile16 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c526 "mixed-revision working copy "
527 "(mixed-revisions cannot be "
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c440 /* Subtract in mixed mode: out128 -= in64 */
894 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
905 const int mixed, const felem x2, const felem y2,
913 if (!mixed) {
1008 if (!mixed) {
1138 const int mixed, const felem pre_comp[][17][3],
1174 /* value 1 below is argument for "mixed" */
1191 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1215 mixed, tmp[0], tmp[1], tmp[2]);
1413 int mixed
[all...]
H A Decp_nistp256.c1228 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1237 const int mixed, const smallfelem x2,
1257 if (!mixed) {
1675 const int mixed, const smallfelem pre_comp[][17][3],
1711 /* Arg 1 below is for "mixed" */
1728 /* Arg 1 below is for "mixed" */
1757 mixed, tmp[0], tmp[1], tmp[2]);
2027 int mixed = 0;
2091 mixed = 1;
2095 if (mixed)
[all...]
H A Decp_nistp521.c1148 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1156 const int mixed, const felem x2, const felem y2,
1171 if (!mixed) {
1533 const int mixed, const felem pre_comp[][17][3],
1568 /* The 1 argument below is for "mixed" */
1600 mixed, tmp[0], tmp[1], tmp[2]);
1868 int mixed = 0;
1932 mixed = 1;
1936 if (mixed)
1940 || (mixed
[all...]
/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h166 int mixed; /* Mixed/multiplexed recording, not multichannel. */ member in struct:hdaa_audio_as
H A Dhdaa.c336 } else if (as->mixed) {
471 if (!as->mixed || pdevinfo == NULL || pdevinfo->mixer == NULL)
2400 * If signals mixed, we can't assign controls farther.
2774 /* For non-mixed associations we always recording everything. */
2775 if (!as->mixed) {
3293 as[i].mixed = 1;
3432 int mixed, int min, int only, int depth, int *length, int onlylength)
3457 if (!mixed && w->bindseqmask != 0) {
3490 j, mixed, min, only, depth + 1,
4445 /* Allow mix -> mixed
3431 hdaa_audio_trace_adc(struct hdaa_devinfo *devinfo, int as, int seq, nid_t nid, int mixed, int min, int only, int depth, int *length, int onlylength) argument
[all...]
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh163 "Checks various mixed new and old style cmd substitutions"
/freebsd-12-stable/stand/
H A Ddefs.mk105 # For amd64, there's a bit of mixed bag. Some of the tree (i386, lib*32) is
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp272 bool Mixed; // a mixed region contains both set and unset bits
292 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
514 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
554 bool mixed)
555 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
1451 bool mixed) {
1710 // Then regions of mixed bits (both known and unitialized bit values allowed).
553 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed) argument
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dexpn.pl331 # mixed with valid users?
1267 be mixed into the results. More
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.c474 CC1 and CC2 for mixed selected bits (TMxx), it is false
478 s390_tm_ccmode (rtx op1, rtx op2, bool mixed) argument
496 /* Exactly two bits selected, mixed zeroes and ones: CC1 or CC2. e.g.:
500 if (mixed)

Completed in 283 milliseconds