Searched refs:totalsize (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/libopagent/
H A Djitdump.h44 u32 totalsize; member in struct:jitheader
H A Dopagent.c164 header.totalsize = sizeof(header) + strlen(_bfd_target_name) + 1;
166 pad_cnt = PADDING_8ALIGNED(header.totalsize);
167 header.totalsize += pad_cnt;
/external/oprofile/opjitconv/
H A Dparse_dump.c169 * totalsize > 0.
218 if (*ptr + header->totalsize > end) {
230 *ptr = *ptr + header->totalsize;
/external/libmtp/src/
H A Dptp-pack.c985 uint32_t totalsize = 0; local
990 totalsize = sizeof(uint32_t); /* 4 bytes to store the number of elements */
995 totalsize += sizeof(uint32_t); /* Object ID */
998 totalsize += sizeof(uint16_t);
1001 totalsize += sizeof(uint16_t);
1004 totalsize += packedpropslens[noitems];
1010 opldata = malloc(totalsize);
1030 return totalsize;
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h467 unsigned int totalsize; member in struct:microcode_header
/external/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c105 totalsize; member in struct:memory_tracker
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1027 unsigned totalsize = 0; local
1029 totalsize += vtparts[j].getStoreSizeInBits();
1031 CreateStackObject(totalsize/8, 16, false),
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c184 u32 totalsize; (tailer)
2312 tdb_off_t totalsize; local
2315 totalsize = sizeof(*rec) + rec->rec_len;
2316 return tdb_ofs_write(tdb, offset + totalsize - sizeof(tdb_off_t),
2317 &totalsize);
2975 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",

Completed in 176 milliseconds