Searched refs:simple (Results 1 - 25 of 105) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.h25 #include <avahi-common/simple-watch.h>
H A Dstdb.h25 #include <avahi-common/simple-watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.h26 #include <avahi-common/simple-watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbackupfile.h31 /* Make simple backups of every file. */
32 simple, enumerator in enum:backup_type
35 and simple backups of the others. */
44 || (Type) == simple \
H A Dbackupfile.c70 /* The extension added to file names to produce a simple (as opposed
93 /* Allow room for simple or `.~N~' backups. */
105 if (backup_type != simple)
193 "simple", "never",
202 simple, simple,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbackupfile.h31 /* Make simple backups of every file. */
32 simple, enumerator in enum:backup_type
35 and simple backups of the others. */
44 || (Type) == simple \
H A Dbackupfile.c70 /* The extension added to file names to produce a simple (as opposed
93 /* Allow room for simple or `.~N~' backups. */
105 if (backup_type != simple)
193 "simple", "never",
202 simple, simple,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A DMakefile7 snd-ainstr-simple-objs := ainstr_simple.o
22 obj-$(call sequencer,$(CONFIG_SND_GUS_SYNTH)) += snd-ainstr-gf1.o snd-ainstr-simple.o snd-ainstr-iw.o
23 obj-$(call sequencer,$(CONFIG_SND_TRIDENT)) += snd-ainstr-simple.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/
H A DMakefile21 bootdir-y := simple
26 subdir- += simple
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-qt.c59 bool simple; member in struct:spec
76 spec.simple = true;
98 spec.simple = false;
104 spec.simple = false;
149 if (spec1->simple && !spec2->simple)
152 error_logger (_("'msgid' is a simple format string, but '%s' is not: it contains an 'L' flag or a double-digit argument number"),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.am37 simple-watch.h \
66 simple-watch.c simple-watch.h \
102 simple-watch.c simple-watch.h \
H A DMakefile117 libavahi_common_la-simple-watch.lo \
168 watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
176 watch_test_thread-simple-watch.$(OBJEXT) \
435 simple-watch.h \
453 simple-watch.c simple-watch.h \
488 simple-watch.c simple-watch.h \
636 include ./$(DEPDIR)/libavahi_common_la-simple-watch.Plo
649 include ./$(DEPDIR)/watch_test-simple
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_simple.c263 struct simple_instrument *simple; local
270 simple = KINSTR_DATA(instr);
271 begin = simple->address.memory << 4;
272 w_16 = simple->format & SIMPLE_WAVE_16BIT ? 0x04 : 0;
273 addr_start = simple->loop_start;
274 if (simple->format & SIMPLE_WAVE_LOOP) {
275 addr_end = simple->loop_end;
277 addr_end = (simple->size << 4) - (w_16 ? 40 : 24);
279 if (simple->format & SIMPLE_WAVE_BACKWARD) {
280 addr = simple
424 struct simple_instrument *simple; local
450 struct simple_instrument *simple; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Davahi-reflector.c33 #include <avahi-common/simple-watch.h>
H A Dtimeeventq-test.c30 #include <avahi-common/simple-watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-1111 // (KDE) The 1-argument i18n macro is a simple gettext without context.
H A Dxgettext-glade-223 tmpfiles="$tmpfiles simple.glade"
24 cat <<\EOF > simple.glade
64 ${XGETTEXT} --add-comments -o xg-gl-2.tmp simple.glade
87 #: simple.glade:13
92 #: simple.glade:30
96 #: simple.glade:31
H A Dxgettext-c-1010 // (KDE) The 1-argument i18n macro is a simple gettext without context.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A DMakefile.inc5 persistant post-callback postit2 sepheaders simple simplepost simplessl \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c225 struct simple_instrument *simple; local
236 simple = KINSTR_DATA(instr);
247 loop_start = simple->loop_start >> 4;
248 loop_end = simple->loop_end >> 4;
249 sample_start = (simple->start + position) >> 4;
250 if( sample_start >= simple->size )
251 sample_start = simple->start >> 4;
252 sample_end = simple->size;
255 if (simple->format & SIMPLE_WAVE_16BIT) {
259 if (simple
413 struct simple_instrument *simple; local
452 struct simple_instrument *simple; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.in.h79 * This is the prototype for a simple link detection callback.
153 xlinkSimpleLinkFunk simple; member in struct:_xlinkHandler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxlink.h79 * This is the prototype for a simple link detection callback.
153 xlinkSimpleLinkFunk simple; member in struct:_xlinkHandler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxlink.in.h79 * This is the prototype for a simple link detection callback.
153 xlinkSimpleLinkFunk simple; member in struct:_xlinkHandler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dsrv-test.c32 #include <avahi-common/simple-watch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtraps.c412 goto simple;
417 goto simple;
420 goto simple;
439 goto simple;
444 goto simple;
447 goto simple;
452 goto simple;
454 goto simple;
501 simple:

Completed in 201 milliseconds

12345