/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 421 back: in smc_rcv() 426 goto back; in smc_rcv() 1108 * Read the register back. Without this, it appears that when in smc_phy_configure()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 475 * format and back again. in xfs_dir2_leaf_to_node() 751 /* Giving back a free block. */ in xfs_dir2_leafn_lookup_for_addname() 906 /* Giving back last used data block. */ in xfs_dir2_leafn_lookup_for_entry() 1208 * back. There might be other entries at the end referring to in xfs_dir3_data_block_free() 1549 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1553 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 475 * format and back again. in xfs_dir2_leaf_to_node() 751 /* Giving back a free block. */ in xfs_dir2_leafn_lookup_for_addname() 906 /* Giving back last used data block. */ in xfs_dir2_leafn_lookup_for_entry() 1208 * back. There might be other entries at the end referring to in xfs_dir3_data_block_free() 1549 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1553 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 421 back: in smc_rcv() 426 goto back; in smc_rcv() 1109 * Read the register back. Without this, it appears that when in smc_phy_configure()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 1444 TIntermNode* destination = iter_binding_live.destinations.back(); in addStage() 1554 TIntermNode* destination = iter_binding_live.destinations.back(); in addStage() 1617 // copy results back into maps in doMap()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 316 WasmCodeRefScope::AddRef(cached_debugging_code_.back().code); in RecompileLiftoffWithBreakpoints() 317 cached_debugging_code_.back().code->DecRefOnLiveCode(); in RecompileLiftoffWithBreakpoints()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 712 // parsing a JSON message into CBOR, then parsing it back from CBOR into JSON. in TEST() 1020 envelopes.back().EncodeStart(&bytes); in MakeNestedCBOR() 1027 envelopes.back().EncodeStop(&bytes); in MakeNestedCBOR()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 974 state_->exception_handler_labels_.back(); in HandleException() 1642 var->value_ = j->second.back(); in UpdateVariablesAfterBind()
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.cc | 771 // Used to find back to GlobalHandles from a Node on copy. Needs to follow 849 TracedNode* result = &(pair.first->second.back().node); in Acquire() 1394 auto callback = second_pass_callbacks_.back(); in InvokeSecondPassPhantomCallbacks()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 1829 top_region = regions->at(overlapping_region_index_stack.back()); in FlattenRegionsToParts() 1840 top_region = regions->at(overlapping_region_index_stack.back()); in FlattenRegionsToParts()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 616 int32_t match_indices[] = {indices->back(), indices->back() + pattern_len}; in StringReplaceGlobalAtomRegExpWithString()
|
/third_party/node/deps/v8/src/torque/ |
H A D | types.cc | 658 if (kinds.front() == kinds.back()) return {kinds.front()}; in ComputeArraySlotKind() 660 kinds.back() == ObjectSlotKind::kMaybeObjectPointer) { in ComputeArraySlotKind()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 896 const auto& bufferAlloc = buffers.back()->getAllocation(); in iterate() 1163 const auto& lastWrite = mutation.writes.back(); in iterate() 1193 // mutation that pushes the values back to the desired range. in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 896 const auto& bufferAlloc = buffers.back()->getAllocation(); in iterate() 1163 const auto& lastWrite = mutation.writes.back(); in iterate() 1193 // mutation that pushes the values back to the desired range. in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 493 std::unique_ptr<IfcvtToken> Token = std::move(Tokens.back()); in runOnMachineFunction() 1225 BBState &State = BBStack.back(); in AnalyzeBlock() 1252 // Do not ifcvt if either path is a back edge to the entry block. in AnalyzeBlock() 2023 // will be added back at the end, unpredicated. in IfConvertForkedDiamond() 2031 // Add back the branch. in IfConvertForkedDiamond()
|
H A D | MachineInstr.cpp | 399 // Otherwise, fall back on a copy-based clone. in cloneMemRefs() 1830 unsigned OpIdx = DeadOps.back(); 1895 unsigned OpIdx = DeadOps.back();
|
H A D | SplitKit.cpp | 112 // back to the call that may throw. in computeLastInsertPoint() 280 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo() 849 LLVM_DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n"); in removeBackCopies() 856 assert(MI && "No instruction for back-copy"); in removeBackCopies() 997 /// For SM_Size mode, find a common dominator for all the back-copies for 1007 // Track the nearest common dominator for all back-copies for each ParentVNI, in hoistCopies() 1011 // The total cost of all the back-copies for each ParentVNI. in hoistCopies() 1013 // The ParentVNI->id set for which hoisting back-copies are not beneficial in hoistCopies() 1018 // back-copies. If a single back in hoistCopies() [all...] |
H A D | TwoAddressInstructionPass.cpp | 786 // Earlier in the same MBB.Reached via a back edge. in scanUses() 801 unsigned ToReg = VirtRegPairs.back(); in scanUses() 804 unsigned FromReg = VirtRegPairs.back(); in scanUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 175 // version field and the padding, a total of 4 bytes). Add them back in in dumpDWARFv5StringOffsetsSection() 955 DWARFDie DIE = Worklist.back(); in getDIEsForAddress() 1319 // before falling back to .dwo files? in getDWOContext() 1552 Data = UncompressedSections.back(); in maybeDecompress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 1026 unsigned MaxIndex = Attrs.back().first; in get() 1190 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
|
H A D | Metadata.cpp | 1119 if (Attachments.back().first == ID) { 1127 *I = std::move(Attachments.back());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 36 /// roll back. 546 /// to force this back. 561 GV->setName(Name); // Force the name back in forceRenaming() 734 return (DotPos == 0 || DotPos == StringRef::npos || Name.back() == '.' || in getTypeNamePrefix() 1456 GlobalValue *GV = Worklist.back(); in run()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 613 std::swap(m_buffers[ndx], m_buffers.back()); in free() 681 std::swap(m_managedSets[ndx], m_managedSets.back()); in free()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 106 d.params().back() == SpvLinkageTypeImport; in hasImportLinkageAttribute() 336 const auto& lastMember = members.back();
|
/third_party/skia/src/core/ |
H A D | SkRuntimeEffect.cpp | 551 : SkAlign4(fUniforms.back().offset + fUniforms.back().sizeInBytes()); in uniformSize() 622 // we are unable to use this per-effect program, and callers will need to fall back to another in Make()
|