Home
last modified time | relevance | path

Searched refs:a (Results 1 – 5 of 5) sorted by relevance

/RevoEX-2.4-CW4W/build/demos/netdemo/src/
Dcrypto.c185 #define PrintResultEq( a, b, f ) \ argument
186 …do { OSReport( ((a) == (b)) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && ((a) == (b)); } while( FAL…
187 #define PrintResultBinaryEq( a, b, l, f ) \ argument
188 …do { OSReport( (memcmp((a), (b), (l)) == 0) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && (memcmp((a
/RevoEX-2.4-CW4W/build/buildtools/
Dcommondefs.rex50 # added ntr.a mpfs.a
107 # Changed specifications so that socket.a or so.a can be specified.
185 # Added socket.a to REVOLUTION_LIBS.
266 REX_LIBFILES = $(addsuffix $(REX_LIBSUFFIX).a,$(REX_LIBNAMES))
271 REX_NW4R_LIBFILES = $(addsuffix .a,$(addprefix libnw4r_,$(REX_NW4R_LIBNAMES)))
328 MAKEO_FLAGS = -a 64
Deppccleandepend.sed1 # this file will clean up ONE makefile dependency rule in a file. It must
Dmodulerules.rex23 # Dealt with issue wherein a build error would occur if the entries contained in MODULENAME and BIN…
97 # Corrected a problem where "@" was applied to the wrong place within the operating details of do-s…
106 # Revised the method of creating a directory during setup.
287 REX_DISTCLEAN += $(INSTALL_ROOT)/lib/$(LIBNAME).a $(INSTALL_ROOT)/lib/$(LIBNAME)D.a
/RevoEX-2.4-CW4W/
DREADME.txt43 Unpack the RevoEX package in a directory different from the SDK directory. Also, be sure to install…