Searched refs:testfunction (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ in testfunction() function
|
D | configure | 749 int testfunction (int arg1, int * arg2); /* check prototypes */ 755 int testfunction (int arg1, int * arg2) /* check definitions */
|
/external/jpeg/ |
D | ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ in testfunction() function
|
D | configure | 749 int testfunction (int arg1, int * arg2); /* check prototypes */ 755 int testfunction (int arg1, int * arg2) /* check definitions */
|
/external/llvm/test/Feature/ |
D | testconstants.ll | 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
|
D | testalloca.ll | 8 define i32 @testfunction(i32 %i0, i32 %j0) {
|
/external/llvm/test/Transforms/GVN/ |
D | lpre-call-wrap.ll | 14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
|