/external/freetype/src/cid/ |
D | cidload.h | 40 FT_Byte offsize );
|
D | cidload.c | 44 FT_Byte offsize ) in cid_get_offset() argument 50 for ( result = 0; offsize > 0; offsize-- ) in cid_get_offset()
|
/external/freetype/src/cff/ |
D | cffload.c | 264 FT_Byte offsize; in cff_index_init() local 270 if ( FT_READ_BYTE( offsize ) ) in cff_index_init() 273 if ( offsize < 1 || offsize > 4 ) in cff_index_init() 280 idx->off_size = offsize; in cff_index_init() 281 size = (FT_ULong)( count + 1 ) * offsize; in cff_index_init() 285 if ( FT_STREAM_SKIP( size - offsize ) ) in cff_index_init() 350 FT_Byte offsize = idx->off_size; in cff_index_load_offsets() local 357 data_size = (FT_ULong)( idx->count + 1 ) * offsize; in cff_index_load_offsets() 368 switch ( offsize ) in cff_index_load_offsets()
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 634 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in main() local 635 newehdr.e_shoff = ((last_offset + offsize - 1) in main() 636 & ~((GElf_Off) (offsize - 1))); in main()
|
/external/elfutils/src/ |
D | elfcompress.c | 1250 const size_t offsize = gelf_fsize (elfnew, ELF_T_OFF, 1, EV_CURRENT); in process_file() local 1251 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file() 1252 & ~((GElf_Off) (offsize - 1))); in process_file()
|
D | strip.c | 2534 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in handle_elf() local 2535 newehdr->e_shoff = ((lastsec_offset + lastsec_size + offsize - 1) in handle_elf() 2536 & ~((GElf_Off) (offsize - 1))); in handle_elf()
|
D | readelf.c | 7745 uint8_t offsize; in print_debug_units() local 7785 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units() 7804 (uint64_t) offset, version, abbroffset, addrsize, offsize, in print_debug_units() 7814 (uint64_t) offset, version, abbroffset, addrsize, offsize); in print_debug_units() 7857 .offset_size = offsize in print_debug_units() 7969 &addrsize, &offsize, &unit_id, &subdie_off); in print_debug_units() 7981 addrsize, offsize); in print_debug_units()
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1175 int count, start, offsize; in stbtt__cff_get_index() local 1179 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index() 1180 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_get_index() 1181 stbtt__buf_skip(b, offsize * count); in stbtt__cff_get_index() 1182 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index() 1245 int count, offsize, start, end; in stbtt__cff_index_get() local 1248 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get() 1250 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_index_get() 1251 stbtt__buf_skip(&b, i*offsize); in stbtt__cff_index_get() 1252 start = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get() [all …]
|
/external/cpuinfo/test/dmesg/ |
D | meizu-pro-6.log | 142 …sram_dram_buff sig 0x5678ef90, flag 0x427, add 0xbffe0000, size 0x20000, offsize 0x28, point 0xed5.
|
D | meizu-pro-7-plus.log | 189 …sram_dram_buff sig 0x5678ef90, flag 0x427, add 0xbff80000, size 0x40000, offsize 0x28, point 0x156…
|
D | meizu-pro-6s.log | 142 …sram_dram_buff sig 0x5678ef90, flag 0x427, add 0xbffe0000, size 0x20000, offsize 0x28, point 0xed7.
|