Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c93 typedef unsigned int UWORD; /* Register */ typedef
360 UWORD c = dlen / 32; in nh_aux()
393 UWORD c = dlen / 32; in nh_aux()
440 UWORD c = dlen / 32; in nh_aux()
495 UWORD c = dlen / 32; in nh_aux()
574 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert()
578 UWORD iters = num_bytes / bpw; in endian_convert()
667 if (nbytes >= (int)sizeof(UWORD)) { in zero_pad()
668 while ((ptrdiff_t)p % sizeof(UWORD)) { in zero_pad()
673 while (nbytes >= (int)sizeof(UWORD)) { in zero_pad()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dodbcinst.d49 enum : UWORD {
129 BOOL SQLGetConfigMode(UWORD*);
140 BOOL SQLSetConfigMode(UWORD);
H A Dsqltypes.d26 alias USHORT UWORD, SQLUSMALLINT; variable