Searched refs:a (Results 1 – 7 of 7) sorted by relevance
| /RevoEX-2.4/build/demos/netdemo/src/ |
| D | digest.c | 199 #define PrintResultEq( a, b, f ) \ argument 200 …do { OSReport( ((a) == (b)) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && ((a) == (b)); } while( FAL… 201 #define PrintResultDigestEq( a, b, l, f ) \ argument 202 …do { OSReport( (memcmp((a), (b), (l)) == 0) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && (memcmp((a… 213 char *a[] = { in DoTest() local 219 for (i = 0; i < sizeof(a) / sizeof(char *); i++) in DoTest() 223 result = NETCalcCRC16(a[i], strlen(a[i])); in DoTest() 225 OSReport("NETCalcCRC16(%s) = %04x\n", a[i], result); in DoTest() 231 char *a[] = { in DoTest() local 237 for (i = 0; i < sizeof(a) / sizeof(char *); i++) in DoTest() [all …]
|
| D | crypto.c | 185 #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/build/demos/nwc24demo/data/ChannelJump/ |
| D | ChannelJump.ddf | 23 ; The name of a disk layout file. 25 ; The name of a system binary file. 27 ; The name of a FST information file. 28 ; * This is a text file for checking the FST layout. The optical disk emulator 45 ; If there is only a single disk, the disk number will be 0. 100 ; position like ADPCM data. (ADPCM needs to be aligned with a 32KByte
|
| /RevoEX-2.4/build/buildtools/ |
| D | commondefs.rex | 50 # 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
|
| D | eppccleandepend.sed | 1 # this file will clean up ONE makefile dependency rule in a file. It must
|
| D | modulerules.rex | 23 # 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/ |
| D | README.txt | 43 Unpack the RevoEX package in a directory different from the SDK directory. Also, be sure to install…
|