Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsntrup761.c128 uint32 qpart; in uint32_divmod_uint14() local
140 qpart = (x*(uint64)v)>>31; in uint32_divmod_uint14()
148 x -= qpart*m; *q += qpart; in uint32_divmod_uint14()
151 qpart = (x*(uint64)v)>>31; in uint32_divmod_uint14()
157 x -= qpart*m; *q += qpart; in uint32_divmod_uint14()