Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 25 of 247) sorted by relevance

12345678910

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dalpha-opc.c453 #define BASE AXP_OPCODE_BASE macro
525 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
526 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
527 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
528 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
529 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
530 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
531 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
532 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
533 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE },
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dalpha-opc.c400 #define BASE AXP_OPCODE_BASE macro
472 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
473 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
474 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
475 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
476 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
477 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
478 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
479 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
480 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE },
[all …]
/openbsd-src/lib/libz/
H A Dadler32.c8 #define BASE 65521U /* largest prime smaller than 65536 */ macro
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
70 if (adler >= BASE) in adler32_z()
71 adler -= BASE; in adler32_z()
73 if (sum2 >= BASE) in adler32_z()
74 sum2 -= BASE; in adler32_z()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dadler32.c10 #define BASE 65521U /* largest prime smaller than 65536 */
12 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ macro
23 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
34 if (a >= BASE) a -= BASE; \
52 if (a >= BASE) a -= BASE; \
55 # define MOD(a) a %= BASE
56 # define MOD28(a) a %= BASE
57 # define MOD63(a) a %= BASE
[all...]
/openbsd-src/sys/lib/libz/
H A Dadler32.c8 #define BASE 65521U /* largest prime smaller than 65536 */ macro
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
70 if (adler >= BASE) in adler32_z()
71 adler -= BASE; in adler32_z()
73 if (sum2 >= BASE) in adler32_z()
74 sum2 -= BASE; in adler32_z()
[all …]
/openbsd-src/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) * $BASE;
161 $i -= ($car = $i / $BASE) * $BASE;
181 $prod[$cty++] = $prod - ($car = $prod / $BASE) * $BASE;
[all …]
/openbsd-src/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.$j"
73 print "# $pwd/$BASE.$i vs $j failed" >> "$FAILLOG"
74 print "$0 $pwd/$BASE" >> "$FAILLOG"
76 rm -f "$BASE.$i.copy" "diff-$i-$j"
/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.dsp33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
45 # ADD BASE MTL /nologo /D "NDEBUG" /win32
47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD BASE BSC32 /nologo
53 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
[all …]
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 LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
[all …]
/openbsd-src/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-src/gnu/usr.bin/cvs/diff/
H A Dlibdiff.dsp31 # PROP BASE Use_MFC 0
32 # PROP BASE Use_Debug_Libraries 0
33 # PROP BASE Output_Dir "Release"
34 # PROP BASE Intermediate_Dir "Release"
35 # PROP BASE Target_Dir ".\libdiff"
41 # ADD BASE CPP /nologo /W3 /GX /O2 /I "..\windows-NT" /I "..\lib" /D "_WINDOWS" /D "HAVE_TIME_H" /D…
44 # ADD BASE BSC32 /nologo
47 # ADD BASE LIB32 /nologo
52 # PROP BASE Use_MFC 0
53 # PROP BASE Use_Debug_Libraries 1
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash38.C16 typedef int BASE; typedef
26 typedef typename T::BASE BASE; typedef
27 Implicit(BASE value ): T(value) {}; in Implicit()
31 BASE operator=(BASE t) { return T::operator=(t); }
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h568 #define DECL(DERIVED, BASE) \ argument
573 #define OBJCCONTAINER(DERIVED, BASE) argument
574 #define FILESCOPEASM(DERIVED, BASE) argument
575 #define TOPLEVELSTMT(DERIVED, BASE) argument
576 #define IMPORT(DERIVED, BASE) argument
577 #define EXPORT(DERIVED, BASE) argument
578 #define LINKAGESPEC(DERIVED, BASE) argument
579 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
580 #define OBJCMETHOD(DERIVED, BASE) argument
581 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/openbsd-src/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-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.y227 op->mode = BASE;
237 op->mode = BASE;
247 op->mode = BASE;
258 op->mode = BASE;
263 op->mode = BASE;
268 op->mode = BASE;
277 op->mode = BASE;
286 op->mode = BASE;
293 op->mode = BASE;
299 op->mode = BASE;
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.y200 op->mode = BASE;
210 op->mode = BASE;
220 op->mode = BASE;
231 op->mode = BASE;
236 op->mode = BASE;
241 op->mode = BASE;
250 op->mode = BASE;
259 op->mode = BASE;
266 op->mode = BASE;
272 op->mode = BASE;
[all …]
/openbsd-src/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); in Test()
25 typeid (BASE).name (), typeid (DERIVED).name ()); in Test()
35 typeid (BASE).name (), typeid (DERIVED).name ()); in Test()
47 typeid (BASE).name (), res, expect); in Test()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() argument
49 #define DECL(DERIVED, BASE) \ argument
50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
H A DASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument
23 #define STMT(DERIVED, BASE) class DERIVED; argument
26 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsysv4.h118 #define CRT_GET_RFIB_DATA(BASE) \ argument
121 BASE = ebx_; \
124 #define CRT_GET_RFIB_DATA(BASE) \ argument
132 : "=d"(BASE))
H A Dlinux.h166 #define CRT_GET_RFIB_DATA(BASE) \ argument
169 BASE = ebx_; \
172 #define CRT_GET_RFIB_DATA(BASE) \ argument
180 : "=d"(BASE))
H A Dsco5.h295 #define CRT_GET_RFIB_DATA(BASE) \ argument
298 BASE = ebx_; \
301 #define CRT_GET_RFIB_DATA(BASE) \ argument
309 : "=d"(BASE))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv4.h121 #define CRT_GET_RFIB_DATA(BASE) \ argument
124 BASE = ebx_; \
127 #define CRT_GET_RFIB_DATA(BASE) \ argument
135 : "=d"(BASE))
H A Dsco5.h315 #define CRT_GET_RFIB_DATA(BASE) \ argument
318 BASE = ebx_; \
321 #define CRT_GET_RFIB_DATA(BASE) \ argument
329 : "=d"(BASE))
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTTypeTraits.cpp41 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
44 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
47 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
107 #define DECL(DERIVED, BASE) \ in getFromNode() argument

12345678910