Home
last modified time | relevance | path

Searched refs:size_t (Results 8551 - 8575 of 19316) sorted by relevance

1...<<341342343344345346347348349350>>...773

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.h54 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 Dosfiber_windows.h40 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 DStringExtras.cpp22 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 DHexagonMCCodeEmitter.h44 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 DIceTimerTree.h55 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 Dmutator_cache.cc21 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 Dtype_manager_test.cc26 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 Dfold_trivial_single_use_lets.cc58 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 DStats.h66 const size_t bar = (size_t)(s + 0.5); in Stats()
H A Drandom_parse_path.cpp51 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 Dgetfattr.c33 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 Dgzip_stream.h98 size_t output_buffer_length_;
183 size_t input_buffer_length_;
H A Dio_win32.h73 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 Dprotobuf.c41 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 Draop-client.h76 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 Delf_mem_image.h123 size_t strsize_;
124 size_t verdefnum_;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.cc35 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 Dexplicit_seed_seq.h67 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 DStreamReader.h103 virtual size_t readFloatArray(const char label[], float dst[], size_t count) = 0;
/third_party/skia/modules/androidkit/src/
H A DFontChainAdapter.cpp28 size_t count() const override {
32 sk_sp<SkTypeface> operator[](size_t index) const override {
/third_party/skia/docs/examples/
H A DSkImage_to_PPM_ascii.cpp8 size_t s = data->size(); in REG_FIDDLE()
11 int l = (int)std::min(s, (size_t)1024); in REG_FIDDLE()
H A DSkImage_to_PPM_binary.cpp8 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 Dblurcircles.cpp52 for (size_t i = 0; i < kNumBlurs; ++i) {
55 for (size_t j = 0; j < SK_ARRAY_COUNT(circleRadii); ++j) {
H A Dtextblobcolortrans.cpp82 size_t count = SK_ARRAY_COUNT(colors);
83 size_t colorIndex = 0;
H A Dthinstrokedrects.cpp54 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {
69 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {

Completed in 16 milliseconds

1...<<341342343344345346347348349350>>...773