/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | StringTable.h | 28 StringRef operator[](size_t Offset) const { return getString(Offset); } in operator []() 42 const size_t Size = S.Data.size(); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | ArchitectureSet.cpp | 27 size_t ArchitectureSet::count() const { in count() 29 size_t Cnt = 0; in count()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | util.h | 48 size_t size, 63 size_t size,
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | demangler.cc | 23 constexpr size_t kSymbolLen = sizeof(kSymbol) - 1; 35 size_t pos = 0; in Demangle()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | tmpfile_posix.cc | 34 // size_t. Pre-C++20 there the behavior for unsigned-to-signed conversion in TmpFilePath() 39 static_cast<size_t>(std::numeric_limits<int>::max())); in TmpFilePath() 60 bool TmpFile::Append(const void* data, size_t size) const { in Append()
|
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.h | 67 Handle appendEvent(const void* data, size_t size); 74 size_t fCurBlockUsed;
|
/third_party/spirv-tools/include/spirv-tools/ |
H A D | linker.hpp | 92 const size_t* binary_sizes, size_t num_binaries,
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_dead_blocks.cpp | 27 const size_t kMaxTransformationsInOnePass = 100U; 75 for (size_t i = 0; i < std::min(kMaxTransformationsInOnePass, in Apply()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireWGPUDevicePropertiesTests.cpp | 30 size_t sentWGPUDevicePropertiesSize = in TEST_F() 48 size_t sentWGPUDevicePropertiesSize = in TEST_F()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | svolume_arm.c | 48 unsigned rem = PA_ALIGN((size_t) samples) - (size_t) samples; in pa_volume_s16ne_arm()
|
/third_party/python/Modules/clinic/ |
H A D | _cryptmodule.c.h | 41 if (strlen(word) != (size_t)word_length) { in crypt_crypt() 54 if (strlen(salt) != (size_t)salt_length) { in crypt_crypt()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_array.h | 7 typedef long long size_t; typedef 109 size_t total_size;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | output.cc | 35 size_t to_write = std::min(v.size(), size_); in Write() 48 if (size_t result = std::fwrite(v.data(), 1, v.size(), output_)) { in Write()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.h | 71 static void *Alloc(size_t request) ABSL_ATTRIBUTE_SECTION(malloc_hook); 72 static void *AllocWithArena(size_t request, Arena *arena)
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Selection.h | 36 size_t count() const { return fTextRanges.size(); } in count() 37 DecoratedBlock selected(size_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground, fBackground); } in selected()
|
/third_party/skia/experimental/graphite/src/ |
H A D | ProgramCache.h | 49 size_t count() const { in count() 56 size_t operator()(Combination) const;
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextLineBase.h | 30 virtual size_t getGlyphCount() const = 0;
32 virtual SkRange<size_t> getTextRange() const = 0;
|
/third_party/skia/docs/examples/ |
H A D | IPoint_add_operator.cpp | 7 auto draw_lines = [=](const SkIPoint pts[], size_t count, SkPaint& paint) -> void { in REG_FIDDLE() 8 for (size_t i = 0; i < count - 1; ++i) { in REG_FIDDLE()
|
/third_party/selinux/libsepol/src/ |
H A D | symtab.c | 21 size_t size; in symhash() 27 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in symhash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | pcsc_funcs.h | 17 int scard_get_imsi(struct scard_data *scard, char *imsi, size_t *len); 23 unsigned char *res, size_t *res_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_mpm.h | 28 const struct ieee80211_mgmt *mgmt, size_t len); 35 size_t len) in mesh_mpm_action_rx()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuPlatform.hpp | 54 size_t totalSystemMemory; // #bytes of system memory (heap + HOST_LOCAL) tests must not exceed 63 size_t devicePageTableHierarchyLevels; // Number of levels in device page table hierarchy
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrPrimitivePacket.cpp | 31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter() 54 for (size_t ndx = 0; ndx < m_vpalloc.getNumVertexOutputs(); ++ndx) in EmitVertex()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | pcsc_funcs.h | 17 int scard_get_imsi(struct scard_data *scard, char *imsi, size_t *len); 23 unsigned char *res, size_t *res_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_mpm.h | 28 const struct ieee80211_mgmt *mgmt, size_t len); 35 size_t len) in mesh_mpm_action_rx()
|