| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 95 char __ovld __cnfn convert_char_rte(uint); 96 char __ovld __cnfn convert_char_sat_rte(uint); 97 char __ovld __cnfn convert_char_rtz(uint); 98 char __ovld __cnfn convert_char_sat_rtz(uint); 99 char __ovld __cnfn convert_char_rtp(uint); 100 char __ovld __cnfn convert_char_sat_rtp(uint); 101 char __ovld __cnfn convert_char_rtn(uint); 102 char __ovld __cnfn convert_char_sat_rtn(uint); 103 char __ovld __cnfn convert_char(uint); 104 char __ovld __cnfn convert_char_sat(uint); [all …]
|
| /freebsd/contrib/bc/tests/bc/ |
| H A D | lib2_uint.txt | 11 uint(0) 13 uint(1) 16 uint(127) 19 uint(128) 22 uint(129) 25 uint(255) 28 uint(256) 31 uint(32767) 34 uint(32768) 37 uint(32769) [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitfield.h | 42 static __inline uint ## _n ## _t \ 43 u ## _n ## _get_bits(uint ## _n ## _t v, uint ## _n ## _t f) \ 54 static __inline uint ## _n ## _t \ 55 le ## _n ## _get_bits(__le ## _n v, uint ## _n ## _t f) \ 65 static __inline uint ## _n ## _t \ 66 u ## _n ## _encode_bits(uint ## _n ## _t v, uint ## _n ## _t f) \ 77 static __inline uint ## _n ## _t \ 78 le ## _n ## _encode_bits(__le ## _n v, uint ## _n ## _t f) \ 89 le ## _n ## p_replace_bits(uint ## _n ## _t *p, \ 90 uint ## _n ## _t v, uint ## _n ## _t f) \ [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RegisterValue.h | 160 void operator=(uint8_t uint) { 162 m_scalar = uint; 165 void operator=(uint16_t uint) { 167 m_scalar = uint; 170 void operator=(uint32_t uint) { 172 m_scalar = uint; 175 void operator=(uint64_t uint) { 177 m_scalar = uint; 180 void operator=(llvm::APInt uint) { 182 m_scalar = llvm::APInt(std::move(uint)); 198 SetUInt8(uint8_t uint) SetUInt8() argument 203 SetUInt16(uint16_t uint) SetUInt16() argument 218 SetUInt128(llvm::APInt uint) SetUInt128() argument [all...] |
| /freebsd/sys/contrib/openzfs/man/man4/ |
| H A D | zfs.4 | 52 .It Sy dbuf_cache_hiwater_pct Ns = Ns Sy 10 Ns % Pq uint 57 .It Sy dbuf_cache_lowater_pct Ns = Ns Sy 10 Ns % Pq uint 62 .It Sy dbuf_cache_shift Ns = Ns Sy 5 Pq uint 67 .It Sy dbuf_metadata_cache_shift Ns = Ns Sy 6 Pq uint 72 .It Sy dbuf_mutex_cache_shift Ns = Ns Sy 0 Pq uint 78 .It Sy dmu_object_alloc_chunk_shift Ns = Ns Sy 7 Po 128 Pc Pq uint 82 .It Sy dmu_ddt_copies Ns = Ns Sy 3 Pq uint 93 .It Sy dmu_prefetch_max Ns = Ns Sy 134217728 Ns B Po 128 MiB Pc Pq uint 129 .It Sy l2arc_dwpd_limit Ns = Ns Sy 100 Pq uint 188 .It Sy l2arc_meta_percent Ns = Ns Sy 33 Ns % Pq uint [all …]
|
| H A D | spl.4 | 28 .It Sy spl_kmem_cache_kmem_threads Ns = Ns Sy 4 Pq uint 35 .It Sy spl_kmem_cache_obj_per_slab Ns = Ns Sy 8 Pq uint 42 .It Sy spl_kmem_cache_max_size Ns = Ns Sy 32 Po 64-bit Pc or Sy 4 Po 32-bit Pc Pq uint 50 .It Sy spl_kmem_cache_slab_limit Ns = Ns Sy 16384 Pq uint 63 .It Sy spl_kmem_alloc_warn Ns = Ns Sy 32768 Pq uint 82 .It Sy spl_kmem_alloc_max Ns = Ns Sy KMALLOC_MAX_SIZE Ns / Ns Sy 4 Pq uint 100 .It Sy spl_kmem_cache_magazine_size Ns = Ns Sy 0 Pq uint 127 .It Sy spl_panic_halt Ns = Ns Sy 0 Pq uint 133 .It Sy spl_schedule_hrtimeout_slack_us Ns = Ns Sy 0 Pq uint 146 .It Sy spl_taskq_kick Ns = Ns Sy 0 Pq uint [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_int.h | 233 uint table; 235 uint max; 472 uint unit; 474 uint corerev; 478 uint now; 481 uint chip; 482 uint chiprev; 483 uint chippkg; 484 uint sromrev; 485 uint boardtype; [all …]
|
| H A D | phy_hal.h | 151 uint unit; 152 uint corerev; 155 uint chip; 156 uint chiprev; 157 uint chippkg; 158 uint sromrev; 159 uint boardtype; 160 uint boardrev; 201 void wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, 204 void wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint chan, u8 *_min_, [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | atomic.h | 82 atomic_##op##_##bar##t##flav(volatile uint##t##_t *p, uint##t##_t val) 87 uint##t##_t tmp; \ 104 uint##t##_t tmp; \ 147 atomic_cmpset_##bar##t##flav(volatile uint##t##_t *p, \ 148 uint##t##_t cmpval, uint##t##_t newval) 152 atomic_fcmpset_##bar##t##flav(volatile uint##t##_t *p, \ 153 uint##t##_t *cmpval, uint##t##_t newval) 158 uint##t##_t tmp; \ 179 uint##t##_t oldval; \ 209 uint##t##_t _cmpval, tmp; \ [all …]
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | paramnames.pm | 32 'PROV_PARAM_STATUS' => "status", # uint 33 'PROV_PARAM_SECURITY_CHECKS' => "security-checks", # uint 34 'PROV_PARAM_HMAC_KEY_CHECK' => "hmac-key-check", # uint 35 'PROV_PARAM_KMAC_KEY_CHECK' => "kmac-key-check", # uint 36 'PROV_PARAM_TLS1_PRF_EMS_CHECK' => "tls1-prf-ems-check", # uint 37 'PROV_PARAM_NO_SHORT_MAC' => "no-short-mac", # uint 38 'PROV_PARAM_DRBG_TRUNC_DIGEST' => "drbg-no-trunc-md", # uint 39 'PROV_PARAM_HKDF_DIGEST_CHECK' => "hkdf-digest-check", # uint 40 'PROV_PARAM_TLS13_KDF_DIGEST_CHECK' => "tls13-kdf-digest-check", # uint 41 'PROV_PARAM_TLS1_PRF_DIGEST_CHECK' => "tls1-prf-digest-check", # uint [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.h | 67 uint txavail; /* # free tx descriptors */ 68 uint dmactrlflags; /* dma control flags */ 71 uint rxgiants; /* rx giant frames */ 72 uint rxnobuf; /* rx out of dma descriptors */ 74 uint txnobuf; /* tx out of dma descriptors */ 78 uint txregbase, uint rxregbase, 79 uint ntxd, uint nrxd, 80 uint rxbufsize, int rxextheadroom, 81 uint nrxpost, uint rxoffset); 112 static inline void dma_spin_for_len(uint len, struct sk_buff *head) in dma_spin_for_len()
|
| H A D | dma.c | 222 uint d64txregbase; 224 uint d64rxregbase; 265 uint rxextrahdrroom; /* extra rx headroom, reverseved to assist upper 272 uint nrxpost; /* # rx buffers to keep posted */ 275 uint ddoffsetlow; 277 uint ddoffsethigh; 279 uint dataoffsetlow; 281 uint dataoffsethigh; 308 static uint xxd(uint x, uint n) in xxd() 313 static uint txd(struct dma_info *di, uint x) in txd() [all …]
|
| H A D | aiutils.h | 139 uint boardtype; /* board type */ 140 uint boardvendor; /* board vendor */ 141 uint chip; /* chip number */ 142 uint chiprev; /* chip revision */ 143 uint chippkg; /* chip package option */ 172 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val); 196 static inline uint ai_get_boardtype(struct si_pub *sih) in ai_get_boardtype() 201 static inline uint ai_get_boardvendor(struct si_pub *sih) in ai_get_boardvendor() 206 static inline uint ai_get_chip_id(struct si_pub *sih) in ai_get_chip_id() 211 static inline uint ai_get_chiprev(struct si_pub *sih) in ai_get_chiprev() [all …]
|
| H A D | main.h | 145 ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX)) 238 uint coreidx; /* # sb enumerated core */ 241 uint *txavail[NFIFO]; /* # tx descriptors available */ 251 uint bandunit; /* bandstate[] index */ 297 uint bandunit; /* bandstate[] index */ 319 uint unit; /* device instance number */ 324 uint corerev; /* core revision */ 347 uint now; /* # elapsed seconds */ 348 uint _nbands; /* # bands supported */ 351 uint *txavail[NFIFO]; /* # tx descriptors available */ [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 353 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 448 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub… 451 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>; 453 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>; 458 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>; 460 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>; 489 Int, UInt, Long, ULong, 515 UShort, Int, UInt, Long, ULong] in { 517 UShort, Int, UInt, Long, ULong] in { 539 def : Builtin<"get_work_dim", [UInt], Attr.Const>; [all …]
|
| /freebsd/sys/contrib/zlib/ |
| H A D | deflate.h | 119 uInt w_size; /* LZ77 window size (32K by default) */ 120 uInt w_bits; /* log2(w_size) (8..16) */ 121 uInt w_mask; /* w_size - 1 */ 146 uInt ins_h; /* hash index of string to be inserted */ 147 uInt hash_size; /* number of elements in hash table */ 148 uInt hash_bits; /* log2(hash_size) */ 149 uInt hash_mask; /* hash_size-1 */ 151 uInt hash_shift; 163 uInt match_length; /* length of best match */ 166 uInt strstart; /* start of string to insert */ [all …]
|
| /freebsd/sys/geom/virstor/ |
| H A D | binstream.h | 55 /* Write a 8bit uint; return next position. */ 58 /* Write a 16bit uint; return next position. */ 61 /* Write a 32bit uint; return next position. */ 64 /* Write a 64bit uint; return next position. */ 77 /* Read a 8bit uint * return it */ 80 /* Read a 16bit uint * return it */ 83 /* Read a 8bit uint * return it */ 86 /* Read a 8bit uint * return it */
|
| H A D | binstream.c | 76 /* Write a 8bit uint; return next position. */ 84 /* Write a 16bit uint; return next position. */ 92 /* Write a 32bit uint; return next position. */ 100 /* Write a 64bit uint; return next position. */ 108 /* Read a 8bit uint & return it */ 147 /* Read a 16bit uint & return it */ 156 /* Read a 32bit uint & return it */ 165 /* Read a 64bit uint & return it */
|
| /freebsd/contrib/bsnmp/snmp_vacm/ |
| H A D | vacm_snmp.c | 53 static uint reg_vacm; 61 uint, const struct vacm_user *); 63 uint, int32_t *, char *); 65 uint); 67 uint); 69 uint, const struct vacm_access *); 71 uint, char *, char *, int32_t *, int32_t *); 73 uint); 75 uint); 76 static int vacm_view_index_decode(const struct asn_oid *, uint, [all …]
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | float_to_string.h | 184 LIBC_INLINE constexpr UInt<MID_INT_SIZE> get_table_positive(int exponent, in get_table_positive() 196 UInt<INT_SIZE> num(0); in get_table_positive() 198 // can get, since it needs to be small enough to fit in the result UInt, in get_table_positive() 200 constexpr UInt<INT_SIZE> MOD_SIZE = in get_table_positive() 201 (UInt<INT_SIZE>(EXP10_9) in get_table_positive() 204 num = UInt<INT_SIZE>(1) << (shift_amount); in get_table_positive() 206 UInt<INT_SIZE> fives(EXP5_9); in get_table_positive() 222 LIBC_INLINE UInt<MID_INT_SIZE> get_table_positive_df(int exponent, size_t i) { in get_table_positive_df() 237 constexpr UInt<INT_SIZE> MOD_SIZE = in get_table_positive_df() 238 (UInt<INT_SIZE>(EXP10_9) in get_table_positive_df() [all …]
|
| /freebsd/sys/riscv/include/ |
| H A D | atomic.h | 53 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 60 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 68 atomic_cmpset_acq_##WIDTH(__volatile uint##WIDTH##_t *p, \ 69 uint##WIDTH##_t cmpval, uint##WIDTH##_t newval) \ 79 atomic_cmpset_rel_##WIDTH(__volatile uint##WIDTH##_t *p, \ 80 uint##WIDTH##_t cmpval, uint##WIDTH##_t newval) \ 88 atomic_fcmpset_acq_##WIDTH(__volatile uint##WIDTH##_t *p, \ 89 uint##WIDTH##_t *cmpval, uint##WIDTH##_t newval) \ 99 atomic_fcmpset_rel_##WIDTH(__volatile uint##WIDTH##_t *p, \ 100 uint##WIDTH##_t *cmpval, uint##WIDTH##_t newval) \
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | proto.h | 21 int (*query_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, 22 void *buf, uint len, int *fwerr); 23 int (*set_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, 24 uint len, int *fwerr); 72 uint cmd, void *buf, uint len, in brcmf_proto_query_dcmd() 78 uint cmd, void *buf, uint len, in brcmf_proto_set_dcmd()
|
| /freebsd/bin/ps/ |
| H A D | keyword.c | 83 UINT, "u"}, 102 {"gid", {NULL}, "GID", "gid", 0, kvar, KOFF(ki_groups), UINT, UIDFMT}, 124 UINT, LWPFMT}, 140 UINT, NLWPFMT}, 159 UINT, PIDFMT}, 160 {"pid", {NULL}, "PID", "pid", 0, kvar, KOFF(ki_pid), UINT, PIDFMT}, 162 {"ppid", {NULL}, "PPID", "ppid", 0, kvar, KOFF(ki_ppid), UINT, PIDFMT}, 165 UINT, "d"}, 167 UINT, UIDFMT}, 174 UINT, UIDFMT}, [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | atomic.c | 45 ATOMIC_INC(uint, uint_t) in ATOMIC_INC() 61 ATOMIC_DEC(uint, uint_t) 121 ATOMIC_OR(uint, uint_t) 137 ATOMIC_AND(uint, uint_t) 157 ATOMIC_INC_NV(uint, uint_t) 173 ATOMIC_DEC_NV(uint, uint_t) 233 ATOMIC_OR_NV(uint, uint_t) 249 ATOMIC_AND_NV(uint, uint_t) 286 ATOMIC_CAS(uint, uint_t) in ATOMIC_CAS() 306 ATOMIC_SWAP(uint, uint_t)
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | TValue.cs | 45 internal TValue(uint x) in TValue() 94 internal uint UInt { property 96 return (uint)Int; 187 public static implicit operator TValue(uint val) in operator TValue() 227 public static implicit operator uint(TValue v) in operator uint() 229 return (uint)v.Int; in operator uint()
|