Searched refs:mix (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dmixerctl21 for mix in $mixerctl_mixers; do
22 if [ -s /var/db/${mix}.conf ]; then
23 echo -n " $mix"
24 /usr/bin/mixerctl -d /dev/$mix -n -w \
25 $(/bin/cat /var/db/${mix}.conf)
47 for mix in $mixerctl_mixers; do
48 echo -n " $mix"
49 /usr/bin/mixerctl -d /dev/$mix -a > /var/db/${mix}.conf
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d30v/
H A Dserial2.l2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:8: Error: Unable to mix instructions as specified
5 .*:9: Error: Unable to mix instructions as specified
6 .*:11: Error: Unable to mix instructions as specified
7 .*:12: Error: Unable to mix instructions as specified
8 .*:13: Error: Unable to mix instructions as specified
9 .*:14: Error: Unable to mix instructions as specified
10 .*:16: Error: Unable to mix instructions as specified
11 .*:17: Error: Unable to mix instruction
[all...]
H A Dserial2O.l2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:11: Error: Unable to mix instructions as specified
5 .*:12: Error: Unable to mix instructions as specified
6 .*:16: Error: Unable to mix instructions as specified
7 .*:17: Error: Unable to mix instructions as specified
8 .*:21: Error: Unable to mix instructions as specified
9 .*:22: Error: Unable to mix instructions as specified
10 .*:26: Error: Unable to mix instructions as specified
11 .*:27: Error: Unable to mix instruction
[all...]
H A Dserial.l2 .*:6: Error: Unable to mix instructions as specified
3 .*:7: Error: Unable to mix instructions as specified
4 .*:8: Error: Unable to mix instructions as specified
5 .*:9: Error: Unable to mix instructions as specified
15 \*\*\*\* Error:Unable to mix instructions as specified
18 \*\*\*\* Error:Unable to mix instructions as specified
23 \*\*\*\* Error:Unable to mix instructions as specified
28 \*\*\*\* Error:Unable to mix instructions as specified
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dcrange3-1.d4 #name: .cranges descriptors, constant mix.
H A Dmix-noexp-1.d3 #source: mix-1.s
H A Dcrange1.s5 ! 4) For a mix of 2 and 3
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duaudio.c788 struct mixerctl mix; local
805 mix.wIndex = MAKE(d->bUnitId, sc->sc_ac_iface);
806 uaudio_determine_class(&iot[id], &mix);
807 mix.type = MIX_SIGNED_16;
808 mix.ctlunit = AudioNvolume;
829 mix.wValue[k++] =
832 snprintf(mix.ctlname, sizeof(mix.ctlname), "mix%d-%s",
835 mix
850 struct mixerctl mix; local
953 uaudio_determine_class(const struct io_terminal *iot, struct mixerctl *mix) argument
1003 uaudio_feature_name(const struct io_terminal *iot, struct mixerctl *mix) argument
1111 struct mixerctl mix; local
1226 struct mixerctl mix; local
1264 struct mixerctl mix; local
1309 struct mixerctl mix; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips16e-save.s41 # mix areg and static areg
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dmi_vector_hash.c56 #define mix(a, b, c) do { \ macro
95 mix(a, b, c);
153 mix(a, b, c);
169 mix(a, b, c);
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_inet.c118 uint32_t mix = 0; local
124 mix += a1->s6_addr32[i];
125 mix += a2->s6_addr32[i];
127 return mix;
H A Dnpf_session.c305 uint32_t hash, mix; local
310 mix = scid->proto + scid->if_idx;
311 mix += npf_addr_sum(sz, &sen->se_src_addr, &sen->se_dst_addr);
312 hash = hash32_buf(&mix, sizeof(uint32_t), HASH32_BUF_INIT);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dhashtab.c800 hash(), hash2(), hash3, and mix() are externally useful functions.
808 mix -- mix 3 32-bit values reversibly.
812 * If mix() is run forward or backward, at least 32 bits in a,b,c
814 * If mix() is run forward, every bit of c will change between 1/3 and
816 mix() was built out of 36 single-cycle latency instructions in a
833 #define mix(a,b,c) \ macro
899 mix(a,b,c);
909 mix(a,b,c);
931 mix(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dopc-i.pl40 mux1 r4 = r5, ${AT}mix
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c856 hash(), hash2(), hash3, and mix() are externally useful functions.
864 mix -- mix 3 32-bit values reversibly.
868 * If mix() is run forward or backward, at least 32 bits in a,b,c
870 * If mix() is run forward, every bit of c will change between 1/3 and
872 mix() was built out of 36 single-cycle latency instructions in a
889 #define mix(a,b,c) \ macro
955 mix(a,b,c);
965 mix(a,b,c);
987 mix(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c825 hash(), hash2(), hash3, and mix() are externally useful functions.
833 mix -- mix 3 32-bit values reversibly.
837 * If mix() is run forward or backward, at least 32 bits in a,b,c
839 * If mix() is run forward, every bit of c will change between 1/3 and
841 mix() was built out of 36 single-cycle latency instructions in a
858 #define mix(a,b,c) \ macro
924 mix(a,b,c);
934 mix(a,b,c);
956 mix(
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xdm/config/
H A DXresources.cpp75 ! pngtopnm -mix -background grey NetBSD-flag.png | pnmtoxpm > NetBSD-flag.xpm
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dhashtab.c856 hash(), hash2(), hash3, and mix() are externally useful functions.
864 mix -- mix 3 32-bit values reversibly.
868 * If mix() is run forward or backward, at least 32 bits in a,b,c
870 * If mix() is run forward, every bit of c will change between 1/3 and
872 mix() was built out of 36 single-cycle latency instructions in a
889 #define mix(a,b,c) \ macro
955 mix(a,b,c);
965 mix(a,b,c);
987 mix(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c945 hash(), hash2(), hash3, and mix() are externally useful functions.
953 mix -- mix 3 32-bit values reversibly.
957 * If mix() is run forward or backward, at least 32 bits in a,b,c
959 * If mix() is run forward, every bit of c will change between 1/3 and
961 mix() was built out of 36 single-cycle latency instructions in a
978 #define mix(a,b,c) \ macro
1039 mix(a,b,c);
1061 mix(a,b,c);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dstruct-layout-encoding-1_generate.c693 hash(), hash2(), hash3, and mix() are externally useful functions.
701 mix -- mix 3 32-bit values reversibly.
705 * If mix() is run forward or backward, at least 32 bits in a,b,c
707 * If mix() is run forward, every bit of c will change between 1/3 and
709 mix() was built out of 36 single-cycle latency instructions in a
726 #define mix(a,b,c) \ macro
787 mix(a,b,c);
809 mix(a,b,c);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c924 hash(), hash2(), hash3, and mix() are externally useful functions.
932 mix -- mix 3 32-bit values reversibly.
936 * If mix() is run forward or backward, at least 32 bits in a,b,c
938 * If mix() is run forward, every bit of c will change between 1/3 and
940 mix() was built out of 36 single-cycle latency instructions in a
957 #define mix(a,b,c) \ macro
1018 mix(a,b,c);
1040 mix(a,b,c);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Darm-elf.exp444 {"Multiple farcalls" "-Ttext 0x1000 --section-start .foo=0x2002020" "" {farcall-mix.s}
445 {{objdump -d farcall-mix.d}}
446 "farcall-mix"}
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dess.c331 printf("ESS_DAC_PLAY_VOL: mix reg 0x%02x=0x%02x\n",
333 printf("ESS_MIC_PLAY_VOL: mix reg 0x%02x=0x%02x\n",
335 printf("ESS_LINE_PLAY_VOL: mix reg 0x%02x=0x%02x\n",
337 printf("ESS_SYNTH_PLAY_VOL: mix reg 0x%02x=0x%02x\n",
339 printf("ESS_CD_PLAY_VOL: mix reg 0x%02x=0x%02x\n",
341 printf("ESS_AUXB_PLAY_VOL: mix reg 0x%02x=0x%02x\n",
343 printf("ESS_MASTER_VOL: mix reg 0x%02x=0x%02x\n",
345 printf("ESS_PCSPEAKER_VOL: mix reg 0x%02x=0x%02x\n",
347 printf("ESS_DAC_REC_VOL: mix reg 0x%02x=0x%02x\n",
349 printf("ESS_MIC_REC_VOL: mix re
2292 int mix; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c1293 hash(), hash2(), hash3, and mix() are externally useful functions.
1301 mix -- mix 3 32-bit values reversibly.
1305 * If mix() is run forward or backward, at least 32 bits in a,b,c
1307 * If mix() is run forward, every bit of c will change between 1/3 and
1309 mix() was built out of 36 single-cycle latency instructions in a
1326 #define mix(a,b,c) \ macro
1387 mix(a,b,c);
1409 mix(a,b,c);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c1163 hash(), hash2(), hash3, and mix() are externally useful functions.
1171 mix -- mix 3 32-bit values reversibly.
1175 * If mix() is run forward or backward, at least 32 bits in a,b,c
1177 * If mix() is run forward, every bit of c will change between 1/3 and
1179 mix() was built out of 36 single-cycle latency instructions in a
1196 #define mix(a,b,c) \ macro
1257 mix(a,b,c);
1279 mix(a,b,c);

Completed in 425 milliseconds

12