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

123

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
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...]
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.sh.in12 BASE=@XO_SHAREDIR@
32 BASE="$1";
48 BASE="${WEB}";
70 echo '<link rel="stylesheet" href="'$BASE'/xohtml.css">'
71 echo '<link rel="stylesheet" href="'$BASE'/external/jquery.qtip.css"/>'
72 echo '<script type="text/javascript" src="'$BASE'/external/jquery.js"></script>'
73 echo '<script type="text/javascript" src="'$BASE'/external/jquery.qtip.js"></script>'
74 echo '<script type="text/javascript" src="'$BASE'/xohtml.js"></script>'
/freebsd-11-stable/sys/contrib/zlib/
H A Dadler32.c12 #define BASE 65521U /* largest prime smaller than 65536 */ macro
14 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
36 if (a >= BASE) a -= BASE; \
54 if (a >= BASE) a -= BASE; \
57 # define MOD(a) a %= BASE
58 # define MOD28(a) a %= BASE
59 # define MOD63(a) a %= BASE
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl;
23 #define STMT(DERIVED, BASE) class DERIVED;
26 #define TYPE(DERIVED, BASE) class DERIVED##Type;
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \
49 #define DECL(DERIVED, BASE) \
50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
H A DExprOpenMP.h45 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator in enum:clang::OMPArraySectionExpr::__anon72
69 SubExprs[BASE] = Base;
81 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); }
82 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); }
84 void setBase(Expr *E) { SubExprs[BASE] = E; }
123 return child_range(&SubExprs[BASE], &SubExprs[END_EXPR]);
127 return const_child_range(&SubExprs[BASE], &SubExprs[END_EXPR]);
H A DASTTypeTraits.h144 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
147 #define STMT(DERIVED, BASE) NKI_##DERIVED,
150 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
203 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
205 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED)
207 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c403 #define BASE AXP_OPCODE_BASE
476 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
477 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
478 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
479 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
480 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
481 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
482 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
483 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
484 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NON
400 #define BASE macro
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/
H A DMakefile.ver3 BASEVER!= cat ${GCCDIR}/BASE-VER
7 version.o: version.c ${GCCDIR}/BASE-VER ${GCCDIR}/DATESTAMP ${GCCDIR}/DEV-PHASE
/freebsd-11-stable/contrib/libstdc++/libmath/
H A DMakefile.am26 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsysv4.h118 #define CRT_GET_RFIB_DATA(BASE) \
121 BASE = ebx_; \
124 #define CRT_GET_RFIB_DATA(BASE) \
132 : "=d"(BASE))
H A Dlinux.h166 #define CRT_GET_RFIB_DATA(BASE) \
169 BASE = ebx_; \
172 #define CRT_GET_RFIB_DATA(BASE) \
180 : "=d"(BASE))
H A Dsco5.h296 #define CRT_GET_RFIB_DATA(BASE) \
299 BASE = ebx_; \
302 #define CRT_GET_RFIB_DATA(BASE) \
310 : "=d"(BASE))
/freebsd-11-stable/crypto/openssh/regress/
H A Dsftp-glob.sh39 BASE=${OBJ}/glob
41 DIR=${BASE}/dir
52 rm -rf ${BASE}
59 sftp_ls "${BASE}/d*" "dir glob" "`basename ${DATA}`" ""
74 rm -rf ${BASE}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h460 #define DECL(DERIVED, BASE) \
465 #define OBJCCONTAINER(DERIVED, BASE)
466 #define FILESCOPEASM(DERIVED, BASE)
467 #define IMPORT(DERIVED, BASE)
468 #define EXPORT(DERIVED, BASE)
469 #define LINKAGESPEC(DERIVED, BASE)
470 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE)
471 #define OBJCMETHOD(DERIVED, BASE)
472 #define OBJCTYPEPARAM(DERIVED, BASE)
473 #define OBJCIVAR(DERIVED, BASE)
[all...]
/freebsd-11-stable/usr.bin/newkey/
H A Dgeneric.c80 # define BASE (1 << BASEBITS) macro
85 MINT *base = mp_itom((short)BASE);
94 r = seed[i] % BASE;
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddeflex.l47 "BASE" { return BASE;}
H A Ddefparse.y34 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
168 opt_base: BASE '=' NUMBER { $$= $3;}
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp34 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" },
37 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED },
40 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" },
84 #define DECL(DERIVED, BASE) \
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatmreg.h407 #define HE_REGO_TSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR))
408 #define HE_REGO_TSRB(BASE,CID,NR) ((BASE) + ((CID) << 2) + (NR))
409 #define HE_REGO_TSRC(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR))
410 #define HE_REGO_TSRD(BASE,CID) ((BASE) + (CID))
484 #define HE_REGO_RSRA(BASE,CID,NR) ((BASE)
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.sh19 BASE="/opt/csw"
22 UC="$BASE/sbin/unbound-control"
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxavar.h101 PXA_ACCESSOR(base, BASE, u_long)
/freebsd-11-stable/contrib/gcclibs/libssp/
H A DMakefile.am12 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-11-stable/lib/libc/locale/
H A Dnl_langinfo.c49 #define _REL(BASE) ((int)item-BASE)
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dpk.c162 # define BASE (1 << BASEBITS) macro
167 MINT *base = mp_itom((short)BASE);
176 r = seed[i] % BASE;

Completed in 420 milliseconds

123