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

123

/freebsd-11.0-release/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.0-release/contrib/libxo/xohtml/
H A Dxohtml.sh.in12 BASE=@XO_SHAREDIR@
30 BASE="$1";
62 echo '<link rel="stylesheet" href="'$BASE'/xohtml.css">'
63 echo '<link rel="stylesheet" href="'$BASE'/external/jquery.qtip.css"/>'
64 echo '<script type="text/javascript" src="'$BASE'/external/jquery.js"></script>'
65 echo '<script type="text/javascript" src="'$BASE'/external/jquery.qtip.js"></script>'
66 echo '<script type="text/javascript" src="'$BASE'/xohtml.js"></script>'
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
24 #define STMT(DERIVED, BASE) class DERIVED;
27 #define TYPE(DERIVED, BASE) class DERIVED##Type;
H A DDeclVisitor.h40 #define DECL(DERIVED, BASE) \
50 #define DECL(DERIVED, BASE) \
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
H A DExprOpenMP.h46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator in enum:clang::OMPArraySectionExpr::__anon3417
70 SubExprs[BASE] = Base;
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); }
83 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); }
85 void setBase(Expr *E) { SubExprs[BASE] = E; }
124 return child_range(&SubExprs[BASE], &SubExprs[END_EXPR]);
H A DASTTypeTraits.h129 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
132 #define STMT(DERIVED, BASE) NKI_##DERIVED,
135 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
183 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
185 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED)
187 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
/freebsd-11.0-release/lib/libz/
H A Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
[all...]
/freebsd-11.0-release/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.0-release/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.0-release/contrib/libstdc++/libmath/
H A DMakefile.am26 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-11.0-release/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.0-release/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.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h405 #define DECL(DERIVED, BASE) \
410 #define OBJCCONTAINER(DERIVED, BASE)
411 #define FILESCOPEASM(DERIVED, BASE)
412 #define IMPORT(DERIVED, BASE)
413 #define LINKAGESPEC(DERIVED, BASE)
414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE)
415 #define OBJCMETHOD(DERIVED, BASE)
416 #define OBJCTYPEPARAM(DERIVED, BASE)
417 #define OBJCIVAR(DERIVED, BASE)
418 #define OBJCPROPERTY(DERIVED, BASE)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" },
35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED },
38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" },
83 #define DECL(DERIVED, BASE) \
H A DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
48 #define DECL(DERIVED, BASE) \
105 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;
125 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED;
140 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s;
146 #define DECL(DERIVED, BASE) \
162 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break;
691 #define DECL(NAME, BASE)
698 #define DECL(NAME, BASE)
710 #define DECL(NAME, BASE)
[all...]
/freebsd-11.0-release/usr.bin/newkey/
H A Dgeneric.c80 # define BASE (1 << BASEBITS) macro
85 MINT *base = mp_itom(BASE);
94 r = seed[i] % BASE;
/freebsd-11.0-release/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.0-release/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.0-release/sys/arm/xscale/pxa/
H A Dpxavar.h101 PXA_ACCESSOR(base, BASE, u_long)
/freebsd-11.0-release/lib/libc/locale/
H A Dnl_langinfo.c49 #define _REL(BASE) ((int)item-BASE)
/freebsd-11.0-release/contrib/gcclibs/libssp/
H A DMakefile.am12 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-11.0-release/contrib/telnet/libtelnet/
H A Dpk.c162 # define BASE (1 << BASEBITS) macro
167 MINT *base = mp_itom(BASE);
176 r = seed[i] % BASE;

Completed in 321 milliseconds

123