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

/freebsd-10.1-release/crypto/openssl/crypto/
H A Dmd32_common.h214 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ macro
223 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) macro
233 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
248 # define HOST_l2c(l,c) ({ asm ("strv %1,%0" \ macro
258 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l) macro
269 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
[all...]

Completed in 173 milliseconds