/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_store.S | 151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 227 movel %d0,L_SCR1(%a6) |put the new exp back on the stack 244 tstb LOCAL_SGN(%a1) |put back sign into exponent word
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 301 ! - roll back gRB 303 ! k0 returns original sp (after roll back) 309 ! Check for roll back gRB (User and Kernel)
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_store.S | 151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 227 movel %d0,L_SCR1(%a6) |put the new exp back on the stack 244 tstb LOCAL_SGN(%a1) |put back sign into exponent word
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 300 ! - roll back gRB 302 ! k0 returns original sp (after roll back) 308 ! Check for roll back gRB (User and Kernel)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice.h | 244 struct ice_pf *back; /* back pointer to PF */ member 245 struct ice_port_info *port_info; /* back pointer to port_info */ 473 ((struct ice_pf *)hw->back)->oicr_idx; in ice_irq_dynamic_ena() 496 return np->vsi->back; in ice_netdev_to_pf()
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/ |
H A D | RdbStoreSyncCustomDir.test.js | 105 let back = rdbStore.setDistributedTables(["test"]);
106 back.then(() => {
111 await back;
|
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 179 if (value.back() == 'x') { in ParseBenchMinTime() 196 bool has_suffix = value.back() == 's'; in ParseBenchMinTime() 455 memory_result = &memory_results.back(); in DoOneRepetition()
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 121 ExpectationBase* exp = expectations.back(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 143 const ExpectationBase* exp = expectations.back(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 163 const ExpectationBase* exp = expectations.back(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
|
/third_party/lzma/CPP/Common/ |
H A D | Wildcard.cpp | 456 UString &back = pathParts.Back();
457 int pos = back.Find(L':');
460 back.DeleteFrom(pos);
619 const UString &back = pathParts.Back();
in AddItem() local 620 if (back.IsEmpty())
in AddItem() 631 && DoesNameContainWildcard(back)))
in AddItem()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ssa_elimination.cpp | 184 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in try_remove_merge_block() 208 Pseudo_branch_instruction& branch = pred->instructions.back()->branch(); in try_remove_invert_block() 227 Pseudo_branch_instruction& branch = pred.instructions.back()->branch(); in try_remove_simple_block()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.c | 694 struct pipe_resource *back = in stw_framebuffer_swap_locked() local 696 if (back) { in stw_framebuffer_swap_locked() 697 hud_run(ctx->hud, NULL, back); in stw_framebuffer_swap_locked()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 215 auto insert_result = processed->insert(worklist.back()); in RunEarleyAlgorithm() 221 if (!is_new) item.CheckAmbiguity(worklist.back(), tokens); in RunEarleyAlgorithm() 275 const Item& last_item = *debug_trace.back(); in RunEarleyAlgorithm()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_internal.h | 91 warning/error-free compilation and testing with MSVC compilers back to at least 1507 /* These are used for character classes and back references; only the 1533 OP_REF, /* 113 Match a back reference, casefully */ 1534 OP_REFI, /* 114 Match a back reference, caselessly */ 1549 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ 1668 "Assert back", "Assert back not", \ 1669 "Non-atomic assert", "Non-atomic assert back", \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | VirtRegMap.cpp | 281 if (!Last.isValid() || SR.segments.back().end > Last) in addLiveInsForSubRanges() 282 Last = SR.segments.back().end; in addLiveInsForSubRanges() 418 MachineInstr *FirstMI = MIs.back(); in expandCopyBundle()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 451 &planeInfos.back(), in bindImagePlanesMemory() 453 allocations.back()->getMemory(), in bindImagePlanesMemory() 454 allocations.back()->getOffset(), in bindImagePlanesMemory()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst() 603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule() 657 { // replace and then replace back 1315 EXPECT_EQ(SpvOpSwitch, GetUseOpcodes(context, id).back()); in TEST()
|
/third_party/skia/src/core/ |
H A D | SkTBlockList.h | 40 * - front()/back(): O(1) 189 T& back() { in back() function in SkTBlockList 193 const T& back() const { in back() function in SkTBlockList 297 this->push_back(other.back()); in concat()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_containers.hpp | 158 T &back() SPIRV_CROSS_NOEXCEPT 163 const T &back() const SPIRV_CROSS_NOEXCEPT 577 T *ptr = vacants.back(); in allocate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | def_use_test.cpp | 76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst() 603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule() 657 { // replace and then replace back 1315 EXPECT_EQ(SpvOpSwitch, GetUseOpcodes(context, id).back()); in TEST()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwizzle.cpp | 197 reorderedArgs.back().fArgIndex != argument.fArgIndex) { in optimize_constructor_swizzle() 204 SkASSERT(!reorderedArgs.back().fComponents.empty()); in optimize_constructor_swizzle() 206 reorderedArgs.back().fComponents.push_back(argument.fComponent); in optimize_constructor_swizzle() 272 // secondary swizzle to put them back into the right order, so in this case we end up with
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | NaClBitstreamReader.cpp | 81 if (BlockScope.back().getCodeAbbrev().NumBits == 0 || AtEndOfStream()) 255 NaClBitCodeAbbrev *Abbv = BlockScope.back().appendLocalCreate(); 392 Block &CurBlock = BlockScope.back();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 235 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI() 308 MI.getOperand(Op).setImm(BS.back()); 310 setIsLastBit(CurrentPacketMIs.back(), 0);
|
/third_party/spirv-tools/source/ |
H A D | cfa.h | 50 /// @return true if the edge work_list.back().block->id() => id is a back-edge 84 /// when a back edge is encountered. The backedge function can be empty. The 197 block_info& top = work_list.back(); in DepthFirstTraversal() 230 idoms[postorder.back()].dominator = idoms[postorder.back()].postorder_index; in CalculateDominators()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | zipf_distribution_test.cc | 237 if (points.empty() || points.back() < x.second) { in TEST_P() 256 points.back() = std::numeric_limits<size_t>::max(); in TEST_P() 257 expected.back() += (1.0 - last_cdf); in TEST_P()
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTool.cpp | 385 starved_ms[0], starved_ms[frame_count/2], sum/frame_count, starved_ms.back(), sum, in main() 386 first, first == starved_ms.back() ? "ok" : "BAD"); in main() 394 frames_ms[0], frames_ms[frame_count/2], sum/frame_count, frames_ms.back(), sum); in main()
|