HomeSort by relevance Sort by last modified time
    Searched refs:Offsets (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/skia/src/sfnt/
SkOTTable_loca.h 23 union Offsets {
26 } offsets; member in struct:SkOTTableIndexToLocation
  /external/llvm/unittests/Transforms/IPO/
LowerTypeTests.cpp 18 std::vector<uint64_t> Offsets;
56 for (auto Offset : T.Offsets)
68 for (auto Offset : T.Offsets)
71 auto I = T.Offsets.begin();
73 if (I != T.Offsets.end() && *I == NonOffset) {
  /external/clang/tools/clang-format/
ClangFormat.cpp 39 Offsets("offset",
142 if (!Offsets.empty() || !Lengths.empty()) {
168 if (Offsets.empty())
169 Offsets.push_back(0);
170 if (Offsets.size() != Lengths.size() &&
171 !(Offsets.size() == 1 && Lengths.empty())) {
175 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) {
176 if (Offsets[i] >= Code->getBufferSize()) {
177 errs() << "error: offset " << Offsets[i] << " is outside the file\n";
181 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i])
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 62 SmallVector<uint64_t, 16> Offsets;
74 Offsets.push_back(Offset);
144 /// loading from indexed offsets into the byte array and applying a mask, a
  /external/llvm/lib/Support/
Signals.cpp 53 const char **Modules, intptr_t *Offsets,
102 std::vector<intptr_t> Offsets(Depth, 0);
103 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(),
117 Input << Modules[i] << " " << (void*)Offsets[i] << "\n";
171 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")";
IntervalMap.cpp 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {
21 path.front() = Entry(Root, Size, Offsets.first);
22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Signals.cpp 53 const char **Modules, intptr_t *Offsets,
102 std::vector<intptr_t> Offsets(Depth, 0);
103 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(),
117 Input << Modules[i] << " " << (void*)Offsets[i] << "\n";
171 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")";
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
R600MCCodeEmitter.cpp 115 int64_t Offsets[3] = {
124 SrcSelect[ELEMENT_W] << 29 | Offsets[0] << 0 | Offsets[1] << 5 |
125 Offsets[2] << 10;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 51 /// If Offsets is non-null, it points to a vector to be filled in
52 /// with the in-memory offsets of each of the individual values.
56 SmallVectorImpl<uint64_t> *Offsets = 0,
  /external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 71 SmallVector<uint64_t, 16> Offsets;
82 Offsets.push_back(Offset);
152 /// loading from indexed offsets into the byte array and applying a mask, a
  /external/swiftshader/third_party/LLVM/lib/Support/
IntervalMap.cpp 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {
21 path.front() = Entry(Root, Size, Offsets.first);
22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second));
  /external/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 69 /// If Offsets is non-null, it points to a vector to be filled in
70 /// with the in-memory offsets of each of the individual values.
74 SmallVectorImpl<uint64_t> *Offsets = nullptr,

Completed in 672 milliseconds

1 2 3 4