Searched refs:best_offset (Results 1 – 3 of 3) sorted by relevance
54 size_t best_offset = AlignTo(alignment, current_top); in Allocate() local66 best_offset = aligned_current_offset; in Allocate()74 high_water_mark_ = std::max(high_water_mark_, best_offset + size); in Allocate()76 new_alloc->offset = best_offset; in Allocate()
594 int best_offset; in BackwardReferencesLz77Box() local600 best_offset = VP8LHashChainFindOffset(hash_chain_best, i); in BackwardReferencesLz77Box()602 if (best_offset == window_offsets[ind]) { in BackwardReferencesLz77Box()617 best_offset = use_prev ? best_offset_prev : 0; in BackwardReferencesLz77Box()642 best_offset = in BackwardReferencesLz77Box()662 (best_offset << MAX_LENGTH_BITS) | (uint32_t)best_length; in BackwardReferencesLz77Box()663 best_offset_prev = best_offset; in BackwardReferencesLz77Box()
654 int best_offset = 0; in FindEntry() local712 best_offset = offset; in FindEntry()741 best_offset = offset; in FindEntry()752 ResTable_entry best_entry = LoadedPackage.GetEntryFromOffset(best_type, best_offset); in FindEntry()