Searched refs:SRC (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/
H A DMakefile4 SRC = src macro
7 @cd $(SRC); $(MAKE) dnsmasq
10 rm -f *~ contrib/*/*~ */*~ $(SRC)/*.o $(SRC)/dnsmasq core build
14 install -m 755 $(SRC)/dnsmasq $(DESTDIR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264pred.c748 #define SRC(x,y) src[(x)+(y)*stride] macro
750 const int l##y = (SRC(-1,y-1) + 2*SRC(-1,y) + SRC(-1,y+1) + 2) >> 2;
752 const int l0 = ((has_topleft ? SRC(-1,-1) : SRC(-1,0)) \
753 + 2*SRC(-1,0) + SRC(-1,1) + 2) >> 2; \
755 const int l7 av_unused = (SRC(-1,6) + 3*SRC(
988 #undef SRC macro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/
H A DMakefile6 SRC = src macro
15 $(MAKE) I18N=-DNO_GETTEXT -f ../bld/Makefile -C $(SRC) dnsmasq
18 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot
19 rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core
26 install -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)
29 $(MAKE) I18N=-DLOCALEDIR='\"$(LOCALEDIR)\"' -f ../bld/Makefile -C $(SRC) dnsmasq
31 $(MAKE) -f ../bld/Makefile -C ../$(SRC)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dchecksum.S178 * The macros SRC and DST specify the type of access for the instruction.
182 #define SRC(y...) \ define
245 SRC( l32i a9, a2, 0 )
246 SRC( l32i a8, a2, 4 )
251 SRC( l32i a9, a2, 8 )
252 SRC( l32i a8, a2, 12 )
257 SRC( l32i a9, a2, 16 )
258 SRC( l32i a8, a2, 20 )
263 SRC( l32i a9, a2, 24 )
264 SRC( l32
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/lib/
H A Dchecksum.S153 #define SRC(...) \ define
166 ! r4: const char *SRC
208 SRC( mov.b @r4+,r1 )
209 SRC( mov.b @r4+,r0 )
241 SRC( mov.w @r4+,r0 )
257 SRC( mov.l @r4+,r0 )
258 SRC( mov.l @r4+,r1 )
264 SRC( mov.l @r4+,r0 )
265 SRC( mov.l @r4+,r1 )
271 SRC( mo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A DMakefile24 SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c smbiod.c request.c \ macro
37 cproto -E "gcc -E" -e -v -I $(TOPDIR)/include -DMAKING_PROTO -D__KERNEL__ $(SRC) >> proto2.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S223 #define SRC(y...) \ define
259 SRC(1: movw (%esi), %bx )
270 SRC(1: movl (%esi), %ebx )
271 SRC( movl 4(%esi), %edx )
277 SRC( movl 8(%esi), %ebx )
278 SRC( movl 12(%esi), %edx )
284 SRC( movl 16(%esi), %ebx )
285 SRC( movl 20(%esi), %edx )
291 SRC( movl 24(%esi), %ebx )
292 SRC( mov
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S281 #define SRC(y...) \ define
322 SRC(1: movw (%esi), %bx )
333 SRC(1: movl (%esi), %ebx )
334 SRC( movl 4(%esi), %edx )
340 SRC( movl 8(%esi), %ebx )
341 SRC( movl 12(%esi), %edx )
347 SRC( movl 16(%esi), %ebx )
348 SRC( movl 20(%esi), %edx )
354 SRC( movl 24(%esi), %ebx )
355 SRC( mov
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dmalloc.c36 #define va_copy(DEST,SRC) __va_copy((DEST),(SRC))
38 #define va_copy(DEST,SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/buffer/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/krb5/
H A DMakefile29 SRC= $(LIBSRC) macro
34 ALL= $(GENERAL) $(SRC) $(HEADER)
62 ctags $(SRC)
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/lhash/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md2/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md4/
H A DMakefile29 SRC= $(LIBSRC) macro
34 ALL= $(GENERAL) $(SRC) $(HEADER)
62 ctags $(SRC)
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc2/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/stack/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/txt_db/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A DMakefile30 SRC= $(LIBSRC) macro
35 ALL= $(GENERAL) $(SRC) $(HEADER)
74 ctags $(SRC)
79 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
72 ctags $(SRC)
77 lint -DLINT $(INCLUDES) $(SRC)>fluff
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff

Completed in 222 milliseconds

123456