Home
last modified time | relevance | path

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

/titanic_52/usr/src/contrib/ast/src/lib/libast/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
843 extern Void_t* F2(_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
848 extern Void_t* F2(_memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function
853 extern Void_t* F2(_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
860 extern Void_t* F2(__calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
865 extern Void_t* F2(__memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() function
870 extern Void_t* F2(__realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
877 extern Void_t* F2(__libc_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() function
882 extern Void_t* F2(__libc_memalig function
887 extern Void_t* F2(__libc_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } F2() function
1040 extern Void_t* F2(_ast_memalign, size_t,a, size_t,n) { return memalign(a, n); } F2() function
1042 extern Void_t* F2(_ast_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } F2() function
1046 extern Void_t* F2(_ast_calloc, size_t,n, size_t,m) { return calloc(n, m); } F2() function
1089 extern int F2(_ast_mallopt, int,cmd, int,value) { return mallopt(cmd, value); } F2() function
[all...]
/titanic_52/usr/src/cmd/tbl/
H A Dt0.c30 int F2 = 0; variable
/titanic_52/usr/src/lib/libsqlite/src/
H A Dmd5.c73 #define F2(x, y, z) F1(z, x, y) macro
[all...]