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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dcase_all_values.ksh37 for caseval in sensitive insensitive mixed; do
/freebsd-13-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-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.exp2 make: "varmod-edge.mk" line 166: 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
H A Dvarname.mk9 # Parentheses and braces may be mixed.
H A Dvarmod-indirect.mk58 .if ${Mixed:L:${1 != 1:?Z:tl}} != "mixed"
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c526 "mixed-revision working copy "
527 "(mixed-revisions cannot be "
/freebsd-13-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-13-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.c335 } else if (as->mixed) {
470 if (!as->mixed || pdevinfo == NULL || pdevinfo->mixer == NULL)
2398 * If signals mixed, we can't assign controls farther.
2772 /* For non-mixed associations we always recording everything. */
2773 if (!as->mixed) {
3291 as[i].mixed = 1;
3430 int mixed, int min, int only, int depth, int *length, int onlylength)
3455 if (!mixed && w->bindseqmask != 0) {
3488 j, mixed, min, only, depth + 1,
4443 /* Allow mix -> mixed
3429 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-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh163 "Checks various mixed new and old style cmd substitutions"
/freebsd-13-stable/stand/
H A Ddefs.mk114 # For amd64, there's a bit of mixed bag. Some of the tree (i386, lib*32) is
/freebsd-13-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) {
1467 bool mixed) {
1726 // Then regions of mixed bits (both known and unitialized bit values allowed).
553 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed) argument
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c2084 bool mixed = FALSE; local
2106 mixed = TRUE;
2116 if ((rc != 2) || (check_c != *mark) || mixed) {
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl331 # mixed with valid users?
1267 be mixed into the results. More

Completed in 202 milliseconds