| /external/clang/lib/StaticAnalyzer/Checkers/ |
| CStringChecker.cpp | 201 DefinedOrUnknownSVal zero = svalBuilder.makeZeroVal(Ty); local 202 return state->assume(svalBuilder.evalEQ(state, *val, zero)); 847 // See if the size argument is zero. 1068 SVal zero = C.getSValBuilder().makeZeroVal(CE->getType()); local [all...] |
| /external/flac/libFLAC/ |
| stream_decoder.c | 193 FLAC__bool do_md5_checking; /* initially gets protected_->md5_checking but is turned off after a seek or if the metadata has a zero MD5 */ 2781 FLAC__uint32 zero = 0; local [all...] |
| /external/llvm/include/llvm/Support/ |
| IRBuilder.h | 907 Value *zero = ConstantInt::get(Type::getInt32Ty(Context), 0); local [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineAndOrXor.cpp | 390 // look for the first zero bit after the run of ones 392 // look for the first non-zero bit 468 /// contain any number of one bits and zero bits. 504 // if C is zero, then both A and B qualify as mask 658 // we can't use C as zero, because we might actually handle 661 Value* zero = Constant::getNullValue(A->getType()); local 662 return Builder->CreateICmp(NEWCC, newAnd, zero); 775 // iff the lower bits of C2 and CA are zero. 798 // Check that the low bits are zero. [all...] |
| /external/llvm/lib/VMCore/ |
| Instructions.cpp | 128 // If the PHI node is dead, because it has zero entries, nuke it now. 1810 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1818 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1826 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1832 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1838 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1844 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1850 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local 1858 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local [all...] |
| /external/opencv/cxcore/src/ |
| cxmatmul.cpp | 613 static double zero[] = {0,0,0,0}; local [all...] |
| /external/qemu/ |
| trace.c | 261 // for the terminating zero. 414 uint64_t zero = 0; local 415 fwrite(&zero, sizeof(uint64_t), 1, trace_static.fstream); // bb_num 416 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // bb_addr 417 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // num_insns [all...] |
| /external/replicaisland/src/com/replica/replicaisland/ |
| CollisionSystem.java | 223 movementDirection, excludeObject, Vector2.ZERO, hitPoints); 636 mDelta.zero(); [all...] |
| /external/skia/src/pdf/ |
| SkPDFDevice.cpp | 141 SkScalar fTextScaleX; // Zero means we don't care what the value is. 142 SkPaint::Style fTextFill; // Only if TextScaleX is non-zero. 1059 SkRefPtr<SkPDFInt> zero = new SkPDFInt(0); local [all...] |
| /external/v8/src/ia32/ |
| assembler-ia32.h | 211 zero = equal, enumerator in enum:v8::internal::Condition 397 // be no displacement at position zero, because there is always at least one [all...] |
| /external/v8/src/x64/ |
| assembler-x64.h | 288 zero = equal, enumerator in enum:v8::internal::Condition 679 // Load a 32-bit immediate value, zero-extended to 64 bits. [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_amd64_isel.c | 270 /* Is this a 64-bit zero expression? */ 811 //.. zero and adding it to the value to be rounded (fldz ; faddp?). 3295 HReg zero = generate_zeroes_V128(env); local [all...] |
| host_arm_isel.c | 54 flags cleared, and FZ (flush to zero) disabled. Curiously enough, 55 this corresponds to a FPSCR value of zero. 57 fpscr should therefore be zero on entry to Vex-generated code, and 59 should be zero). 310 11 to zero 315 11 to zero 1003 ARMRI84* zero = ARMRI84_I84(0,0); local 1014 ARMRI84* zero = ARMRI84_I84(0,0); local 1943 HReg zero = newVRegI(env); local 2476 HReg zero = newVRegD(env); local 2518 HReg zero = newVRegD(env); local 3315 HReg zero = newVRegD(env); local 3938 HReg zero = newVRegV(env); local 4629 HReg zero = newVRegV(env); local 4672 HReg zero = newVRegV(env); local [all...] |
| ir_opt.c | 927 /* Make a zero which has the same type as the result of the given 1636 Bool zero; local [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| debuginfo.c | 173 /* Allocate and zero out a new DebugInfo record. */ 598 will be one or above. If the returned value is zero, no debug info 2567 HChar zero = 0; local 3090 Addr zero; local [all...] |
| /external/valgrind/main/coregrind/ |
| m_main.c | 1406 struct vki_rlimit zero = { 0, 0 }; local [all...] |
| /external/webkit/Source/JavaScriptCore/assembler/ |
| MIPSAssembler.h | 76 zero = r0, enumerator in enum:JSC::MIPSRegisters::__anon13047 253 addiu(dest, MIPSRegisters::zero, imm); 255 ori(dest, MIPSRegisters::zero, imm);
|
| /external/webp/src/enc/ |
| dsp_sse2.c | 243 const __m128i zero = _mm_set1_epi16(0); local 260 ref0 = _mm_unpacklo_epi8(ref0, zero); 261 ref1 = _mm_unpacklo_epi8(ref1, zero); 262 ref2 = _mm_unpacklo_epi8(ref2, zero); 263 ref3 = _mm_unpacklo_epi8(ref3, zero); 293 const __m128i zero = _mm_setzero_si128(); local 313 const __m128i src_0 = _mm_unpacklo_epi8(src0, zero); 314 const __m128i src_1 = _mm_unpacklo_epi8(src1, zero); 315 const __m128i src_2 = _mm_unpacklo_epi8(src2, zero); 316 const __m128i src_3 = _mm_unpacklo_epi8(src3, zero); 443 const __m128i zero = _mm_set1_epi16(0); local 501 const __m128i zero = _mm_setzero_si128(); local 690 const __m128i zero = _mm_set1_epi16(0); local [all...] |
| /prebuilt/sdk/11/renderscript/clang-include/ |
| avxintrin.h | 723 /* Vector zero */ 1140 __m128d zero = _mm_setzero_pd(); local 1147 __m128 zero = _mm_setzero_ps(); local 1154 __m128i zero = _mm_setzero_si128(); local [all...] |
| /prebuilt/sdk/12/renderscript/clang-include/ |
| avxintrin.h | 723 /* Vector zero */ 1140 __m128d zero = _mm_setzero_pd(); local 1147 __m128 zero = _mm_setzero_ps(); local 1154 __m128i zero = _mm_setzero_si128(); local [all...] |
| /prebuilt/sdk/13/renderscript/clang-include/ |
| avxintrin.h | 723 /* Vector zero */ 1140 __m128d zero = _mm_setzero_pd(); local 1147 __m128 zero = _mm_setzero_ps(); local 1154 __m128i zero = _mm_setzero_si128(); local [all...] |
| /prebuilt/sdk/14/renderscript/clang-include/ |
| avxintrin.h | 705 /* Vector zero */ 1122 __m128d zero = _mm_setzero_pd(); local 1129 __m128 zero = _mm_setzero_ps(); local 1136 __m128i zero = _mm_setzero_si128(); local [all...] |
| /prebuilt/sdk/15/renderscript/clang-include/ |
| avxintrin.h | 705 /* Vector zero */ 1122 __m128d zero = _mm_setzero_pd(); local 1129 __m128 zero = _mm_setzero_ps(); local 1136 __m128i zero = _mm_setzero_si128(); local [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjC.cpp | 142 // which we zero out. We don't want to Block_copy block receivers, 1290 llvm::Value *zero = llvm::Constant::getNullValue(UnsignedLongLTy); local [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| tdb.c | 157 /* free memory if the pointer is valid and zero the pointer */ 332 note that a len of zero means lock to end of file 943 do an unlocked scan of the hash table heads to find the next non-zero head. The value 1139 /* some systems don't like zero length malloc */ 1985 u32 zero = 0; local 2138 u32 zero = 0; local [all...] |