Home
last modified time | relevance | path

Searched refs:cur_end (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc162 uptr cur_beg, cur_end, prot; in DumpListOfModules() local
166 Next(&cur_beg, &cur_end, 0, module_name.data(), in DumpListOfModules()
183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
Dsanitizer_procmaps_common.cc121 uptr cur_beg, cur_end, cur_offset, prot; in DumpListOfModules() local
125 Next(&cur_beg, &cur_end, &cur_offset, module_name.data(), in DumpListOfModules()
147 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
Dsanitizer_linux_libcdep.cc446 uptr cur_end = cur_beg + phdr->p_memsz; in dl_iterate_phdr_cb() local
448 cur_module->addAddressRange(cur_beg, cur_end, executable); in dl_iterate_phdr_cb()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c667 FT_UInt cur_end; member
707 cmap->cur_end = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()
722 cmap->cur_end == 0xFFFFU ) in tt_cmap4_set_range()
771 FT_UInt end = cmap->cur_end; in tt_cmap4_next()
/external/freetype/src/sfnt/
Dttcmap.c676 FT_UInt cur_end; member
716 cmap->cur_end = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()
731 cmap->cur_end == 0xFFFFU ) in tt_cmap4_set_range()
780 FT_UInt end = cmap->cur_end; in tt_cmap4_next()