/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_packon.h | 38 * Turns on byte packing, which is necessary for passing information from 43 /****h* Component Library/Structure Packing 45 * Structure Packing 48 * The structure packing header files allow packing structures on byte 51 * Structure packing should be used whenever a structure is transmitted 53 * they are not packed. Packing a structure that is not transmitted between
|
H A D | cl_packoff.h | 38 * Turns off byte packing, which is necessary for passing information from
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VECustomDAG.h | 119 enum class Packing { enum 124 // Get the vector or mask register type for this packing and element type. 125 MVT getLegalVectorType(Packing P, MVT ElemVT); 128 Packing getTypePacking(EVT); 189 /// Packing { 192 /// } Packing 201 SDValue getConstantMask(Packing Packing, bool AllTrue) const;
|
H A D | VVPISelLowering.cpp | 61 auto Packing = getTypePacking(LegalVecVT.getSimpleVT()); in lowerToVVP() local 80 Mask = CDAG.getConstantMask(Packing, true); in lowerToVVP() 141 auto Packing = getTypePacking(DataVT); in lowerVVP_LOAD_STORE() local 149 Mask = CDAG.getConstantMask(Packing, true); in lowerVVP_LOAD_STORE() 153 Packing, DataVT.getVectorElementType().getSimpleVT()); in lowerVVP_LOAD_STORE() 188 assert(getTypePacking(DataVT) == Packing::Dense && in splitPackedLoadStore() 206 SDValue UpperPartAVL; // we will use this for packing things back together in splitPackedLoadStore() 262 getLegalVectorType(Packing::Dense, DataVT.getVectorElementType()); 272 auto Packing = getTypePacking(DataVT); in lowerVVP_GATHER_SCATTER() 274 getLegalVectorType(Packing, DataV in lowerVVP_GATHER_SCATTER() 266 auto Packing = getTypePacking(DataVT); lowerVVP_GATHER_SCATTER() local [all...] |
H A D | VECustomDAG.cpp | 34 MVT getLegalVectorType(Packing P, MVT ElemVT) { in getLegalVectorType() 35 return MVT::getVectorVT(ElemVT, P == Packing::Normal ? StandardVectorWidth in getLegalVectorType() 39 Packing getTypePacking(EVT VT) { in getTypePacking() 41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking() 409 SDValue VECustomDAG::getConstantMask(Packing Packing, bool AllTrue) const { in getConstantMask() argument 410 auto MaskVT = getLegalVectorType(Packing, MVT::i1); in getConstantMask() 514 NewMask = getConstantMask(Packing::Normal, true); in getTargetSplitMask()
|
H A D | VEInstrPatternsVec.td | 130 ///// Packing support ///// 144 multiclass Packing<ValueType PackVT> { 158 defm : Packing<v512i32>; 159 defm : Packing<v512f32>;
|
/freebsd/share/man/man5/ |
H A D | core.5 | 151 All file descriptor information can be preserved by disabling packing. 153 Packing is disabled with 163 All vmmap information can be preserved by disabling packing. 166 Packing is disabled with
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_md.h | 70 * Do not enable pointer-packing-related (VMA) optimizations in kernel-space. 77 * The following would be used for pointer-packing tricks, disabled for the
|
H A D | ck_rhs.h | 54 * packing. Mutually exclusive with CK_RHS_MODE_DIRECT.
|
/freebsd/contrib/lib9p/pytest/ |
H A D | sequencer.py | 127 SequenceError: failed while packing 'eggs'=None 131 SequenceError: failed while packing 'eggs'=-1 180 SequenceError: string too long (len=65536) while packing 'spam' 226 'while packing {1!r}'.format(len(sval), self.name)) 232 'while packing {0!r}={1!r}'.format(self.name, val)) 349 Note that some packing may be conditional.
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.rpc | 1 /* tests data packing and unpacking */
|
/freebsd/contrib/libevent/test/ |
H A D | regress.rpc | 1 /* tests data packing and unpacking */
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | ReleaseNotes.rst | 53 * ``--enable-non-contiguous-regions`` option allows automatically packing input 55 region would overflow. This reduces the toil of manually packing regions
|
/freebsd/contrib/libcbor/doc/ |
H A D | doxy_frontpage.md | 19 For details on encoding and packing (could be useful when porting to exotic platforms):
|
/freebsd/contrib/lib9p/ |
H A D | lib9p.h | 108 * requests and packing (encoding) outgoing results. It has its 146 struct l9p_message lr_resp_msg; /* for packing the response */
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_pack.c | 14 /* ASN1 packing and unpacking functions */
|
/freebsd/usr.bin/lastcomm/tests/ |
H A D | values.sh | 68 echo Packing the results.
|
/freebsd/lib/libc/aarch64/ |
H A D | _fpmath.h | 36 /* TODO andrew: Check the packing here */
|
/freebsd/sbin/fdisk/ |
H A D | fdisk_mbr_enc.c | 30 * of correct endianness and packing. These functions do no validation
|
/freebsd/lib/msun/src/ |
H A D | s_rintl.c | 35 /* We also require the usual bias, min exp and expsign packing. */
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_args.h | 60 // indices of type alternatives separately from values and packing the
|
/freebsd/stand/efi/include/arm/ |
H A D | efibind.h | 36 // Make sure we are using the correct packing rules per EFI specification
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | ccompile.h | 97 * structure packing like #pragma pack(1)
|
/freebsd/sys/arm/include/ |
H A D | atags.h | 33 * assume tight packing, but since they are all uint32_t's, I've not
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.cpp | 152 // special logic here. We can just avoid bin packing any of the parameters. in formatFromToken() 174 // have many items (20 or more) or we allow bin-packing of function call in precomputeFormattingInfos()
|