Searched refs:input_entry_id (Results 1 – 2 of 2) sorted by relevance
47 bool LoadedIdmap::Lookup(const IdmapEntry_header* header, uint16_t input_entry_id, in Lookup() argument49 if (input_entry_id < dtohs(header->entry_id_offset)) { in Lookup()54 input_entry_id -= dtohs(header->entry_id_offset); in Lookup()55 if (input_entry_id >= dtohs(header->entry_count)) { in Lookup()60 uint32_t result = dtohl(header->entries[input_entry_id]); in Lookup()
46 static bool Lookup(const IdmapEntry_header* header, uint16_t input_entry_id,