Home
last modified time | relevance | path

Searched refs:size (Results 17226 - 17250 of 19508) sorted by relevance

1...<<681682683684685686687688689690>>...781

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h1023 const auto num_chars = ext_name.size(); in AddExtension()
1044 const auto num_chars = name.size(); in AddExtInstImport()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h622 * size of this class, so we have nowhere to store the length,
632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too.
698 ArrayIndex size() const;
712 /// Resize the array to size elements.
717 void resize(ArrayIndex size);
722 /// in the array so that its size is index+1.
730 /// in the array so that its size is index+1.
749 /// Return true if index < size().
753 /// Equivalent to jsonvalue[jsonvalue.size()] = value;
1336 * Value offset exceeds the document size
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp129 // - Clamp coordinate to the image size returned by OpImageQuerySize
139 // query the runtime array size.
740 for (uint32_t i = 0; i < ops.size() - 1; i++) { in MakeRuntimeArrayLengthInst()
793 uint32_t(struct_type->element_types().size() - 1); in MakeRuntimeArrayLengthInst()
869 // image "size", returned by OpImageQuerySize. (Note: OpImageQuerySizeLod in ClampCoordinateForImageTexelPointer()
885 // - The third component from the size query is the layer count. in ClampCoordinateForImageTexelPointer()
965 // size is the layer count. In the query, we have to accomodate folding in ClampCoordinateForImageTexelPointer()
H A Dir_context.h1023 const auto num_chars = ext_name.size(); in AddExtension()
1044 const auto num_chars = name.size(); in AddExtInstImport()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
265 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dolsontz.cpp54 static UBool arrayEqual(const void *a1, const void *a2, int32_t size) { in arrayEqual() argument
65 return (uprv_memcmp(a1, a2, size) == 0); in arrayEqual()
178 // Type offsets list must be of even size, with size >= 2 in OlsonTimeZone()
186 // Type map data must be of the same size as the transition count in OlsonTimeZone()
H A Duspoof.cpp10 * tab size: 8 (not used)
221 *pActualLength = sd->size(); in uspoof_openFromSerialized()
572 if (numerics.size() > 1) { in checkImpl()
H A Duspoof_impl.cpp508 pInfo->size >= 20 && in spoofDataIsAcceptable()
755 int32_t SpoofData::size() const { in size() function in SpoofData
865 // the size of the ICU d.h., which lets us locate the start in uspoof_swap()
886 // Prefight operation? Just return the size in uspoof_swap()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff-common.hh185 /* serialize the private dict size & offset as 2-byte & 4-byte integers */ in serialize()
186 return_trace (UnsizedByteStr::serialize_int2 (c, privateDictInfo.size) && in serialize()
989 unsigned int size,
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp987 if ( c == '[' && tag->size() >= 9 ) in StreamIn()
989 size_t len = tag->size(); in StreamIn()
1486 if ( cdata && c == '>' && tag->size() >= 3 ) { in StreamIn()
1487 size_t len = tag->size(); in StreamIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h322 Result.Bytes = Data.take_front(Data.size() - Next.size()); in ParseCurrentAnnotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DGlobalsModRef.cpp514 for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) { in AnalyzeCallGraph()
625 for (unsigned i = 1, e = SCC.size(); i != e; ++i) in AnalyzeCallGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp301 /// UserChain.size() - 1, and is decremented during
402 /// Canonicalize array indices to pointer-size integers. This helps to
404 /// pointer-size integer, we have
406 /// However, this equality may not hold if the size of a + b is smaller than
407 /// the pointer size, because LLVM conceptually sign-extends GEP indices to
408 /// pointer size before computing the address
635 distributeExtsAndCloneChain(UserChain.size() - 1); in rebuildWithoutConstOffset()
645 return removeConstOffset(UserChain.size() - 1); in rebuildWithoutConstOffset()
845 // Scale the index by element size. in lowerToSingleIndexGEPs()
906 // Scale the index by element size in lowerToArithmetics()
[all...]
H A DLoopDistribute.cpp287 unsigned getSize() const { return PartitionContainer.size(); } in getSize()
510 unsigned N = RtPtrCheck->Pointers.size(); in computePartitionSetForPointers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp374 if (MDs.size() == 1) in makeFollowupLoopID()
499 for (size_t I = 0; I < Worklist.size(); I++) in collectChildrenInLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMAttributeParser.cpp648 /// Tag_File | Tag_Section | Tag_Symbol uleb128:byte-size in ParseSubsection()
702 while (Offset < Section.size()) { in Parse()
712 if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) { in Parse()
H A DUnicode.cpp345 for (size_t i = 0, e = Text.size(); i < e; i += Length) { in columnWidthUTF8()
347 if (Length <= 0 || i + Length > Text.size()) in columnWidthUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegBankReassign.cpp331 if (Reg + StartBit >= RegsUsed.size())
475 // SGPR tuples must be aligned, so step is size in banks it
535 for (unsigned I = 0, E = OperandMasks.size(); I + 1 < E; ++I) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp291 if (Args.size() >= 1) { in getMips16HelperFunctionStubNumber()
301 if (Args.size() >=2) { in getMips16HelperFunctionStubNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp29 cl::desc("The loop prefetch cache line size"));
224 for (unsigned i = 0, ie = CIV.size(); i < ie; ++i) { in mightUseCTR()
227 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR()
636 // Check first if the user specified a custom line size. in getCacheLineSize()
640 // On P7, P8 or P9 we have a cache line size of 128. in getCacheLineSize()
642 // Assume that Future CPU has the same cache line size as the others. in getCacheLineSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp103 /// Break a copy of size Size to smaller copies.
495 assert(Size == 0 && "Wrong size division"); in buildCopies()
650 if (BlockingStoresDispSizeMap.size() <= 1) in removeRedundantBlockingStores()
657 while (DispSizeStack.size()) { in removeRedundantBlockingStores()
H A DX86WinEHState.cpp486 Args.push_back(Builder.getInt32(OptionalArgs.size())); in rewriteSetJmpCallSite()
517 assert(BBColors.size() == 1 && "multi-color BB not removed by preparation"); in getBaseStateForBB()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h622 * size of this class, so we have nowhere to store the length,
632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too.
698 ArrayIndex size() const;
712 /// Resize the array to size elements.
717 void resize(ArrayIndex size);
722 /// in the array so that its size is index+1.
730 /// in the array so that its size is index+1.
749 /// Return true if index < size().
753 /// Equivalent to jsonvalue[jsonvalue.size()] = value;
1336 * Value offset exceeds the document size
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp1198 int32_t i = gLanguageBreakFactories->size(); in getLanguageBreakEngineFromFactory()
1231 int32_t i = fLanguageBreakEngines->size(); in getLanguageBreakEngine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h700 /// have a class smaller than before and of size less than \p MinNumRegs.
747 /// or size assigned yet. This is only allowed to be used
754 unsigned getNumVirtRegs() const { return VRegInfo.size(); } in getNumVirtRegs()
794 unsigned BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()

Completed in 47 milliseconds

1...<<681682683684685686687688689690>>...781