Searched refs:uint (Results 1 - 25 of 90) sorted by last modified time

1234

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_frag.c918 DT2(ipf_frb_badfrag, fr_info_t *, fin, uint, fra);
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c663 uint i = strlen(string);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_mutex.c435 struct mutex_queue *qp, uint bit)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp842 const unsigned bits = sizeof(typename ELFT::uint) * 8;
H A DSyntheticSections.cpp1910 const size_t wordsize = sizeof(typename ELFT::uint);
H A DRelocations.cpp160 typename ELFT::uint offset, int64_t addend, RelExpr expr) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c656 (uint) OPENSSL_VERSION_NUMBER);
658 (uint) TLS_version_num());
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c51 module_param(X , uint, 0444); \
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c109 CAST(intmax_t, CAST(uint##v##_t, p)))
/freebsd-11-stable/contrib/file/
H A Dconfigure2057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2058 $as_echo_n "checking for uint$2_t... " >&6; }
2065 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2083 uint$2_t) :
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp114 using uintX_t = typename ELFT::uint;
4557 if (DataSize == sizeof(typename ELFT::uint))
4673 uint64_t PaddedSize = alignTo(DataSize, sizeof(typename ELFT::uint));
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h61 typedef unsigned int uint; typedef
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c502 uint##bits##_t \
507 uint##bits##_t rval; \
531 rval = *((volatile uint##bits##_t *)addr); \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp372 kmp_uint64 uint = *out; local
373 __kmp_str_to_uint(value, &uint, &msg);
375 if (uint < (unsigned int)min) {
377 uint = min;
378 } else if (uint > (unsigned int)max) {
380 uint = max;
383 // If overflow occurred msg contains error message and uint is very big. Cut
385 if (uint < (unsigned int)min) {
386 uint = min;
387 } else if (uint > (unsigne
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp113 typedef typename ELFT::uint uintX_t;
301 CBA.getOSAndAlignedOffset(SHOff, sizeof(typename ELFT::uint));
303 Doc.Header.SHOff ? typename ELFT::uint(*Doc.Header.SHOff) : SHOff;
1293 support::endian::write<typename ELFT::uint>(OS, Val,
1305 Section.BloomFilter->size() * sizeof(typename ELFT::uint) +
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp310 typedef typename ELFT::uint Word;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp67 typedef typename ELFT::uint addr_type;
151 typedef typename ELFT::uint addr_type;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h56 using uint = typename std::conditional<Is64, uint64_t, uint32_t>::type;
64 using Relr = packed<uint>;
90 using Addr = packed<uint>;
91 using Off = packed<uint>;
H A DELFObjectFile.h233 using uintX_t = typename ELFT::uint;
H A DELF.h75 using uintX_t = typename ELFT::uint;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp759 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { argument
761 SetUInt64(uint);
763 SetUInt8(uint);
765 SetUInt16(uint);
767 SetUInt32(uint);
769 SetUInt64(uint);
771 SetUInt128(llvm::APInt(128, uint));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2566 uint64_t uint;
2580 uint = data.GetULEB128(offset_ptr);
2582 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
2586 uint = data.GetULEB128(offset_ptr);
2587 s.Printf("%" PRIu64 " ", uint);
2720 uint = data.GetU8(offset_ptr);
2721 s.Printf("0x%2.2" PRIx64, uint);
2724 uint = data.GetU16(offset_ptr);
2725 s.Printf("0x%4.4" PRIx64, uint);
2728 uint
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h27 typedef unsigned int uint; typedef
90 typedef uint uint2 __attribute__((ext_vector_type(2)));
91 typedef uint uint3 __attribute__((ext_vector_type(3)));
92 typedef uint uint4 __attribute__((ext_vector_type(4)));
93 typedef uint uint8 __attribute__((ext_vector_type(8)));
94 typedef uint uint16 __attribute__((ext_vector_type(16)));
265 typedef uint cl_mem_fence_flags;
H A Dopencl-c.h91 char __ovld __cnfn convert_char_rte(uint);
92 char __ovld __cnfn convert_char_sat_rte(uint);
93 char __ovld __cnfn convert_char_rtz(uint);
94 char __ovld __cnfn convert_char_sat_rtz(uint);
95 char __ovld __cnfn convert_char_rtp(uint);
96 char __ovld __cnfn convert_char_sat_rtp(uint);
97 char __ovld __cnfn convert_char_rtn(uint);
98 char __ovld __cnfn convert_char_sat_rtn(uint);
99 char __ovld __cnfn convert_char(uint);
100 char __ovld __cnfn convert_char_sat(uint);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h149 void operator=(uint8_t uint) { argument
151 m_scalar = uint;
154 void operator=(uint16_t uint) { argument
156 m_scalar = uint;
159 void operator=(uint32_t uint) { argument
161 m_scalar = uint;
164 void operator=(uint64_t uint) { argument
166 m_scalar = uint;
169 void operator=(llvm::APInt uint) { argument
171 m_scalar = llvm::APInt(uint);
189 SetUInt8(uint8_t uint) argument
194 SetUInt16(uint16_t uint) argument
199 SetUInt32(uint32_t uint, Type t = eTypeUInt32) argument
204 SetUInt64(uint64_t uint, Type t = eTypeUInt64) argument
209 SetUInt128(llvm::APInt uint) argument
[all...]

Completed in 330 milliseconds

1234