Home
last modified time | relevance | path

Searched refs:Footer (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/core/
DSkArenaAlloc.cpp27 if (size < sizeof(Footer)) {
51 Footer encodedFooter = (actionInt << 6) | padding; in installFooter()
52 memmove(fCursor, &encodedFooter, sizeof(Footer)); in installFooter()
53 fCursor += sizeof(Footer); in installFooter()
64 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(int32_t)); in SkipPod()
72 Footer footer; in RunDtorsOnBlock()
73 memcpy(&footer, footerEnd - sizeof(Footer), sizeof(Footer)); in RunDtorsOnBlock()
83 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(char*)); in NextBlock()
98 constexpr uint32_t headerSize = sizeof(Footer) + sizeof(ptrdiff_t); in ensureSpace()
104 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace()
[all …]
DSkArenaAlloc.h83 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment); in make()
90 char* objStart = objEnd - (sizeof(T) + sizeof(Footer)); in make()
146 using Footer = int64_t; variable
184 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in commonArrayAlloc()
196 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(uint32_t)); in commonArrayAlloc()
/third_party/skia/src/core/
DSkArenaAlloc.cpp20 if (size < sizeof(Footer)) {
41 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(int32_t)); in SkipPod()
52 memcpy(&action, footerEnd - sizeof( Footer), sizeof( action)); in RunDtorsOnBlock()
60 char* objEnd = footerEnd - (sizeof(char*) + sizeof(Footer)); in NextBlock()
70 constexpr uint32_t headerSize = sizeof(Footer) + sizeof(ptrdiff_t); in ensureSpace()
72 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace()
108 skipOverhead = sizeof(Footer) + sizeof(uint32_t); in allocObjectWithFooter()
DSkArenaAlloc.h131 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment);
138 char* objStart = objEnd - (sizeof(T) + sizeof(Footer));
197 struct Footer { struct
249 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in allocUninitializedArray()
262 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(uint32_t)); in allocUninitializedArray()
/third_party/node/deps/npm/docs/src/components/home/
DFooter.js19 const Footer = () => { function
23 Footer Text ��
29 export default Footer
/third_party/zlib/contrib/ada/
Dzlib.adb645 Footer : Footer_Array; variable
647 Put_32 (Footer, Filter.CRC);
648 Put_32 (Footer (Footer'First + 4 .. Footer'Last),
650 Add_Data (Footer);
/third_party/flutter/flutter/packages/flutter/test/material/
Dgrid_title_test.dart29 title: const Text('Footer'),
36 expect(find.text('Footer'), findsOneWidget);
/third_party/python/Lib/test/test_email/data/
Dmsg_02.txt125 Content-description: Digest Footer
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2.4.0-structure.txt114 | Footer (10 bytes, OPTIONAL) |
165 d - Footer present
/third_party/lz4/doc/
Dlz4_Frame_format.md402 1.6.1 : introduced terms "LZ4 Frame Header" and "LZ4 Frame Footer"
/third_party/ffmpeg/libavformat/
Dmxfdec.c67 Footer enumerator
723 partition->type = Footer; in mxf_read_partition_pack()
731 partition->closed = partition->type == Footer || !(uid[14] & 1); in mxf_read_partition_pack()
/third_party/freetype/docs/reference/assets/stylesheets/
Dmain.ca7ac06f.min.css.map1Footer color shades\n --md-footer-fg-color: hsla(0, 0%, 100%, 1);\n --md-footer…
Dpalette.f1a3b89f.min.css.map1 …ition-bg-color: hsla(var(--md-hue), 0%, 100%, 0.025);\n\n // Footer color shades\n …
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart360 /// Footer to add as its own line at the end of a non-root node.
366 /// Footer to add even for root nodes.