| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 113 struct atomic<integral> 115 using value_type = integral; 123 constexpr atomic(integral desr) noexcept; 128 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept; 129 integral load(memory_order m = memory_order_seq_cst) const noexcept; 130 operator integral() const volatile noexcept; 131 operator integral() const noexcept; 132 void store(integral desr, memory_order m = memory_order_seq_cst) volatile noexcept; 133 void store(integral desr, memory_order m = memory_order_seq_cst) noexcept; 134 integral operator=(integral desr) volatile noexcept; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | arithmetic.h | 30 concept integral = is_integral_v<_Tp>; variable 33 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>; 36 concept unsigned_integral = integral<_Tp> && !signed_integral<_Tp>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
| H A D | extents.h | 228 template <integral _To, class _From> 229 requires(integral<_From>) 244 template <integral _To, class _From> 245 requires(!integral<_From>) 254 template <integral _To, class... _From> 259 template <integral _To, class _From, size_t _Size> 491 template <integral _IndexType, class _From> 492 requires(integral<_From>) 502 template <integral _IndexType, class _From> 503 requires(!integral<_From>)
|
| /freebsd/contrib/ntp/include/ |
| H A D | timepps-Solaris.h | 85 (x).integral += (unsigned int)PPS_JAN_1970; \ 88 (x).integral++; \ 136 unsigned int integral; member 199 #define NTPFP_L_ADDS(r, a) NTPFP_M_ADD((r)->integral, (r)->fractional, \ 200 (int)(a)->integral, (a)->fractional)
|
| H A D | timepps-SCO.h | 85 (x).integral += (unsigned int)PPS_JAN_1970; \ 88 (x).integral++; \ 136 unsigned int integral; member
|
| H A D | timepps-SunOS.h | 85 (x).integral += (unsigned int)PPS_JAN_1970; \ 88 (x).integral++; \ 136 unsigned int integral; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 171 /// CK_PointerToIntegral - Pointer to integral. A special kind of 194 /// CK_IntegralCast - A cast between integral types (other than to 221 /// CK_FixedPointToIntegral - Fixed point to integral. 233 /// CK_FloatingToIntegral - Floating point to integral. Rounds 288 /// Converts from a floating complex to an integral complex. 292 /// Converts from an integral real to an integral complex 298 /// Converts an integral complex to an integral real of the 303 /// Converts an integral complex to bool by comparing against 307 /// Converts between different integral complex types. 312 /// Converts from an integral complex to a floating complex.
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 282 // [sf.cmath.comp.ellint.1], complete elliptic integral of the first kind 287 // [sf.cmath.comp.ellint.2], complete elliptic integral of the second kind 292 // [sf.cmath.comp.ellint.3], complete elliptic integral of the third kind 318 // [sf.cmath.ellint.1], incomplete elliptic integral of the first kind 323 // [sf.cmath.ellint.2], incomplete elliptic integral of the second kind 328 // [sf.cmath.ellint.3], incomplete elliptic integral of the third kind 333 // [sf.cmath.expint], exponential integral
|
| H A D | bit.cppm | |
| H A D | concepts.cppm | |
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_TIME.pod | 75 B<ossl_ticks2time> converts an integral number of counts to a time. 77 B<ossl_time2ticks> converts a time to an integral number of counts. 80 integral number of seconds, milliseconds and microseconds respectively 84 time to an integral number of second, milliseconds and microseconds 177 given integral multiplier, or B<OSSL_TIME_INFINITY> on overflow. 180 integral divisor. 183 time and the two integral values.
|
| /freebsd/contrib/tcpdump/ |
| H A D | CONTRIBUTING.md | 174 Therefore, integral, IPv4 address, and octet sequence values should 209 * The `GET_*()` macros that fetch integral values are: 219 where *p* points to the integral value in the packet buffer. The 220 macro returns the integral value at that location. 226 in bytes, of the multi-byte integral value to be fetched. 232 fetches of multi-byte integral values must be done in a fashion 257 Like the integral `GET_*()` macros, these macros work correctly on 339 The `nd_*` types for integral values are: 341 * `nd_uintN_t`, for unsigned integral values, where *N* is the number 343 * `nd_intN_t`, for signed integral values, where *N* is the number
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/des/doc/ |
| H A D | libdes.doc | 98 key schedule and initialization vector. If the length is not an integral 100 filled (highest addresses). The output is ALWAYS an integral multiple 105 and initialization vector. Decryption ALWAYS operates on integral 109 the output cleartext was zero-padded due to cleartext lengths not integral 130 The input is effectively zero-padded to an integral multiple of
|
| /freebsd/contrib/llvm-project/libcxx/include/__bit/ |
| H A D | byteswap.h | 25 template <integral _Tp>
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | incrementable_traits.h | 54 { __x - __y } -> integral;
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | formatter.h | 60 … using _Cp = conditional_t<integral<_Tp>, _Tp, conditional_t<is_pointer_v<_Tp>, uintptr_t, void>>;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CxxModuleHandler.cpp | 247 llvm::APSInt integral = arg.getAsIntegral(); in tryInstantiateStdTemplate() local 254 imported_args.push_back(TemplateArgument(d->getASTContext(), integral, in tryInstantiateStdTemplate()
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | iota_view.h | 72 typename _If< (!integral<_Start> || sizeof(iter_difference_t<_Start>) > sizeof(_Start)), 351 … (integral<_Start> && integral<_BoundSentinel>) || sized_sentinel_for<_BoundSentinel, _Start>
|
| H A D | size.h | 117 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr integral auto operator()(_Tp&& __t) const in operator()
|
| /freebsd/tools/tools/nanobsd/ |
| H A D | FlashDevice.sub | 56 integral)
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | formatter_integer.h | 42 template <integral _Tp, class _FormatContext>
|
| H A D | formatter_integral.h | 127 __format_char(integral auto __value, 156 template <contiguous_iterator _Iterator, integral _Tp>
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_zero.pod | 22 B<BN_ULONG> is a macro that will be an unsigned integral type optimized
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | libelf_convert.m4 | 49 # 1. Whether the ELF type can be directly mapped to an integral C 55 # and the ELF_T_ADDR and ELF_T_OFF types have integral C types that 114 # `Primitive' ELF types are those that are an alias for an integral 118 # Mark all ELF types that directly map to integral C types. 530 * C macros to byte swap integral quantities. 572 * C macros to write out various integral values. 630 * C macros to read in various integral values.
|