Home
last modified time | relevance | path

Searched defs:mem1 (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_lvalue.pass.cpp38 void mem1() {++count;} in mem1() function
153 int mem1() {return 3;} in mem1() function
228 void mem1(int i) {count += i;} in mem1() function
254 std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); in test_void_2() local
257 std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); in test_void_2() local
Dinvoke_rvalue.pass.cpp38 void mem1() {++count;} in mem1() function
143 int mem1() {return 3;} in mem1() function
212 void mem1(int i) {count += i;} in mem1() function
/external/valgrind/none/tests/mips32/
DMemCpyTest.c3 unsigned int mem1[] = { variable
DLoadStore.c10 unsigned int mem1[] = { variable
DLoadStore1.c10 unsigned int mem1[] = { variable
Dvfp.c33 double mem1[] = { variable
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
Dinvoke.pass.cpp38 void mem1() {++count;} in mem1() function
115 int mem1() {return 3;} in mem1() function
190 void mem1(int i) {count += i;} in mem1() function
271 int mem1(int i) {return i+1;} in mem1() function
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Dinvoke.pass.cpp35 void mem1() {++count;} in mem1() function
114 int mem1() {return 3;} in mem1() function
192 void mem1(int i) {count += i;} in mem1() function
275 int mem1(int i) {return i+1;} in mem1() function
/external/valgrind/none/tests/mips64/
Dload_store_multiple.c10 unsigned int mem1[] = { variable
/external/libopus/celt/
Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; in celt_fir5() local
Dcelt_encoder.c232 opus_val32 mem0,mem1; in transient_analysis() local
/external/clang/test/CodeGenCXX/
Dvalue-init.cpp73 int mem1; member
/external/speex/libspeex/
Dfilters.c477 …ord16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_… in qmf_synth()