Searched refs:sect_size (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/freedreno/decode/ |
D | pgmdump.c | 274 static void *next_sect(struct state *state, int *sect_size) in next_sect() argument 282 *sect_size = end - state->buf; in next_sect() 285 sect = malloc(ALIGN(*sect_size, 4)); in next_sect() 286 memcpy(sect, state->buf, *sect_size); in next_sect() 288 state->sz -= *sect_size + 4; in next_sect() 416 int i, sect_size; in dump_shaders_a2xx() local 421 struct vs_header *vs_hdr = next_sect(state, §_size); in dump_shaders_a2xx() 429 printf("######## VS%d HEADER: (size %d)\n", i, sect_size); in dump_shaders_a2xx() 430 dump_hex((void *)vs_hdr, sect_size); in dump_shaders_a2xx() 434 constants[j] = next_sect(state, §_size); in dump_shaders_a2xx() [all …]
|
/external/exfatprogs/fsck/ |
D | fsck.h | 70 unsigned int sect_size; member
|
D | fsck.c | 216 exfat->sect_size = EXFAT_SECTOR_SIZE(bs); in init_exfat() 241 (exfat->clus_size / exfat->sect_size), 1); in init_exfat() 1237 exfat->sect_size; in write_dirty_fat() 1239 write_size = exfat->sect_size; in write_dirty_fat() 1299 write_size = exfat->sect_size; in write_dirty_bitmap()
|
D | de_iter.c | 207 iter->write_size = exfat->sect_size; in exfat_de_iter_init()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 666 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument 668 for (uint32_t i = 0; i < sect_size; i++) { in DumpCstringSection() 675 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection() 677 if (i < sect_size && sect[i] == '\0') in DumpCstringSection() 699 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument 701 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) { in DumpLiteral4Section() 743 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument 745 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) { in DumpLiteral8Section() 775 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument 777 for (uint32_t i = 0; i < sect_size; i += 16) { in DumpLiteral16Section() [all …]
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 84267 unsigned int sect_size; member
|
D | vmlinux_505.h | 84267 unsigned int sect_size; member
|