Home
last modified time | relevance | path

Searched refs:testfunction (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Dckconfig.c103 int testfunction (int arg1, int * arg2); /* check prototypes */
111 int testfunction (int arg1, int * arg2) /* check definitions */ in testfunction() function
Dconfigure749 int testfunction (int arg1, int * arg2); /* check prototypes */
755 int testfunction (int arg1, int * arg2) /* check definitions */
/external/jpeg/
Dckconfig.c103 int testfunction (int arg1, int * arg2); /* check prototypes */
111 int testfunction (int arg1, int * arg2) /* check definitions */ in testfunction() function
Dconfigure749 int testfunction (int arg1, int * arg2); /* check prototypes */
755 int testfunction (int arg1, int * arg2) /* check definitions */
/external/llvm/test/Feature/
Dtestconstants.ll9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
Dtestalloca.ll8 define i32 @testfunction(i32 %i0, i32 %j0) {
/external/llvm/test/Transforms/GVN/
Dlpre-call-wrap.ll14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }