HomeSort by relevance Sort by last modified time
    Searched full:op_int (Results 1 - 1 of 1) sorted by null

  /system/core/libacc/tests/
runtimeTest.cpp 35 void op_int(int a) { function
36 printf("op_int(%d)\n", a);
46 const char* text = "void op_int(int a);\n"
52 " op_int(123);\n"
57 if (strcmp("op_int", name) == 0) {
58 return (ACCvoid*) op_int;

Completed in 1000 milliseconds