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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drmd160.c205 #define F0(x,y,z) ( (x) ^ (y) ^ (z) ) macro
221 R( a, b, c, d, e, F0, K0, 0, 11 );
222 R( e, a, b, c, d, F0, K0, 1, 14 );
223 R( d, e, a, b, c, F0, K0, 2, 15 );
224 R( c, d, e, a, b, F0, K0, 3, 12 );
225 R( b, c, d, e, a, F0, K0, 4, 5 );
226 R( a, b, c, d, e, F0, K0, 5, 8 );
227 R( e, a, b, c, d, F0, K0, 6, 7 );
228 R( d, e, a, b, c, F0, K0, 7, 9 );
229 R( c, d, e, a, b, F0, K
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drmd160.c205 #define F0(x,y,z) ( (x) ^ (y) ^ (z) ) macro
221 R( a, b, c, d, e, F0, K0, 0, 11 );
222 R( e, a, b, c, d, F0, K0, 1, 14 );
223 R( d, e, a, b, c, F0, K0, 2, 15 );
224 R( c, d, e, a, b, F0, K0, 3, 12 );
225 R( b, c, d, e, a, F0, K0, 4, 5 );
226 R( a, b, c, d, e, F0, K0, 5, 8 );
227 R( e, a, b, c, d, F0, K0, 6, 7 );
228 R( d, e, a, b, c, F0, K0, 7, 9 );
229 R( c, d, e, a, b, F0, K
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c72 #define F0(f,t0) f(t0) macro
76 #define F0(f,t0) f() macro
754 extern Mallinfo_t F0(_ast_mallinfo, void) { return mallinfo(); } function
758 extern Mstats_t F0(_ast_mstats, void) { return mstats(); } function

Completed in 25 milliseconds