Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dhash.rs77 state.write_u8(0u8); in hash()
80 state.write_u8(1u8); in hash()
129 state.write_u8(0u8); in hash()
132 state.write_u8(1u8); in hash()
135 state.write_u8(2u8); in hash()
138 state.write_u8(3u8); in hash()
141 state.write_u8(4u8); in hash()
144 state.write_u8(5u8); in hash()
147 state.write_u8(6u8); in hash()
150 state.write_u8(7u8); in hash()
[all …]
/linux/drivers/md/dm-vdo/
H A Dmessage-stats.c70 static void write_u8(char *prefix, u8 value, char *suffix, char **buf, in write_u8() function
349 write_u8("recoveryPercentage : ", stats->recovery_percentage, ", ", buf, maxlen); in write_vdo_statistics()