Searched refs:Footer (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkArenaAlloc.cpp | 27 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 …]
|
D | SkArenaAlloc.h | 83 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/ |
D | SkArenaAlloc.cpp | 20 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()
|
D | SkArenaAlloc.h | 131 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/ |
D | Footer.js | 19 const Footer = () => { function 23 Footer Text 29 export default Footer
|
/third_party/zlib/contrib/ada/ |
D | zlib.adb | 645 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/ |
D | grid_title_test.dart | 29 title: const Text('Footer'), 36 expect(find.text('Footer'), findsOneWidget);
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_02.txt | 125 Content-description: Digest Footer
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | id3v2.4.0-structure.txt | 114 | Footer (10 bytes, OPTIONAL) | 165 d - Footer present
|
/third_party/lz4/doc/ |
D | lz4_Frame_format.md | 402 1.6.1 : introduced terms "LZ4 Frame Header" and "LZ4 Frame Footer"
|
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 67 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/ |
D | main.ca7ac06f.min.css.map | 1 …Footer color shades\n --md-footer-fg-color: hsla(0, 0%, 100%, 1);\n --md-footer…
|
D | palette.f1a3b89f.min.css.map | 1 …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/ |
D | diagnostics.dart | 360 /// Footer to add as its own line at the end of a non-root node. 366 /// Footer to add even for root nodes.
|