Searched refs:BYTES (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/crypto/
H A Dchacha-core.S37 #define BYTES $a3 define
214 beqz BYTES, .Lchacha_mips_end
274 addiu BYTES, -(CHACHA20_BLOCK_SIZE)
282 /* BYTES < 0, it has no full block. */
283 bltz BYTES, .Lchacha_mips_no_full_block_aligned
287 /* BYTES > 0? Loop again. */
288 bgtz BYTES, .Loop_chacha_rounds
293 /* BYTES < 0? Handle last bytes */
294 bltz BYTES, .Lchacha_mips_xor_bytes
315 /* Restore the offset on BYTES */
[all...]
/linux-master/include/linux/
H A Dscmi_protocol.h458 BYTES = 0x3D, enumerator in enum:scmi_sensor_class
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6452 p->octets = GET_STAT(BYTES);

Completed in 242 milliseconds