/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 54 BitcodeReaderValueList(LLVMContext &C, size_t RefsUpperBound) in BitcodeReaderValueList() 56 RefsUpperBound(std::min((size_t)std::numeric_limits<unsigned>::max(), in BitcodeReaderValueList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_windows.h | 40 size_t stackSize, 77 size_t stackSize, in createFiber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | StringExtras.cpp | 22 size_t N = s2.size(), M = s1.size(); in StrInStrNoCase() 25 for (size_t i = 0, e = M - N + 1; i != e; ++i) in StrInStrNoCase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.h | 44 size_t Index = 0; 83 uint32_t parseBits(size_t Last, MCInst const &MCB, MCInst const &MCI) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTimerTree.h | 55 size_t UpdateCount = 0; 92 std::vector<size_t> LeafCounts; /// indexed by TimerIdT
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator_cache.cc | 21 MutatorCache::MutatorCache(size_t max_size) in MutatorCache() 64 size_t MutatorCache::KeyHash::operator()( in operator ()()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | type_manager_test.cc | 26 size_t count(const T& range_loopable) { in count() 27 size_t n = 0; in count()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | fold_trivial_single_use_lets.cc | 58 for (size_t stmt_idx = 0; stmt_idx < stmts.size(); stmt_idx++) { in Run() 71 for (size_t i = stmt_idx; i < stmts.size(); i++) { in Run()
|
/third_party/skia/tools/ |
H A D | Stats.h | 66 const size_t bar = (size_t)(s + 0.5); in Stats()
|
H A D | random_parse_path.cpp | 51 size_t count = atom->size(); in add_comma() 62 size_t count = atom->size(); in add_some_white()
|
/third_party/toybox/toys/pending/ |
H A D | getfattr.c | 33 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr; in do_getfattr() 34 ssize_t (*lister)(const char *, char *, size_t) = listxattr; in do_getfattr()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.h | 98 size_t output_buffer_length_; 183 size_t input_buffer_length_;
|
H A D | io_win32.h | 73 PROTOBUF_EXPORT int read(int fd, void* buffer, size_t size); 76 PROTOBUF_EXPORT int write(int fd, const void* buffer, size_t size);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.c | 41 static VALUE create_frozen_string(const char* str, size_t size, bool binary) { in create_frozen_string() 50 VALUE get_frozen_string(const char* str, size_t size, bool binary) { in get_frozen_string()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.h | 76 void pa_raop_client_get_frames_per_block(pa_raop_client *c, size_t *size); 81 ssize_t pa_raop_client_send_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.h | 123 size_t strsize_; 124 size_t verdefnum_;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace.cc | 35 size_t pos = 0; in ApplySubstitutions() 51 size_t index = subs.size(); in ApplySubstitutions()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | explicit_seed_seq.h | 67 size_t size() const { return state_.size(); } in size() 76 for (size_t index = 0; begin != end; begin++) { in generate()
|
/third_party/skia/experimental/skrive/src/reader/ |
H A D | StreamReader.h | 103 virtual size_t readFloatArray(const char label[], float dst[], size_t count) = 0;
|
/third_party/skia/modules/androidkit/src/ |
H A D | FontChainAdapter.cpp | 28 size_t count() const override { 32 sk_sp<SkTypeface> operator[](size_t index) const override {
|
/third_party/skia/docs/examples/ |
H A D | SkImage_to_PPM_ascii.cpp | 8 size_t s = data->size(); in REG_FIDDLE() 11 int l = (int)std::min(s, (size_t)1024); in REG_FIDDLE()
|
H A D | SkImage_to_PPM_binary.cpp | 8 size_t s = data->size(); in REG_FIDDLE() 10 for (size_t i = 0; i < s; ++i) { in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | blurcircles.cpp | 52 for (size_t i = 0; i < kNumBlurs; ++i) { 55 for (size_t j = 0; j < SK_ARRAY_COUNT(circleRadii); ++j) {
|
H A D | textblobcolortrans.cpp | 82 size_t count = SK_ARRAY_COUNT(colors); 83 size_t colorIndex = 0;
|
H A D | thinstrokedrects.cpp | 54 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) { 69 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {
|