Lines Matching refs:F2
74 #define F2(f,t1,a1,t2,a2) f(t1 a1, t2 a2) macro
78 #define F2(f,t1,a1,t2,a2) f(a1, a2) t1 a1; t2 a2; macro
517 extern Void_t* F2(_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
522 extern Void_t* F2(_memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function
527 extern Void_t* F2(_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
534 extern Void_t* F2(__calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
539 extern Void_t* F2(__memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function
544 extern Void_t* F2(__realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
551 extern Void_t* F2(__libc_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
556 extern Void_t* F2(__libc_memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function
561 extern Void_t* F2(__libc_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
705 extern Void_t* F2(_ast_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
710 extern Void_t* F2(_ast_memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function
715 extern Void_t* F2(_ast_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
750 extern int F2(_ast_mallopt, int,cmd, int,value) { return mallopt(cmd, value); } in F2() function