Lines Matching refs:size_t
80 #define CDF_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_sec_size_p2)
82 #define CDF_SHORT_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_short_sec_size_p2)
121 size_t sat_len;
126 size_t dir_len;
131 size_t sst_len; /* Number of sectors */
132 size_t sst_dirlen; /* Directory sector size */
133 size_t sst_ss; /* Sector size */
269 size_t i_len;
281 size_t cat_num;
294 ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t, size_t,
296 ssize_t cdf_read_short_sector(const cdf_stream_t *, void *, size_t, size_t,
299 size_t cdf_count_chain(const cdf_sat_t *, cdf_secid_t, size_t);
301 const cdf_sat_t *, cdf_secid_t, size_t, cdf_stream_t *);
303 const cdf_stream_t *, cdf_secid_t, size_t, cdf_stream_t *);
306 size_t, cdf_stream_t *);
315 cdf_property_info_t **, size_t *, size_t *);
328 cdf_summary_info_header_t *, cdf_property_info_t **, size_t *);
331 int cdf_print_classid(char *, size_t, const cdf_classid_t *);
332 int cdf_print_property_name(char *, size_t, uint32_t);
333 int cdf_print_elapsed_time(char *, size_t, cdf_timestamp_t);
338 char *cdf_u16tos8(char *, size_t, const uint16_t *);
342 void cdf_dump_sat(const char *, const cdf_sat_t *, size_t);
343 void cdf_dump(const void *, size_t);
347 void cdf_dump_property_info(const cdf_property_info_t *, size_t);