Searched refs:BASE (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libz/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/ast/src/lib/libodelta/
H A Dupdate.h32 #define BASE 256 macro
33 #define ONE (BASE)
34 #define TWO (BASE*BASE)
35 #define THREE (BASE*BASE*BASE)
H A Ddelta.c76 c[i] = (unsigned char)(v%BASE);
77 v /= BASE;
/ast/src/cmd/nmake/
H A Dpkg-X11.mk16 PACKAGE_X11_LIB := $(USRDIRS:/:/ /G:X=$$(CC.STDLIB.BASE:X=X11R$$(PACKAGE_X11_VERSION)):T=F:O=1)
25 PACKAGE_X11_LIB := $(PACKAGE_X11:X=$$(CC.STDLIB.BASE:N!=lib))
H A DMakerules.mk2952 LP := $(CC.STDLIB.BASE)
3867 .PROBE.SPECIAL. = CC.HOSTTYPE CC.LD.DYNAMIC CC.LD.STATIC CC.STDLIB.BASE
3939 if ! CC.STDLIB.BASE
3940 CC.STDLIB.BASE := $(CC.STDLIB:N=?(/usr)/lib?(64):B) lib
3941 CC.STDLIB.BASE := $(CC.STDLIB.BASE:U)
4640 .RETAIN : .BASE.
4642 .BASE.DATE.FORMAT. = %Y%m%d
4644 .BASE.VERIFY : .MAKE .VIRTUAL .FORCE .REPEAT
4645 if ! "$(.BASE
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.h90 #define BASE (1 << 4) macro
107 #define ISBASE(tp) (((tp)->type) & BASE)
/ast/src/cmd/INIT/
H A Dratz.c1115 #define BASE 65521 /* largest prime smaller than 65536 */ macro
1117 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
1129 if (a >= (BASE << 16)) a -= (BASE << 16); \
1130 if (a >= (BASE << 15)) a -= (BASE << 15); \
1131 if (a >= (BASE << 14)) a -= (BASE << 14); \
1132 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/ast/src/cmd/3d/
H A Dvcs.c77 #define BASE (1<<4) macro
91 #define ISBASE(tp) (((tp)->type) & BASE)
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c305 #define BASE(n) ((n)*W_EXTENT + 1) /* base number of objects to be inserted */ macro
308 { base = BASE((num/COLLISION)*COLLISION); /* make these inserters do the same thing */

Completed in 65 milliseconds