Searched refs:runtime (Results 1 - 25 of 275) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile.am10 ../../gettext-runtime/m4/codeset.m4 \
11 ../../gettext-runtime/m4/gettext.m4 \
12 ../../gettext-runtime/m4/glibc2.m4 \
13 ../../gettext-runtime/m4/glibc21.m4 \
14 ../../gettext-runtime/m4/iconv.m4 \
15 ../../gettext-runtime/m4/intdiv0.m4 \
16 ../../gettext-runtime/m4/intl.m4 \
17 ../../gettext-runtime/m4/intldir.m4 \
18 ../../gettext-runtime/m4/intlmacosx.m4 \
19 ../../gettext-runtime/m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Ddevdma.c23 struct snd_pcm_runtime *runtime = substream->runtime; local
24 struct snd_dma_buffer *buf = runtime->dma_buffer_p;
26 if (runtime->dma_area == NULL)
31 kfree(runtime->dma_buffer_p);
39 struct snd_pcm_runtime *runtime = substream->runtime; local
40 struct snd_dma_buffer *buf = runtime->dma_buffer_p;
68 runtime->dma_bytes = size;
79 struct snd_pcm_runtime *runtime local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Drawmidi.c85 struct snd_rawmidi_runtime *runtime = substream->runtime; local
86 return runtime->avail >= runtime->avail_min;
92 struct snd_rawmidi_runtime *runtime = substream->runtime; local
93 return runtime->avail >= runtime->avail_min &&
94 (!substream->append || runtime->avail >= count);
100 substream->runtime
111 struct snd_rawmidi_runtime *runtime; local
143 struct snd_rawmidi_runtime *runtime = substream->runtime; local
171 struct snd_rawmidi_runtime *runtime = substream->runtime; local
186 struct snd_rawmidi_runtime *runtime = substream->runtime; local
214 struct snd_rawmidi_runtime *runtime = substream->runtime; local
473 struct snd_rawmidi_runtime *runtime; local
614 struct snd_rawmidi_runtime *runtime = substream->runtime; local
643 struct snd_rawmidi_runtime *runtime = substream->runtime; local
667 struct snd_rawmidi_runtime *runtime = substream->runtime; local
680 struct snd_rawmidi_runtime *runtime = substream->runtime; local
860 struct snd_rawmidi_runtime *runtime = substream->runtime; local
920 struct snd_rawmidi_runtime *runtime = substream->runtime; local
963 struct snd_rawmidi_runtime *runtime; local
1013 struct snd_rawmidi_runtime *runtime = substream->runtime; local
1046 struct snd_rawmidi_runtime *runtime = substream->runtime; local
1096 struct snd_rawmidi_runtime *runtime = substream->runtime; local
1140 struct snd_rawmidi_runtime *runtime = substream->runtime; local
1198 struct snd_rawmidi_runtime *runtime; local
1265 struct snd_rawmidi_runtime *runtime; local
1307 struct snd_rawmidi_runtime *runtime; local
[all...]
H A Dpcm_lib.c35 * runtime->silence_start: starting pointer to silence area
36 * runtime->silence_filled: size filled with silence
37 * runtime->silence_threshold: threshold from application
38 * runtime->silence_size: maximal size from application
40 * when runtime->silence_size >= runtime->boundary - fill processed area with silence immediately
44 struct snd_pcm_runtime *runtime = substream->runtime; local
47 if (runtime->silence_size < runtime
143 snd_pcm_update_hw_ptr_pos(struct snd_pcm_substream *substream, struct snd_pcm_runtime *runtime) argument
162 snd_pcm_update_hw_ptr_post(struct snd_pcm_substream *substream, struct snd_pcm_runtime *runtime) argument
187 struct snd_pcm_runtime *runtime = substream->runtime; local
234 struct snd_pcm_runtime *runtime = substream->runtime; local
300 struct snd_pcm_runtime *runtime = substream->runtime; local
862 snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, int var, snd_pcm_hw_rule_func_t func, void *private, int dep, ...) argument
914 snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, u_int32_t mask) argument
934 snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, u_int64_t mask) argument
954 snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var) argument
971 snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, unsigned int min, unsigned int max) argument
1002 snd_pcm_hw_constraint_list(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, struct snd_pcm_hw_constraint_list *l) argument
1036 snd_pcm_hw_constraint_ratnums(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, struct snd_pcm_hw_constraint_ratnums *r) argument
1069 snd_pcm_hw_constraint_ratdens(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, struct snd_pcm_hw_constraint_ratdens *r) argument
1100 snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, unsigned int cond, unsigned int width, unsigned int msbits) argument
1128 snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, unsigned long step) argument
1158 snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var) argument
1380 struct snd_pcm_runtime *runtime = substream->runtime; local
1396 struct snd_pcm_runtime *runtime = substream->runtime; local
1461 struct snd_pcm_runtime *runtime = substream->runtime; local
1479 struct snd_pcm_runtime *runtime = substream->runtime; local
1532 struct snd_pcm_runtime *runtime; local
1562 struct snd_pcm_runtime *runtime; local
1595 struct snd_pcm_runtime *runtime = substream->runtime; local
1620 struct snd_pcm_runtime *runtime = substream->runtime; local
1778 struct snd_pcm_runtime *runtime; local
1804 struct snd_pcm_runtime *runtime = substream->runtime; local
1843 struct snd_pcm_runtime *runtime; local
1868 struct snd_pcm_runtime *runtime = substream->runtime; local
1889 struct snd_pcm_runtime *runtime = substream->runtime; local
2055 struct snd_pcm_runtime *runtime; local
2078 struct snd_pcm_runtime *runtime = substream->runtime; local
2114 struct snd_pcm_runtime *runtime; local
[all...]
H A Dpcm_native.c94 struct snd_pcm_runtime *runtime; local
111 runtime = substream->runtime;
112 if (runtime) {
113 info->sync = runtime->sync;
167 struct snd_pcm_hw_constraints *constrs = &substream->runtime->hw_constraints;
313 hw = &substream->runtime->hw;
349 static int period_to_usecs(struct snd_pcm_runtime *runtime) argument
353 if (! runtime->rate)
357 usecs = (750000 / runtime
367 struct snd_pcm_runtime *runtime; local
490 struct snd_pcm_runtime *runtime; local
518 struct snd_pcm_runtime *runtime; local
587 struct snd_pcm_runtime *runtime = substream->runtime; local
632 struct snd_pcm_runtime *runtime; local
649 struct snd_pcm_runtime *runtime; local
686 struct snd_pcm_runtime *runtime = substream->runtime; local
846 struct snd_pcm_runtime *runtime = substream->runtime; local
871 struct snd_pcm_runtime *runtime = substream->runtime; local
908 struct snd_pcm_runtime *runtime = substream->runtime; local
925 struct snd_pcm_runtime *runtime = substream->runtime; local
977 struct snd_pcm_runtime *runtime = substream->runtime; local
1008 struct snd_pcm_runtime *runtime = substream->runtime; local
1049 struct snd_pcm_runtime *runtime = substream->runtime; local
1058 struct snd_pcm_runtime *runtime = substream->runtime; local
1069 struct snd_pcm_runtime *runtime = substream->runtime; local
1143 struct snd_pcm_runtime *runtime = substream->runtime; local
1152 struct snd_pcm_runtime *runtime = substream->runtime; local
1172 struct snd_pcm_runtime *runtime = substream->runtime; local
1218 struct snd_pcm_runtime *runtime = substream->runtime; local
1250 struct snd_pcm_runtime *runtime = substream->runtime; local
1264 struct snd_pcm_runtime *runtime = substream->runtime; local
1279 struct snd_pcm_runtime *runtime = substream->runtime; local
1304 struct snd_pcm_runtime *runtime = substream->runtime; local
1325 struct snd_pcm_runtime *runtime = substream->runtime; local
1377 struct snd_pcm_runtime *runtime = substream->runtime; local
1433 struct snd_pcm_runtime *runtime; local
1555 struct snd_pcm_runtime *runtime; local
1811 struct snd_pcm_runtime *runtime = substream->runtime; local
1935 struct snd_pcm_runtime *runtime = substream->runtime; local
2205 struct snd_pcm_runtime *runtime = substream->runtime; local
2255 struct snd_pcm_runtime *runtime = substream->runtime; local
2305 struct snd_pcm_runtime *runtime = substream->runtime; local
2356 struct snd_pcm_runtime *runtime = substream->runtime; local
2406 struct snd_pcm_runtime *runtime = substream->runtime; local
2437 struct snd_pcm_runtime *runtime = substream->runtime; local
2476 struct snd_pcm_runtime *runtime = substream->runtime; local
2592 struct snd_pcm_runtime *runtime = substream->runtime; local
2608 struct snd_pcm_runtime *runtime = substream->runtime; local
2672 struct snd_pcm_runtime *runtime = substream->runtime; local
2688 struct snd_pcm_runtime *runtime = substream->runtime; local
2800 struct snd_pcm_runtime *runtime; local
2823 struct snd_pcm_runtime *runtime; local
2852 struct snd_pcm_runtime *runtime; local
2886 struct snd_pcm_runtime *runtime; local
2923 struct snd_pcm_runtime *runtime; local
2961 struct snd_pcm_runtime *runtime; local
3015 struct snd_pcm_runtime *runtime; local
3036 struct snd_pcm_runtime *runtime; local
3058 struct snd_pcm_runtime *runtime; local
3079 struct snd_pcm_runtime *runtime; local
3116 struct snd_pcm_runtime *runtime; local
3206 struct snd_pcm_runtime *runtime; local
3273 struct snd_pcm_runtime *runtime; local
[all...]
H A Dpcm.c346 struct snd_pcm_runtime *runtime = substream->runtime; local
347 if (!runtime) {
351 if (runtime->status->state == SNDRV_PCM_STATE_OPEN) {
355 snd_iprintf(buffer, "access: %s\n", snd_pcm_access_name(runtime->access));
356 snd_iprintf(buffer, "format: %s\n", snd_pcm_format_name(runtime->format));
357 snd_iprintf(buffer, "subformat: %s\n", snd_pcm_subformat_name(runtime->subformat));
358 snd_iprintf(buffer, "channels: %u\n", runtime->channels);
359 snd_iprintf(buffer, "rate: %u (%u/%u)\n", runtime->rate, runtime
379 struct snd_pcm_runtime *runtime = substream->runtime; local
404 struct snd_pcm_runtime *runtime = substream->runtime; local
780 struct snd_pcm_runtime *runtime; local
897 struct snd_pcm_runtime *runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/debug/
H A DMakefile3 BUILD= intro.html compile.html printlog.html runtime.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c39 void *pageptr = subs->runtime->dma_area + offset;
49 struct snd_pcm_runtime *runtime = subs->runtime; local
50 if (runtime->dma_area) {
51 if (runtime->dma_bytes >= size)
53 vfree(runtime->dma_area);
55 runtime->dma_area = vmalloc_32(size);
56 if (! runtime->dma_area)
58 runtime->dma_bytes = size;
68 struct snd_pcm_runtime *runtime local
96 struct snd_pcm_runtime *runtime = subs->runtime; local
168 struct snd_pcm_runtime *runtime = subs->runtime; local
273 struct snd_pcm_runtime *runtime = subs->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.am22 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link
31 $(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac
35 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in
36 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot
37 cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.sed
38 cmp -s gettext-runtime/po/quot.sed gettext-tools/po/quot.sed
39 cmp -s gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header
40 cmp -s gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header
41 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin
42 cmp -s gettext-runtime/p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c557 struct snd_pcm_runtime *runtime = substream->runtime; local
560 plugin = runtime->oss.plugin_first;
566 runtime->oss.plugin_first = runtime->oss.plugin_last = NULL;
572 struct snd_pcm_runtime *runtime = plugin->plug->runtime; local
573 plugin->next = runtime->oss.plugin_first;
575 if (runtime->oss.plugin_first) {
576 runtime
587 struct snd_pcm_runtime *runtime = plugin->plug->runtime; local
603 struct snd_pcm_runtime *runtime = substream->runtime; local
622 struct snd_pcm_runtime *runtime = substream->runtime; local
670 struct snd_pcm_runtime *runtime = substream->runtime; local
794 struct snd_pcm_runtime *runtime = substream->runtime; local
1047 struct snd_pcm_runtime *runtime = substream->runtime; local
1064 struct snd_pcm_runtime *runtime; local
1085 struct snd_pcm_runtime *runtime; local
1110 struct snd_pcm_runtime *runtime = substream->runtime; local
1145 struct snd_pcm_runtime *runtime = substream->runtime; local
1192 struct snd_pcm_runtime *runtime = substream->runtime; local
1228 struct snd_pcm_runtime *runtime = substream->runtime; local
1263 struct snd_pcm_runtime *runtime = substream->runtime; local
1298 struct snd_pcm_runtime *runtime = substream->runtime; local
1363 struct snd_pcm_runtime *runtime = substream->runtime; local
1398 struct snd_pcm_runtime *runtime = substream->runtime; local
1481 struct snd_pcm_runtime *runtime; local
1530 struct snd_pcm_runtime *runtime; local
1634 struct snd_pcm_runtime *runtime; local
1669 struct snd_pcm_runtime *runtime; local
1752 struct snd_pcm_runtime *runtime; local
1777 struct snd_pcm_runtime *runtime; local
1814 struct snd_pcm_runtime *runtime; local
1883 struct snd_pcm_runtime *runtime = substream->runtime; local
1892 struct snd_pcm_runtime *runtime; local
1975 struct snd_pcm_runtime *runtime; local
1998 struct snd_pcm_runtime *runtime; local
2066 struct snd_pcm_runtime *runtime; local
2161 struct snd_pcm_runtime *runtime; local
2175 struct snd_pcm_runtime *runtime; local
2594 struct snd_pcm_runtime *runtime = substream->runtime; local
2603 struct snd_pcm_runtime *runtime = substream->runtime; local
2623 struct snd_pcm_runtime *runtime = psubstream->runtime; local
2633 struct snd_pcm_runtime *runtime = csubstream->runtime; local
2657 struct snd_pcm_runtime *runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-pcm.c59 struct pxa2xx_runtime_data *prtd = substream->runtime->private_data;
76 struct snd_pcm_runtime *runtime = substream->runtime; local
77 struct pxa2xx_runtime_data *prtd = runtime->private_data;
109 runtime->dma_bytes = totsize;
113 dma_buff_phys = runtime->dma_addr;
137 struct pxa2xx_runtime_data *prtd = substream->runtime->private_data;
153 struct pxa2xx_runtime_data *prtd = substream->runtime->private_data;
165 struct pxa2xx_runtime_data *prtd = substream->runtime->private_data;
198 struct snd_pcm_runtime *runtime local
212 struct snd_pcm_runtime *runtime = substream->runtime; local
262 struct snd_pcm_runtime *runtime = substream->runtime; local
274 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_pcm.c67 void *pageptr = subs->runtime->dma_area + offset;
78 struct snd_pcm_runtime *runtime = subs->runtime; local
79 if (runtime->dma_area) {
81 if (runtime->dma_bytes >= size)
83 vfree(runtime->dma_area);
85 runtime->dma_area = vmalloc_32(size);
86 if (! runtime->dma_area)
88 memset(runtime->dma_area, 0, size);
89 runtime
100 struct snd_pcm_runtime *runtime = subs->runtime; local
111 vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe) argument
217 vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, struct snd_pcm_runtime *runtime) argument
577 struct snd_pcm_runtime *runtime = subs->runtime; local
673 vx_pcm_playback_transfer_chunk(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int size) argument
711 vx_update_pipe_position(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe) argument
744 struct snd_pcm_runtime *runtime = subs->runtime; local
764 struct snd_pcm_runtime *runtime = subs->runtime; local
849 struct snd_pcm_runtime *runtime = subs->runtime; local
877 struct snd_pcm_runtime *runtime = subs->runtime; local
981 struct snd_pcm_runtime *runtime = subs->runtime; local
1078 struct snd_pcm_runtime *runtime = subs->runtime; local
1150 struct snd_pcm_runtime *runtime = subs->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h314 void (*private_free)(struct snd_pcm_runtime *runtime);
360 /* -- runtime information -- */
361 struct snd_pcm_runtime *runtime; member in struct:snd_pcm_substream
611 return (substream->runtime->status->state == SNDRV_PCM_STATE_RUNNING ||
612 (substream->runtime->status->state == SNDRV_PCM_STATE_DRAINING &&
616 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) argument
618 return size * 8 / runtime->sample_bits;
621 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) argument
623 return size * 8 / runtime->frame_bits;
626 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_ argument
631 frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) argument
636 frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) argument
643 struct snd_pcm_runtime *runtime = substream->runtime; local
649 struct snd_pcm_runtime *runtime = substream->runtime; local
656 snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) argument
669 snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) argument
677 snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) argument
682 snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) argument
697 struct snd_pcm_runtime *runtime = substream->runtime; local
711 struct snd_pcm_runtime *runtime = substream->runtime; local
726 struct snd_pcm_runtime *runtime = substream->runtime; local
743 struct snd_pcm_runtime *runtime = substream->runtime; local
757 struct snd_pcm_runtime *runtime = substream->runtime; local
920 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_pcm.c81 struct snd_pcm_runtime *runtime = substream->runtime; local
82 struct gus_pcm_private *pcmp = runtime->private_data;
89 if (snd_pcm_format_unsigned(runtime->format))
91 if (snd_pcm_format_width(runtime->format) == 16)
94 block.buffer = runtime->dma_area + offset;
95 block.buf_addr = runtime->dma_addr + offset;
106 struct snd_pcm_runtime *runtime = substream->runtime; local
107 struct gus_pcm_private *pcmp = runtime
184 struct snd_pcm_runtime *runtime; local
331 struct snd_pcm_runtime *runtime = substream->runtime; local
360 struct snd_pcm_runtime *runtime = substream->runtime; local
387 struct snd_pcm_runtime *runtime = substream->runtime; local
434 struct snd_pcm_runtime *runtime = substream->runtime; local
455 struct snd_pcm_runtime *runtime = substream->runtime; local
469 struct snd_pcm_runtime *runtime = substream->runtime; local
494 struct snd_pcm_runtime *runtime = substream->runtime; local
551 struct snd_pcm_runtime *runtime = substream->runtime; local
637 snd_gf1_pcm_playback_free(struct snd_pcm_runtime *runtime) argument
646 struct snd_pcm_runtime *runtime = substream->runtime; local
674 struct snd_pcm_runtime *runtime = substream->runtime; local
686 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/at91/
H A Dat91-pcm.c67 struct at91_runtime_data *prtd = substream->runtime->private_data;
114 struct snd_pcm_runtime *runtime = substream->runtime; local
115 struct at91_runtime_data *prtd = runtime->private_data;
122 runtime->dma_bytes = params_buffer_bytes(params);
127 prtd->dma_buffer = runtime->dma_addr;
128 prtd->dma_buffer_end = runtime->dma_addr + runtime->dma_bytes;
132 prtd->params->name, runtime->dma_bytes, prtd->period_size);
138 struct at91_runtime_data *prtd = substream->runtime
218 struct snd_pcm_runtime *runtime = substream->runtime; local
234 struct snd_pcm_runtime *runtime = substream->runtime; local
267 struct snd_pcm_runtime *runtime = substream->runtime; local
366 struct snd_pcm_runtime *runtime = dai->runtime; local
391 struct snd_pcm_runtime *runtime = dai->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demupcm.c71 struct snd_pcm_runtime *runtime = substream->runtime; local
72 struct snd_emu10k1_pcm *epcm = runtime->private_data;
78 ptr += runtime->buffer_size;
80 ptr %= runtime->buffer_size;
262 struct snd_pcm_runtime *runtime = substream->runtime; local
272 stereo = runtime->channels == 2;
273 w_16 = snd_pcm_format_width(runtime->format) == 16;
340 pitch_target = emu10k1_calc_pitch_target(runtime
382 struct snd_pcm_runtime *runtime = substream->runtime; local
409 struct snd_pcm_runtime *runtime = substream->runtime; local
439 struct snd_pcm_runtime *runtime = substream->runtime; local
468 struct snd_pcm_runtime *runtime = substream->runtime; local
496 struct snd_pcm_runtime *runtime = substream->runtime; local
563 struct snd_pcm_runtime *runtime = substream->runtime; local
609 struct snd_pcm_runtime *runtime; local
647 struct snd_pcm_runtime *runtime; local
670 struct snd_pcm_runtime *runtime; local
712 struct snd_pcm_runtime *runtime = substream->runtime; local
755 struct snd_pcm_runtime *runtime = substream->runtime; local
817 struct snd_pcm_runtime *runtime = substream->runtime; local
840 struct snd_pcm_runtime *runtime = substream->runtime; local
890 struct snd_pcm_runtime *runtime = substream->runtime; local
1007 snd_emu10k1_pcm_free_substream(struct snd_pcm_runtime *runtime) argument
1031 struct snd_pcm_runtime *runtime = substream->runtime; local
1064 struct snd_pcm_runtime *runtime = substream->runtime; local
1109 struct snd_pcm_runtime *runtime = substream->runtime; local
1146 struct snd_pcm_runtime *runtime = substream->runtime; local
1184 struct snd_pcm_runtime *runtime = substream->runtime; local
1575 struct snd_pcm_runtime *runtime = substream->runtime; local
1677 struct snd_pcm_runtime *runtime = substream->runtime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-clisp/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-gawk/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-librep/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-pascal/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-perl/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-php/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-python/
H A Dautogen.sh26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin

Completed in 104 milliseconds

1234567891011