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

123456

/external/llvm/test/MC/X86/
H A Dx86_long_nop.s10 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
H A Dx86_nop.s20 inc %eax label
22 inc %eax label
H A Dintel-syntax-ambiguous.s5 // Basic case of ambiguity for inc.
7 inc [eax] label
8 // CHECK: error: ambiguous operand size for instruction 'inc'
9 inc dword ptr [eax] label
10 inc word ptr [eax] label
11 inc byte ptr [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/llvm/test/tools/llvm-symbolizer/
H A Dprint_context.c7 int inc(int a) { function
12 printf("%p\n", inc);
16 // CHECK: inc
20 // CHECK: 7 >: int inc
/external/llvm/test/DebugInfo/Inputs/
H A Dmacho-universal.cc4 int inc(int x) { function
9 return inc(argc);
/external/llvm/test/tools/dsymutil/Inputs/
H A Dbasic3.c11 static int inc() { function
18 return inc();
H A Dbasic2.c14 static int inc() { function
20 return bar(arg+val) + inc() + baz++;
/external/clang/test/SemaCXX/
H A Dincrement-decrement.cpp5 const int &inc = i++; variable
/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.cc55 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/gemmlowp/internal/
H A Diterator.h41 ConstIterator& operator+=(int inc) { pointer_ += inc; return *this; } argument
62 ConstIterator& operator+=(int inc) { return *this; } argument
/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/protobuf/python/google/protobuf/pyext/
H A Dscoped_pyobject_ptr.h80 void inc() const { Py_INCREF(ptr_); } function in class:google::ScopedPyObjectPtr
/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/eigen/test/
H A Dsparse_vector.cpp118 std::vector<StorageIndex> inc; local
120 inc.push_back(-3);
121 inc.push_back(0);
122 inc.push_back(3);
123 inc.push_back(1);
124 inc.push_back(10);
126 for(std::size_t i = 0; i< inc.size(); i++) {
127 StorageIndex incRows = inc[i];
/external/harfbuzz_ng/src/
H A Dhb-atomic-private.hh180 inline int inc (void) { return hb_atomic_int_impl_add (const_cast<hb_atomic_int_impl_t &> (v), 1); } function in struct:hb_atomic_int_t
/external/libdrm/tests/planetest/
H A Dplanetest.c26 static void incrementor(int *inc, int *val, int increment, int lower, int upper) argument
28 if(*inc > 0)
29 *inc = *val + increment >= upper ? -1 : 1;
31 *inc = *val - increment <= lower ? 1 : -1;
32 *val += *inc * increment;
/external/libopus/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/pdfium/third_party/freetype/src/type1/
H A Dt1gload.c67 FT_Incremental_InterfaceRec *inc = local
79 if ( inc )
80 error = inc->funcs->get_glyph_data( inc->object,
100 if ( !error && inc && inc->funcs->get_glyph_metrics )
110 error = inc->funcs->get_glyph_metrics( inc->object,
/external/skia/src/core/
H A DSkCachedData.cpp17 static void inc() { function
19 SkDebugf("SkCachedData inc %d\n", oldCount + 1);
27 static void inc() {} function
40 inc();
52 inc();
/external/syslinux/com32/modules/
H A Dprdhcp.c68 int inc; local
71 inc = KEY_NONE;
72 while (inc == KEY_NONE)
73 inc = get_key(stdin, 6000);
75 return inc;
/external/aac/libFDK/src/
H A Ddct.cpp122 int inc; local
129 /* This loop performs multiplication for index i (i*inc) */
130 inc = (64/2) >> ld_M; /* 64/L */
139 cplxMultDiv2(&accu2, &accu1, pDat[L - i], pDat[i], sin_twiddle_L64[i*inc]);
140 cplxMultDiv2(&accu4, &accu3, pDat[M+i], pDat[M-i], sin_twiddle_L64[(M-i)*inc]);
144 cplxMultDiv2(&accu6, &accu5, (accu3 - (accu1>>1)), ((accu2>>1) + accu4), sin_twiddle_L64[(4*i)*inc]);
197 int inc; local
204 inc = (64/2) >> ld_M; /* L=64: 1, L=32: 2 */
240 cplxMultDiv2(&accu1, &accu2, a2, a1, sin_twiddle_L64[(4*i)*inc]);
246 cplxMultDiv2(&accu3, &accu4, (a1 + accu2), -(accu1 + a2), sin_twiddle_L64[i*inc]);
[all...]

Completed in 945 milliseconds

123456