/third_party/skia/third_party/externals/zlib/ |
H A D | gzguts.h | 180 unsigned size; /* buffer size, zero if not allocated yet */ member
|
H A D | inflate.c | 345 unsigned low, size; in makefixed() local [all...] |
/third_party/skia/tools/debugger/ |
H A D | JsonWriteBuffer.cpp | 17 void JsonWriteBuffer::writePad32(const void* data, size_t size) { in writePad32() argument 28 void JsonWriteBuffer::writeByteArray(const void* data, size_t size) { in writeByteArray() argument
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.cpp | 62 static void encode_to_base64(const void* data, size_t size, FILE* out) { in encode_to_base64() argument 96 static void dump_output(const void* data, size_t size, in dump_output() argument 299 auto size in main() local [all...] |
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 65 SkEventTracer::Handle ChromeTracingTracer::appendEvent(const void* data, size_t size) { in appendEvent() argument 93 int size = static_cast<int>(sizeof(TraceEvent) + numArgs * sizeof(TraceEventArg)); in addTraceEvent() local [all...] |
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 124 void ImGuiLayer::skiaWidget(const ImVec2& size, SkiaWidgetFunc func) { in skiaWidget() argument
|
/third_party/spirv-tools/source/ |
H A D | enum_set.h | 318 size_t size() const { return size_; } in size() function in spvtools::EnumSet [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | dictionarydata.cpp | 170 int32_t i, offset, size; in udict_swap() local
|
H A D | ucol_swp.cpp | 342 int32_t size; swapFormatVersion4() local [all...] |
H A D | umapfile.cpp | 277 int32_t size = 0; in umap_fsize() local
|
H A D | uniset.cpp | 317 int32_t UnicodeSet::size(void) const { in size() function in UnicodeSet [all...] |
H A D | ustr_wcs.cpp | 39 u_growAnyBufferFromStatic(void *context, void **pBuffer, int32_t *pCapacity, int32_t reqCapacity, int32_t length, int32_t size) u_growAnyBufferFromStatic() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 167 size_t size() { return List.size(); } in size() function in llvm::AllocatorList
|
H A D | ArrayRef.h | 158 size_t size() const { return Length; } in size() function in llvm::ArrayRef [all...] |
H A D | DenseSet.h | 75 size_type size() const { return TheMap.size(); } in size() function in llvm::detail::DenseSetImpl
|
H A D | IntervalMap.h | 512 unsigned size() const { return pip.getInt() + 1; } in size() function in llvm::IntervalMapImpl::NodeRef [all...] |
H A D | SmallPtrSet.h | 92 size_type size() const { return NumNonEmpty - NumTombstones; } in size() function in llvm::SmallPtrSetImplBase [all...] |
H A D | SparseMultiSet.h | 335 size_type size() const { size() function in llvm::SparseMultiSet [all...] |
H A D | simple_ilist.h | 134 LLVM_NODISCARD size_type size() const { in size() function in llvm::simple_ilist
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 194 inline unsigned size() const { return (unsigned)CalledFunctions.size(); } in size() function in llvm::CallGraphNode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 203 size_t size() const { return Map->size(); } in size() function in llvm::msgpack::MapDocNode 223 size_t size() const { return Array->size(); } in size() function in llvm::msgpack::ArrayDocNode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalUnion.h | 181 unsigned size() const { return Size; } in size() function in llvm::LiveIntervalUnion::Array
|
H A D | LiveRangeEdit.h | 161 unsigned size() const { return NewRegs.size() - FirstNew; } in size() function in llvm::LiveRangeEdit
|
/third_party/toybox/kconfig/ |
H A D | confdata.c | 420 int size = slash - name + 1; in conf_write() local
|
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 45 static int getindex(char *src, int size) in getindex() argument
|