Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/usr.bin/mkimg/
H A Dvhd.c199 vhd_make_footer(struct vhd_footer *footer, uint64_t image_size, in vhd_make_footer() argument
204 memset(footer, 0, sizeof(*footer)); in vhd_make_footer()
205 be64enc(&footer->cookie, VHD_FOOTER_COOKIE); in vhd_make_footer()
206 be32enc(&footer->features, VHD_FEATURES_RESERVED); in vhd_make_footer()
207 be32enc(&footer->version, VHD_VERSION); in vhd_make_footer()
208 be64enc(&footer->data_offset, data_offset); in vhd_make_footer()
209 be32enc(&footer->timestamp, vhd_timestamp()); in vhd_make_footer()
210 be32enc(&footer->creator_tool, VHD_CREATOR_TOOL); in vhd_make_footer()
211 be32enc(&footer->creator_version, VHD_CREATOR_VERSION); in vhd_make_footer()
212 be32enc(&footer->creator_os, VHD_CREATOR_OS); in vhd_make_footer()
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_rec_gcm.c83 unsigned char footer[16]; in do_tag() local
97 br_enc64be(footer, (uint64_t)(sizeof header) << 3); in do_tag()
98 br_enc64be(footer + 8, (uint64_t)len << 3); in do_tag()
102 cc->gh(tag, cc->h, footer, sizeof footer); in do_tag()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp486 __chunk_footer* footer = (__chunk_footer*)(end); in do_allocate()
487 footer->__next_ = __chunks_; in do_allocate()
488 footer->__start_ = start; in do_allocate()
489 footer->__cur_ = end; in do_allocate()
490 footer->__align_ = align; in do_allocate()
491 __chunks_ = footer; in do_allocate()
485 __chunk_footer* footer = (__chunk_footer*)(end); do_allocate() local
/freebsd/crypto/openssh/
H A DPROTOCOL.sshsig9 encoded blob, and a footer.
12 followed by a newline. The footer is the string
17 Likewise, the footer MUST be present at the end of every
/freebsd/contrib/expat/doc/
H A Dstyle.css43 /* Resemble style of <footer> which is not part of xhtml1-strict */
44 .footer {
/freebsd/usr.sbin/ntp/doc/drivers/scripts/
H A DMakefile7 FILES= footer.txt style.css
/freebsd/crypto/heimdal/doc/
H A Dhx509.din13 HTML_FOOTER = "@srcdir@/footer.html"
H A Dkrb5.din13 HTML_FOOTER = "@srcdir@/footer.html"
H A Dwind.din13 HTML_FOOTER = "@srcdir@/footer.html"
H A Dgssapi.din13 HTML_FOOTER = "@srcdir@/footer.html"
H A Dhcrypto.din14 HTML_FOOTER = "@srcdir@/footer.html"
H A Dntlm.din14 HTML_FOOTER = "@srcdir@/footer.html"
H A DMakefile.am120 footer.html \
/freebsd/usr.sbin/ntp/doc/scripts/
H A DMakefile8 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c2082 int base, footer; in lzx_decode_init() local
2117 for (footer = 0; footer < 18; footer++) in lzx_decode_init()
2118 base_inc[footer] = 1 << footer; in lzx_decode_init()
2119 base = footer = 0; in lzx_decode_init()
2122 if (footer == 0) in lzx_decode_init()
2125 base += base_inc[footer]; in lzx_decode_init()
2126 if (footer < 17) { in lzx_decode_init()
2127 footer = -2; in lzx_decode_init()
2129 footer++; in lzx_decode_init()
2130 if (footer <= 0) in lzx_decode_init()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp294 const char *footer) { in HandleLastUse() argument
306 LLVM_DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
340 LLVM_DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
H A DAggressiveAntiDepBreaker.h173 const char *footer = nullptr);
/freebsd/contrib/file/magic/Magdir/
H A Dapache11 # Important information is in file footer, which we can't index to :(
/freebsd/contrib/ntp/html/drivers/scripts/
H A Dstyle.css18 div.footer {text-align: center;
/freebsd/contrib/ntp/html/scripts/
H A Dstyle.css18 div.footer {text-align: center;
/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/
H A Dllvm.css127 div.footer {
136 div.footer a {
/freebsd/contrib/lua/doc/
H A Dlua.css92 .footer {
/freebsd/contrib/mandoc/
H A Dterm_ps.c88 size_t footer; /* footer pos (AFM units) */ member
616 p->ps->footer = (marginy / 2) - (lineheight / 2); in pspdf_alloc()
876 p->ps->psrow = p->ps->footer; in ps_begin()
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss117 .main .footer { class
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp361 const char *footer, bool show_optional, Stream &strm) { in PrintOption() argument
390 if (footer && footer[0]) in PrintOption()
391 strm.PutCString(footer); in PrintOption()

12