Home
last modified time | relevance | path

Searched refs: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
127 memcpy(c->data + byteoff, inp, bitrem); in WHIRLPOOL_BitUpdate()
132 memcpy(c->data + byteoff, inp, bits / 8); in WHIRLPOOL_BitUpdate()
155 unsigned int byteoff = bitoff / 8; in WHIRLPOOL_BitUpdate() local
160 c->data[byteoff++] |= inp[0] & (0xff >> inpgap); in WHIRLPOOL_BitUpdate()
179 c->data[byteoff++] |= b >> bitrem; in WHIRLPOOL_BitUpdate()
181 c->data[byteoff++] = b; in WHIRLPOOL_BitUpdate()
187 byteoff = 0; in WHIRLPOOL_BitUpdate()
191 c->data[byteoff] = b << (8 - bitrem); in WHIRLPOOL_BitUpdate()
196 c->data[byteoff++] |= b >> bitrem; in WHIRLPOOL_BitUpdate()
[all …]
/third_party/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c222 struct ir3_instruction *const *coords, bool byteoff) in get_image_offset() argument
264 if (!byteoff) { in get_image_offset()