Searched refs:UWORD (Results 1 – 1 of 1) sorted by relevance
95 typedef unsigned int UWORD; /* Register */ typedef340 UWORD c = dlen / 32; in nh_aux()373 UWORD c = dlen / 32; in nh_aux()420 UWORD c = dlen / 32; in nh_aux()475 UWORD c = dlen / 32; in nh_aux()554 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert()558 UWORD iters = num_bytes / bpw; in endian_convert()647 if (nbytes >= (int)sizeof(UWORD)) { in zero_pad()648 while ((ptrdiff_t)p % sizeof(UWORD)) { in zero_pad()653 while (nbytes >= (int)sizeof(UWORD)) { in zero_pad()[all …]