HomeSort by relevance Sort by last modified time
    Searched refs:cur_end (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 162 uptr cur_beg, cur_end, prot; local
166 Next(&cur_beg, &cur_end, 0, module_name.data(),
183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
sanitizer_procmaps_linux.cc 247 uptr cur_beg, cur_end, cur_offset, prot; local
251 Next(&cur_beg, &cur_end, &cur_offset, module_name.data(),
273 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
sanitizer_linux_libcdep.cc 509 uptr cur_end = cur_beg + phdr->p_memsz; local
511 cur_module->addAddressRange(cur_beg, cur_end, executable);
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 652 FT_UInt cur_end; member in struct:TT_CMap4Rec_
692 cmap->cur_end = FT_PEEK_USHORT( p );
707 cmap->cur_end == 0xFFFFU )
756 FT_UInt end = cmap->cur_end;
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 667 FT_UInt cur_end; member in struct:TT_CMap4Rec_
707 cmap->cur_end = FT_PEEK_USHORT( p );
722 cmap->cur_end == 0xFFFFU )
771 FT_UInt end = cmap->cur_end;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttcmap.c 652 FT_UInt cur_end; member in struct:TT_CMap4Rec_
692 cmap->cur_end = FT_PEEK_USHORT( p );
707 cmap->cur_end == 0xFFFFU )
756 FT_UInt end = cmap->cur_end;
    [all...]

Completed in 202 milliseconds