Searched refs:output (Results 126 - 150 of 725) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dindigodj_dsp.c32 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
140 /* This function routes the sound from a virtual channel to a real output */
141 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, argument
147 output < num_busses_out(chip), return -EINVAL);
152 chip->vmixer_gain[output][pipe] = gain;
153 index = output * num_pipes_out(chip) + pipe;
156 DE_ACT(("set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain));
H A Dmia_dsp.c35 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
173 /* This function routes the sound from a virtual channel to a real output */
174 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, argument
180 output < num_busses_out(chip), return -EINVAL);
185 chip->vmixer_gain[output][pipe] = gain;
186 index = output * num_pipes_out(chip) + pipe;
189 DE_ACT(("set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain));
/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 DRawAccessor.java82 public void writePriKeyField(Object o, EntityOutput output) { argument
86 output.writeKeyObject(val, format);
88 superAccessor.writePriKeyField(getSuper(o), output);
106 public void writeSecKeyFields(Object o, EntityOutput output) { argument
108 output.registerPriKeyObject(getValue(o, priKeyField));
111 superAccessor.writeSecKeyFields(getSuper(o), output);
114 writeField(o, secKeyFields.get(i), output);
144 public void writeNonKeyFields(Object o, EntityOutput output) { argument
146 superAccessor.writeNonKeyFields(getSuper(o), output);
149 writeField(o, nonKeyFields.get(i), output);
216 writeField(Object o, FieldInfo field, EntityOutput output) argument
[all...]
H A DPersistKeyAssigner.java51 * the Long sequence value using that format, the output data can then
58 RecordOutput output = new RecordOutput(catalog, rawAccess);
59 keyFieldFormat.writeObject(value, output, rawAccess);
60 TupleBase.outputToEntry(output, key);
H A DPersistEntityBinding.java112 RecordOutput output = new RecordOutput(catalog, rawAccess);
113 output.writePackedInt(format.getId());
114 format.writeObject(entity, output, rawAccess);
115 TupleBase.outputToEntry(output, data);
121 * Write the primary key field as a special case since the output
125 RecordOutput output = new RecordOutput(catalog, rawAccess);
128 format.writePriKey(entity, output, rawAccess);
129 TupleBase.outputToEntry(output, key);
H A DEnhancedAccessor.java121 public void writePriKeyField(Object o, EntityOutput output) { argument
126 ((Enhanced) o).bdbWritePriKeyField(output, priKeyFormat);
137 public void writeSecKeyFields(Object o, EntityOutput output) { argument
138 ((Enhanced) o).bdbWriteSecKeyFields(output);
150 public void writeNonKeyFields(Object o, EntityOutput output) { argument
151 ((Enhanced) o).bdbWriteNonKeyFields(output);
H A DPersistKeyBinding.java94 RecordOutput output = new RecordOutput(catalog, rawAccess);
95 output.writeKeyObject(object, keyFormat);
96 TupleBase.outputToEntry(output, entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_user.c45 char *output; local
57 output = um_kmalloc(UM_KERN_PAGE_SIZE);
58 if(output == NULL)
59 printk("etap_change : Failed to allocate output buffer\n");
60 read_output(fd, output, UM_KERN_PAGE_SIZE);
61 if(output != NULL){
62 printk("%s", output);
63 kfree(output);
147 char *output; local
169 output
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledBinding.java76 public void objectToKey(Object object, TupleOutput output) { argument
81 entity.marshalPrimaryKey(output);
H A DTupleSerialBinding.java72 TupleOutput output = getTupleOutput(object);
73 objectToKey(object, output);
74 outputToEntry(output, key);
H A DTupleSerialKeyCreator.java75 TupleOutput output = getTupleOutput(null);
78 if (createSecondaryKey(primaryKeyInput, dataInput, output)) {
79 outputToEntry(output, indexKeyEntry);
113 * keys which are optionally present, no tuple entry should be output to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DBigIntegerBinding.java27 public void objectToEntry(Object object, TupleOutput output) { argument
29 output.writeBigInteger((BigInteger) object);
63 * Returns a tuple output object of the exact size needed, to avoid
64 * wasting space when a single primitive is output.
H A DStringBinding.java37 public void objectToEntry(Object object, TupleOutput output) { argument
39 output.writeString((String) object);
73 * Returns a tuple output object of the exact size needed, to avoid
74 * wasting space when a single primitive is output.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Datalla.h45 unsigned char *output,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Datalla.h45 unsigned char *output,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsighup.exp70 # Run smbd and smbclient output
90 set output [util_start "killall" "-HUP smbd"]
91 verbose $output
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/man/
H A DMakefile.vms24 write sys$output "Nothing to be done for 'all'."
63 write sys$output "Nothing else to be done for 'check'."
66 write sys$output "Nothing else to be done for 'mostlyclean'."
69 write sys$output "Nothing to be done for 'clean'."
72 write sys$output "Nothing else to be done for 'distclean'."
75 write sys$output "Nothing else to be done for 'maintainer-clean'."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py1700 def serialize_enum(self, output, name):
1702 output.write(" <enum name='%s' file='%s'" % (name,
1711 output.write(" value='%s'" % (val));
1713 output.write(" type='%s'" % info[2]);
1715 output.write(" info='%s'" % escape(info[1]));
1716 output.write("/>\n")
1718 def serialize_macro(self, output, name):
1720 output.write(" <macro name='%s' file='%s'>\n" % (name,
1726 output.write(" <info>%s</info>\n" % (escape(desc)))
1731 output
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Dgpio.c227 /* Write Value to output */
228 int pnx4008_gpio_write_pin(unsigned short pin, int output) argument
236 gpio, output ? PIO_OUTP_SET : PIO_OUTP_CLR );
237 ret = gpio_set_bit(output ? PIO_OUTP_SET : PIO_OUTP_CLR, gpio);
240 ret = gpio_set_bit(output ? PIO_SDOUTP_SET :
244 ret = gpio_set_bit(output ? PIO_OUTP_SET :
253 /* Value = 1 : Set GPIO pin as output */
255 int pnx4008_gpio_set_pin_direction(unsigned short pin, int output) argument
262 ret = gpio_set_bit(output ? PIO_DRV_SET : PIO_DRV_CLR, gpio);
270 /* Read GPIO pin direction: 0= pin used as input, 1= pin used as output*/
288 pnx4008_gpio_set_pin_mux(unsigned short pin, int output) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-acpi.c224 struct acpi_buffer output; local
279 /* Setting up output buffer */
280 output.length = ACPI_ALLOCATE_BUFFER;
281 output.pointer = NULL; /* ACPI-CA sets this; save/free it later */
286 NULL, &output);
294 if (!output.length || !output.pointer) {
297 (unsigned long long)output.length,
298 output.pointer);
302 out_obj = output
484 struct acpi_buffer output; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Ddither.c60 FLAC__int32 output, mask, random; local
73 output = sample + (1L << (source_bps - target_bps - 1));
80 output += (random & mask) - (dither->random & mask);
85 if(output > MAX) {
86 output = MAX;
91 else if(output < MIN) {
92 output = MIN;
99 output &= ~mask;
102 dither->error[0] = sample - output;
105 return output >> scalebit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestenc.com19 $ write sys$output "cat"
26 $ write sys$output "base64"
33 $ define/user sys$output 'test'-cipher-commands
38 $ write sys$output i
51 $ write sys$output i," base64"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc.com19 $ write sys$output "cat"
26 $ write sys$output "base64"
33 $ define/user sys$output 'test'-cipher-commands
38 $ write sys$output i
51 $ write sys$output i," base64"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.vms44 write sys$output "Nothing else to be done for 'all'."
76 write sys$output "Nothing else to be done for 'check'."
79 write sys$output "Nothing else to be done for 'mostlyclean'."
87 write sys$output "Nothing else to be done for 'distclean'."
90 write sys$output "Nothing else to be done for 'maintainer-clean'."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibspeexdec.c96 int16_t *output = data, *end; local
100 end = output + *data_size/2;
104 for (i = 0; speex_bits_remaining(&s->bits) && output + num_samples < end; i++) {
105 int ret = speex_decode_int(s->dec_state, &s->bits, output);
114 speex_decode_stereo_int(output, avctx->frame_size, &s->stereo);
116 output += num_samples;

Completed in 268 milliseconds

1234567891011>>