Home
last modified time | relevance | path

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

123

/src/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 …]
/src/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>'
/src/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>'
/src/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 …]
/src/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');
/src/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
/src/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());
/src/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
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h600 #define DECL(DERIVED, BASE) \ argument
605 #define OBJCCONTAINER(DERIVED, BASE) argument
606 #define FILESCOPEASM(DERIVED, BASE) argument
607 #define TOPLEVELSTMT(DERIVED, BASE) argument
608 #define IMPORT(DERIVED, BASE) argument
609 #define EXPORT(DERIVED, BASE) argument
610 #define LINKAGESPEC(DERIVED, BASE) argument
611 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
612 #define OBJCMETHOD(DERIVED, BASE) argument
613 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/src/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}
/src/contrib/llvm-project/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
H A DASTTypeTraits.h150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument
153 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument
156 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
227 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
229 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED)
231 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
/src/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" \
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-7-prepare.sh27 BASE="$HOME/work/zfs/zfs"
28 MERGE="$BASE/.github/workflows/scripts/merge_summary.awk"
71 cat $file | $BASE/scripts/zfs-tests-color.sh > $fileC
78 $MERGE summary | $BASE/scripts/zfs-tests-color.sh > /tmp/summary.txt
105 cat /tmp/fail.txt | $BASE/scripts/zfs-tests-color.sh >> /tmp/failed.txt
/src/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)))
/src/contrib/llvm-project/clang/lib/AST/
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
/src/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)
/src/crypto/krb5/src/util/ss/
H A Dmk_cmds.sh12 BASE=`echo $ROOT | ${SED} -e 's;.*/;;'`
27 mv ${TMP} ${BASE}.c
/src/contrib/unbound/contrib/
H A Dunbound_cache.sh19 BASE="/opt/csw"
22 UC="$BASE/sbin/unbound-control"
/src/contrib/telnet/libtelnet/
H A Dpk.c153 # define BASE (1 << BASEBITS) in genkeys() macro
158 MINT *base = mp_itom((short)BASE); in genkeys()
167 r = seed[i] % BASE; in genkeys()

123