Home
last modified time | relevance | path

Searched defs:byteoff (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/whrlpool/
Dwp_dgst.c121 unsigned int byteoff = bitoff / 8; in WHIRLPOOL_BitUpdate() local
155 unsigned int byteoff = bitoff / 8; in WHIRLPOOL_BitUpdate() local
216 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; in WHIRLPOOL_Final() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c222 struct ir3_instruction *const *coords, bool byteoff) in get_image_offset()