Searched defs:inc (Results 1 - 25 of 127) sorted by relevance

123456

/external/llvm/test/MC/X86/
H A Dx86_long_nop.s9 inc %eax label
11 inc %eax label
12 # CHECK: 0: inc
16 # CHECK-NEXT: 20: inc
19 # SLM: 0: inc
25 # SLM-NEXT: 20: inc
H A Dx86_nop.s20 inc %eax label
22 inc %eax label
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3encodings.c43 /// \param[in] inc Input character to transform from 8 bit form.
47 ANTLR3_UCHAR antlr3c8toAntlrc(ANTLR3_INT8 inc) argument
49 return (ANTLR3_UCHAR)(inc);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dfwdequ64.asm3 inc dword [l2] label
H A Dnomem64.asm27 inc ebx label
/external/llvm/test/DebugInfo/Inputs/
H A Dmacho-universal.cc4 int inc(int x) { function
9 return inc(argc);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js81 function inc(scope) { function
93 inc(b);
/external/clang/test/SemaCXX/
H A Dincrement-decrement.cpp5 const int &inc = i++; variable
/external/chromium_org/third_party/skia/bench/
H A DMemoryBench.cpp34 size_t inc = fMinSize >> 4; variable
35 SkASSERT(inc > 0);
44 alloc.allocThrow(inc);
45 size += inc;
/external/chromium_org/third_party/skia/src/ports/
H A DSkAtomics_sync.h31 static inline __attribute__((always_inline)) int32_t sk_atomic_add(int32_t* addr, int32_t inc) { argument
32 return __sync_fetch_and_add(addr, inc);
H A DSkAtomics_win.h33 static inline int32_t sk_atomic_add(int32_t* addr, int32_t inc) { argument
34 return _InterlockedExchangeAdd(reinterpret_cast<long*>(addr), static_cast<long>(inc));
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp133 int inc(int x);
139 int test5::inc(int x = default_x) { function in class:test5
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dasan-symbolize-sanity-test.cc54 void inc(int index) { function
H A Dshared-lib-test.cc30 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/javassist/src/main/javassist/runtime/
H A DCflow.java30 void inc() { ++depth; } method in class:Cflow.Depth
41 public void enter() { ((Depth)get()).inc(); }
/external/openssl/crypto/hmac/
H A Dhm_ameth.c119 int inc; local
126 inc = 0;
128 else inc = 1;
132 if (inc)
/external/skia/src/ports/
H A DSkAtomics_sync.h19 static inline __attribute__((always_inline)) int32_t sk_atomic_add(int32_t* addr, int32_t inc) { argument
20 return __sync_fetch_and_add(addr, inc);
H A DSkAtomics_win.h28 static inline int32_t sk_atomic_add(int32_t* addr, int32_t inc) { argument
29 return _InterlockedExchangeAdd(reinterpret_cast<long*>(addr), static_cast<long>(inc));
/external/chromium_org/third_party/skia/tests/
H A DTDStackNesterTest.cpp47 * count is now zero. Then test_push() is called inc times, followed by a call to
51 static void test_nest(skiatest::Reporter* reporter, SkTDStackNester<int>* nester, int inc) { argument
53 SkASSERT(inc > 0);
61 for (int i = 0; i < inc; ++i) {
/external/skia/tests/
H A DTDStackNesterTest.cpp47 * count is now zero. Then test_push() is called inc times, followed by a call to
51 static void test_nest(skiatest::Reporter* reporter, SkTDStackNester<int>* nester, int inc) { argument
53 SkASSERT(inc > 0);
61 for (int i = 0; i < inc; ++i) {
/external/aac/libFDK/src/arm/
H A Ddct_arm.cpp188 int inc)
199 twiddle += inc;
203 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
227 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
255 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
357 int inc)
383 LDR val_tw, [twiddle], inc, LS local
183 dct_IV_func2( int i, const FIXP_SPK *twiddle, FIXP_DBL *pDat_0, FIXP_DBL *pDat_1, int inc) argument
352 dst_IV_func2( int i, const FIXP_SPK *twiddle, FIXP_DBL *RESTRICT pDat_0, FIXP_DBL *RESTRICT pDat_1, int inc) argument
415 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
[all...]
/external/aac/libSBRenc/src/
H A Dsbr_misc.cpp95 INT inc = 1; local
98 inc = 3 * inc + 1;
99 while (inc <= n);
102 inc = inc / 3;
103 for (i = inc + 1; i <= n; i++) {
106 while (in[j-inc-1] > v) {
107 in[j-1] = in[j-inc-1];
108 j -= inc;
123 INT inc = 1; local
[all...]
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_cwrs32.c101 opus_uint32 inc; local
112 inc=nc/20000;
113 if(inc<1)inc=1;
114 for(i=0;i<nc;i+=inc){
/external/chromium_org/third_party/skia/gm/
H A Dyuvtorgbeffect.cpp58 const int inc[] = {1, -1, 1}; variable
62 color[i] = (color[i] == limit[i]) ? invl[i] : color[i] + inc[i];
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dgenmodule.c57 include *inc; local
75 inc = malloc(sizeof(include));
76 inc->filename = malloc(len+1);
77 strcpy(inc->filename, argv[2]);
78 STAILQ_INSERT_TAIL(&includes, inc, link);
83 inc = STAILQ_FIRST(&includes);
85 in = fopen(inc->filename, "rt");
87 fprintf(stderr, "Could not open `%s'.\n", inc->filename);
90 free(inc->filename);
91 free(inc);
[all...]

Completed in 974 milliseconds

123456