Searched refs:BASE (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1303.c43 /* BASE is just a define to make us fool around with decently large number so
45 #define BASE 1000000 macro
79 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
80 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
82 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
85 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
86 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
88 {BASE
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
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 << 1
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dadler32.c44 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
46 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
58 if (a >= (BASE << 16)) a -= (BASE << 16); \
59 if (a >= (BASE << 15)) a -= (BASE << 15); \
60 if (a >= (BASE << 14)) a -= (BASE << 14); \
61 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dtest_pics.sh15 BASE=`dirname $a`/`basename $a .tif`
16 tools/tiffdump $a > ${BASE}.rpt.new
19 mv ${BASE}.rpt.new ${BASE}.rpt
23 if diff ${BASE}.rpt ${BASE}.rpt.new ; then
24 rm ${BASE}.rpt.new
26 echo Differences between ${BASE}.rpt and ${BASE}.rpt.new
/macosx-10.10.1/zlib-55/zlib/
H A Dadler32.c19 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
21 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
33 if (a >= (BASE << 16)) a -= (BASE << 16); \
34 if (a >= (BASE << 15)) a -= (BASE << 15); \
35 if (a >= (BASE << 14)) a -= (BASE << 14); \
36 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/macosx-10.10.1/sudo-73/src/zlib/
H A Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
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
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Drun-stp-tests.sh198 BASE=/private/tmp/cups-$user
200 BASE=/tmp/cups-$user
202 export BASE
234 VALGRIND="valgrind --tool=memcheck --log-file=$BASE/log/valgrind.%p --error-limit=no --leak-check=yes --trace-children=yes --read-var-info=yes"
239 echo "Using Valgrind; log files can be found in $BASE/log..."
268 echo "Enabling debug printfs (level 5); log files can be found in $BASE/log..."
269 CUPS_DEBUG_LOG="$BASE/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
275 echo "Enabling debug printfs (level $usedebugprintfs); log files can be found in $BASE/log..."
276 CUPS_DEBUG_LOG="$BASE/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
291 rm -rf $BASE
[all...]
H A D5.5-lp.sh87 $VALGRIND ../systemv/lpstat -W completed -o | tee $BASE/lpstat-completed.txt
88 if test "`uniq -d $BASE/lpstat-completed.txt`" != ""; then
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dsearchexample.sh33 BASE=$VALUE
57 }' base="$BASE"
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dalpha-opc.c403 #define BASE AXP_OPCODE_BASE
476 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
477 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
478 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
479 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
480 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
481 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
482 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
483 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
484 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NON
400 #define BASE macro
[all...]
/macosx-10.10.1/OpenSSH-189/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}
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest029-ldapglue139 BASE="dc=example,dc=com"
140 echo "Testing ldapsearch as $ID for \"$BASE\"..."
141 $LDAPSEARCH -h $LOCALHOST -p $PORT1 -b "$BASE" \
164 BASE="dc=example,dc=com"
165 echo "Testing ldapsearch as anonymous for \"$BASE\"..."
166 $LDAPSEARCH -h $LOCALHOST -p $PORT1 -b "$BASE" \
192 BASE="dc=example,dc=com"
193 echo "Testing ldapsearch as $ID for \"$BASE\" with SASL bind and identity assertion..."
194 $LDAPSASLSEARCH -h $LOCALHOST -p $PORT1 -b "$BASE" \
H A Dtest028-idassert195 BASE="o=Example,c=US"
196 echo "Testing ldapsearch as $ID for \"$BASE\"..."
197 $LDAPSEARCH -h $LOCALHOST -p $PORT1 -b "$BASE" \
222 BASE="o=Example,c=US"
223 echo "Testing ldapsearch as $ID for \"$BASE\" with SASL bind and identity assertion..."
224 $LDAPSASLSEARCH -h $LOCALHOST -p $PORT1 -b "$BASE" \
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddefparse.h43 BASE = 269, enumerator in enum:yytokentype
73 #define BASE 269 macro
H A Ddeflex.l47 "BASE" { return BASE;}
H A Ddefparse.y33 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
167 opt_base: BASE '=' NUMBER { $$= $3;}
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dpunycode.cpp62 #define BASE 36 macro
89 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is
110 * BASE-1, or -1 if b is does not represent a value.
172 for(count=0; delta>((BASE-TMIN)*TMAX)/2; count+=BASE) {
173 delta/=(BASE-TMIN);
176 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
327 for(q=delta, k=BASE; /* no condition */; k+=BASE) {
351 dest[destLength]=digitToBasic(t+(q-t)%(BASE
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/demo/
H A Ddemo_shimmer.pl26 sub active_ingredients :CUMULATIVE(BASE FIRST) {
54 sub active_ingredients:CUMULATIVE(BASE FIRST) {
83 sub active_ingredients:CUMULATIVE(BASE FIRST) {
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Db8t.mk24 BASE = /build macro
25 BDIR = $(BASE)/$(MODULE)
34 @if test ! -d $(BASE) ; then mkdir -p $(BASE) ; fi
40 @( cd $(BASE) && tar -xvf $(SDIR)/$(MODULE).tar ) > $(RDIR)/.populate 2>&1
/macosx-10.10.1/apache-793/httpd/build/aix/
H A Dmkinstallp.ksh26 BASE=`pwd`
39 cd ${BASE}
41 # INFO=${BASE}/build/aix/.info
43 INFO=${BASE}/build/aix
59 cp ${BASE}/LICENSE ${TEMPDIR}/usr/swlag/en_US/${PKG}.${NAME}.la
196 cp ${TEMPDIR}/tmp/$PKG.$NAME.$VERSION.0.bff ${BASE}/build/aix
197 cd ${BASE}/build/aix
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dmig.sh54 local BASE=$(basename "$FILE")
59 echo "/$BASE"
61 echo "$DIR/$BASE"
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.h30 #define BASE 0 //0000 macro
43 PyView(const c4_View &o, PyView *owner = 0, int state = BASE);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_packbits.c78 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; enumerator in enum:__anon12929
83 state = BASE;
117 case BASE: /* initial state, set run/literal */
148 state = BASE;
179 BASE : LITERAL);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Dpaths.rb14 BASE = if RbConfig::CONFIG.key? 'ridir' then
170 File.join BASE, 'site'
183 File.join BASE, 'system'
/macosx-10.10.1/bc-21/bc/lib/
H A Dnumber.c385 if (*sumptr > (BASE-1))
388 *sumptr -= BASE;
403 if (*sumptr > (BASE-1))
406 *sumptr -= BASE;
477 val += BASE;
493 val += BASE;
509 val += BASE;
680 *pvptr-- = sum % BASE;
681 sum = sum / BASE;
714 *accp-- += BASE;
[all...]

Completed in 149 milliseconds

123