Searched refs:IDMAP_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
68 #define IDMAP_HEADER_SIZE (ResTable::IDMAP_HEADER_SIZE_BYTES / sizeof(uint32_t)) macro241 map = map + IDMAP_HEADER_SIZE; // skip ahead to data segment in idmapLookup()288 const uint32_t* p = map + IDMAP_HEADER_SIZE + 1; in getIdmapPackageId()292 *outId = (map[*p + IDMAP_HEADER_SIZE + 2] >> 24) & 0x000000ff; in getIdmapPackageId()5157 *outSize = (IDMAP_HEADER_SIZE + 1) * sizeof(uint32_t); in createIdmap()