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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/
H A DMakefile.am1 SUBDIRS=simple
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/simple/
H A DMakefile.inc9 simple/simple_coder.c \
10 simple/simple_coder.h \
11 simple/simple_private.h
15 simple/simple_encoder.c \
16 simple/simple_encoder.h
21 simple/simple_decoder.c \
22 simple/simple_decoder.h
26 liblzma_la_SOURCES += simple/x86.c
30 liblzma_la_SOURCES += simple/powerpc.c
34 liblzma_la_SOURCES += simple/ia6
[all...]
H A Dsimple_private.h4 /// \brief Private definitions for so called simple filters
30 /// Currently all simple filters use the same function for encoding
37 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
42 lzma_simple *simple; member in struct:lzma_coder_s
71 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
H A Dx86.c27 x86_code(lzma_simple *simple, uint32_t now_pos, bool is_encoder, argument
36 uint32_t prev_mask = simple->prev_mask;
37 uint32_t prev_pos = simple->prev_pos;
118 simple->prev_mask = prev_mask;
119 simple->prev_pos = prev_pos;
133 next->coder->simple->prev_mask = 0;
134 next->coder->simple->prev_pos = (uint32_t)(-5);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/simple/
H A DMakefile.inc9 simple/simple_coder.c \
10 simple/simple_coder.h \
11 simple/simple_private.h
15 simple/simple_encoder.c \
16 simple/simple_encoder.h
21 simple/simple_decoder.c \
22 simple/simple_decoder.h
26 liblzma_la_SOURCES += simple/x86.c
30 liblzma_la_SOURCES += simple/powerpc.c
34 liblzma_la_SOURCES += simple/ia6
[all...]
H A Dsimple_private.h4 /// \brief Private definitions for so called simple filters
30 /// Currently all simple filters use the same function for encoding
37 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
42 lzma_simple *simple; member in struct:lzma_coder_s
71 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
H A Dx86.c27 x86_code(lzma_simple *simple, uint32_t now_pos, bool is_encoder, argument
36 uint32_t prev_mask = simple->prev_mask;
37 uint32_t prev_pos = simple->prev_pos;
118 simple->prev_mask = prev_mask;
119 simple->prev_pos = prev_pos;
133 next->coder->simple->prev_mask = 0;
134 next->coder->simple->prev_pos = (uint32_t)(-5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A DMakefile.am1 EXTRA_DIST = simple.conf reread.conf ftp.conf
2 noinst_PROGRAMS = simple reread ftpconf
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/watchdog/src/
H A DMakefile5 hostprogs-y := watchdog-simple watchdog-test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dmain.h26 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.h26 #include <avahi-common/simple-watch.h>
/netgear-R7000-V1.0.7.12_1.2.5/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 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/generic/
H A Dclean.sh5 rm -f *.o liblzo2.a dict.out lzopack.out precomp.out precomp2.out simple.out lzotest.out testmini.out
/netgear-R7000-V1.0.7.12_1.2.5/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 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A DMakefile.am3 libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c simple_abst.c
H A Dsimple_none.c8 * Mixer simple element class interface.
11 * Mixer Interface - simple controls
659 selem_none_t *simple = snd_mixer_elem_get_private(elem); local
661 if (simple->selem.id)
662 snd_mixer_selem_id_free(simple->selem.id);
664 free(simple->str[0].db_info);
665 free(simple->str[1].db_info);
666 free(simple);
671 selem_none_t *simple; local
685 simple
1426 selem_none_t *simple; local
1655 selem_none_t *simple = snd_mixer_elem_get_private(melem); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/dos/
H A DMakefile36 -I../src/liblzma/simple \
100 ../src/liblzma/simple/arm.c \
101 ../src/liblzma/simple/armthumb.c \
102 ../src/liblzma/simple/ia64.c \
103 ../src/liblzma/simple/powerpc.c \
104 ../src/liblzma/simple/simple_coder.c \
105 ../src/liblzma/simple/simple_decoder.c \
106 ../src/liblzma/simple/simple_encoder.c \
107 ../src/liblzma/simple/sparc.c \
108 ../src/liblzma/simple/x8
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/dos/
H A DMakefile36 -I../src/liblzma/simple \
100 ../src/liblzma/simple/arm.c \
101 ../src/liblzma/simple/armthumb.c \
102 ../src/liblzma/simple/ia64.c \
103 ../src/liblzma/simple/powerpc.c \
104 ../src/liblzma/simple/simple_coder.c \
105 ../src/liblzma/simple/simple_decoder.c \
106 ../src/liblzma/simple/simple_encoder.c \
107 ../src/liblzma/simple/sparc.c \
108 ../src/liblzma/simple/x8
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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 \
/netgear-R7000-V1.0.7.12_1.2.5/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 \
/netgear-R7000-V1.0.7.12_1.2.5/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"),

Completed in 400 milliseconds

1234567891011>>