HomeSort by relevance Sort by last modified time
    Searched refs:fn_t (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
func-decl-cleanup.c 5 typedef void fn_t(); typedef
7 fn_t a,b;
no-common.c 10 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef
11 fn_t ABC __attribute__ ((nocommon));
  /external/clang/test/Sema/
function.c 79 typedef void fn_t(void); typedef
80 fn_t t17;
  /frameworks/native/opengl/libagl/
array.cpp 253 typedef array_t::fetcher_t fn_t; typedef in namespace:android
255 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x}
256 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0,
257 (fn_t)fetch3f, 0, 0, 0, 0, 0,
258 (fn_t)fetch3x },
259 { 0, (fn_t)fetchExpand4ub, 0, 0, 0, 0,
260 (fn_t)fetch4f, 0, 0, 0, 0, 0,
261 (fn_t)fetch4x },
263 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x}
264 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0
    [all...]
  /bionic/tests/
dlfcn_test.cpp 159 typedef int (*fn_t) (void); typedef
160 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer"));
193 typedef int (*fn_t) (void); typedef
194 fn_t fn, fn2;
195 fn = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "dlopen_test_get_answer"));
197 fn2 = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "dlopen_test_get_answer2"));

Completed in 805 milliseconds