Searched refs:to_encode (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dnumeric.h24 static inline void encode_s64_le(u8 *data, size_t *offset, s64 to_encode) argument
26 put_unaligned_le64(to_encode, data + *offset);
36 static inline void encode_u64_le(u8 *data, size_t *offset, u64 to_encode) argument
38 put_unaligned_le64(to_encode, data + *offset);
48 static inline void encode_s32_le(u8 *data, size_t *offset, s32 to_encode) argument
50 put_unaligned_le32(to_encode, data + *offset);
60 static inline void encode_u32_le(u8 *data, size_t *offset, u32 to_encode) argument
62 put_unaligned_le32(to_encode, data + *offset);
72 static inline void encode_u16_le(u8 *data, size_t *offset, u16 to_encode) argument
74 put_unaligned_le16(to_encode, dat
[all...]
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c65 int to_encode; local
81 to_encode = 8 * 8 - (lastzero_run > 14 ? lastzero_run : 0);
84 while (i < to_encode) {
92 if (i == to_encode) {

Completed in 117 milliseconds