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

/freebsd-10-stable/sys/netgraph/
H A Dng_split.c70 hook_p mixed; member in struct:ng_split_private
108 localhook = &priv->mixed;
137 } else if ((hook == priv->in) && (priv->mixed != NULL)) {
138 NG_FWD_ITEM_HOOK(error, item, priv->mixed);
139 } else if ((hook == priv->mixed) && (priv->out != NULL)) {
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dstih415.dtsi165 snps,mixed-burst;
186 snps,mixed-burst;
H A Dstih416.dtsi173 snps,mixed-burst;
194 snps,mixed-burst;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c526 "mixed-revision working copy "
527 "(mixed-revisions cannot be "
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c480 /* Subtract in mixed mode: out128 -= in64 */
922 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
933 const int mixed, const felem x2, const felem y2,
940 if (!mixed) {
1009 if (!mixed) {
1139 const int mixed, const felem pre_comp[][17][3],
1175 /* value 1 below is argument for "mixed" */
1192 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1216 mixed, tmp[0], tmp[1], tmp[2]);
1424 int mixed local
931 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1136 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp256.c1239 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1248 const int mixed, const smallfelem x2,
1267 if (!mixed) {
1665 const int mixed, const smallfelem pre_comp[][17][3],
1701 /* Arg 1 below is for "mixed" */
1718 /* Arg 1 below is for "mixed" */
1747 mixed, tmp[0], tmp[1], tmp[2]);
2010 int mixed = 0; local
2080 mixed = 1;
2084 if (mixed)
1246 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2) argument
1662 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp521.c1142 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1150 const int mixed, const felem x2, const felem y2,
1164 if (!mixed) {
1491 const int mixed, const felem pre_comp[][17][3],
1526 /* The 1 argument below is for "mixed" */
1558 mixed, tmp[0], tmp[1], tmp[2]);
1819 int mixed = 0; local
1889 mixed = 1;
1893 if (mixed)
1897 || (mixed
1148 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
1488 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[16][3]) argument
[all...]
/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h164 int mixed; /* Mixed/multiplexed recording, not multichannel. */ member in struct:hdaa_audio_as
H A Dhdaa.c334 } else if (as->mixed) {
469 if (!as->mixed || pdevinfo == NULL || pdevinfo->mixer == NULL)
2396 * If signals mixed, we can't assign controls farther.
2770 /* For non-mixed associations we always recording everything. */
2771 if (!as->mixed) {
3289 as[i].mixed = 1;
3428 int mixed, int min, int only, int depth, int *length, int onlylength)
3453 if (!mixed && w->bindseqmask != 0) {
3486 j, mixed, min, only, depth + 1,
4441 /* Allow mix -> mixed
3427 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-10-stable/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp225 bool Mixed; // a mixed region contains both set and unset bits
257 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
464 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
503 bool mixed)
504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
1386 bool mixed) {
1646 // Then regions of mixed bits (both known and unitialized bit values allowed).
502 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed) argument
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh163 "Checks various mixed new and old style cmd substitutions"
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dexpn.pl331 # mixed with valid users?
1267 be mixed into the results. More
/freebsd-10-stable/crypto/openssl/util/
H A Dpod2man.pl94 typically in mixed case.
/freebsd-10-stable/contrib/ipfilter/
H A DHISTORY771 fix mixed use of krwlock_t and kmutex_t on Solaris2
/freebsd-10-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 297 milliseconds