Searched refs:input (Results 201 - 225 of 859) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DCollectionProxy.java142 static void copyElements(RecordInput input, argument
150 RawObject collection = (RawObject) format.newInstance(input, true);
151 collection = (RawObject) format.readObject(collection, input, true);
156 new RecordOutput(input.getCatalog(), true);
H A DPersistKeyBinding.java83 EntityInput input = new RecordInput
85 return input.readKeyObject(keyFormat);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcs53l32a.c68 route->input = (cs53l32a_read(client, 0x01) >> 4) & 3;
73 /* There are 2 physical inputs, but the second input can be
77 if (route->input > 2) {
78 v4l_err(client, "Invalid input %d.\n", route->input);
81 cs53l32a_write(client, 0x01, 0x01 + (route->input << 4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A DMakefile2 cx88-input.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-video-v4l.c60 route.input = SAA7115_COMPOSITE4;
63 route.input = SAA7115_COMPOSITE5;
66 route.input = SAA7115_SVIDEO2;
71 route.input = SAA7115_COMPOSITE5;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A DMakefile4 saa7134-video.o saa7134-input.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A DMakefile3 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A DMakefile13 ar-input.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A DMakefile12 output.o input.o debug.o ssnmap.o proc.o crc32c.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dgina20_dsp.c177 /* Set input bus gain (one unit is 0.5dB !) */
178 static int set_input_gain(struct echoaudio *chip, u16 input, int gain) argument
180 snd_assert(input < num_busses_in(chip), return -EINVAL);
185 chip->input_gain[input] = gain;
187 chip->comm_page->line_in_level[input] = gain;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i27 %typemap(in) int_bool %{ $1 = ($input == JNI_TRUE); %}
256 if (__dbj_dbt_copyin(jenv, &ldbt, &$1, $input, 0) != 0) {
262 if (__dbj_dbt_copyin(jenv, &ldbt, &$1, $input, 1) != 0) {
268 %typemap(freearg) DBT * %{ __dbj_dbt_release(jenv, $input, $1, &ldbt$argnum); %}
283 if ($input == NULL) {
287 $1->file = (*jenv)->GetIntField(jenv, $input, dblsn_file_fid);
288 $1->offset = (*jenv)->GetIntField(jenv, $input,
294 if ($input != NULL) {
295 (*jenv)->SetIntField(jenv, $input, dblsn_file_fid, $1->file);
296 (*jenv)->SetIntField(jenv, $input,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.cs21 * on standard input.
62 Stream input = new BufferedStream(Console.OpenStandardInput());
63 reader = new StreamReader(input, new UTF8Encoding());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcomm-2421 ${MSGCOMM} --more-than=0 --properties-input --properties-output -o mcomm-test24.tmp mcomm-test24.in1 mcomm-test24.in2
H A Dmsgfmt-properties-129 if ${MSGFMT} --properties-input -o LC_MESSAGES/gen.mo mf-p-1-1.properties mf-p-1-2.properties 2> /dev/null; then
37 ${MSGCAT} --properties-input --properties-output --use-first -o mf-p-1-s.properties mf-p-1-1.properties mf-p-1-2.properties
39 ${MSGFMT} --properties-input -o LC_MESSAGES/gen.mo mf-p-1-s.properties
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A DSYN-DoS.rate.limit20 $IPCHAINS -A input -i $INDEV -y -m 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dpcbc_enc.c61 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, argument
70 in=input;
H A Dqud_cksm.c76 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], argument
101 cp=input;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-zpff.c28 #include <linux/input.h>
73 struct input_dev *dev = hidinput->input;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dpcbc_enc.c61 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, argument
70 in=input;
H A Dqud_cksm.c76 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], argument
101 cp=input;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dtesting.sh19 # $4) Data written to file "input"
74 echo -ne "$4" > input
88 rm -f input expected actual
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/diffserv/
H A DEdge224 $IPCHAINS -A input -s 10.2.0.0/24 -m 3
25 $IPCHAINS -A input -i $INDEV -s 10.2.0.24 -m 1
26 $IPCHAINS -A input -i $INDEV -s 10.2.0.3 -m 2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Dgraphparser.c278 /* Not in the list, so add it as an input */
303 AVFilterInOut *input = *curr_inputs; local
313 if(link_filter(input->filter, input->pad_idx,
319 av_free(input);
321 /* Not in the list, so add the first input as a open_output */
322 input->name = name;
323 insert_inout(open_outputs, input);
354 /* First input can be omitted if it is "[in]" */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Ddither.c108 size_t FLAC__plugin_common__pack_pcm_signed_big_endian(FLAC__byte *data, const FLAC__int32 * const input[], unsigned wide_samples, unsigned channels, unsigned source_bps, unsigned target_bps) argument
133 input_ = input[channel];
161 input_ = input[channel];
189 size_t FLAC__plugin_common__pack_pcm_signed_little_endian(FLAC__byte *data, const FLAC__int32 * const input[], unsigned wide_samples, unsigned channels, unsigned source_bps, unsigned target_bps) argument
214 input_ = input[channel];
239 input_ = input[channel];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/rsaref/
H A Dbuild.com34 $ link/share=librsaref.exe sys$input:/option
40 $ macro/object=rsaref_vec.obj sys$input:
69 $ link/share=librsaref.exe sys$input:/option

Completed in 279 milliseconds

1234567891011>>