HomeSort by relevance Sort by last modified time
    Searched defs:inc (Results 1 - 25 of 486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
x86_long_nop.s 10 inc %eax label
12 inc %eax label
13 # CHECK: 0: inc
17 # CHECK-NEXT: 20: inc
21 # LNOP7: 0: inc
27 # LNOP7-NEXT: 20: inc
x86_nop.s 20 inc %eax label
22 inc %eax label
  /external/llvm/test/DebugInfo/Inputs/
macho-universal.cc 4 int inc(int x) { function
9 return inc(argc);
  /external/llvm/test/tools/llvm-symbolizer/
print_context.c 7 int inc(int a) { function
12 printf("%p\n", inc);
16 // CHECK: inc
20 // CHECK: 7 >: int inc
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
naked.s 18 inc di define
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
other.s 3 inc d1 define
4 inc a2
relax.s 10 inc d1 define
26 inc d1 define
41 inc d1 define
56 inc d1 define
71 inc d1 define
86 inc d1 define
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
arith.s 100 inc a
101 inc b
102 inc c
103 inc d
104 inc e
105 inc h
106 inc l
107 inc (hl)
108 inc (ix+5)
109 inc (iy+5
149 inc de define
    [all...]
  /external/llvm/test/tools/dsymutil/Inputs/
basic3.c 11 static int inc() { function
18 return inc();
basic2.c 14 static int inc() { function
20 return bar(arg+val) + inc() + baz++;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
vdec.mk 54 libmm-vdec-inc := $(LOCAL_PATH)/vdec/inc
55 libmm-vdec-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
56 libmm-vdec-inc += hardware/qcom/media/msm8974/mm-core/inc
58 libmm-vdec-inc += $(OMX_VIDEO_PATH)/DivxDrmDecrypt/inc
59 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/qcom/display
60 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/adren
    [all...]
venc.mk 45 libmm-venc-inc := $(LOCAL_PATH)/venc/inc
46 libmm-venc-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
47 libmm-venc-inc += hardware/qcom/media/msm8974/mm-core/inc
48 libmm-venc-inc += hardware/qcom/media/msm8974/libstagefrighthw
49 libmm-venc-inc += $(TARGET_OUT_HEADERS)/qcom/display
50 libmm-venc-inc += $(TARGET_OUT_HEADERS)/adreno
51 libmm-venc-inc += $(TARGET_OUT_HEADERS)/adreno20
    [all...]
  /external/clang/test/SemaCXX/
increment-decrement.cpp 5 const int &inc = i++; variable
  /external/ltp/testcases/kernel/syscalls/brk/
brk01.c 28 uintptr_t inc = getpagesize() * 2 - 1; local
36 new_brk = cur_brk + inc;
42 new_brk = cur_brk - inc;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
Synthetic.java 40 private static void inc() { method in class:Synthetic.Inner
61 Inner.inc();
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
vdec.mk 98 libmm-vdec-inc := $(LOCAL_PATH)/vdec/inc
99 libmm-vdec-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
100 libmm-vdec-inc += hardware/qcom/media/msm8974/mm-core/inc
102 libmm-vdec-inc += $(OMX_VIDEO_PATH)/DivxDrmDecrypt/inc
103 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/qcom/display
104 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/adren
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 38 inc(long double x) function
150 xn = inc(xn); /* xn = xn + ulp. */
152 u.e = inc(u.e); /* u.e = u.e + ulp. */
153 xn = inc(xn); /* xn = xn + ulp. */
  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-sanity-test.cc 55 void inc(int index) { function
shared-lib-test.cc 30 fun_t *inc = (fun_t*)dlsym(lib, "inc"); local
31 if (!inc) return 1;
33 inc(1);
34 inc(-1); // BOOM
49 void inc(int index) { function
  /external/python/cpython2/Mac/scripts/
BuildApplet.py 149 def inc(self, *args): member in class:Verbose
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr_test.go 19 func inc(b []byte) { func
46 inc(counter)
  /prebuilts/go/linux-x86/src/crypto/cipher/
ctr_test.go 19 func inc(b []byte) { func
46 inc(counter)
  /bootable/recovery/updater/
Android.mk 115 inc := $(call local-generated-sources-dir)/register.inc macro
117 $(inc) : libs := $(TARGET_RECOVERY_UPDATER_LIBS)
118 $(inc) :
126 LOCAL_GENERATED_SOURCES := $(inc)
128 inc := macro
  /external/aac/libSBRenc/src/
sbr_misc.cpp 112 INT inc = 1; local
115 inc = 3 * inc + 1;
116 while (inc <= n);
119 inc = inc / 3;
120 for (i = inc + 1; i <= n; i++) {
123 while (in[j - inc - 1] > v) {
124 in[j - 1] = in[j - inc - 1];
125 j -= inc;
136 INT inc = 1; local
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 133 int inc(int x);
139 int test5::inc(int x = default_x) { function in class:test5

Completed in 973 milliseconds

1 2 3 4 5 6 7 8 91011>>