HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 176 - 200 of 236) sorted by null

1 2 3 4 5 6 78 910

  /external/libvpx/vp8/encoder/x86/
quantize_mmx.asm 259 inc rax
428 inc rax
  /external/openssl/crypto/
x86_64cpuid.pl 87 inc %r10 # number of cores
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
173 inc eax
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 3 # it uses Makerules.env for build env vars and optional branding.inc
323 NUCLEUS_INC_DIR := $(BSP_BASE_DIR)/rtos/nucleus/inc
546 include ${SRCBASE}/branding.inc
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Makefile 39 -I $(CUDK_ROOT)/Inc/EXC \
94 -I $(STA_DK_ROOT)/CUDK/Inc
98 INCLUDES += -I $(SUPP_ROOT)/odyssey/odSupp/linux/inc
  /external/v8/src/ia32/
builtins-ia32.cc 12 // * Neither the name of Google Inc. nor the names of its
396 __ inc(Operand(ecx));
439 __ inc(eax);
    [all...]
assembler-ia32.h 1 // Copyright (c) 1994-2006 Sun Microsystems Inc.
32 // modified significantly by Google Inc.
589 void inc(Register dst);
590 void inc(const Operand& dst);
  /external/kernel-headers/original/linux/
netdevice.h 969 extern void dev_set_promiscuity(struct net_device *dev, int inc);
970 extern void dev_set_allmulti(struct net_device *dev, int inc);
  /external/quake/quake/src/QW/client/
r_edgea.asm 493 inc edx
510 inc edx
511 inc ecx
636 inc edx
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
surf16.asm 271 inc ebp
  /external/v8/test/cctest/
test-disasm-ia32.cc 12 // * Neither the name of Google Inc. nor the names of its
182 __ inc(edx);
183 __ inc(Operand(ebx, ecx, times_4, 10000));
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 923 int inc = count > 0 ? 1 : -1; local
927 for (int i = index ; i != index + count ; i += inc, measureIndex++) {
    [all...]
  /dalvik/vm/compiler/
Dataflow.c     [all...]
  /external/skia/src/core/
SkPath.cpp 229 void SkPath::incReserve(U16CPU inc) {
232 fVerbs.setReserve(fVerbs.count() + inc);
233 fPts.setReserve(fPts.count() + inc);
    [all...]
  /external/chromium/third_party/icu/source/common/
uhash.c 848 int32_t inc = ((len - 32) / 32) + 1; \
852 p += inc; \
    [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/zlib/contrib/masmx86/
gvmat32.asm 168 inc edx
472 inc esi
476 inc esi
480 inc esi
  /bionic/linker/
linker.c 1600 int n, inc = 1; local
    [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...]
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 229 ldr r3, [r3, +r7, lsl #2] ; scan[c] this needs pre-inc c value
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp 44 int32_t inc = ((len - 32) / 32) + 1; local
52 p += inc;
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 37 strd r4, [r1], r2 ; *output = r0, post inc 1

Completed in 819 milliseconds

1 2 3 4 5 6 78 910