HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 276 - 300 of 349) sorted by null

<<11121314

  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 270 inc %eax # put exit syscall number (1) in eax
  /external/mksh/src/
Build.sh 287 Rebuild.sh signames.inc test.sh x vv.out
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 12 // * Neither the name of Google Inc. nor the names of its
431 __ inc(Operand(ecx));
575 __ inc(eax);
    [all...]
assembler-ia32.h 1 // Copyright (c) 1994-2006 Sun Microsystems Inc.
32 // modified significantly by Google Inc.
767 void inc(Register dst);
768 void inc(const Operand& dst);
    [all...]
macro-assembler-ia32.cc 12 // * Neither the name of Google Inc. nor the names of its
    [all...]
  /external/pcre/
pcregexp.pas 653 inc(i);
668 inc(i);
672 inc(i);
  /external/quake/quake/src/QW/client/
d_polysa.asm 403 inc eax
407 inc ebp
415 inc eax
419 inc ebp
427 inc eax
428 inc ebp
d_scana.asm 267 inc edi
  /external/flac/libFLAC/
cpu.c 118 * 3 bytes for estimate of how long the follwing "inc var" instruction is
265 "nop\n\t" /* SIGILL jump lands here if "inc" is 9 bytes */
271 "nop\n\t" /* SIGILL jump lands here if "inc" is 3 bytes (expected) */
273 "nop" /* SIGILL jump lands here if "inc" is 1 byte */
317 inc sse
  /external/llvm/projects/sample/
configure 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
774 | --includ | --inclu | --incl | --inc)
777 | --includ=* | --inclu=* | --incl=* | --inc=*)
953 | --x-incl | --x-inc | --x-in | --x-i)
956 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /external/icu4c/common/
uhash.c 849 int32_t inc = ((len - 32) / 32) + 1; \
853 p += inc; \
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 23 %include "common.inc"
  /external/v8/test/cctest/
test-disasm-ia32.cc 12 // * Neither the name of Google Inc. nor the names of its
184 __ inc(edx);
185 __ inc(Operand(ebx, ecx, times_4, 10000));
  /external/zlib/contrib/masmx86/
gvmat32.asm 168 inc edx
472 inc esi
476 inc esi
480 inc esi
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 597 int inc = count > 0 ? 1 : -1; local
601 for (int i = index; i != index + count; i += inc, measureIndex++) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 30 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
7925 UInt inc; local
    [all...]
  /bionic/linker/
linker.c 1574 int n, inc = 1; local
    [all...]
  /dalvik/vm/compiler/
Dataflow.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp 263 void SkPath::incReserve(U16CPU inc) {
266 fVerbs.setReserve(fVerbs.count() + inc);
267 fPts.setReserve(fPts.count() + inc);
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 455 template <int &counter> class A { void inc() { counter++; } }; function in class:test8::A
  /external/qemu-pc-bios/bochs/bios/
rombios.c 25 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
539 ;; inc function
543 inc dword ptr [bx]
    [all...]
  /external/fdlibm/
configure 7 # Copyright (C) 2003 Free Software Foundation, Inc.
408 | --includ | --inclu | --incl | --inc)
411 | --includ=* | --inclu=* | --incl=* | --inc=*)
578 | --x-incl | --x-inc | --x-in | --x-i)
581 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
913 Copyright (C) 2003 Free Software Foundation, Inc.
    [all...]
  /build/core/
definitions.mk 805 $(foreach inc,$(PRIVATE_RS_INCLUDES),$(addprefix -I , $(inc))) \
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 37 strd r4, [r1], r2 ; *output = r0, post inc 1

Completed in 2739 milliseconds

<<11121314