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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c73 #define F2(x, y, z) F1(z, x, y) macro
111 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
112 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
113 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
114 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
115 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
116 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
117 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
118 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
119 MD5STEP(F2,
[all...]
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c30 int F2 = 0; variable
/illumos-gate/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); } function
522 extern Void_t* F2(_memalign, size_t,a, size_t,n) { return memalign(a, n); } function
527 extern Void_t* F2(_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } function
534 extern Void_t* F2(__calloc, size_t,n, size_t,m) { return calloc(n, m); } function
539 extern Void_t* F2(__memalign, size_t,a, size_t,n) { return memalign(a, n); } function
544 extern Void_t* F2(__realloc, Void_t*,p, size_t,n) { return realloc(p, n); } function
551 extern Void_t* F2(__libc_calloc, size_t,n, size_t,m) { return calloc(n, m); } function
556 extern Void_t* F2(__libc_memalig function
561 extern Void_t* F2(__libc_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } function
705 extern Void_t* F2(_ast_calloc, size_t,n, size_t,m) { return calloc(n, m); } function
710 extern Void_t* F2(_ast_memalign, size_t,a, size_t,n) { return memalign(a, n); } function
715 extern Void_t* F2(_ast_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } function
750 extern int F2(_ast_mallopt, int,cmd, int,value) { return mallopt(cmd, value); } function
[all...]

Completed in 46 milliseconds