HomeSort by relevance Sort by last modified time
    Searched defs:zero (Results 201 - 215 of 215) sorted by null

1 2 3 4 5 6 7 89

  /external/genext2fs/
genext2fs.c 559 70000 = 12 + 256 + 256*256 + 16*256 + 100 (indexing starts from zero)
580 block zero; // The famous block 0 member in struct:__anon5909
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 1877 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); local
3412 UChar32 zero, sigDigit = kPatternSignificantDigit; local
    [all...]
  /external/v8/src/mips/
constants-mips.h 399 zero = equal, enumerator in enum:v8::internal::Condition
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 133 fctidz[.] (dbl->i64) if . ->undef rounds-to-zero
135 fctiwz[.] (dbl->i32) if . ->undef rounds-to-zero
163 24-29 (ibm) are exnmasks/non-IEEE bit, all zero
891 to zero | 01 | 11
3371 HReg zero = newVRegV(env); local
3381 HReg zero = newVRegV(env); local
3391 HReg zero = newVRegV(env); local
    [all...]
guest_x86_toIR.c 44 to zero.
89 jump to address zero, which is probably fatal.
132 which can be set zero or nonzero. If it is zero, emwarns
515 /* Lanes of vector registers are always numbered from zero being the
936 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
962 result. Except if the shift amount is zero, the thunk is left
5379 IRExpr* zero = mkU32(0); local
5390 IRExpr* zero = mkU32(0); local
7616 IRTemp zero = newTemp(Ity_I64); local
7656 IRTemp zero = newTemp(Ity_I64); local
    [all...]
guest_amd64_toIR.c 66 RDTSC returns zero, always.
85 32 bits of the effective address to become zero.
658 as zero.
796 the REX byte, if it is present; else that bit is taken to be zero.
6410 IRExpr* zero = mkU32(0); local
6421 IRExpr* zero = mkU32(0); local
8756 IRTemp zero = newTemp(Ity_I64); local
8796 IRTemp zero = newTemp(Ity_I64); local
17959 IRExpr* zero = sz==4 ? mkU32(0) : mkU64(0); local
    [all...]
guest_arm_toIR.c 917 Nb: t must be zero to denote no saturation, and any nonzero
935 masked out. If the resulting value is zero then the GE flag is
959 /* Return the (32-bit, zero-or-nonzero representation scheme) of
6881 IRExpr *zero; local
6936 IRExpr *zero; local
6966 IRExpr *zero; local
6997 IRExpr *zero; local
7027 IRExpr *zero; local
7059 IRExpr *zero; local
7112 IRExpr *zero; local
14610 IRTemp zero = newTemp(Ity_I32); local
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c 75 // HeapBlock.id :: Seg (stored as heap shadowchunk; always non-zero)
141 // because "xor %r,%r" is commonly used to zero %r, and "test %r,%r"
274 SizeT szB; /* may be zero */
848 if (s2->szB == 0 /* a zero sized block can't contain anything */
4876 IRExpr* zero = is64 ? mkU64(0) : mkU32(0); local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 694 that with zero. */
857 are zero and therefore defined (viz, zero).
923 /* if yy is zero, then it must be fully defined (zero#). */
4304 IRAtom *expd_eq_old = NULL, *zero = NULL; local
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 1103 OwnArrayPtr<unsigned char> zero; local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 810 DeoptimizeIf(zero, instr->environment());
816 // Check for (0 % -x) that will produce negative zero.
852 DeoptimizeIf(zero, instr->environment());
855 // Check for (0 / -x) that will produce negative zero.
871 DeoptimizeIf(zero, instr->environment());
946 // Bail out if the result is supposed to be negative zero.
955 // Test the non-zero operand for negative sign.
2823 NearLabel positive, done, zero, negative; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 279 // Z are the bits known zero, B is the 8-bit immediate, C are the bits to check for
280 // zero. count(B) == 8, so the count of bits to be checked is 24 - count(Z).
1262 ARMThumbImmediate zero = ARMThumbImmediate::makeUInt12(0); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 3858 unsigned char zero = 0; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 1774 Local<v8::Value> zero = v8::External::Wrap(&data[0]); local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1112 milliseconds

1 2 3 4 5 6 7 89