Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/zlib/
H A Dadler32.c10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
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
72 if (adler >= BASE) in adler32_z()
73 adler -= BASE; in adler32_z()
75 if (sum2 >= BASE) in adler32_z()
76 sum2 -= BASE; in adler32_z()
[all …]
/freebsd/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/usr.bin/xohtml/
H A Dxohtml.sh13 BASE=/usr/share/libxo
33 BASE="$1";
49 BASE="${WEB}";
71 echo '<link rel="stylesheet" href="'$BASE'/xohtml.css">'
72 echo '<link rel="stylesheet" href="'$BASE'/external/jquery.qtip.css"/>'
73 echo '<script type="text/javascript" src="'$BASE'/external/jquery.js"></script>'
74 echo '<script type="text/javascript" src="'$BASE'/external/jquery.qtip.js"></script>'
75 echo '<script type="text/javascript" src="'$BASE'/xohtml.js"></script>'
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dinteger_to_string.h82 static constexpr uint8_t BASE = base; member
88 using WithPrefix = Fmt<BASE, true, FORCE_SIGN, IS_UPPERCASE, MIN_DIGITS>;
89 using WithSign = Fmt<BASE, PREFIX, true, IS_UPPERCASE, MIN_DIGITS>;
90 using Uppercase = Fmt<BASE, PREFIX, FORCE_SIGN, true, MIN_DIGITS>;
92 using WithWidth = Fmt<BASE, PREFIX, FORCE_SIGN, IS_UPPERCASE, value>;
98 static_assert(BASE > 1 && BASE <= MAX_DIGIT);
99 static_assert(!IS_UPPERCASE || BASE > 10, "Uppercase is only for radix > 10");
100 static_assert(!FORCE_SIGN || BASE == 10, "WithSign is only for radix == 10");
101 static_assert(!PREFIX || (BASE == 2 || BASE == 8 || BASE == 16),
353 if constexpr (Fmt::BASE == 10) in compute_buffer_size()
[all …]
/freebsd/sys/dev/mii/
H A Dmiidevs134 model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface
136 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface
157 model BROADCOM BCM5400 0x0004 BCM5400 1000BASE-T media interface
158 model BROADCOM BCM5401 0x0005 BCM5401 1000BASE-T media interface
159 model BROADCOM BCM5402 0x0006 BCM5402 1000BASE-T media interface
160 model BROADCOM BCM5411 0x0007 BCM5411 1000BASE-T media interface
161 model BROADCOM BCM5404 0x0008 BCM5404 1000BASE-T media interface
162 model BROADCOM BCM5424 0x000a BCM5424/BCM5234 1000BASE-T media interface
163 model BROADCOM BCM5464 0x000b BCM5464 1000BASE-T media interface
164 model BROADCOM BCM5461 0x000c BCM5461 1000BASE-T media interface
[all …]
/freebsd/crypto/openssl/Configurations/platform/
H A DWindows.pm9 require platform::BASE;
32 my $in_libname = platform::BASE->staticname($_[1]);
38 return platform::BASE->staticname($_[1])
49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
56 return platform::BASE::__isshared($_[1]) ? $_[1] : undef;
60 return platform::BASE::__concat($_[0]->sharedname_import($_[1]),
H A DUnix.pm9 require platform::BASE;
47 my $in_libname = platform::BASE->staticname($_[1]);
53 return platform::BASE->staticname($_[1]);
57 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
62 return platform::BASE::__isshared($_[1]) ? $_[1] : undef;
82 return platform::BASE::__concat($simplename, $simpleext);
H A DVMS.pm9 require platform::BASE;
41 my $in_libname = platform::BASE->staticname($_[1]);
45 return platform::BASE::__concat($_[0]->osslprefix(),
46 platform::BASE->staticname($_[1]),
58 return platform::BASE::__concat($_[0]->osslprefix(),
59 platform::BASE->sharedname($_[1]),
H A Dmingw.pm33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
H A DAIX.pm28 my $in_libname = platform::BASE->staticname($_[1]);
32 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a');
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DAPISetVisitor.h92 #define GENERATE_TRAVERSE_METHOD(CLASS, BASE) \ argument
99 #define GENERATE_WALKUP_AND_VISIT_METHODS(CLASS, BASE) \ argument
101 TRY_TO(walkUpFrom##BASE(Record)); \
107 #define CONCRETE_RECORD(CLASS, BASE, KIND) \ argument
108 GENERATE_TRAVERSE_METHOD(CLASS, BASE) \
109 GENERATE_WALKUP_AND_VISIT_METHODS(CLASS, BASE)
111 #define ABSTRACT_RECORD(CLASS, BASE) \ argument
112 GENERATE_WALKUP_AND_VISIT_METHODS(CLASS, BASE)
153 #define CONCRETE_RECORD(CLASS, BASE, KIND) \ in traverseAPIRecord() argument
/freebsd/crypto/openssl/Configurations/platform/Windows/
H A DMSVC.pm21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext());
33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext());
37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext());
41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp219 #define DECL(CLASS, BASE) \ argument
225 #define DECL(CLASS, BASE) \ argument
242 #define ABSTRACT_TYPE(CLASS, BASE) argument
243 #define TYPE(CLASS, BASE) \ argument
249 #define TYPE(CLASS, BASE) \ argument
256 #define ABSTRACT_TYPELOC(CLASS, BASE) argument
257 #define TYPELOC(CLASS, BASE) \ argument
263 #define TYPELOC(CLASS, BASE) \ argument
341 #define DECL(CLASS, BASE) \ argument
355 #define ABSTRACT_TYPE(CLASS, BASE) argument
[all …]
H A DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
48 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
122 #define DECL(DERIVED, BASE) \ in getFromNode() argument
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/
H A Dzfs_ids_to_path_001_pos.ksh74 typeset BASE=$TESTPOOL/$TESTFS
82 typeset mntpnt=$(get_prop mountpoint $BASE)
91 typeset ds_id=$(zdb $BASE | grep "^Dataset" | sed 's/.* ID \([0-9]*\).*/\1/')
92 test_one $ds_id $BASE $TESTFILE1
93 test_one $ds_id $BASE $TESTFILE2
94 test_one $ds_id $BASE $TESTFILE3
95 test_one $ds_id $BASE $TESTFILE4
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h616 #define DECL(DERIVED, BASE) \ argument
621 #define OBJCCONTAINER(DERIVED, BASE) argument
622 #define FILESCOPEASM(DERIVED, BASE) argument
623 #define TOPLEVELSTMT(DERIVED, BASE) argument
624 #define IMPORT(DERIVED, BASE) argument
625 #define EXPORT(DERIVED, BASE) argument
626 #define LINKAGESPEC(DERIVED, BASE) argument
627 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
628 #define OBJCMETHOD(DERIVED, BASE) argument
629 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h253 #define DECL(CLASS, BASE) \ argument
258 #define DECL(CLASS, BASE) \ argument
273 #define ABSTRACT_TYPE(CLASS, BASE) argument
274 #define TYPE(CLASS, BASE) \ argument
279 #define TYPE(CLASS, BASE) \ argument
284 #define ABSTRACT_TYPELOC(CLASS, BASE) argument
285 #define TYPELOC(CLASS, BASE) \ argument
289 #define TYPELOC(CLASS, BASE) \ argument
H A DDeclVisitor.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); }
/freebsd/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/crypto/krb5/src/util/et/
H A Dcompile_et.sh31 BASE=`echo "$ROOT" | sed -e 's;.*/;;'`
34 $AWK -f ${DIR}/et_h.awk "outfile=${BASE}.h" "$ROOT.et"
35 $AWK -f ${DIR}/et_c.awk "outfile=${BASE}.c" "textdomain=$TEXTDOMAIN" \
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-7-prepare.sh40 BASE="$HOME/work/zfs/zfs"
41 MERGE="$BASE/.github/workflows/scripts/merge_summary.awk"
91 cat $file | $BASE/scripts/zfs-tests-color.sh > $fileC
98 $MERGE summary | $BASE/scripts/zfs-tests-color.sh > /tmp/summary.txt
133 cat /tmp/fail.txt | $BASE/scripts/zfs-tests-color.sh >> /tmp/failed.txt
/freebsd/crypto/krb5/src/util/support/
H A Dutf8_conv.c86 #define BASE 0x10000 macro
87 #define HIGH_SURROGATE(c) (0xD800 | (((c) - BASE) >> 10))
88 #define LOW_SURROGATE(c) (0xDC00 | (((c) - BASE) & 0x3FF))
89 #define COMPOSE(c1, c2) (BASE + ((((c1) & 0x3FF) << 10) | ((c2) & 0x3FF)))
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc15 #define ABSTRACT_RECORD(CLASS, BASE) RECORD(CLASS, BASE)
18 #define CONCRETE_RECORD(CLASS, BASE, KIND) RECORD(CLASS, BASE)
21 #define RECORD(CLASS, BASE)
/freebsd/crypto/krb5/src/util/ss/
H A Dmk_cmds.sh12 BASE=`echo $ROOT | ${SED} -e 's;.*/;;'`
27 mv ${TMP} ${BASE}.c
/freebsd/contrib/unbound/contrib/
H A Dunbound_cache.sh19 BASE="/opt/csw"
22 UC="$BASE/sbin/unbound-control"

123