Home
last modified time | relevance | path

Searched defs:x32 (Results 1 – 5 of 5) sorted by relevance

/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha.c220 struct x32{ struct
221 unsigned int a:32;
222 unsigned int b:32;
H A Dsha256.c162 struct x32{ struct
163 unsigned int a:32;
164 unsigned int b:32;
H A Dmd4.c170 struct x32{ struct
171 unsigned int a:32;
172 unsigned int b:32;
H A Dmd5.c194 struct x32{ struct
195 unsigned int a:32;
196 unsigned int b:32;
/minix/tests/include/machine/
H A Dt_bswap.c40 static uint32_t x32; variable