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

123

/freebsd-12-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-12-stable/usr.bin/xohtml/
H A Dxohtml.sh14 BASE=/usr/share/libxo
34 BASE="$1";
50 BASE="${WEB}";
72 echo '<link rel="stylesheet" href="'$BASE'/xohtml.css">'
73 echo '<link rel="stylesheet" href="'$BASE'/external/jquery.qtip.css"/>'
74 echo '<script type="text/javascript" src="'$BASE'/external/jquery.js"></script>'
75 echo '<script type="text/javascript" src="'$BASE'/external/jquery.qtip.js"></script>'
76 echo '<script type="text/javascript" src="'$BASE'/xohtml.js"></script>'
/freebsd-12-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-12-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-12-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::__anon2468
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-12-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-12-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-12-stable/contrib/libstdc++/libmath/
H A DMakefile.am26 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-12-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-12-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-12-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-12-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-12-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-12-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-12-stable/contrib/unbound/contrib/
H A Dunbound_cache.sh19 BASE="/opt/csw"
22 UC="$BASE/sbin/unbound-control"
/freebsd-12-stable/contrib/gcclibs/libssp/
H A DMakefile.am12 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-12-stable/lib/libc/locale/
H A Dnl_langinfo.c51 #define _REL(BASE) ((int)item-BASE)
/freebsd-12-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;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql39 * "base-deleted" -- node represents a delete of a BASE node
141 the properties, relative to WORKING/BASE as appropriate. */
235 BASE nodes and on top of other WORKING nodes, due to nested tree structure
251 This table contains full node descriptions for nodes in either the BASE
253 both to BASE and WORKING trees, unless documented otherwise.
266 (0) "BASE" ---> NODES (op_depth == 0)
288 op_depth == 0 designates the initial checkout; the BASE tree.
303 BASE node, the location of the initial checkout.
317 In case 'op_depth' is equal to 0, this node is part of the 'BASE'
318 tree. The 'BASE' represent
[all...]

Completed in 128 milliseconds

123