Home
last modified time | relevance | path

Searched defs:F2 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c74 #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
[all …]
/titanic_50/usr/src/cmd/tbl/
H A Dt0.c30 int F2 = 0; variable
/titanic_50/usr/src/lib/libsqlite/src/
H A Dmd5.c73 #define F2(x, y, z) F1(z, x, y) macro