/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_intrinsics.h | 21 #define _HLSL_AVAILABILITY(platform, version) \ argument 23 #define _HLSL_AVAILABILITY_STAGE(platform, version, stage) \ argument 28 #define _HLSL_16BIT_AVAILABILITY(platform, version) \ argument 30 #define _HLSL_16BIT_AVAILABILITY_STAGE(platform, version, stage) \ argument
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_sequence.h | 52 unsigned int version; in ck_sequence_read_begin() local 77 ck_sequence_read_retry(const struct ck_sequence *sq, unsigned int version) in ck_sequence_read_retry() 88 #define CK_SEQUENCE_READ(seqlock, version) \ argument
|
/freebsd/contrib/processor-trace/include/ |
H A D | pt_version.h | 38 static inline int pt_fprint_version(FILE *file, struct pt_version version) in pt_fprint_version() 63 static inline int pt_print_version(struct pt_version version) in pt_print_version()
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | prepare.py | 59 def __init__(self, version, rid, platform): argument 83 def __init__(self, version, rid, codename): argument 107 def __init__(self, version, rid, docker_image): argument 143 def __init__(self, version, filename): argument
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_legacy.h | 91 U32 const version = ZSTD_isLegacy(src, srcSize); in ZSTD_getDecompressedSize_legacy() local 126 U32 const version = ZSTD_isLegacy(src, compressedSize); in ZSTD_decompressLegacy() local 184 U32 const version = ZSTD_isLegacy(src, srcSize); in ZSTD_findFrameSizeInfoLegacy() local 254 MEM_STATIC size_t ZSTD_freeLegacyStreamContext(void* legacyContext, U32 version) in ZSTD_freeLegacyStreamContext() 339 MEM_STATIC size_t ZSTD_decompressLegacyStream(void* legacyContext, U32 version, in ZSTD_decompressLegacyStream()
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | META.json | 13 "version" : 2 number 60 "version" : "1.56" string 64 "version" : "1.56" string 79 "version" : "1.56", string
|
/freebsd/lib/libc/rpc/ |
H A D | pmap_clnt.c | 58 pmap_set(u_long program, u_long version, int protocol, int port) in pmap_set() 90 pmap_unset(u_long program, u_long version) in pmap_unset()
|
/freebsd/contrib/diff/lib/ |
H A D | version-etc.c | 47 const char *version, va_list authors) in version_etc_va() 170 const char *version, /* const char *author1, ...*/ ...) in version_etc()
|
/freebsd/sys/contrib/openzfs/include/sys/zstd/ |
H A D | zstd.h | 74 uint32_t version; member 204 uint32_t version = 0; in zfs_get_hdrversion() local 213 zfs_set_hdrversion(zfs_zstdhdr_t *blob, uint32_t version) in zfs_set_hdrversion()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pkcs7.h.in | 56 ASN1_INTEGER *version; /* version 1 */ member 72 ASN1_INTEGER *version; /* version 0 */ member 85 ASN1_INTEGER *version; /* version 1 */ member 106 ASN1_INTEGER *version; /* version 0 */ member 112 ASN1_INTEGER *version; /* version 1 */ member 122 ASN1_INTEGER *version; /* version 0 */ member 129 ASN1_INTEGER *version; /* version 0 */ member
|
/freebsd/usr.bin/patch/ |
H A D | backupfile.c | 123 make_version_name(const char *file, int version) in make_version_name() 140 int version; in version_number() local 233 get_version(const char *version) in get_version()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_local.h | 75 int32_t version; member 91 int32_t version; member 116 int32_t version; member 158 int32_t version; member 171 int32_t version; member 219 int32_t version; member 236 int32_t version; member 252 int32_t version; member 259 int32_t version; member 265 int32_t version; member [all …]
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_rec_chapol.c | 41 int record_type, unsigned version, void *data, size_t len, in gen_chapol_process() 84 int record_type, unsigned version, void *data, size_t *data_len) in chapol_decrypt() 146 int record_type, unsigned version, void *data, size_t *data_len) in chapol_encrypt()
|
H A D | ssl_rec_gcm.c | 79 int record_type, unsigned version, in do_tag() 124 int record_type, unsigned version, void *data, size_t *data_len) in gcm_decrypt() 196 int record_type, unsigned version, void *data, size_t *data_len) in gcm_encrypt()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 42 uint8_t offset_size, uint8_t version, uint8_t *p, int len) in _dwarf_loc_fill_loc() 621 uint8_t version, Dwarf_Error *error) in _dwarf_loc_fill_locdesc() 654 uint8_t version, Dwarf_Error *error) in _dwarf_loc_fill_locexpr()
|
/freebsd/usr.sbin/sa/ |
H A D | db.c | 61 int error, rv, version; in db_copy_in() local 152 int error, rv, version; in db_copy_out() local
|
/freebsd/sys/rpc/ |
H A D | rpcb_clnt.c | 118 rpcb_set(rpcprog_t program, rpcvers_t version, in rpcb_set() 186 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) in rpcb_unset()
|
/freebsd/sys/kern/ |
H A D | kern_module.c | 360 int version; /* set to sizeof(struct module_stat) */ member 367 int version; /* set to sizeof(struct module_stat) */ member 380 int id, namelen, refs, version; in sys_modstat() local 483 int version; member 491 int version; member 504 int id, namelen, refs, version; in freebsd32_modstat() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | fm.c | 760 fm_ereport_set(nvlist_t *ereport, int version, const char *erpt_class, in fm_ereport_set() 815 fm_fmri_hc_set_common(nvlist_t *fmri, int version, const nvlist_t *auth) in fm_fmri_hc_set_common() 838 fm_fmri_hc_set(nvlist_t *fmri, int version, const nvlist_t *auth, in fm_fmri_hc_set() 885 fm_fmri_hc_create(nvlist_t *fmri, int version, const nvlist_t *auth, in fm_fmri_hc_create() 998 fm_fmri_dev_set(nvlist_t *fmri_dev, int version, const nvlist_t *auth, in fm_fmri_dev_set() 1044 fm_fmri_cpu_set(nvlist_t *fmri_cpu, int version, const nvlist_t *auth, in fm_fmri_cpu_set() 1095 fm_fmri_mem_set(nvlist_t *fmri, int version, const nvlist_t *auth, in fm_fmri_mem_set() 1145 fm_fmri_zfs_set(nvlist_t *fmri, int version, uint64_t pool_guid, in fm_fmri_zfs_set()
|
/freebsd/usr.bin/mail/ |
H A D | version.c | 36 const char *version = "8.1 6/6/93"; variable
|
/freebsd/contrib/less/ |
H A D | version.c | 998 char version[] = "643"; global() variable [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 144 int __xstat(int version, const char *path, struct stat *buf) { in __xstat() 148 int __lxstat(int version, const char *path, struct stat *buf) { in __lxstat() 152 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
|
/freebsd/sbin/ipf/libipf/ |
H A D | vtof.c | 4 vtof(int version) in vtof()
|
H A D | ftov.c | 4 ftov(int version) in ftov()
|
/freebsd/lib/geom/raid/ |
H A D | geom_raid.c | 44 uint32_t version = G_RAID_VERSION; variable
|