| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | adler32.c | 36 if (a >= BASE) a -= BASE; \ 54 if (a >= BASE) a -= BASE; \ 57 # define MOD(a) a %= BASE 78 if (adler >= BASE) 79 adler -= BASE; 81 if (sum2 >= BASE) 82 sum2 -= BASE; 164 if (sum1 >= BASE) sum1 -= BASE; 165 if (sum1 >= BASE) sum1 -= BASE; 166 if (sum2 >= ((unsigned long)BASE << 1)) sum2 -= ((unsigned long)BASE << 1); [all …]
|
| /freebsd-13.1/contrib/libxo/xohtml/ |
| H A D | xohtml.sh.in | 12 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-13.1/usr.bin/xohtml/ |
| H A D | xohtml.sh | 14 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-13.1/sys/dev/mii/ |
| H A D | miidevs | 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 161 model BROADCOM BCM5464 0x000b BCM5464 1000BASE-T media interface 162 model BROADCOM BCM5461 0x000c BCM5461 1000BASE-T media interface 260 model LEVEL1 LXT1000 0x000c LXT1000 1000BASE-T media interface 335 model TI TLAN10T 0x0001 ThunderLAN 10BASE-T media interface [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/ |
| H A D | zfs_ids_to_path_001_pos.ksh | 73 typeset BASE=$TESTPOOL/$TESTFS 81 typeset mntpnt=$(get_prop mountpoint $BASE) 90 typeset ds_id=$(zdb $BASE | grep "^Dataset" | sed 's/.* ID \([0-9]*\).*/\1/') 91 test_one $ds_id $BASE $TESTFILE1 92 test_one $ds_id $BASE $TESTFILE2 93 test_one $ds_id $BASE $TESTFILE3 94 test_one $ds_id $BASE $TESTFILE4
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 496 #define DECL(DERIVED, BASE) \ argument 502 #define FILESCOPEASM(DERIVED, BASE) argument 503 #define IMPORT(DERIVED, BASE) argument 504 #define EXPORT(DERIVED, BASE) argument 505 #define LINKAGESPEC(DERIVED, BASE) argument 507 #define OBJCMETHOD(DERIVED, BASE) argument 509 #define OBJCIVAR(DERIVED, BASE) argument 510 #define OBJCPROPERTY(DERIVED, BASE) argument 512 #define EMPTY(DERIVED, BASE) argument 516 #define BLOCK(DERIVED, BASE) argument [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | ti,dp83869.yaml | 18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and 19 1000BASE-T Ethernet protocols. The DP83869 also supports 1000BASE-X and 20 100BASE-FX Fiber protocols. 23 the DP83869HM can run 1000BASE-X-to-1000BASE-T and 100BASE-FX-to-100BASE-TX
|
| H A D | ti,dp83867.yaml | 18 transceiver with integrated PMD sublayers to support 10BASE-Te, 100BASE-TX 19 and 1000BASE-T Ethernet protocols.
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | sftp-glob.sh | 39 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-13.1/contrib/apr/ |
| H A D | libapr.dsp | 36 # PROP BASE Use_MFC 0 40 # PROP BASE Target_Dir "" 54 # ADD BASE BSC32 /nologo 68 # PROP BASE Use_MFC 0 72 # PROP BASE Target_Dir "" 86 # ADD BASE BSC32 /nologo 100 # PROP BASE Use_MFC 0 104 # PROP BASE Target_Dir "" 118 # ADD BASE BSC32 /nologo 132 # PROP BASE Use_MFC 0 [all …]
|
| H A D | apr.dsp | 35 # PROP BASE Use_MFC 0 39 # PROP BASE Target_Dir "" 50 # ADD BASE BSC32 /nologo 53 # ADD BASE LIB32 /nologo 58 # PROP BASE Use_MFC 0 62 # PROP BASE Target_Dir "" 74 # ADD BASE BSC32 /nologo 77 # ADD BASE LIB32 /nologo 82 # PROP BASE Use_MFC 0 97 # ADD BASE BSC32 /nologo [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclVisitor.h | 39 #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 D | ASTFwd.h | 20 #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
|
| H A D | ExprOpenMP.h | 57 enum { BASE, LOWER_BOUND, LENGTH, STRIDE, END_EXPR }; enumerator 71 SubExprs[BASE] = Base; in OMPArraySectionExpr() 85 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() 86 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } in getBase() 88 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() 136 return child_range(&SubExprs[BASE], &SubExprs[END_EXPR]); in children() 140 return const_child_range(&SubExprs[BASE], &SubExprs[END_EXPR]); in children()
|
| H A D | ASTTypeTraits.h | 143 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 146 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 149 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument 205 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) 207 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED) 209 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
|
| H A D | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 35 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 38 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 41 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 97 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
| H A D | DeclBase.cpp | 59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 126 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 157 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 173 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 195 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument 916 #define DECL(NAME, BASE) in castFromDeclContext() argument 923 #define DECL(NAME, BASE) in castFromDeclContext() argument 935 #define DECL(NAME, BASE) in castToDeclContext() argument 942 #define DECL(NAME, BASE) in castToDeclContext() argument 1069 #define DECL(NAME, BASE) in classof() argument [all …]
|
| /freebsd-13.1/usr.bin/newkey/ |
| H A D | generic.c | 80 # define BASE (1 << BASEBITS) in genkeys() macro 85 MINT *base = mp_itom((short)BASE); in genkeys() 94 r = seed[i] % BASE; in genkeys()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.dsp | 34 # PROP BASE Use_MFC 0 35 # PROP BASE Use_Debug_Libraries 0 36 # PROP BASE Output_Dir "Release" 38 # PROP BASE Target_Dir "" 49 # ADD BASE RSC /l 0x409 /d "NDEBUG" 52 # ADD BASE BSC32 /nologo 62 # PROP BASE Use_MFC 0 63 # PROP BASE Use_Debug_Libraries 1 64 # PROP BASE Output_Dir "Debug" 66 # PROP BASE Target_Dir "" [all …]
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound_cache.sh | 19 BASE="/opt/csw" 22 UC="$BASE/sbin/unbound-control"
|
| /freebsd-13.1/contrib/telnet/libtelnet/ |
| H A D | pk.c | 157 # define BASE (1 << BASEBITS) in genkeys() macro 162 MINT *base = mp_itom((short)BASE); in genkeys() 171 r = seed[i] % BASE; in genkeys()
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | nl_langinfo.c | 51 #define _REL(BASE) ((int)item-BASE) argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | MIMGInstructions.td | 93 field bits<8> BASE = base; // Opcode for all but atomics 264 : MIMG_gfx6789 <op.BASE, (outs dst_rc:$vdata), dns> { 289 : MIMG_gfx10<op.BASE, (outs DataRC:$vdata), dns> { 390 : MIMG_gfx6789<op.BASE, (outs), dns> { 403 : MIMG_gfx90a<op.BASE, (outs), dns> { 416 : MIMG_gfx10<op.BASE, (outs), dns> { 428 : MIMG_nsa_gfx10<op.BASE, (outs), num_addrs, dns> { 552 : MIMG_gfx10<!cast<int>(op.BASE), (outs DataRC:$vdst), 661 : MIMG_gfx6789 <op.BASE, (outs dst_rc:$vdata), dns> { 684 : MIMG_gfx10<op.BASE, (outs DataRC:$vdata), dns> { [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
| H A D | lse.S | 98 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF) argument
|