Home
last modified time | relevance | path

Searched refs:c (Results 1 – 20 of 20) sorted by relevance

/RevoEX-3.1/build/demos/share/
Dcommondefs.demoshare22 if [ -r $(REX_DEMOSHARE_SRCDIR)/_config.c ];then\
23 echo _config.c; \
25 echo config.c; \
28 REX_DEMOSHARE_CSRCS += demokpad.c graphic.c
32 netconfig.c heap.c
36 REX_DEMOSHARE_NET_OBJS += $(REX_DEMOSHARE_NET_CSRCS:.c=.o)
Dmodulerules.demoshare19 $(REX_DEMOSHARE_OBJDIR)/%.o: $(REX_DEMOSHARE_SRCDIR)/%.c
/RevoEX-3.1/build/demos/mpfsdemo/
Dmakefile27 COMMONSRCS = download.c fsserver.c
28 CSRCS = $(COMMONSRCS) $(addsuffix .c, $(BINNAMES))
31 CSRCS += registration.c
32 src/registration.c: $(wildcard $(REVOLUTION_EXT_ROOT)/build/demos/mpfsdemo/dvddata/*.srl)
/RevoEX-3.1/build/tools/nwc24cc/
DMakefile47 vpath %.c $(CHANS_ROOT)/common
62 vm.obj: $(CHANS_ROOT)/common/vm.c
64 chanscc.obj: chanscc.c
69 chanscc.c: yacc.y
72 %.obj: %.c
76 rm -f *.obj *.exe *.c *.y
Dbuild.bat4 c:\cygwin\bin\bash -c "make %1 %2 %3"
Dbuild.sh2 cmd /c "call build.bat $*"
/RevoEX-3.1/build/demos/nwc24demo/
Dmakefile166 CSRCS = MsgList/MsgList.c \
168 MsgPost/MsgPost.c \
170 MsgPrint/MsgPrint.c \
172 Schedule/Schedule.c \
174 MsgSearch/MsgSearch.c \
175 MsgSearch/PostTestMsg.c \
177 MsgViewer/MsgViewer.c \
178 MsgViewer/MsgViewerRender.c \
179 MsgViewer/MsgViewerUpdate.c \
181 FLViewer/FLViewer.c \
[all …]
/RevoEX-3.1/build/demos/netdemo/
Dmakefile66 CSRCS = digest.c crypto.c macaddr.c sostartup.c \
/RevoEX-3.1/build/demos/mpdldemo/
Dmakefile26 CSRCS = mpdlsimple.c mpdlntr2rvl.c
29 CSRCS += registration.c
30 src/registration.c: $(wildcard $(REVOLUTION_EXT_ROOT)/build/demos/mpdldemo/dvddata/*.srl)
/RevoEX-3.1/build/tools/makeChjp/
DMakefile36 SOURCES = main.c
37 OBJECTS = $(SOURCES:.c=.o)
65 %.o: %.c
/RevoEX-3.1/build/demos/netdemo/src/
Ddigest.c156 int c; in OSReport() local
173 c = 0; in OSReport()
179 ++c; in OSReport()
180 if (LINES <= c) in OSReport()
186 if (LINES <= c) in OSReport()
263 int c[] = { 1, 1, 1, 1, 1, 1, 8, 1, 2, 2, 2 }; in DoTest() local
281 if( c[i] == 1 ) in DoTest()
290 for (j = 0; j < c[i]; j++) in DoTest()
297 OSReport("NET_MD5(%.70s) * %d\n", a[i], c[i]); in DoTest()
373 int c[] = { 1, 1, 1000000, 10 }; in DoTest() local
[all …]
Dcrypto.c133 int c; in OSReport() local
150 c = 0; in OSReport()
156 ++c; in OSReport()
157 if (LINES <= c) in OSReport()
163 if (LINES <= c) in OSReport()
/RevoEX-3.1/build/demos/wddemo/
Dmakefile57 CSRCS = sample.c \
58 scan.c
/RevoEX-3.1/build/demos/mpdemo/
Dmakefile26 CSRCS = mpsimple.c \
27 mpsimpleAsync.c
/RevoEX-3.1/build/demos/mpdsdemo/
Dmakefile26 CSRCS = mpdssimple.c mpdsmodel.c
/RevoEX-3.1/build/libraries/mpds/
Dmakefile26 CLIBSRCS = mpdssystem.c
/RevoEX-3.1/build/demos/vfdemo/
DMakefile38 CSRCS = simple.c
/RevoEX-3.1/build/demos/mpfsdemo/src/
Ddownload.c249 u16 c = info->name[n]; in ExecuteDownload() local
250 name[n] = (char)(((c & 0xFF) == 0) ? (c >> 8) : '?'); in ExecuteDownload()
/RevoEX-3.1/include/revolution/net/
DNETDigest.h144 unsigned long a, b, c, d; member
/RevoEX-3.1/build/buildtools/
Dmodulerules.rex148 $(FULLBIN_ROOT)/$(MODULENAME)$(BINSUFFIX): $(CSRCS:.c=.o) $(addsuffix .o,$(DATS)) $(REVOLUTION_LIBS…
198 $(FULLBINOBJ_ROOT)/%.o: $(SRCDIR)/%.c