/freebsd/crypto/openssl/util/ |
H A D | other.syms | 12 ADMISSION_SYNTAX datatype 13 ADMISSIONS datatype 14 ASN1_AUX datatype 15 ASN1_aux_cb datatype 16 ASN1_aux_const_cb datatype 17 ASN1_ex_d2i datatype 18 ASN1_ex_d2i_ex datatype 19 ASN1_ex_free_func datatype 20 ASN1_ex_i2d datatype 21 ASN1_ex_new_func datatype [all …]
|
H A D | other-internal.syms | 1 ossl_cmp_allow_unprotected_cb_t datatype
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | nifty | 32 >>70 use nifti-datatype-le 41 >>70 use \^nifti-datatype-le 56 >>12 use nifti-datatype-le 65 >>12 use \^nifti-datatype-le 79 0 name nifti-datatype-le 81 >0 leshort =1 \b, binary datatype 82 >0 leshort =2 \b, uint8 datatype 83 >0 leshort =4 \b, int16 datatype 84 >0 leshort =8 \b, int32 datatype 85 >0 leshort =16 \b, float32 datatype [all …]
|
H A D | iff | 53 >8 string DTYP \b, DTYP datatype description
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormatsF2.td | 20 class F2_XYZ<bits<5> datatype, bits<6> sop, string opcodestr, dag outs, dag ins, 29 let Inst{15-11} = datatype; 56 class F2_XZ<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op, SDNode opnode> 57 : F2_XYZ<datatype, sop, !strconcat(op, "\t$vrz, $vrx"), 61 class F2_XZ_SET<bits<5> datatype, RegisterOperand regtype, bits<6> sop, string op> 62 : F2_XYZ<datatype, sop, !strconcat(op, "\t$vrz, $vrx"), 66 class F2_XZ_P<bits<5> datatype, bits<6> sop, string op, list<dag> pattern = [], 68 : F2_XYZ<datatype, sop, op#"\t$vrz, $vrx", outs, ins, pattern>; 71 multiclass F2_XZ_RM<bits<5> datatype, bits<4> sop, string op, dag outs, dag ins> { 72 def _RN : F2_XZ_P<datatype, {sop, 0b00}, op#".rn", [], outs, ins>; [all …]
|
H A D | CSKYInstrFormatsF1.td | 17 class F_XYZ_BASE<bits<5> datatype, bits<6> sop, dag outs, dag ins, string opcodestr, list<dag> patt… 24 let Inst{15 - 11} = datatype; 29 class F_XZ_GF<bits<5> datatype, bits<6> sop, dag outs, dag ins, string opcodestr, list<dag> pattern> 35 let Inst{15 - 11} = datatype; 40 class F_XZ_FG<bits<5> datatype, bits<6> sop, dag outs, dag ins, string opcodestr, list<dag> pattern> 46 let Inst{15 - 11} = datatype; 60 class F_XZ<bits<5> datatype, bits<6> sop, string op, string op_su, PatFrag opnode, RegisterOperand … 61 …: F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx), !strconcat(op#op_su, "\t$vrz,… 64 class F_MOV<bits<5> datatype, bits<6> sop, string op, string op_su, RegisterOperand regtype> 65 …: F_XYZ_BASE<datatype, sop, (outs regtype:$vrz), (ins regtype:$vrx), !strconcat(op#op_su, "\t$vrz,… [all …]
|
/freebsd/sys/sys/ |
H A D | assym.h | 51 #define OFFSYM(name, parenttype, datatype) \ argument 52 char __assym_offset__ ## parenttype ## __ ## name ## __ ## datatype [offsetof(struct parenttype, na… 53 CTASSERT(__builtin_types_compatible_p(__typeof(((struct parenttype *)(0x0))-> name), datatype)); \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
H A D | bclone_common.kshlib | 120 typeset -r datatype=$1 132 log_note "Testing file copy with datatype $datatype, file size $filesize, embedded $embedded" 140 case $datatype in 142 if [[ $datatype = "random" ]]; then 167 log_fail "Unknown datatype $datatype"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_fromdata.pod | 224 const char *datatype = NULL; 228 datatype = "integer"; 231 datatype = "unsigned integer"; 234 datatype = "printable string (utf-8 encoding expected)"; 237 datatype = "printable string pointer (utf-8 encoding expected)"; 240 datatype = "octet string"; 243 datatype = "octet string pointer"; 246 printf("%s : %s ", settable_params->key, datatype);
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | adv_data.c | 65 uint8_t datatype = advdata[++n]; in print_adv_data() local 69 switch (datatype) { in print_adv_data() 175 datatype, in print_adv_data()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 302 #define is_signed(datatype) (((datatype)-1 / (datatype)2) == (datatype)0) argument
|
/freebsd/contrib/unbound/util/data/ |
H A D | msgparse.c | 396 sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, in change_rrsig_rrset() argument 400 hashvalue_type hash = pkt_hash_rrset(pkt, sigset->dname, datatype, in change_rrsig_rrset() 403 log_assert( datatype != LDNS_RR_TYPE_RRSIG ); in change_rrsig_rrset() 407 datatype, sigset->rrset_class, hash, rrset_flags, in change_rrsig_rrset() 432 dataset->type = datatype; in change_rrsig_rrset()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | vdev.c | 112 vdev_pwrite_data(zfs_opt_t *zfs, uint8_t datatype, uint8_t cksumtype, in vdev_pwrite_data() argument 121 blkptr_set(bp, loc, sz, datatype, level, fill, cksumtype, &cksum); in vdev_pwrite_data()
|
H A D | zfs.h | 149 void vdev_pwrite_data(zfs_opt_t *zfs, uint8_t datatype, uint8_t cksumtype,
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 2441 typeset datatype=$2 2445 if [[ $datatype != "fs" && $datatype != "vol" ]]; then 2446 log_fail "$datatype is not supported." 2454 if [[ $datatype == "vol" ]]; then
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 1750 data_type_t datatype = nvpair_type(elem); in zprop_parse_value() local 1777 if (datatype != DATA_TYPE_STRING) { in zprop_parse_value() 1796 if (datatype == DATA_TYPE_STRING) { in zprop_parse_value() 1805 } else if (datatype == DATA_TYPE_UINT64) { in zprop_parse_value() 1888 if (datatype != DATA_TYPE_STRING) { in zprop_parse_value()
|
/freebsd/contrib/file/src/ |
H A D | BNF | 72 numeric = ( numtype | datatype ) [ nummask ]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 3436 int datatype, 3652 int datatype, 3674 UNUSED_ARG(datatype); in cookedprint() 3678 statustoa(datatype, status)); in cookedprint() 3712 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) { in cookedprint() 3440 rawprint(int datatype,size_t length,const char * data,int status,int quiet,FILE * fp) rawprint() argument 3656 cookedprint(int datatype,size_t length,const char * data,int status,int quiet,FILE * fp) cookedprint() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrConv.td | 10 /// WebAssembly datatype conversions, truncations, reinterpretations,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 2593 typeset datatype=$2 2597 if [[ $datatype != "fs" && $datatype != "vol" ]]; then 2598 log_fail "$datatype is not supported." 2606 if [[ $datatype == "vol" ]]; then
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1665 /// and is legal for any instruction which accepts 'i32' as a datatype suffix.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 3178 int MPI_Send(void *buf, int count, MPI_Datatype datatype /*, other args omitted */) 3246 int MPI_Send(void *buf, int count, MPI_Datatype datatype /*, other args omitted */) 3319 int MPI_Send(void *buf, int count, MPI_Datatype datatype, ...) 3351 int MPI_Send(void *buf, int count, MPI_Datatype datatype, ...)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 2412 // Same as N2V except it doesn't have a datatype suffix.
|
/freebsd/contrib/ncurses/ |
H A D | configure | 21213 echo "$as_me:21213: checking for signal global datatype" >&5 21214 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6
|
H A D | aclocal.m4 | 8070 AC_MSG_CHECKING(for signal global datatype) 8097 …" != no && AC_DEFINE_UNQUOTED(SIG_ATOMIC_T, $cf_cv_sig_atomic_t,[Define to signal global datatype])
|