Searched refs:total_size (Results 1 – 10 of 10) sorted by relevance
125 uint32_t total_size = sizeof(uint32_t); /* Magic number XCOV */ in gcov_get_size() local131 total_size += strlen(gcov_info_filename(info)) + 1; in gcov_get_size()134 total_size += sizeof(uint32_t); in gcov_get_size()137 total_size += gcov_info_payload_size(info); in gcov_get_size()140 return total_size; in gcov_get_size()
14 static uint32_t total_size(struct xs_tdb_record_hdr *hdr) in total_size() function61 else if (data.dsize != total_size(hdr)) in main()65 hdr->childlen, total_size(hdr)); in main()
149 unsigned int total_size = get_totalsize(patch); in microcode_sanity_check() local158 if ( (total_size & 1023) || in microcode_sanity_check()159 data_size > (total_size - MC_HEADER_SIZE) ) in microcode_sanity_check()177 ext_size = total_size - data_size - MC_HEADER_SIZE; in microcode_sanity_check()
688 unsigned int rec_size, total_size; in __trace_var() local750 total_size = 0; in __trace_var()758 total_size += bytes_to_wrap; in __trace_var()761 total_size += LOST_REC_SIZE; in __trace_var()771 total_size += bytes_to_wrap; in __trace_var()773 total_size += rec_size; in __trace_var()776 if ( total_size > bytes_to_tail ) in __trace_var()
347 int total_size) in write_buffer() argument365 if ( total_size ) in write_buffer()366 freespace -= total_size; in write_buffer()382 if ( total_size != 0 ) in write_buffer()386 membuf_reserve_window(cpu, total_size); in write_buffer()394 rec.data.window_size = total_size; in write_buffer()
118 u32 total_size; member
168 for ( tag = _p(ptr); (u32)tag - mbi_in < mbi_fix->total_size; in mbi2_reloc()193 for ( tag = _p(ptr); (u32)tag - mbi_in < mbi_fix->total_size; in mbi2_reloc()
36 uint32_t total_size; member401 end += be32_to_cpu(dtb_hdr.total_size); in kernel_zimage32_probe()
34 uint32_t total_size; member
162 OFFSET(MB2_fixed_total_size, multiboot2_fixed_t, total_size); in __dummy__()
Completed in 17 milliseconds