Home
last modified time | relevance | path

Searched refs:UWORD (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dumac.c94 typedef unsigned int UWORD; /* Register */ typedef
335 UWORD c = dlen / 32; in nh_aux()
368 UWORD c = dlen / 32; in nh_aux()
415 UWORD c = dlen / 32; in nh_aux()
470 UWORD c = dlen / 32; in nh_aux()
549 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert()
553 UWORD iters = num_bytes / bpw; in endian_convert()
642 if (nbytes >= (int)sizeof(UWORD)) { in zero_pad()
643 while ((ptrdiff_t)p % sizeof(UWORD)) { in zero_pad()
648 while (nbytes >= (int)sizeof(UWORD)) { in zero_pad()
[all …]