Searched defs:mem1 (Results 1 – 13 of 13) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | invoke_lvalue.pass.cpp | 38 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
|
D | invoke_rvalue.pass.cpp | 38 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/ |
D | MemCpyTest.c | 3 unsigned int mem1[] = { variable
|
D | LoadStore.c | 10 unsigned int mem1[] = { variable
|
D | LoadStore1.c | 10 unsigned int mem1[] = { variable
|
D | vfp.c | 33 double mem1[] = { variable
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 38 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/ |
D | invoke.pass.cpp | 35 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/ |
D | load_store_multiple.c | 10 unsigned int mem1[] = { variable
|
/external/libopus/celt/ |
D | pitch.c | 113 opus_val32 mem0, mem1, mem2, mem3, mem4; in celt_fir5() local
|
D | celt_encoder.c | 232 opus_val32 mem0,mem1; in transient_analysis() local
|
/external/clang/test/CodeGenCXX/ |
D | value-init.cpp | 73 int mem1; member
|
/external/speex/libspeex/ |
D | filters.c | 477 …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()
|