Home
last modified time | relevance | path

Searched refs:base_offsets (Results 1 – 25 of 111) sorted by relevance

12345

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
683 assert idx < len(base_offsets)
684 offset += int(base_offsets[idx], 0) * 4
/dports/lang/clover/mesa-21.3.6/src/amd/registers/
H A Dparse_kernel_headers.py651 base_offsets = None
656 base_offsets = r.groups()
658 if base_offsets is None:
681 assert idx < len(base_offsets)
682 offset += int(base_offsets[idx], 0) * 4
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/testing/
H A Daccessibility_selection_test.cc256 Vector<int> base_offsets; in HandleCharacterData() local
263 base_offsets.push_back(static_cast<int>(i - number_of_markers)); in HandleCharacterData()
277 if (base_offsets.IsEmpty() && extent_offsets.IsEmpty()) in HandleCharacterData()
295 for (size_t i = 0; i < base_offsets.size(); ++i) in HandleCharacterData()
308 for (int base_offset : base_offsets) in HandleCharacterData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/testing/
H A Daccessibility_selection_test.cc258 Vector<int> base_offsets; in HandleCharacterData() local
265 base_offsets.push_back(static_cast<int>(i - number_of_markers)); in HandleCharacterData()
279 if (base_offsets.IsEmpty() && extent_offsets.IsEmpty()) in HandleCharacterData()
298 for (size_t i = 0; i < base_offsets.size(); ++i) in HandleCharacterData()
311 for (int base_offset : base_offsets) in HandleCharacterData()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp220 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
223 field_offsets, base_offsets, vbase_offsets); in TEST_F()
229 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/file_sys/
H A Dnca_patch.h47 std::array<u64, 0x7FE> base_offsets; member
77 std::array<u64, 0x7FE> base_offsets; member
H A Dnca_patch.cpp29 block.base_offsets.begin() + 1, block.base_offsets.begin() + block.number_buckets, in SearchBucketEntry()
70 relocation_buckets[i].entries.push_back({relocation.base_offsets[i + 1], 0, 0}); in BKTR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm_batch/
H A Dexample_rpc_registration.py243 base_offsets = map(float, line1.split()) variable
248 tx = offsets[0] - base_offsets[0]
249 ty = offsets[1] - base_offsets[1]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()

12345