Searched refs:cpp (Results 26 - 50 of 198) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata.c1614 struct mscp *cpp; local
1617 cpp = &ha->cp[i];
1618 SCpnt = cpp->SCpnt;
1622 cpp->sense_addr =
1626 cpp->sense_len = sizeof SCpnt->sense_buffer;
1635 cpp->data_address = H2DEV(pci_map_single(ha->pdev,
1642 cpp->data_len = H2DEV(SCpnt->request_bufflen);
1650 cpp->sglist[k].address = H2DEV(sg_dma_address(&sgpnt[k]));
1651 cpp->sglist[k].num_bytes = H2DEV(sg_dma_len(&sgpnt[k]));
1654 cpp
1665 struct mscp *cpp; local
1691 struct mscp *cpp; local
1732 struct mscp *cpp; local
1777 struct mscp *cpp; local
2122 struct mscp *cpp; local
2262 struct mscp *cpp; local
2309 struct mscp *cpp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c224 u32 *cpp, *ppp = &np->properties; local
269 cpp = &np->child;
270 while(*cpp) {
271 np = (struct bootx_dt_node *)(base + *cpp);
272 bootx_scan_dt_build_strings(base, *cpp, mem_end);
273 cpp = &np->sibling;
282 u32 *cpp, *ppp = &np->properties; local
341 cpp = &np->child;
342 while(*cpp) {
343 np = (struct bootx_dt_node *)(base + *cpp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dchk.cxxtests36 testnames=`cd $TEST_CXX_SRCDIR; ls *.cpp | sed -e 's/\.cpp$//'`
49 ${CXX} ${CXXFLAGS} -o $testname $testprefix.cpp ${LIBS} > ../$testname.compileout 2>&1 || {
H A Dtestone81 ${CXX} ${CXXFLAGS} -o $name ../$name.cpp ${LIBS} > ../$name.compileout 2>&1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr025/
H A Dchk.cxxmulti30 testnames=`cd $TEST_CXX_SRCDIR; ls *.cpp | sed -e 's/\.cpp$//'`
43 ${CXX} ${CXXFLAGS} -o $testname $testprefix.cpp ${LIBS} > ../$testname.compileout 2>&1 || {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/
H A DMakefile54 asm/sx86-out.o: asm/sx86unix.cpp
55 $(CPP) -DOUT asm/sx86unix.cpp | as -o asm/sx86-out.o
58 asm/sx86bsdi.o: asm/sx86unix.cpp
59 $(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.o
61 asm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl
62 (cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)
98 rm -f asm/sx86unix.cpp asm/*-elf.* *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dexe.mk50 DEBUG_OBJS = $(SRCS_C:%.c=%.debug.o) $(SRCS_CC:%.cc=%.debug.o) $(SRCS_CPP:%.cpp=%.debug.o) $(SRCS_NASM:%.nasm=%.debug.o)
51 RELEASE_OBJS = $(SRCS_C:%.c=%.release.o) $(SRCS_CC:%.cc=%.release.o) $(SRCS_CPP:%.cpp=%.release.o) $(SRCS_NASM:%.nasm=%.release.o)
77 %.debug.o %.release.o : %.cpp
83 %.debug.i %.release.i : %.cpp
97 makedepend -fMakefile.lite -- $(CFLAGS) $(INCLUDES) -- *.c *.cc *.cpp
H A Dlib.mk65 DEBUG_OBJS = $(SRCS_C:%.c=%.debug.o) $(SRCS_CC:%.cc=%.debug.o) $(SRCS_CPP:%.cpp=%.debug.o) $(SRCS_NASM:%.nasm=%.debug.o) $(SRCS_S:%.s=%.debug.o)
66 RELEASE_OBJS = $(SRCS_C:%.c=%.release.o) $(SRCS_CC:%.cc=%.release.o) $(SRCS_CPP:%.cpp=%.release.o) $(SRCS_NASM:%.nasm=%.release.o) $(SRCS_S:%.s=%.release.o)
96 %.debug.o %.release.o : %.cpp
102 %.debug.i %.release.i : %.cpp
124 makedepend -fMakefile.lite -- $(CFLAGS) $(INCLUDES) -- *.c *.cc *.cpp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslhc.c83 static long decode(unsigned char **cpp);
85 static unsigned short pull16(unsigned char **cpp);
191 pull16(unsigned char **cpp) argument
195 rval = *(*cpp)++;
197 rval |= *(*cpp)++;
203 decode(unsigned char **cpp) argument
207 x = *(*cpp)++;
209 return pull16(cpp) & 0xffff; /* pull16 returns -1 on error */
218 * cpp is initially a pointer to icp. If the copy is used,
224 unsigned char *ocp, unsigned char **cpp, in
223 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) argument
715 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/asm/
H A Ddes686.pl19 elsif ( ($ARGV[0] eq "cpp"))
20 { $cpp=1; require "x86unix.pl"; }
30 cpp - format so x86unix.cpp can be used
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddes686.pl19 elsif ( ($ARGV[0] eq "cpp"))
20 { $cpp=1; require "x86unix.pl"; }
30 cpp - format so x86unix.cpp can be used
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.am62 macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp vc6curlsrc.dsp \
63 macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A DMakefile.in240 decoders.cpp \
241 encoders.cpp \
242 main.cpp \
243 metadata.cpp \
244 metadata_manip.cpp \
245 metadata_object.cpp \
299 .SUFFIXES: .cpp .lo .o .obj
329 .cpp.o:
340 .cpp.obj:
351 .cpp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds2_lib.c373 SSL_CIPHER c,*cp= &c,**cpp; local
399 cpp=(SSL_CIPHER **)OBJ_bsearch((char *)&cp,
403 if ((cpp == NULL) || !(*cpp)->valid)
406 return(*cpp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c251 /* no-op for compatibility with cpp */
666 eval_unary(const struct ops *ops, int *valp, const char **cpp) argument
672 cp = skipcomment(*cpp);
725 *cpp = cp;
734 eval_table(const struct ops *ops, int *valp, const char **cpp) argument
741 cp = *cpp;
758 *cpp = cp;
769 ifeval(const char **cpp) argument
774 debug("eval %s", *cpp);
776 ret = eval_table(eval_ops, &val, cpp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A DMakefile75 asm/bn86-out.o: asm/bn86unix.cpp
76 $(CPP) -DOUT asm/bn86unix.cpp | as -o asm/bn86-out.o
78 asm/co86-out.o: asm/co86unix.cpp
79 $(CPP) -DOUT asm/co86unix.cpp | as -o asm/co86-out.o
82 asm/bn86bsdi.o: asm/bn86unix.cpp
83 $(CPP) -DBSDI asm/bn86unix.cpp | sed 's/ :/:/' | as -o asm/bn86bsdi.o
85 asm/co86bsdi.o: asm/co86unix.cpp
86 $(CPP) -DBSDI asm/co86unix.cpp | sed 's/ :/:/' | as -o asm/co86bsdi.o
88 asm/bn86unix.cpp: asm/bn-586.pl ../perlasm/x86asm.pl
89 (cd asm; $(PERL) bn-586.pl cpp >bn86uni
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_tags38 ../cxx/*.cpp \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr005/
H A Dchk.nl107 if ./t $d/*/*.[ch] $d/*/*.cpp $d/*/*.in ; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A DMakefile.in115 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
126 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
370 @HAVE_QT3_TRUE@ qt-watch.cpp
380 @HAVE_QT4_TRUE@ qt-watch.cpp
390 .SUFFIXES: .cpp .lo .o .obj
466 .cpp.o:
473 .cpp.obj:
480 .cpp.lo:
487 libavahi_qt3_la-qt-watch.lo: qt-watch.cpp
488 @am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavahi_qt3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libavahi_qt3_la-qt-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_qt3_la-qt-watch.Tpo -c -o libavahi_qt3_la-qt-watch.lo `test -f 'qt-watch.cpp' || ech
[all...]
H A DMakefile115 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
126 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
370 # qt-watch.cpp
380 # qt-watch.cpp
390 .SUFFIXES: .cpp .lo .o .obj
466 .cpp.o:
473 .cpp.obj:
480 .cpp.lo:
487 libavahi_qt3_la-qt-watch.lo: qt-watch.cpp
488 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavahi_qt3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libavahi_qt3_la-qt-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_qt3_la-qt-watch.Tpo -c -o libavahi_qt3_la-qt-watch.lo `test -f 'qt-watch.cpp' || ech
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A DMakefile76 asm/dx86-out.o: asm/dx86unix.cpp
77 $(CPP) -DOUT asm/dx86unix.cpp | as -o asm/dx86-out.o
79 asm/yx86-out.o: asm/yx86unix.cpp
80 $(CPP) -DOUT asm/yx86unix.cpp | as -o asm/yx86-out.o
83 asm/dx86bsdi.o: asm/dx86unix.cpp
84 $(CPP) -DBSDI asm/dx86unix.cpp | sed 's/ :/:/' | as -o asm/dx86bsdi.o
86 asm/yx86bsdi.o: asm/yx86unix.cpp
87 $(CPP) -DBSDI asm/yx86unix.cpp | sed 's/ :/:/' | as -o asm/yx86bsdi.o
89 asm/dx86unix.cpp: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
90 (cd asm; $(PERL) des-586.pl cpp >dx86uni
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dslhc_vj.h178 unsigned char *ocp, unsigned char **cpp, int compress_cid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/cpp/decode/file/
H A DMakefile.in236 example_cpp_decode_file_SOURCES = main.cpp
237 subdir = examples/cpp/decode/file
271 .SUFFIXES: .cpp .lo .o .obj
274 $(AUTOMAKE) --gnu examples/cpp/decode/file/Makefile
296 .cpp.o:
307 .cpp.obj:
318 .cpp.lo:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/cpp/encode/file/
H A DMakefile.in236 example_cpp_encode_file_SOURCES = main.cpp
237 subdir = examples/cpp/encode/file
271 .SUFFIXES: .cpp .lo .o .obj
274 $(AUTOMAKE) --gnu examples/cpp/encode/file/Makefile
296 .cpp.o:
307 .cpp.obj:
318 .cpp.lo:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di830_dma.c416 dev_priv->cpp = init->cpp;
641 BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) |
648 BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
797 BR13 = (0xF0 << 16) | (dev_priv->pitch * dev_priv->cpp) | (1 << 24);
802 if (dev_priv->cpp == 4) {
882 int cpp = dev_priv->cpp; local
899 switch (cpp) {
901 BR13 = (0xF0 << 16) | (pitch * cpp) | (
974 int cpp = dev_priv->cpp; local
[all...]

Completed in 288 milliseconds

12345678