Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/binutils/opcodes/
HDalpha-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 …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
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 << 13); \
29 if (a >= (BASE << 12)) a -= (BASE << 12); \
30 if (a >= (BASE << 11)) a -= (BASE << 11); \
31 if (a >= (BASE << 10)) a -= (BASE << 10); \
32 if (a >= (BASE << 9)) a -= (BASE << 9); \
33 if (a >= (BASE << 8)) a -= (BASE << 8); \
[all …]
/NextBSD/lib/libz/
HDadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
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
80 if (adler >= BASE)
81 adler -= BASE;
83 if (sum2 >= BASE)
84 sum2 -= BASE;
[all …]
/NextBSD/contrib/libxo/xohtml/
HDxohtml.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>'
/NextBSD/sys/dev/mii/
HDmiidevs132 model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface
134 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface
155 model BROADCOM BCM5400 0x0004 BCM5400 1000BASE-T media interface
156 model BROADCOM BCM5401 0x0005 BCM5401 1000BASE-T media interface
157 model BROADCOM BCM5402 0x0006 BCM5402 1000BASE-T media interface
158 model BROADCOM BCM5411 0x0007 BCM5411 1000BASE-T media interface
159 model BROADCOM BCM5404 0x0008 BCM5404 1000BASE-T media interface
160 model BROADCOM BCM5424 0x000a BCM5424/BCM5234 1000BASE-T media interface
161 model BROADCOM BCM5464 0x000b BCM5464 1000BASE-T media interface
162 model BROADCOM BCM5461 0x000c BCM5461 1000BASE-T media interface
[all …]
/NextBSD/contrib/apr/
HDapr.dsp37 # PROP BASE Use_MFC 0
38 # PROP BASE Use_Debug_Libraries 0
39 # PROP BASE Output_Dir "LibR"
40 # PROP BASE Intermediate_Dir "LibR"
41 # PROP BASE Target_Dir ""
47 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
52 # ADD BASE BSC32 /nologo
55 # ADD BASE LIB32 /nologo
60 # PROP BASE Use_MFC 0
[all …]
HDlibapr.dsp38 # PROP BASE Use_MFC 0
39 # PROP BASE Use_Debug_Libraries 0
40 # PROP BASE Output_Dir "Release"
41 # PROP BASE Intermediate_Dir "Release"
42 # PROP BASE Target_Dir ""
49 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
51 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
53 # ADD BASE RSC /l 0x409 /d "NDEBUG"
56 # ADD BASE BSC32 /nologo
59 # ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib…
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTemplate.h405 #define DECL(DERIVED, BASE) \ argument
410 #define OBJCCONTAINER(DERIVED, BASE) argument
411 #define FILESCOPEASM(DERIVED, BASE) argument
412 #define IMPORT(DERIVED, BASE) argument
413 #define LINKAGESPEC(DERIVED, BASE) argument
414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
415 #define OBJCMETHOD(DERIVED, BASE) argument
416 #define OBJCTYPEPARAM(DERIVED, BASE) argument
417 #define OBJCIVAR(DERIVED, BASE) argument
418 #define OBJCPROPERTY(DERIVED, BASE) argument
[all …]
/NextBSD/sys/dev/hatm/
HDif_hatmreg.h407 #define HE_REGO_TSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR)) argument
408 #define HE_REGO_TSRB(BASE,CID,NR) ((BASE) + ((CID) << 2) + (NR)) argument
409 #define HE_REGO_TSRC(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR)) argument
410 #define HE_REGO_TSRD(BASE,CID) ((BASE) + (CID)) argument
484 #define HE_REGO_RSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR)) argument
485 #define HE_REGO_RSRB(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR)) argument
/NextBSD/crypto/openssh/regress/
HDsftp-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}
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
83 #define DECL(DERIVED, BASE) \ in getFromNode() argument
HDDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
90 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
110 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
125 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
131 #define DECL(DERIVED, BASE) \ in PrintStats() argument
147 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
658 #define DECL(NAME, BASE) in castFromDeclContext() argument
665 #define DECL(NAME, BASE) in castFromDeclContext() argument
677 #define DECL(NAME, BASE) in castToDeclContext() argument
684 #define DECL(NAME, BASE) in castToDeclContext() argument
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() argument
50 #define DECL(DERIVED, BASE) \ argument
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
HDASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument
24 #define STMT(DERIVED, BASE) class DERIVED; argument
27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
HDASTTypeTraits.h122 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument
125 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument
128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
176 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
178 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED)
180 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
HDDataRecursiveASTVisitor.h340 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() argument
341 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); in BINOP_LIST() argument
348 #define TYPE(CLASS, BASE) \ argument
350 TRY_TO(WalkUpFrom##BASE(T)); \
361 #define ABSTRACT_TYPELOC(CLASS, BASE) argument
362 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); argument
382 #define TYPE(CLASS, BASE) \ argument
384 TRY_TO(WalkUpFrom##BASE##Loc(TL)); \
395 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); argument
402 #define DECL(CLASS, BASE) \ argument
[all …]
/NextBSD/contrib/gcc/config/i386/
HDsysv4.h118 #define CRT_GET_RFIB_DATA(BASE) \ argument
121 BASE = ebx_; \
124 #define CRT_GET_RFIB_DATA(BASE) \ argument
132 : "=d"(BASE))
HDlinux.h166 #define CRT_GET_RFIB_DATA(BASE) \ argument
169 BASE = ebx_; \
172 #define CRT_GET_RFIB_DATA(BASE) \ argument
180 : "=d"(BASE))
HDsco5.h295 #define CRT_GET_RFIB_DATA(BASE) \ argument
298 BASE = ebx_; \
301 #define CRT_GET_RFIB_DATA(BASE) \ argument
309 : "=d"(BASE))
/NextBSD/contrib/ntp/lib/isc/win32/
HDlibisc.dsp34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "BIND9" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /…
47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
52 # ADD BASE BSC32 /nologo
55 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
[all …]
/NextBSD/usr.bin/newkey/
HDgeneric.c80 # define BASE (1 << BASEBITS) in genkeys() macro
85 MINT *base = mp_itom(BASE); in genkeys()
94 r = seed[i] % BASE; in genkeys()
/NextBSD/gnu/usr.bin/cc/
HDMakefile.ver3 BASEVER!= cat ${GCCDIR}/BASE-VER
7 version.o: version.c ${GCCDIR}/BASE-VER ${GCCDIR}/DATESTAMP ${GCCDIR}/DEV-PHASE
/NextBSD/contrib/telnet/libtelnet/
HDpk.c162 # define BASE (1 << BASEBITS) in genkeys() macro
167 MINT *base = mp_itom(BASE); in genkeys()
176 r = seed[i] % BASE; in genkeys()
/NextBSD/contrib/binutils/binutils/
HDdefparse.y34 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
168 opt_base: BASE '=' NUMBER { $$= $3;}
/NextBSD/lib/libc/locale/
HDnl_langinfo.c49 #define _REL(BASE) ((int)item-BASE) argument

1234