HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 301 - 325 of 8531) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/x86-atom/
OP_CONST_4.S 23 * Description: Move the given literal value (right-zero-extended to 32
34 sar $$28, %edx # %edx<- right-zero-extended B
OP_CONST_HIGH16.S 23 * Description: Move the given literal value (right-zero-extended to 32
31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
OP_CONST_WIDE_HIGH16.S 23 * Description: Move the given literal value (right-zero-extended to 64
31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_ntz.c 22 Returns the number of leading zero bits [from lsb up]
24 @return The number of bits [from the lsb up] that are zero
  /external/dropbear/libtommath/
bn_mp_init.c 29 /* set the digits to zero */
34 /* set the used to zero, allocated digits to the default precision
  /external/e2fsprogs/tests/f_badinode/
expect.1 10 i_file_acl for inode 13 (/timings) is 39, should be zero.
13 i_blocks_hi for inode 13 (/timings) is 1024, should be zero.
  /external/icu4c/i18n/
inputext.h 45 // Value is rounded up, so zero really means zero occurences.
  /external/llvm/test/CodeGen/ARM/
constants.ll 55 ; CHECK: .zero 16
59 ; CHECK: .zero 4
  /external/llvm/test/CodeGen/X86/
alignment.ll 11 ; CHECK: .zero 384
34 ; CHECK: .zero 384
  /external/valgrind/main/exp-ptrcheck/tests/
arith_include2.c 27 // Known nonptrs; make them zero and known
30 // Unknown nonptrs; make them zero but unknown
  /frameworks/base/core/java/android/app/backup/
IRestoreSession.aidl 34 * @return Zero on success; nonzero on error. The observer will only receive a
35 * result callback if this method returned zero.
45 * @return Zero on success; nonzero on error. The observer will only receive
46 * progress callbacks if this method returned zero.
61 * @return Zero on success, nonzero on error. The observer will only receive
62 * progress callbacks if this method returned zero.
80 * @return Zero on success; nonzero on error. The observer will only receive
81 * progress callbacks if this method returned zero.
  /frameworks/base/core/jni/
android_view_KeyEvent.h 33 * Returns non-zero on error. */
40 * Returns non-zero on error. */
  /frameworks/compile/libbcc/runtime/lib/arm/
fixunsdfsivfp.S 16 // zero. All negative values become zero.
fixunssfsivfp.S 16 // zero. All negative values become zero.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 57 #define R_X86_64_32 10 /* Direct 32 bit zero extended */
59 #define R_X86_64_16 12 /* Direct 16 bit zero extended */
  /bionic/libm/src/
e_logf.c 33 static const float zero = 0.0; variable
46 return -two25/zero; /* log(+-0)=-inf */
47 if (ix<0) return (x-x)/zero; /* log(-#) = NaN */
59 if(f==zero) if(k==0) return zero; else {dk=(float)k;
  /dalvik/libdex/
SysUtil.h 59 * On success, "pMap" is filled in, and zero is returned.
67 * On success, "pMap" is filled in, and zero is returned.
76 * On success, "pMap" is filled in, and zero is returned.
89 * On success, "pMap" is filled in, and zero is returned.
95 * zero, the pages will be made read-only; otherwise they will be read-write.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 34 private static final BigInteger ZERO = BigInteger.valueOf(0);
98 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
100 * If minimum is <code>null</code>, zero is assumed, if
168 return ZERO;
206 if (minimum != null && !minimum.getValue().equals(ZERO))
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 1 //== DivZeroChecker.cpp - Division by zero checker --------------*- C++ -*--==//
53 // Check for divide by zero.
61 BT.reset(new BuiltinBug("Division by zero"));
74 // If we get here, then the denom should not be zero. We abandon the implicit
75 // zero denom case for now.
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_encode_integer.c 49 /* we only need a leading zero if the msb of the first byte is one */
56 /* get length of num in bytes (plus 1 since we force the msbyte to zero) */
87 /* now store msbyte of zero if num is non-zero */
92 /* if it's not zero store it as big endian */
  /external/llvm/include/llvm/Support/
MathExtras.h 86 /// starting at the least significant bit with the remainder zero (32 bit
93 /// starting at the least significant bit with the remainder zero (64 bit
100 /// sequence of ones with the remainder zero (32 bit version.)
107 /// sequence of ones with the remainder zero (64 bit version.)
145 /// Returns 32 if the word is zero.
171 /// counting the number of ones from the most significant bit to the first zero
181 /// Returns 64 if the word is zero.
224 /// zero bit (64 bit edition.)
233 /// Returns 32 if the word is zero.
248 /// counting the number of ones from the least significant bit to the first zero
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 31 * first buffer element contains the last non-zero postion-coefficient pair of
41 * sMaxNumCoeff - Maximum the number of non-zero coefficients in current
43 * sVLCSelect - VLC table selector, obtained from the number of non-zero
46 * 9 5, except its value can t be less than zero.
52 * there are only zero coefficients in the currently decoded block.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio_ext.h 50 /* Return non-zero value iff the stream FP is opened readonly, or if the
54 /* Return non-zero value iff the stream FP is opened write-only or
60 /* Return non-zero value iff stream FP is not opened write-only or
64 /* Return non-zero value iff stream FP is not opened read-only. */
68 /* Return non-zero value iff the stream FP is line-buffered. */
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 93 const llvm::APSInt &zero = BasicVals.getZeroWithPtrWidth(); local
95 return assumeSymNE(state, SymR->getSymbol(), zero, zero);
97 return assumeSymEQ(state, SymR->getSymbol(), zero, zero);
161 const llvm::APSInt &zero = BasicVals.getValue(0, T); local
163 return assumeSymNE(state, sym, zero, zero);
165 return assumeSymEQ(state, sym, zero, zero);
181 const llvm::APSInt &zero = BasicVals.getValue(0, T); local
    [all...]
  /external/pcre/doc/
pcreposix.3 44 the value zero. This has no effect, but since programs that are written to the
72 internal form. The pattern is a C string terminated by a binary zero, and
77 The argument \fIcflags\fP is either zero, or contains one or more of the bits
133 The yield of \fBregcomp()\fP is zero on success, and non-zero otherwise. The
138 NOTE: If the yield of \fBregcomp()\fP is non-zero, you must not attempt to
182 against a given \fIstring\fP, which is by default terminated by a zero byte
209 intended to be portable to other systems. Note that a non-zero \fIrm_so\fP does
217 If the value of \fInmatch\fP is zero, or if the value \fIpmatch\fP is NULL,
230 A successful match yields a zero return; various error codes are defined in th
    [all...]

Completed in 2351 milliseconds

<<11121314151617181920>>