Home
last modified time | relevance | path

Searched refs:size_t (Results 9876 - 9900 of 19951) sorted by relevance

1...<<391392393394395396397398399400>>...799

/third_party/openssl/crypto/ec/
H A Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal()
54 size_t felem_size, in ossl_ec_GFp_nistp_points_make_affine_internal()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftsystem.c76 return ft_smalloc( (size_t)size ); in ft_alloc()
113 return ft_srealloc( block, (size_t)new_size ); in ft_realloc()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.h77 size_t bitCount;
78 size_t byteCount;
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc84 ASSERT_EQ(cmap_table->size(), (size_t)1); in TEST_P()
90 ASSERT_LE(cmaps->size(), (size_t)num_cmaps_attr->IntValue()); in TEST_P()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dverify_os2.cc83 for (size_t i = 0; i < panose.size(); ++i) { in VerifyOS_2()
95 for (size_t i = 0; i < vend_id.size(); ++i) { in VerifyOS_2()
/third_party/python/Include/internal/
H A Dpycore_asdl.h56 size_t n; \
59 (size && (((size_t)size - 1) > (SIZE_MAX / sizeof(void *))))) { \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h36 CVRecord(const RecordPrefix *P, size_t Size) in CVRecord()
80 size_t RealLen = Prefix->RecordLen + 2; in forEachCodeViewRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h93 size_t size() const { return Ranges.size(); } in size()
97 const AddressRange &operator[](size_t i) const { in operator []()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h79 size_t Offset(size_t(&((ItemParentClass*)nullptr->*ItemParentClass:: in getListOwner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h109 size_t ReadCount = peekTokens(Buf, ShouldSkipSpace); in peekTok()
118 virtual size_t peekTokens(MutableArrayRef<AsmToken> Buf,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryItemStream.h22 static size_t length(const T &Item) = delete;
93 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter); in translateOffsetIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DExecutionEngine.h88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions);
109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DSymbolTableListTraits.h76 size_t Offset(size_t(&((ItemParentClass*)nullptr->*ItemParentClass:: in getListOwner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPath.h53 size_t Position; ///< The iterators current position within Path.
79 size_t Position; ///< The iterators current position within Path.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h112 size_t smultis;
151 size_t nsub; /* copy of re_nsub */
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dthread.h103 MARL_EXPORT size_t count() const;
106 MARL_EXPORT Core operator[](size_t index) const;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_asm.h78 size_t stackSize,
112 size_t stackSize, in createFiber()
H A Dosfiber_ucontext.h51 size_t stackSize,
83 size_t stackSize, in createFiber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDebugCounter.cpp21 void printOptionInfo(size_t GlobalWidth) const override {
37 size_t NumSpaces = GlobalWidth - Info.first.size() - 8;
H A DGlobPattern.cpp80 size_t End = S.find(']', 2); in scan()
166 for (size_t I = 0, E = S.size(); I < E; ++I) in matchOne()
H A Dregex2.h115 size_t smultis;
154 size_t nsub; /* copy of re_nsub */
H A Dxxhash.cpp47 static uint64_t rotl64(uint64_t X, size_t R) { in rotl64()
72 size_t Len = Data.size(); in xxHash64()
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.h65 void Insert(const std::string& line, size_t before, uint32_t indent);
76 void Insert(const TextBuffer& tb, size_t before, uint32_t indent);
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_unittest.cc68 const size_t kSize = 32 * 1024; in TEST()
73 for (size_t i = 0; i < kSize; ++i) in TEST()
/third_party/skia/tools/
H A DSkMetaData.h102 static Rec* Alloc(size_t);
108 void* set(const char name[], const void* data, size_t len, Type, int count);

Completed in 16 milliseconds

1...<<391392393394395396397398399400>>...799