/third_party/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 53 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 D | ftsystem.c | 76 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 D | pshints.h | 77 size_t bitCount; 78 size_t byteCount;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/ |
H A D | cmap_basic_test.cc | 84 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 D | verify_os2.cc | 83 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 D | pycore_asdl.h | 56 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 D | CVRecord.h | 36 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 D | Range.h | 93 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 D | SymbolTableListTraits.h | 79 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 D | MCAsmLexer.h | 109 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 D | BinaryItemStream.h | 22 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 D | ExecutionEngine.h | 88 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 D | SymbolTableListTraits.h | 76 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 D | Path.h | 53 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 D | regex2.h | 112 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 D | thread.h | 103 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 D | osfiber_asm.h | 78 size_t stackSize, 112 size_t stackSize, in createFiber()
|
H A D | osfiber_ucontext.h | 51 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 D | DebugCounter.cpp | 21 void printOptionInfo(size_t GlobalWidth) const override { 37 size_t NumSpaces = GlobalWidth - Info.first.size() - 8;
|
H A D | GlobPattern.cpp | 80 size_t End = S.find(']', 2); in scan() 166 for (size_t I = 0, E = S.size(); I < E; ++I) in matchOne()
|
H A D | regex2.h | 115 size_t smultis; 154 size_t nsub; /* copy of re_nsub */
|
H A D | xxhash.cpp | 47 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 D | text_generator.h | 65 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 D | compression_utils_unittest.cc | 68 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 D | SkMetaData.h | 102 static Rec* Alloc(size_t); 108 void* set(const char name[], const void* data, size_t len, Type, int count);
|