Lines Matching refs:size_t
39 size_t block_len, unsigned int dir_offset, size_t dir_len,
42 static inline void parse_dwdata(void *dst, const void *src, size_t dwords)
47 static inline void format_dwdata(void *dst, const void *src, size_t dwords)
53 size_t block_len)
95 static struct tb_property *tb_property_parse(const u32 *block, size_t block_len,
162 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root)
165 size_t i, content_len, nentries;
221 size_t block_len)
309 static size_t tb_property_dir_length(const struct tb_property_dir *dir,
310 bool recurse, size_t *data_len)
313 size_t len = 0;
349 u32 *block, unsigned int start_offset, size_t block_len)
354 size_t dir_len, data_len = 0;
489 size_t block_len)
494 size_t dir_len, data_len = 0;
611 const void *buf, size_t buflen)
614 size_t size = round_up(buflen, 4);
650 size_t size = round_up(strlen(text) + 1, 4);