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

1234567

/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/ltp/testcases/kernel/syscalls/brk/
H A Dbrk01.c28 uintptr_t inc = getpagesize() * 2 - 1; local
36 new_brk = cur_brk + inc;
42 new_brk = cur_brk - 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.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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
H A DSynthetic.java40 private static void inc() { method in class:Synthetic.Inner
61 Inner.inc();
/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/python/cpython2/Mac/scripts/
H A DBuildApplet.py149 def inc(self, *args): member in class:Verbose
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_stacksave_main.c43 uint32_t inc = (start / 10) + 1; local
44 uint32_t llc_result = Funcs[f].FuncLlc(size_to_test, start, inc);
45 uint32_t sz_result = Funcs[f].FuncSz(size_to_test, start, inc);
H A Dtest_stacksave.c23 uint32_t test_basic_vla(uint32_t size, uint32_t start, uint32_t inc) { argument
27 vla[i] = i + inc;
37 uint32_t test_vla_in_loop(uint32_t size, uint32_t start, uint32_t inc) { argument
44 vla[j] = foo(start * j + inc);
53 uint32_t test_two_vlas_in_loops(uint32_t size, uint32_t start, uint32_t inc) { argument
65 vla2[k] = foo(start * k + 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/
H A DFDK_lpc.cpp118 const int inc, const FIXP_SGL *coeff,
127 if (inc == -1)
162 pSignal += inc;
170 const int inc, const FIXP_DBL *coeff,
178 if (inc == -1)
207 pSignal += inc;
215 const int inc, const FIXP_LPC_TNS *lpcCoeff_m,
229 if (inc == -1)
251 pSignal += inc;
258 const int inc, cons
116 CLpc_SynthesisLattice(FIXP_DBL *signal, const int signal_size, const int signal_e, const int signal_e_out, const int inc, const FIXP_SGL *coeff, const int order, FIXP_DBL *state) argument
168 CLpc_SynthesisLattice(FIXP_DBL *signal, const int signal_size, const int signal_e, const int signal_e_out, const int inc, const FIXP_DBL *coeff, const int order, FIXP_DBL *state) argument
214 CLpc_Synthesis(FIXP_DBL *signal, const int signal_size, const int signal_e, const int inc, const FIXP_LPC_TNS *lpcCoeff_m, const int lpcCoeff_e, const int order, FIXP_DBL *state, int *pStateIndex) argument
[all...]
/external/aac/libFDK/src/arm/
H A Ddct_arm.cpp256 FIXP_DBL *pDat_0, FIXP_DBL *pDat_1, int inc) {
266 twiddle += inc;
269 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
293 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
321 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
476 FIXP_DBL *RESTRICT pDat_1, int inc) {
499 LDR val_tw, [twiddle], inc, LS local
255 dct_IV_func2(int i, const FIXP_SPK *twiddle, FIXP_DBL *pDat_0, FIXP_DBL *pDat_1, int inc) argument
474 dst_IV_func2(int i, const FIXP_SPK *twiddle, FIXP_DBL *RESTRICT pDat_0, FIXP_DBL *RESTRICT pDat_1, int inc) argument
531 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
[all...]
/external/aac/libSBRenc/src/
H A Dsbr_misc.cpp112 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/adhd/cras/src/common/
H A Dbyte_buffer.h87 static inline void buf_increment_read(struct byte_buffer *buf, size_t inc) argument
89 inc = MIN(inc, buf->level);
90 buf->read_idx += inc;
92 buf->level -= inc;
107 static inline void buf_increment_write(struct byte_buffer *buf, size_t inc) argument
109 buf->write_idx += inc;
111 if (buf->level + inc < buf->used_size)
112 buf->level += inc;
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
H A DFunctionWithDefaultMethod.java35 static FunctionWithDefaultMethod<Integer> inc(int add) { method in interface:FunctionWithDefaultMethod
55 return ints.stream().map(inc(add)).map(toLong()).collect(Collectors.toList());
63 return inc(add)::twice;
71 return FunctionWithDefaultMethod::inc;
/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];

Completed in 4606 milliseconds

1234567