Home
last modified time | relevance | path

Searched refs:new_branch (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc277 bool new_branch = false; in AddPath() local
280 if (!new_branch && node != &root_ && node->children.empty()) { in AddPath()
289 new_branch = true; in AddPath()
/external/toolchain-utils/
Dremote_gcc_build.py276 new_branch = out.splitlines()[0]
277 return new_branch
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2335 const int32_t new_branch = cond | link | 0x0a000000; in BindARMv6() local
2336 const int32_t encoded = EncodeBranchOffset(dest, new_branch); in BindARMv6()
2409 const int32_t new_branch = cond | link | 0x0a000000;
2410 const int32_t encoded = EncodeBranchOffset(dest, new_branch);