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

1234567

/openbsd-current/regress/usr.bin/diff/torture/
H A Dtorture51 BASE=$(basename "$1")
55 cvs up -pr $i "$1" > "$TMP/$BASE.$i"
63 print -n "$BASE.$i "
65 $DIFF $DIFFOPTIONS "$BASE.$i" "$BASE.$j" > "diff-$i-$j"
66 cp "$BASE.$i" "$BASE.$i.copy"
67 $PATCH $PATCHOPTIONS "$BASE.$i.copy" < "diff-$i-$j" 2> /dev/null
68 cmp "$BASE.$i.copy" "$BASE
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash38.C16 typedef int BASE; typedef in class:INTEGER
26 typedef typename T::BASE BASE; typedef in class:Implicit
27 Implicit(BASE value ): T(value) {};
31 BASE operator=(BASE t) { return T::operator=(t); }
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
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...]
/openbsd-current/lib/libz/
H A Dadler32.c8 #define BASE 65521U /* largest prime smaller than 65536 */ macro
10 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
21 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
32 if (a >= BASE) a -= BASE; \
50 if (a >= BASE) a -= BASE; \
53 # define MOD(a) a %= BASE
54 # define MOD28(a) a %= BASE
55 # define MOD63(a) a %= BASE
[all...]
/openbsd-current/sys/lib/libz/
H A Dadler32.c8 #define BASE 65521U /* largest prime smaller than 65536 */ macro
10 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
21 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
32 if (a >= BASE) a -= BASE; \
50 if (a >= BASE) a -= BASE; \
53 # define MOD(a) a %= BASE
54 # define MOD28(a) a %= BASE
55 # define MOD63(a) a %= BASE
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dalpha-opc.c456 #define BASE AXP_OPCODE_BASE
529 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
530 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
531 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
532 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
533 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
534 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
535 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
536 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
537 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NON
453 #define BASE macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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...]
/openbsd-current/gnu/llvm/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); }
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/
H A DMinimal.pm16 my $BASE = 0 + ("1" . ("0" x $BASE_LEN));
17 my $MAX_VAL = $BASE - 1;
86 $x->[$j] -= $BASE if $car = (($x->[$j] += $i + $car) >= $BASE) ? 1 : 0;
90 $x->[$j] -= $BASE if $car = (($x->[$j] += $car) >= $BASE) ? 1 : 0;
110 $i += $BASE if $car = (($i -= ($sy->[$j] || 0) + $car) < 0);
120 $sy->[$j] += $BASE
144 if (($xv->[0] *= $yv->[0]) >= $BASE) {
146 $xv->[0] - ($xv->[1] = $xv->[0] / $BASE) *
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dsftp-glob.sh29 BASE=${OBJ}/glob
31 DIR=${BASE}/dir
42 rm -rf ${BASE}
49 sftp_ls "${BASE}/d*" "dir glob" "`basename ${DATA}`" ""
64 rm -rf ${BASE}
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A DMakefile.am26 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/openbsd-current/games/phantasia/
H A Dmacros.h8 #define ROLL(BASE,INTERVAL) floor((BASE) + (INTERVAL) * drandom())
/openbsd-current/gnu/usr.bin/cc/
H A DMakefile.ver4 BASEVER!= cat ${GCCDIR}/BASE-VER
/openbsd-current/gnu/gcc/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))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv4.h121 #define CRT_GET_RFIB_DATA(BASE) \
124 BASE = ebx_; \
127 #define CRT_GET_RFIB_DATA(BASE) \
135 : "=d"(BASE))
/openbsd-current/gnu/gcc/libgomp/testsuite/
H A DMakefile.am6 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddefparse.h23 # define BASE 268 macro
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h568 #define DECL(DERIVED, BASE) \
573 #define OBJCCONTAINER(DERIVED, BASE)
574 #define FILESCOPEASM(DERIVED, BASE)
575 #define TOPLEVELSTMT(DERIVED, BASE)
576 #define IMPORT(DERIVED, BASE)
577 #define EXPORT(DERIVED, BASE)
578 #define LINKAGESPEC(DERIVED, BASE)
579 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE)
580 #define OBJCMETHOD(DERIVED, BASE)
581 #define OBJCTYPEPARAM(DERIVED, BASE)
[all...]
/openbsd-current/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.mak40 # PROP BASE Use_MFC 0
41 # PROP BASE Use_Debug_Libraries 0
42 # PROP BASE Output_Dir "Release"
43 # PROP BASE Intermediate_Dir "Release"
44 # PROP BASE Target_Dir ""
64 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
70 # ADD BASE MTL /nologo /D "NDEBUG" /win32
73 # ADD BASE RSC /l 0x409 /d "NDEBUG"
76 # ADD BASE BSC32 /nologo
81 # ADD BASE LINK3
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm37 my $BASE; # the current base, e.g., 10000 if $BASE_LEN is 5
38 my $MAX_VAL; # maximum value for an element, i.e., $BASE - 1
111 $BASE = 0 + ("1" . ("0" x $BASE_LEN));
112 $MAX_VAL = $BASE - 1;
128 # than $BASE and no larger than the maximum integer (i.e., ~0). We need
133 my $tmp = $umax < $BASE ? $umax : $BASE;
173 return ($BASE_LEN, $BASE, $AND_BITS, $XOR_BITS, $OR_BITS, $BASE_LEN, $MAX_VAL,
399 return $x->[0] if @$x == 1; # below $BASE
408 $num *= $BASE;
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3.h13 template <typename BASE, typename DERIVED>
16 BASE *b = static_cast <BASE *> (d);
25 typeid (BASE).name (), typeid (DERIVED).name ());
35 typeid (BASE).name (), typeid (DERIVED).name ());
47 typeid (BASE).name (), res, expect);
/openbsd-current/distrib/hppa/iso/
H A DMakefile7 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
16 ${CDROM}: ${BASE} ${XBASE}
20 cp -p ${BASE} ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
/openbsd-current/distrib/macppc/iso/
H A DMakefile7 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
16 ${CDROM}: ${BASE} ${XBASE}
20 cp -p ${BASE} ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}

Completed in 513 milliseconds

1234567