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

  /external/dtc/libfdt/
fdt_overlay.c 427 const char *path, *name, *fixup_end; local
434 fixup_end = memchr(value, '\0', len);
435 if (!fixup_end)
437 fixup_len = fixup_end - fixup_str;
  /external/u-boot/scripts/dtc/libfdt/
fdt_overlay.c 489 const char *path, *name, *fixup_end; local
496 fixup_end = memchr(value, '\0', len);
497 if (!fixup_end)
499 fixup_len = fixup_end - fixup_str;
  /external/llvm/include/llvm/MC/
MCFragment.h 210 fixup_iterator fixup_end() { return Fixups.end(); } function in class:llvm::MCEncodedFragmentWithFixups
211 const_fixup_iterator fixup_end() const { return Fixups.end(); } function in class:llvm::MCEncodedFragmentWithFixups
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCFragment.h 230 fixup_iterator fixup_end() { return Fixups.end(); } function in class:llvm::MCEncodedFragmentWithFixups
231 const_fixup_iterator fixup_end() const { return Fixups.end(); } function in class:llvm::MCEncodedFragmentWithFixups
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 144 fixup_iterator fixup_end() {return Fixups.end();} function in class:llvm::MCDataFragment
145 const_fixup_iterator fixup_end() const {return Fixups.end();} function in class:llvm::MCDataFragment
204 fixup_iterator fixup_end() {return Fixups.end();} function in class:llvm::MCInstFragment
205 const_fixup_iterator fixup_end() const {return Fixups.end();} function in class:llvm::MCInstFragment
  /art/compiler/optimizing/
nodes.cc 1135 auto fixup_end = replacement->env_uses_.empty() ? replacement->env_uses_.begin() local
1284 auto fixup_end = other->uses_.empty() ? other->uses_.begin() : ++other->uses_.begin(); local
1341 auto fixup_end = local
    [all...]
nodes.h 2165 auto fixup_end = uses_.empty() ? uses_.begin() : ++uses_.begin(); local
    [all...]

Completed in 274 milliseconds