Searched refs:pad (Results 1 - 25 of 399) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/netinet/
H A Dip_input.c1228 u_char pad[32]; member in struct:sdlbuf
H A Dsctp_output.c6126 * Place in the size, but we don't include the last pad (if any) in
7655 /* Now advance the chk->send_size by the actual pad needed. */
7657 /* need a pad */
9047 int pad; local
9058 if ((pad = (plen % 4)) > 0) {
9059 pad = 4 - pad;
9061 if (pad > 0) {
9062 if (sctp_pad_lastmbuf(cookie, pad, NULL) == NULL) {
11793 * Need to worry about the pad w
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c1328 int k, pad, vlen; local
1330 /* Zero-pad any alignment bytes */
1331 pad = ng_parse_get_elem_pad(type, index, ctype, blen);
1332 for (k = 0; k < pad; k++) {
1404 /* Skip any alignment pad bytes */
/freebsd-11-stable/sys/kern/
H A Dsubr_sbuf.c857 sbuf_end_section(struct sbuf *s, ssize_t old_len, size_t pad, int c) argument
866 if (pad > 1) {
867 len = roundup(s->s_sect_len, pad) - s->s_sect_len;
H A Dvfs_syscalls.c1703 int pad; member in struct:lseek_args
1752 /* Version with the 'pad' argument */
3010 int pad; member in struct:truncate_args
3083 /* Versions with the pad argument */
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_enc.c658 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) argument
660 if (pad)
H A Devp.h289 * FIPS and pad options are ignored in 1.0.0, definitions are here so we
695 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1101 int val, len, val2, pad, optval;
1142 for (pad = 4 - (len & 3); pad; pad--) {
1178 int pad;
1183 * pad out so that we have a multiple of 4 bytes in size fo the
1188 for (pad = 3 - (canip->ah_optlen & 3); pad; pad--) {
1196 for (pad
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c588 * Usage : !pad
591 * COMPAT : -pad/-no-pad
595 unsigned int pad:1; member in struct:iso_option
1152 iso9660->opt.pad = OPT_PAD_DEFAULT;
1454 if (strcmp(key, "pad") == 0) {
1455 iso9660->opt.pad = value != NULL;
1989 if (iso9660->opt.pad)
2093 if (iso9660->opt.pad) {
4151 if (iso9660->opt.pad !
[all...]
H A Darchive_write_set_format_cpio_newc.c228 int pad; local
343 pad = PAD4(pathlength + c_header_size);
344 if (pad) {
345 ret = __archive_write_output(a, "\0\0\0", pad);
362 pad = PAD4(strlen(p));
363 ret = __archive_write_output(a, "\0\0\0", pad);
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c149 {"pad-to", required_argument, NULL, ECP_PAD_TO},
497 if (sec->pad != NULL)
498 free(sec->pad);
1491 --pad-to=ADDRESS Pad the output object up to the given address.\n\
H A Delfcopy.h124 uint8_t *pad; /* section padding */ member in struct:section
H A Dsections.c868 if ((s->pad = malloc(s->pad_sz)) == NULL)
870 memset(s->pad, ecp->fill, s->pad_sz);
878 od->d_buf = s->pad;
986 /* Count padding bytes added through --pad-to. */
1005 /* Apply padding added by --pad-to. */
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c4020 struct mlx5_wqe_eth_pad *pad; local
4022 pad = seg;
4023 memset(pad, 0, sizeof(struct mlx5_wqe_eth_pad));
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.h81 uint8_t Checksum; /* checksum pad */
495 uint8_t pad[56]; /* I don't think intel knows what a member in struct:__anon165::__anon166::__anon167
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2607 char pad[sizeof(kmp_lock_t)]; // padding to maintain performance on big iron member in struct:kmp_base_team
2877 extern int __kmp_stkpadding; /* Should we pad root thread(s) stack */
/freebsd-11-stable/sys/netipsec/
H A Dxform_esp.c124 * + max pad length
125 * + sizeof (pad length field)
590 /* Verify pad length */
672 unsigned char *pad; local
788 pad = (u_char *) m_pad(m, padding + alen);
789 if (pad == NULL) {
804 (void) read_random(pad, padding - 2);
807 bzero(pad, padding - 2);
811 pad[i] = i+1;
816 pad[paddin
[all...]
H A Dipsec_mbuf.c174 int len, pad; local
178 DPRINTF(("%s: pad length invalid (%d)\n", __func__, n));
184 pad = n;
216 if (pad > M_TRAILINGSPACE(m0)) {
231 m0->m_len += pad;
232 m->m_pkthdr.len += pad;
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h232 int pad[4]; /* for future expansion */ member in struct:session2_op
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp4206 // GCC for big-endian PPC32 inserts the pad before the first member,
8353 void pad(uint64_t ToSize) {
8386 pad(Offset);
8412 pad(ElemOffset);
8476 CB.pad(llvm::alignTo(CB.DL.getTypeSizeInBits(StrTy), 64));
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c360 __be32 pad[3]; member in struct:cma_ip_addr::__anon20
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c1709 d.pad = 0;
1788 d.pad = 0;
1854 d.pad = 0;
1998 d.pad = 0;
2036 d.pad = 0;
2079 d.pad = 0;
7588 d.pad = 0;
/freebsd-11-stable/contrib/file/src/
H A Dfile.c93 nopad = 0, /* Don't pad output */
625 int comma, pad; local
639 pad = (int)CAST(int, p - sp - 1);
647 fprintf(stdout, ",\n%*s", pad, "");
657 fprintf(stdout, "\n%*s", pad, "");
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1979 req->pad = 0;
2180 req->pad = 0; /* complete solid 16-byte block */
2189 /* pad runts to 60 bytes */
2199 req->pad = 0; /* complete solid 16-byte block */
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c337 uint8_t pad[2]; member in struct:sa_in6

Completed in 707 milliseconds

1234567891011>>