Searched refs:size (Results 18951 - 18975 of 22505) sorted by relevance
1...<<751752753754755756757758759760>>...901
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86RetpolineThunks.cpp | 246 while (MF.size() > 1) in populateThunk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextStubCommon.cpp | 57 assert(Values.size() == 1U); in output()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 236 for (unsigned i = 0, e = SameContentReplacements.size(); i != e; ++i) { in mergeConstants()
|
H A D | PruneEH.cpp | 265 for (unsigned i = 0, e = Succs.size(); i != e; ++i) in DeleteBasicBlock()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | function_test.cc | 34 ASSERT_EQ(f->params.size(), 1u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_windows.cc | 161 if (!WriteFile(stdin_pipe.write, input_.data(), input_.size(), nullptr, in Exec()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | append_vector.cc | 118 const auto num_supplied = vc.call->Arguments().size(); in AppendVector()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.h | 76 /// @param buffer_size_ubo_index the index to use for the buffer size UBO 78 /// @param emit_vertex_point_size `true` to emit a vertex point size builtin 373 // A pair of byte size and alignment `uint32_t`s. 375 uint32_t size; member 400 /// @returns the MSL packed type size and alignment in bytes for the given 421 /// Each entry in the vector is the size of the workgroup allocation that
|
/third_party/skia/tools/ |
H A D | HashAndEncode.cpp | 158 // Fastest encoding and decoding, at slight file size cost is no filtering, compression 1. in encodePNG() 168 (png_uint_32) profile->size()); in encodePNG()
|
H A D | convert-to-nia.cpp | 205 if ((static_cast<size_t>(i + 1) < frameInfos.size()) && in main()
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 220 if (static_cast<uint32_t>(fact.constant_word().size()) != required_words) { in MaybeAddFact()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | brkeng.cpp | 144 int32_t i = fEngines->size(); in getEngineFor()
|
H A D | bytestrieiterator.cpp | 10 * tab size: 8 (not used) 113 int32_t stackSize=stack_->size(); in next()
|
H A D | ucharstrieiterator.cpp | 10 * tab size: 8 (not used) 112 int32_t stackSize=stack_->size(); in next()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 217 if (CurrentSCC.size() > 1) in hasLoop()
|
H A D | SmallString.h | 183 /// Complexity: O(size() + Chars.size()) 197 /// Complexity: O(size() + Chars.size()) 211 /// Complexity: O(size() + Chars.size()) 266 StringRef str() const { return StringRef(this->begin(), this->size()); } in str()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 388 SUnits.emplace_back(MI, (unsigned)SUnits.size()); in newSUnit()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 122 descriptor.size = {1, 1, 1}; in UnalignDynamicUploader()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.h | 275 void SetImageSize (const dng_point &size);
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_name_resolver.cc | 60 return full_name.substr(file->package().size() + 1); in StripPackageName()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | empty.pb.h | 155 void SetCachedSize(int size) const final;
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_generator.cc | 83 for (int i = 0; i < options.size(); i++) { in Generate()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_objectwriter.h | 216 size_t len = sizeof('\n') + (indent_string_.size() * element()->level()); in NewLine()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_engine.h | 116 // size as a proxy for the number of entropy units that can be generated in reseed() 118 const size_t entropy_size = seq.size(); in reseed()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
H A D | utility.h | 78 static constexpr size_t size() noexcept { return sizeof...(Ints); }
|
Completed in 24 milliseconds
1...<<751752753754755756757758759760>>...901