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

123

/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h52 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \
53 ldd [BASE + ( 0 * 0x4)], M0; \
54 ldd [BASE + ( 2 * 0x4)], M2; \
55 ldd [BASE + (12 * 0x4)], M12; \
56 ldd [BASE + (14 * 0x4)], M14
58 #define LDMATRIX_0_1_12_13(BASE) \
59 ldd [BASE + ( 0 * 0x4)], M0; \
60 ldd [BASE + (12 * 0x4)], M12
62 #define LDMATRIX_0_12_13(BASE) \
63 ld [BASE
[all...]
/external/eigen/bench/btl/data/
H A Dsmooth_all.sh10 BASE=${FILE##*/}
11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE}
13 rm -f ${SMOOTH_DIR}/${BASE}_tmp
21 BASE=${FILE##*/}
22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
23 ./regularize ${SMOOTH_DIR}/${BASE}_tm
[all...]
H A Dmk_gnuplot_script.sh22 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
39 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
43 BASE
[all...]
H A Dmk_mean_script.sh25 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
/external/e2fsprogs/lib/et/
H A Dcompile_et.sh.in42 BASE=`basename $ROOT`
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
51 rm -f ${BASE}.h.$$
53 mv -f ${BASE}.h.$$ ${BASE}.h
54 chmod -w ${BASE}
[all...]
/external/clang/include/clang/AST/
H A DASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
24 #define STMT(DERIVED, BASE) class DERIVED;
27 #define TYPE(DERIVED, BASE) class DERIVED##Type;
H A DDeclVisitor.h40 #define DECL(DERIVED, BASE) \
50 #define DECL(DERIVED, BASE) \
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
H A DASTTypeTraits.h122 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
125 #define STMT(DERIVED, BASE) NKI_##DERIVED,
128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
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)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_adler32.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...]
/external/zlib/src/
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...]
/external/v8/tools/
H A Dandroid-ll-prof.sh45 BASE=`cd $(dirname "$0")/..; pwd`
46 DEPLOY="$BASE/deploy"
51 cp "$BASE/out/android_arm.$MODE/d8" "$DEPLOY/data/local/tmp/v8/d8"
66 $BASE/tools/ll_prof.py --host-root="$BASE/deploy" \
/external/f2fs-tools/scripts/
H A Ddumpf2fs.sh5 BASE=0x200000
11 let addr=$BASE
16 let addr=$BASE+0x200000
20 let addr=$BASE
22 let addr=$BASE+0x200000
26 let addr=$BASE
30 let addr=$BASE+0x200000
34 let addr=$BASE
36 let addr=$BASE+0x200000
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_cnfg.h47 #define HMM_UNIQUE(BASE) hmm_ ## BASE
76 #define HMM_UNIQUE(BASE) thmm_ ## BASE
H A Dhmm_intrnl.h25 #define U(BASE) HMM_UNIQUE(BASE)
149 #define AVL_UNIQUE(BASE) U(avl_ ## BASE)
/external/clang/test/SemaCXX/
H A Ddecl-init-ref.cpp5 struct BASE { struct
13 class B : public BASE , public BASE1
H A Dambig-user-defined-conversions.cpp4 struct BASE { struct in namespace:test0
11 struct B : public BASE, BASE1 {};
/external/e2fsprogs/lib/ss/
H A Dmk_cmds.sh.in43 BASE=`basename "$ROOT"`
58 rm -f "${BASE}.c"
59 mv -f "${TMP}" "${BASE}.c"
60 chmod -w "${BASE}.c"
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c250 # define BASE 65521UL /* largest prime smaller than 65536 */ macro
253 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
265 if (a >= (BASE << 16)) a -= (BASE << 16); \
266 if (a >= (BASE << 15)) a -= (BASE << 15); \
267 if (a >= (BASE << 14)) a -= (BASE << 14); \
268 if (a >= (BASE << 13)) a -= (BASE << 1
364 # undef BASE macro
[all...]
/external/valgrind/coregrind/
H A Dm_libcbase.c988 # define BASE 65521UL /* largest prime smaller than 65536 */ macro
991 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
1003 if (a >= (BASE << 16)) a -= (BASE << 16); \
1004 if (a >= (BASE << 15)) a -= (BASE << 15); \
1005 if (a >= (BASE << 14)) a -= (BASE << 14); \
1006 if (a >= (BASE << 13)) a -= (BASE << 1
1102 # undef BASE macro
[all...]
/external/freetype/src/gzip/
H A Dadler32.c10 #define BASE 65521L /* largest prime smaller than 65536 */ macro
12 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
44 s1 %= BASE;
45 s2 %= BASE;
/external/clang/lib/AST/
H A DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" },
35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED },
38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" },
83 #define DECL(DERIVED, BASE) \
/external/clang/include/clang/Sema/
H A DTemplate.h405 #define DECL(DERIVED, BASE) \
410 #define OBJCCONTAINER(DERIVED, BASE)
411 #define FILESCOPEASM(DERIVED, BASE)
412 #define IMPORT(DERIVED, BASE)
413 #define LINKAGESPEC(DERIVED, BASE)
414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE)
415 #define OBJCMETHOD(DERIVED, BASE)
416 #define OBJCIVAR(DERIVED, BASE)
417 #define OBJCPROPERTY(DERIVED, BASE)
418 #define OBJCPROPERTYIMPL(DERIVED, BASE)
[all...]
/external/icu/icu4c/source/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...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java20 private static final int BASE = 36; field in class:Punycode
50 for(; delta>((BASE-TMIN)*TMAX)/2; count+=BASE) {
51 delta/=(BASE-TMIN);
54 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
60 * BASE-1, or -1 if b is does not represent a value.
105 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is
210 for(q=delta, k=BASE; /* no condition */; k+=BASE) {
233 dest.append(digitToBasic(t+(q-t)%(BASE
[all...]
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DPolynomialSolver.h293 #define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES( BASE ) \
294 typedef typename BASE::Scalar Scalar; \
295 typedef typename BASE::RealScalar RealScalar; \
296 typedef typename BASE::RootType RootType; \
297 typedef typename BASE::RootsType RootsType;

Completed in 1428 milliseconds

123