Home
last modified time | relevance | path

Searched refs:off_size (Results 1 - 5 of 5) sorted by relevance

/third_party/elfutils/tests/
H A Dunit-info.c41 uint8_t off_size; member
82 uint8_t addr_size, off_size; in main() local
85 &unit_id, &addr_size, &off_size) != 0) in main()
120 unit_info[u].off_size = off_size; in main()
126 &unit_id, &addr_size, &off_size) != 0) in main()
159 if (unit_info[u].off_size != off_size) in main()
161 printf ("Unequal subdie off_size\n"); in main()
199 uint8_t addr_size, off_size; in main() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dfile.c60 off_t off_size; in av_file_map() local
80 off_size = st.st_size; in av_file_map()
81 if (off_size > SIZE_MAX) { in av_file_map()
87 *size = off_size; in av_file_map()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh214 unsigned off_size = calcOffSize (total); in serialize_header() local
219 this->offSize = off_size; in serialize_header()
220 if (unlikely (!c->allocate_size<HBUINT8> (off_size * (it.len () + 1)))) in serialize_header()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h53 * off_size ::
74 FT_Byte off_size; member
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c219 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
224 for ( nn = 0; nn < idx->off_size; nn++ ) in cff_index_read_offset()
280 idx->off_size = offsize; in cff_index_init()
350 FT_Byte offsize = idx->off_size; in cff_index_load_offsets()
522 FT_ULong pos = element * idx->off_size; in FT_LOCAL_DEF()

Completed in 10 milliseconds