Searched refs:VAL (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/build/android/
H A Dadb_kill_content_shell12 VAL=$(echo "$SHELL_PID_LINES" | wc -l)
13 if [ $VAL -lt 1 ] ; then
/external/clang/test/CodeGenCXX/
H A Ddebug-info-byval.cpp18 class VAL { class
26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
/external/valgrind/main/auxprogs/
H A Dgsl16test103 rm -f out-VAL
104 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-VAL
109 echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)
110 echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)
114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt
115 (echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)) >> summary.txt
/external/llvm/include/llvm/ADT/
H A DAPInt.h79 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
81 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon25458
148 VAL &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
237 : BitWidth(numBits), VAL(0) {
240 VAL = val;
279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) {
282 VAL = that.VAL;
288 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(tha
[all...]
/external/llvm/lib/Support/
H A DAPInt.cpp94 VAL = bigVal[0];
108 : BitWidth(numBits), VAL(0) {
113 : BitWidth(numBits), VAL(0) {
118 : BitWidth(numbits), VAL(0) {
138 VAL = 0;
145 VAL = RHS.VAL;
157 VAL = RHS;
170 ID.AddInteger(VAL);
199 ++VAL;
[all...]
/external/elfutils/0.153/libdw/
H A DlibdwP.h553 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \
560 VAL = read_4ubyte_unaligned_inc (dbg, addr); \
562 VAL = read_8ubyte_unaligned_inc (dbg, addr); \
564 int status = RELOC_HOOK (dbg, sec_index, orig_addr, width, &VAL); \
/external/clang/include/clang/AST/
H A DTemplateBase.h89 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::TemplateArgument::I::__anon17530
289 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
H A DExpr.h1223 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::APNumericStorage::__anon17499
1234 APNumericStorage() : VAL(0), BitWidth(0) { }
1241 return llvm::APInt(BitWidth, VAL);
/external/deqp/framework/common/
H A DtcuTexture.cpp870 #define PN(VAL, OFFS, BITS) (normFloatToChannel((VAL), (BITS)) << (OFFS))
871 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS))
956 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BITS)) << (OFFS))
1011 #define PN(VAL, OFFS, BITS) (normFloatToChannel((VAL), (BITS)) << (OFFS))
1048 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BIT
[all...]
/external/oprofile/utils/
H A Dopcontrol1434 VAL=`echo $i | awk -F: '{print $2}'`
1435 set_ctr_param "" $KEY $VAL
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp556 #define SB(NDX, VAL) dst.setBit((NDX), (VAL))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\
1609 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1611 #define IFETCH(VAL,INDEX,CHAN)\
1612 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\
1609 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1611 #define IFETCH(VAL,INDEX,CHAN)\
1612 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
/external/clang/lib/AST/
H A DExpr.cpp671 VAL = Words[0];
673 VAL = 0;

Completed in 3754 milliseconds