Searched defs:MAKE_FUNCPTR (Results 1 – 6 of 6) sorted by relevance
25 #define MAKE_FUNCPTR(f) static typeof(f) * p##f; macro28 MAKE_FUNCPTR(mbedtls_ctr_drbg_init) in MAKE_FUNCPTR() function
50 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro130 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
71 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
303 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
70 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
64 # define MAKE_FUNCPTR(f) extern typeof(f) * p##f macro