HomeSort by relevance Sort by last modified time
    Searched defs:orig_offset (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 523 OffsetTo<FeatureParams> orig_offset = featureParams; local
527 if (likely (orig_offset.is_null ()))
534 unsigned int new_offset_int = (unsigned int) orig_offset -
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 581 off64_t orig_offset = offset; local
586 } else if (offset <= orig_offset) {
589 ALOGE("did not advance: %lld->%lld", (long long)orig_offset, (long long)offset);
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 339 size_t orig_offset = stack_offset; local
354 arm_codegen->GetAssembler()->StoreRegisterList(core_spills, orig_offset);
357 orig_offset = stack_offset;
364 stack_offset = orig_offset;
377 size_t orig_offset = stack_offset; local
388 arm_codegen->GetAssembler()->LoadRegisterList(core_spills, orig_offset);
    [all...]

Completed in 181 milliseconds