Searched refs:empty (Results 1 - 25 of 152) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boot/u-boot/
H A DMakefile3 obj-y := empty.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A DMakefile2 always := $(hostprogs-y) empty.o
13 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ks8695/
H A Ddebug-macro.S30 tst \rd, #URLS_URTE @ Holding & Shift registers empty?
36 tst \rd, #URLS_URTHRE @ Holding Register empty?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest084.tcl18 set testfile $testdir/test$tnum-empty.db
21 set testfile test$tnum-empty.db
46 # For good measure, create a second database that's empty
48 # choked on empty 64K pages. [#2408])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsh_dac_audio.c42 static int empty; variable
68 empty = 1;
73 while (!empty)
196 if ((free == 0) && (empty))
221 if (empty) {
222 empty = 0;
274 if (!empty) {
281 empty = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_params.h251 i->empty = 0;
256 i->empty = 1;
267 return i->empty;
318 if (i1->empty)
319 return i2->empty;
320 if (i2->empty)
321 return i1->empty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_method.c155 int empty, ret, t_ret; local
169 empty = meta->cur_recno == meta->first_recno;
175 *emptyp = empty;
207 int empty, ret, t_ret; local
209 if ((ret = __queue_pageinfo(dbp, &first, &last, &empty, 1, flags)) != 0)
212 if (empty || ret != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-23 # Even an empty string is extracted, if not overridden by xgettext's
23 /* also empty strings */
H A Dxgettext-323 /* no additional empty strings */
H A Dxgettext-glade-29 tmpfiles="$tmpfiles empty.glade"
10 cat <<EOF > empty.glade
17 ${XGETTEXT} -o xg-gl-2.pot empty.glade 2>/dev/null
H A Dmsgcat-stringtable-126 /* a key with no value assumes the value is the empty string */
63 # a key with no value assumes the value is the empty string
H A Dxgettext-csharp-122 // empty string
53 #. empty string
H A Dxgettext-java-128 // empty string
59 #. empty string
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dcygwin.sh116 usr/ssl/misc usr/ssl/openssl.cnf usr/ssl/private -empty -o \! -type d |
119 find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Ddebug-macro.S31 tst \rd, #1 << 3 @ BUSY (TX FIFO not empty)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-packets.c56 int empty; local
75 empty = head == tail;
107 if (empty)
114 if (iforce->usbdev && empty &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dcygwin.sh129 -empty -o \! -type d |
133 -empty -o \! -type d |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/VMS/
H A Dbuild.com6 $! where `compiler' is either "GNUC" or "DECC" or "VAXC" or empty
7 $! and `parser' is either "BISON" or "BYACC" or "YACC" or empty
8 $! and `[test]' is either "CHECK-ONLY" or "NO-CHECK" or empty
9 $! empty compiler defaults to VAX C (even under Alpha/VMS);
11 $! empty parser defaults to using supplied parse code in [.MISC];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dserio_raw.c144 int empty; local
148 empty = serio_raw->head == serio_raw->tail;
149 if (!empty) {
156 return !empty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/wrepld/
H A Dwins_repl.h57 int empty; member in struct:_WINS_NAME
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddomain.c181 int empty = 1; local
199 if (*s == 0 && empty)
205 if (!empty) {
213 empty = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Doutqueue.c212 q->empty = 1;
339 q->empty = 0;
628 q->empty = 0;
945 q->empty = 0;
1177 * Make sure the empty queue handler will get run later.
1179 q->empty = (list_empty(&q->out_chunk_list) &&
1182 if (!q->empty)
1188 q->empty = q->empty && list_empty(&transport->transmitted);
1189 if (!q->empty)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davienc.c436 int empty, stream_id = -1; local
441 empty = 1;
447 if (empty || tie->pos < ie->pos) {
451 empty = 0;
453 if (!empty) {
462 } while (!empty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dzserv.c312 struct in_addr empty;
314 empty.s_addr = 0;
343 stream_put_in_addr (s, &empty);
369 struct in_addr empty;
371 empty.s_addr = 0;
400 stream_put_in_addr (s, &empty);
541 struct in6_addr empty;
543 memset (&empty, 0, sizeof (struct in6_addr));
571 stream_write (s, (u_char *) &empty, 16);
636 struct in6_addr empty;
309 struct in_addr empty; local
366 struct in_addr empty; local
538 struct in6_addr empty; local
633 struct in6_addr empty; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DMakefile50 src-boot := $(src-wlib) $(src-plat) empty.c
75 $(obj)/empty.c:
82 empty.c zImage.coff.lds zImage.lds
104 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \

Completed in 293 milliseconds

1234567