/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 51 // or CordRepBtree* instance transfer a reference back to the caller. 65 // EdgeType identifies `front` and `back` enum values. 84 // least 50%: trees are always expanded at the front or back. Concatenating 235 // Properties: begin, back, end, front/back boundary indexes. 237 size_t back() const { return static_cast<size_t>(storage[2]) - 1; } in back() function in absl::cord_internal::CordRepBtree 240 return edge == kFront ? begin() : back(); in index() 308 // Replaces the front or back edge with the provided new edge. Returns: 324 // Creates a new node containing both `front` and `back` at height 325 // `front.height() + 1`. Requires `back 599 New(CordRepBtree* front, CordRepBtree* back) New() argument [all...] |
H A D | cord_rep_consume.cc | 109 rep = stack.back().rep; in Consume() 110 offset = stack.back().offset; in Consume() 111 length = stack.back().length; in Consume()
|
/third_party/node/deps/v8/src/handles/ |
H A D | local-handles.cc | 54 Address* block = blocks_.back(); in Iterate() 68 Address* upper_bound = lower_bound != blocks_.back() in Contains() 90 Address* block_start = blocks_.back(); in RemoveUnusedBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 92 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress && in construct() 93 ValidCUs.find(Aranges.back().CUOffset) != ValidCUs.end()) { in construct() 94 Aranges.back().setHighPC(E.Address); in construct()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 102 # will give back (through the |statusvar| reference and as returned value 131 =back 180 =back 194 =back 240 =back 279 =back 286 =back 420 =back 426 =back 555 =back [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 102 # will give back (through the |statusvar| reference and as returned value 131 =back 180 =back 194 =back 240 =back 279 =back 286 =back 420 =back 426 =back 555 =back [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 63 ExecutionContext &SF = ECStack.back(); in visitUnaryOperator() 332 ExecutionContext &SF = ECStack.back(); 664 ExecutionContext &SF = ECStack.back(); 735 ExecutionContext &SF = ECStack.back(); 860 ExecutionContext &SF = ECStack.back(); 883 /// back into the result variable if we are not returning void. The 904 ExecutionContext &CallingSF = ECStack.back(); 917 ExecutionContext &SF = ECStack.back(); 935 ExecutionContext &SF = ECStack.back(); 948 ExecutionContext &SF = ECStack.back(); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BreakFalseDeps.cpp | 229 MachineInstr *UndefMI = UndefReads.back().first; in processUndefReads() 230 unsigned OpIdx = UndefReads.back().second; in processUndefReads() 244 UndefMI = UndefReads.back().first; in processUndefReads() 245 OpIdx = UndefReads.back().second; in processUndefReads()
|
H A D | Analysis.cpp | 361 // Trace the sub-value needed by the return value as far back up the graph as in slotOnlyDiscardsData() 364 // that we end up back at the tail call instruction itself. in slotOnlyDiscardsData() 413 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1). 420 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty 424 // First march back up the tree until we can successfully increment one of the in advanceToNextLeafType() 426 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType() 435 // We know there's *some* valid leaf now, so march back dow in advanceToNextLeafType() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | PoolAlloc.cpp | 204 tHeader* page = mStack.back().page; in pop() 205 currentPageOffset = mStack.back().offset; in pop() 223 for (auto alloc : mStack.back()) { in pop() 321 mStack.back().push_back(alloc); in allocate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | BasicBlock.h | 242 inline const Instruction &back() const { return InstList.back(); } in back() function in llvm::BasicBlock 243 inline Instruction &back() { return InstList.back(); } in back() function in llvm::BasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 128 const T &back() const { in back() function in llvm::SetVector 129 assert(!empty() && "Cannot call back() on empty SetVector!"); in back() 130 return vector_.back(); in back() 223 set_.erase(back()); 228 T Ret = back();
|
H A D | MapVector.h | 85 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function in llvm::MapVector 86 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function in llvm::MapVector 161 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back()
|
/third_party/skia/gm/ |
H A D | badpaint.cpp | 42 fPaints.back().setShader(emptyBmp.makeShader(SkSamplingOptions())); 46 fPaints.back().setShader(blueBmp.makeShader(SkSamplingOptions(), badMatrix));
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 73 struct hclge_dev *hdev = vport->back; in hclge_ieee_getets() 272 struct hclge_dev *hdev = vport->back; in hclge_ieee_setets() 332 struct hclge_dev *hdev = vport->back; in hclge_ieee_getpfc() 359 struct hclge_dev *hdev = vport->back; in hclge_ieee_setpfc() 411 struct hclge_dev *hdev = vport->back; in hclge_getdcbx() 423 struct hclge_dev *hdev = vport->back; in hclge_setdcbx() 442 struct hclge_dev *hdev = vport->back; in hclge_setup_tc()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | gfx7_cmd_buffer.c | 119 .BackfaceStencilReferenceValue = dyn->ds.stencil.back.reference & 0xff, in cmd_buffer_flush_dynamic_state() 163 .BackfaceStencilTestMask = opt_ds.stencil.back.compare_mask & 0xff, in cmd_buffer_flush_dynamic_state() 164 .BackfaceStencilWriteMask = opt_ds.stencil.back.write_mask & 0xff, in cmd_buffer_flush_dynamic_state() 175 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[opt_ds.stencil.back.op.fail], in cmd_buffer_flush_dynamic_state() 176 .BackfaceStencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[opt_ds.stencil.back.op.pass], in cmd_buffer_flush_dynamic_state() 177 .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[opt_ds.stencil.back.op.depth_fail], in cmd_buffer_flush_dynamic_state() 178 .BackfaceStencilTestFunction = genX(vk_to_intel_compare_op)[opt_ds.stencil.back.op.compare], in cmd_buffer_flush_dynamic_state()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.cpp | 242 return mParentBlockStack.back().node; in getParentBlock() 254 ++mParentBlockStack.back().pos; in incrementParentBlockPos() 273 ParentBlock &parentBlock = mParentBlockStack.back(); in insertStatementsInParentBlock() 274 if (mPath.back() == parentBlock.node) in insertStatementsInParentBlock() 482 if (child != sequence->back()) in traverseBlock() 598 queueReplacementWithParent(getParentNode(), mPath.back(), replacement, originalStatus); in queueReplacement() 692 if (child != sequence->back()) in traverseAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.h | 334 !mSpirvCurrentFunctionBlocks.back().isTerminated); 335 return &mSpirvCurrentFunctionBlocks.back().body; 340 !mSpirvCurrentFunctionBlocks.back().isTerminated); 341 return mSpirvCurrentFunctionBlocks.back().labelId; 346 return mSpirvCurrentFunctionBlocks.back().isTerminated; 351 mSpirvCurrentFunctionBlocks.back().isTerminated = true; 353 const SpirvConditional *getCurrentConditional() { return &mConditionalStack.back(); }
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | pipeline.cc | 96 bindings.back().binding = desc->GetBinding(); in CreateDescriptorSetLayouts() 97 bindings.back().descriptorType = desc->GetVkDescriptorType(); in CreateDescriptorSetLayouts() 98 bindings.back().descriptorCount = desc->GetDescriptorCount(); in CreateDescriptorSetLayouts() 99 bindings.back().stageFlags = VK_SHADER_STAGE_ALL; in CreateDescriptorSetLayouts() 132 pool_sizes.back().type = type; in CreateDescriptorPools() 133 pool_sizes.back().descriptorCount = desc->GetDescriptorCount(); in CreateDescriptorPools() 346 desc = descriptors.back().get(); in AddBufferDescriptor()
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkGifImageReader.cpp | 488 auto* frame = m_frames.back().get(); in parse() 495 auto* currentFrame = m_frames.back().get(); in parse() 636 SkGIFFrameContext* currentFrame = m_frames.back().get(); in parse() 807 SkGIFFrameContext* currentFrame = m_frames.back().get(); in parse() 845 auto* currentFrame = m_frames.back().get(); in parse() 862 m_frames.back()->setComplete(); in parse() 890 if (m_frames.empty() || m_frames.back()->isComplete()) { in addFrameIfNecessary()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | deorummolae.cc | 38 TextChar terminator = text->back(); in rewriteText() 206 data.back().push_back(next_terminator++); in DM_generate() 250 while (lcp[i] < isles.back().lcp) { in DM_generate() 251 Isle& top = isles.back(); in DM_generate() 269 isles.back().coverage[x] |= cov[x]; in DM_generate() 272 if (lcp[i] > isles.back().lcp) isles.push_back({lcp[i], l, 0, {{0}}}); in DM_generate() 274 isles.back().coverage[x] |= cov[x]; in DM_generate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs() 337 MachineBasicBlock::iterator MBBI = (*BIL.back()); in reorganizeBlockLayout() 380 std::next(MachineBasicBlock::iterator(BIL.back())), in reorganizeBlockLayout() 421 BuildMI(*MBB, BIL.back(), dl, TII->get(PPC::BC)) in reorganizeBlockLayout() 422 .add(BIL.back()->getOperand(3)) in reorganizeBlockLayout() 427 (IsFalseBlockRequired ? FalseBlockI : BIL.back()), dl, in reorganizeBlockLayout() 497 MachineBasicBlock *MBB = BIL.back()->getParent(); in expandMergeableISELs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLPlatform.cpp | 80 platforms.back()->release(); in Initialize() 81 if (!platforms.back()->mInfo.isValid() || platforms.back()->mDevices.empty()) in Initialize() 270 devices.back()->release(); in createDevices() 271 if (!devices.back()->mInfo.isValid()) in createDevices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | ArgList.cpp | 213 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex() 246 return SynthesizedArgs.back().get(); in MakeFlagArg() 255 return SynthesizedArgs.back().get(); in MakePositionalArg() 264 return SynthesizedArgs.back().get(); in MakeSeparateArg() 273 return SynthesizedArgs.back().get(); in MakeJoinedArg()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 198 /* If dri driver is gallium virgl, real modifier info queried back from in ohos_create_image_from_native_buffer() 248 /* Record all the buffers created by ANativeWindow and update back buffer in ohos_window_dequeue_buffer() 257 dri2_surf->back = &dri2_surf->color_buffers[i]; in ohos_window_dequeue_buffer() 272 dri2_surf->back = &dri2_surf->color_buffers[0]; in ohos_window_dequeue_buffer() 304 dri2_surf->back = NULL; in ohos_window_enqueue_buffer() 473 /* try to dequeue the next back buffer */ in update_buffers() 548 * the spec states that they have a back buffer but no front buffer, in in get_back_bo() 549 * contrast to pixmaps, which have a front buffer but no back buffer. in get_back_bo() 554 * assigns the pbuffer a front buffer instead of a back buffer. in get_back_bo() 560 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffe in get_back_bo() [all...] |