/freebsd/usr.bin/mkimg/ |
H A D | vhd.c | 199 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 D | ssl_rec_gcm.c | 83 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 D | memory_resource.cpp | 486 __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 D | PROTOCOL.sshsig | 9 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 D | style.css | 43 /* Resemble style of <footer> which is not part of xhtml1-strict */ 44 .footer {
|
/freebsd/usr.sbin/ntp/doc/drivers/scripts/ |
H A D | Makefile | 7 FILES= footer.txt style.css
|
/freebsd/crypto/heimdal/doc/ |
H A D | hx509.din | 13 HTML_FOOTER = "@srcdir@/footer.html"
|
H A D | krb5.din | 13 HTML_FOOTER = "@srcdir@/footer.html"
|
H A D | wind.din | 13 HTML_FOOTER = "@srcdir@/footer.html"
|
H A D | gssapi.din | 13 HTML_FOOTER = "@srcdir@/footer.html"
|
H A D | hcrypto.din | 14 HTML_FOOTER = "@srcdir@/footer.html"
|
H A D | ntlm.din | 14 HTML_FOOTER = "@srcdir@/footer.html"
|
H A D | Makefile.am | 120 footer.html \
|
/freebsd/usr.sbin/ntp/doc/scripts/ |
H A D | Makefile | 8 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_cab.c | 2082 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 D | AggressiveAntiDepBreaker.cpp | 294 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 D | AggressiveAntiDepBreaker.h | 173 const char *footer = nullptr);
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | apache | 11 # Important information is in file footer, which we can't index to :(
|
/freebsd/contrib/ntp/html/drivers/scripts/ |
H A D | style.css | 18 div.footer {text-align: center;
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | style.css | 18 div.footer {text-align: center;
|
/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/ |
H A D | llvm.css | 127 div.footer { 136 div.footer a {
|
/freebsd/contrib/lua/doc/ |
H A D | lua.css | 92 .footer {
|
/freebsd/contrib/mandoc/ |
H A D | term_ps.c | 88 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 D | main.scss | 117 .main .footer { class
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 361 const char *footer, bool show_optional, Stream &strm) { in PrintOption() argument 390 if (footer && footer[0]) in PrintOption() 391 strm.PutCString(footer); in PrintOption()
|