Searched refs:padding (Results 126 - 137 of 137) sorted by relevance

123456

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl28 # Shorter vector support is implemented by zero-padding ap and np
32 # The reason for padding is that inputs shorter than 512 bits won't
414 // load input vectors padding them to 8 elements
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c646 /* padding and also room for future extensions */
647 char padding[GROUP_BLOCK_SIZE - sizeof(group_header_t) member in struct:entry_group_t
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1560 kmp_int32 parm2; // make no real change at least while padding is off.
1707 // was occurring and this padding helps alleviate the problem.
1708 char padding[64]; member in struct:dispatch_shared_info
1890 padding was added to pthread_cond_t which caused the initialization routine
2306 // Make sure padding above worked
2607 char pad[sizeof(kmp_lock_t)]; // padding to maintain performance on big iron
2676 // padding serves to fix the performance of epcc 'parallel' and 'barrier' when
2677 // CACHE_LINE=64. TODO: investigate more and get rid if this padding.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c301 uint8_t padding : 6; member in struct:generic_header
H A Darchive_read_support_format_tar.c345 /* Any remaining characters must be space or NUL padding. */
2328 char padding[7]; member in struct:extended
2441 * padding to the body of the file when using this format. GNU tar
2847 /* '=' or '_' padding indicates final group. */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2222 // itimerval can contain padding that may be legitimately uninitialized
2596 // There is padding in in_addr that may make this too noisy
6472 // Can't check dstaddr as it may have uninitialized padding at the end.
9658 // ex. as padding in structs.
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h3556 uint8_t reserved0 /* resreved for padding */;
3558 uint32_t reserved1 /* resreved for padding */;
7027 uint32_t padding[8]; member in struct:eth_end_agg_rx_cqe
7076 uint32_t padding[5]; member in struct:eth_fast_path_rx_cqe
9999 uint8_t exp_padding_2b /* Number of padding bytes not yet processed */;
10005 uint8_t exp_padding_2b /* Number of padding bytes not yet processed */;
12688 uint8_t padding[16] /* padding to 64 byte aligned */; member in struct:tstorm_toe_st_aligned_context
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h7976 uint8_t padding[14]; // Padding - ignored on read
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c2172 * vfs that would still be fine, since they passed '0' as padding].
4238 "VF[%02x]: unknown TLV. type %04x length %04x padding %08x reply address %llu\n",
4242 mbx->first_tlv.padding,
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c2406 cbp->padding = 1; /* (do) pad short tx packets */
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1824 // In C++, objects can sometimes be allocated into the tail padding
2565 // have tail padding, so just make sure there isn't an error.
2632 // implementation-defined. [ Note: If a type has padding
7388 uint64_t padding = CurLayObj->first - CurOffs; local
7393 // taking into account alignment, we could make padding explicit in the
7396 CurOffs += padding;
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure764 --enable-bsdpad recognize BSD-style prefix padding
792 --enable-no-padding compile with $NCURSES_NO_PADDING code
7200 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding
7201 echo "$as_me:7201: checking if tputs should process BSD-style prefix padding" >&5
7202 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6
11132 # Check whether --enable-no-padding or --disable-no-padding was given.

Completed in 401 milliseconds

123456