Home
last modified time | relevance | path

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

/illumos-gate/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
1042 extern Void_t* F2(_ast_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() function
[all …]
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c28 int F2 = 0; variable
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c70 #define F2(x, y, z) F1(z, x, y) macro
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDebugSupport.h320 UINT64 F2[2]; member