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

  /frameworks/compile/libbcc/include/bcc/
bcc_mccache.h 39 uint8_t sizeof_off_t; member in struct:MCO_Header
bcc_cache.h 37 uint8_t sizeof_off_t; member in struct:OBCC_Header
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 175 if ((unsigned int)mpHeader->sizeof_off_t != sizeof(off_t) ||
MCCacheWriter.cpp 96 header->sizeof_off_t = sizeof(off_t);
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp 179 if ((unsigned int)mpHeader->sizeof_off_t != sizeof(off_t) ||
CacheWriter.cpp 104 header->sizeof_off_t = sizeof(off_t);

Completed in 187 milliseconds