HomeSort by relevance Sort by last modified time
    Searched refs:zero (Results 251 - 275 of 298) sorted by null

<<1112

  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 187 var zero = new Array(0,0,0);
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 114 mDisplayMap.put(R.id.zero, '0');
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 29 userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; // If there's no cookie (zero), use the max by default
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 193 beq SKIP_EOB_CHECK ; if t is zero, we will skip the eob table chec
  /external/v8/src/x64/
ic-x64.cc 333 __ j(zero, &slow);
524 // Need to zero-extend the value.
695 // rbx: index (as a smi), zero-extended.
711 __ j(zero, &done);
871 // reproducible behavior, convert these to zero.
    [all...]
full-codegen-x64.cc 595 __ j(zero, &discard);
616 __ j(zero, false_label_);
    [all...]
  /external/zlib/contrib/masm686/
match.asm 168 ; use the sign flag instead of the zero flag for the exit test.
  /external/dropbear/libtomcrypt/
crypt.tex 148 on an x86 with zero problems. The consistent API also means that if you learn how to use Blowfish with the library you
176 with zero modifications to the end applications provided they are written properly.
422 The number of rounds can be set to zero to use the default, which is generally a good idea.
554 rounds. By passing zero as the number of rounds all ciphers will use their default number of rounds. Generally the
    [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...]
  /bionic/libc/arch-x86/string/
ssse3-memcmp3.S 114 jb L(zero)
117 je L(zero)
125 L(zero):
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 149 pand xmm2, [tfe GLOBAL] ; set lsb of each byte to zero
    [all...]
  /external/zlib/contrib/pascal/
example.pas 117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
  /dalvik/vm/mterp/x86-atom/
footer.S 179 jne 1b # loop if count (sReg0) not zero
597 * Integer divide or mod by zero.
667 .asciz "divide by zero"
  /external/v8/src/ia32/
assembler-ia32.h 138 zero = equal, enumerator in enum:v8::internal::Condition
310 // be no displacement at position zero, because there is always at least one
  /external/v8/src/
messages.js 367 * @param {number} opt_from_line The first line (zero bound) in the slice.
369 * @param {number} opt_to_column The last line (zero bound) in the slice (non
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 643 "Zero means we never release memory back to the system. "
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/iproute2/doc/
ip-tunnels.tex 184 say that they are zero or wildcard. Two tunnels of one mode cannot
ip-cref.tex 542 may have non zero values in these fields but they may be
    [all...]
  /external/jpeg/
configure     [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 348 ;note: It happens that both xoffset and yoffset are zero. This can be handled in c code later.
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/v8/tools/
tickprocessor.js 562 // creating zero-sized entries, skip such duplicates.
  /external/zlib/contrib/masmx64/
gvmat64.asm 247 ;;; use the sign flag instead of the zero flag for the exit test.
  /external/zlib/contrib/masmx86/
match686.asm 232 ;;; use the sign flag instead of the zero flag for the exit test.

Completed in 868 milliseconds

<<1112