Searched refs:aref (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp90 (unless (aref words-by-length len)
91 (setf (aref words-by-length len)
96 (let ((word-list (aref words-by-length len)))
106 (unless (aref words-by-length len)
107 (setf (aref words-by-length len)
112 (let ((word-list (aref words-by-length len)))
136 (let ((word-list (aref words-by-length len)))
142 (let ((word-list (aref words-by-length len)))
150 (let ((word-list (aref words-by-length len)))
159 (let ((word-list (aref word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp88 (unless (aref words-by-length len)
89 (setf (aref words-by-length len)
94 (let ((word-list (aref words-by-length len)))
104 (unless (aref words-by-length len)
105 (setf (aref words-by-length len)
110 (let ((word-list (aref words-by-length len)))
134 (let ((word-list (aref words-by-length len)))
140 (let ((word-list (aref words-by-length len)))
148 (let ((word-list (aref words-by-length len)))
157 (let ((word-list (aref word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Daudio.mak42 FATE_SAMPLES_AUDIO-$(call ENCMUX, NELLYMOSER, FLV) += fate-nellymoser-aref-encode
43 fate-nellymoser-aref-encode: $(AREF) ./tests/data/asynth-16000-1.wav
44 fate-nellymoser-aref-encode: CMD = enc_dec_pcm flv wav s16le $(REF) -c:a nellymoser
45 fate-nellymoser-aref-encode: CMP = stddev
46 fate-nellymoser-aref-encode: REF = ./tests/data/asynth-16000-1.wav
47 fate-nellymoser-aref-encode: CMP_SHIFT = -244
48 fate-nellymoser-aref-encode: CMP_TARGET = 9612
49 fate-nellymoser-aref-encode: SIZE_TOLERANCE = 268
H A Daac.mak84 FATE_AAC_ENCODE += fate-aac-aref-encode
85 fate-aac-aref-encode: ./tests/data/asynth-44100-2.wav
86 fate-aac-aref-encode: CMD = enc_dec_pcm adts wav s16le $(REF) -strict -2 -c:a aac -b:a 512k
87 fate-aac-aref-encode: CMP = stddev
88 fate-aac-aref-encode: REF = ./tests/data/asynth-44100-2.wav
89 fate-aac-aref-encode: CMP_SHIFT = -4096
90 fate-aac-aref-encode: CMP_TARGET = 1862
91 fate-aac-aref-encode: SIZE_TOLERANCE = 2464
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Drange.c97 unsigned int aref; local
102 aref = CR_AREF(chanspec);
103 switch (aref) {
123 DPRINTK("subdevice does not support aref %i", aref);
H A Dcomedi.h60 #define CR_PACK(chan, rng, aref) \
61 ((((aref)&0x3)<<24) | (((rng)&0xff)<<16) | (chan))
62 #define CR_PACK_FLAGS(chan, range, aref, flags) \
63 (CR_PACK(chan, range, aref) | ((flags) & CR_FLAGS_MASK))
195 #define SDF_GROUND 0x00100000 /* can do aref=ground */
196 #define SDF_COMMON 0x00200000 /* can do aref=common */
197 #define SDF_DIFF 0x00400000 /* can do aref=diff */
198 #define SDF_OTHER 0x00800000 /* can do aref=other */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dcms-test.pl528 my ( $rv, $aref, $scmd, $vcmd ) = @_;
530 foreach $smtst (@$aref) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dcms-test.pl528 my ( $rv, $aref, $scmd, $vcmd ) = @_;
530 foreach $smtst (@$aref) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A DMakefile1 AREF = fate-acodec-aref
81 $(filter-out %-aref,$(FATE_ACODEC)): $(AREF)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dme4000.c947 int aref = CR_AREF(insn->chanspec); local
984 switch (aref) {
1000 "Range must be bipolar when aref = diff\n",
1016 "Invalid aref specified\n", dev->minor);
1088 int aref; local
1117 /* Check whether aref is equal for all entries */
1118 aref = CR_AREF(cmd->chanlist[0]);
1120 if (CR_AREF(cmd->chanlist[i]) != aref) {
1130 if (aref == SDF_DIFF) {
1152 if (aref
1331 unsigned int aref; local
1959 int aref = CR_AREF(insn->chanspec); local
[all...]
H A Ddas1800.c1388 int aref; local
1393 aref = CR_AREF(cmd.chanlist[0]);
1395 if (aref != AREF_DIFF)
1397 if (aref == AREF_COMMON)
1609 int chan, range, aref, chan_range; local
1616 aref = CR_AREF(insn->chanspec);
1618 if (aref != AREF_DIFF)
1620 if (aref == AREF_COMMON)
H A Ddt3000.c637 unsigned int chan, range, aref; local
651 aref = CR_AREF(cmd->chanlist[0]);
681 writew(aref == AREF_DIFF, devpriv->io_addr + DPR_Params(6));
682 printk("param[6]=0x%04x\n", aref == AREF_DIFF);
717 unsigned int chan, gain, aref; local
721 aref = CR_AREF(insn->chanspec);
H A Dcb_das16_cs.c288 int aref; local
294 aref = CR_AREF(insn->chanspec);
300 devpriv->status1 |= (aref == AREF_DIFF) ? 0 : 0x0020;
H A Dni_labpc.c860 int mode, channel, range, aref, i; local
880 aref = CR_AREF(cmd->chanlist[0]);
919 if (CR_AREF(cmd->chanlist[i]) != aref) {
1132 int channel, range, aref; local
1146 aref = CR_AREF(cmd->chanlist[0]);
1204 if (aref != AREF_GROUND)
1240 if (labpc_ai_scan_mode(cmd) != MODE_SINGLE_CHAN && aref == AREF_DIFF)
1266 if (aref == AREF_DIFF)
H A Damplc_pci230.c1121 unsigned int chan, range, aref; local
1129 aref = CR_AREF(insn->chanspec);
1130 if (aref == AREF_DIFF) {
1149 if (aref == AREF_DIFF) {
1952 unsigned int aref, prev_aref; local
1962 aref = CR_AREF(cmd->chanlist[n]);
1967 if ((aref == AREF_DIFF)
1984 if (aref != prev_aref)
1993 if ((aref != AREF_DIFF)
2001 prev_aref = aref;
[all...]
H A Dme_daq.c415 int aref = CR_AREF((&insn->chanspec)[0]); local
441 value |= ((aref & AREF_DIFF) ? 0x80 : 0);
H A Dpcmmio.c1198 CR_RANGE(insn->chanspec), aref = CR_AREF(insn->chanspec); local
1209 if (aref != AREF_DIFF) {
1210 aref = AREF_GROUND;
1239 /* chan/range/aref select */
1245 /* select the chan/range/aref AGAIN */
H A Dcb_pcidas64.c1652 "Use internal AI channel queue (channels must be consecutive and use same range/aref)");
1877 unsigned int channel, range, aref; local
1884 aref = CR_AREF(insn->chanspec);
1927 bits |= se_diff_bit_6xxx(dev, aref == AREF_DIFF);
1928 if (aref == AREF_COMMON)
2126 int aref; local
2269 aref = CR_AREF(cmd->chanlist[0]);
2271 if (aref != CR_AREF(cmd->chanlist[i])) {
H A Drtd520.c1145 unsigned int chan, range, aref; local
1150 aref = CR_AREF(comediChan);
1169 switch (aref) {
1185 chan, range, aref, r); */
H A Dni_mio_common.c1890 unsigned int chan, range, aref; local
1926 aref = CR_AREF(list[i]);
1932 switch (aref) {
1995 unsigned int chan, range, aref; local
2053 aref = CR_AREF(list[i]);
2071 aref = AREF_DIFF;
2073 aref = AREF_OTHER;
2074 switch (aref) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dkprobes.c159 static int __kprobes swap_instruction(void *aref) argument
163 struct ins_replace_args *args = aref;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfig.mak1128 ACODEC_TESTS=ac3_fixed adpcm_adx adpcm_ima_qt adpcm_ima_wav adpcm_ms adpcm_swf adpcm_yam alac aref flac g722 g726 mp2 pcm_alaw pcm_f32be pcm_f32le pcm_f64be pcm_f64le pcm_mulaw pcm_s16be pcm_s16le pcm_s24be pcm_s24daud pcm_s24le pcm_s32be pcm_s32le pcm_s8 pcm_u8 wmav1 wmav2

Completed in 245 milliseconds