| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 133 struct atomic<integral> 138 void store(integral desr, memory_order m = memory_order_seq_cst) volatile noexcept; 139 void store(integral desr, memory_order m = memory_order_seq_cst) noexcept; 140 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept; 141 integral load(memory_order m = memory_order_seq_cst) const noexcept; 142 operator integral() const volatile noexcept; 143 operator integral() const noexcept; 144 integral exchange(integral desr, 146 integral exchange(integral desr, memory_order m = memory_order_seq_cst) noexcept; 147 bool compare_exchange_weak(integral& expc, integral desr, [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 133 struct atomic<integral> 138 void store(integral desr, memory_order m = memory_order_seq_cst) volatile noexcept; 139 void store(integral desr, memory_order m = memory_order_seq_cst) noexcept; 140 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept; 141 integral load(memory_order m = memory_order_seq_cst) const noexcept; 142 operator integral() const volatile noexcept; 143 operator integral() const noexcept; 144 integral exchange(integral desr, 146 integral exchange(integral desr, memory_order m = memory_order_seq_cst) noexcept; 147 bool compare_exchange_weak(integral& expc, integral desr, [all …]
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-eventconvert.c | 111 vo.integral = value->integral; in test_values_XIRawEvent() 114 swapl(&vo.integral); in test_values_XIRawEvent() 118 assert(vi.integral == vo.integral); in test_values_XIRawEvent() 125 vo.integral = raw_value->integral; in test_values_XIRawEvent() 128 swapl(&vo.integral); in test_values_XIRawEvent() 132 assert(vi.integral == vo.integral); in test_values_XIRawEvent() 385 swapl(&vo.integral); in test_values_XIDeviceEvent() 389 assert(vi.integral == vo.integral); in test_values_XIDeviceEvent() 1022 assert(out->dx.integral == value.integral); in test_XIBarrierEvent() 1025 assert(out->dy.integral == value.integral); in test_XIBarrierEvent() [all …]
|
| H A D | protocol-xiquerydevice.c | 198 swapl(&si->increment.integral); in reply_XIQueryDevice_data() 213 assert(si->increment.integral == si->number); in reply_XIQueryDevice_data() 246 swapl(&vi->min.integral); in reply_XIQueryDevice_data() 248 swapl(&vi->max.integral); in reply_XIQueryDevice_data() 261 assert(vi->min.integral == -1); in reply_XIQueryDevice_data() 263 assert(vi->max.integral == -1); in reply_XIQueryDevice_data()
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | max44009.c | 299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument 303 if ((integral <= 0 && fractional <= 0) || in max44009_threshold_byte_from_fraction() 304 integral > MAX44009_MAXIMUM_THRESHOLD || in max44009_threshold_byte_from_fraction() 305 (integral == MAX44009_MAXIMUM_THRESHOLD && fractional != 0)) in max44009_threshold_byte_from_fraction() 309 mantissa = integral * MAX44009_SCALE_DENOMINATOR; in max44009_threshold_byte_from_fraction()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_base.hpp | 733 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==() typedef 734 return detail::function::compare_equal(f, g, 0, integral()); in operator ==() 740 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==() typedef 741 return detail::function::compare_equal(f, g, 0, integral()); in operator ==() 747 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator !=() typedef 748 return detail::function::compare_not_equal(f, g, 0, integral()); in operator !=() 754 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator !=() typedef 755 return detail::function::compare_not_equal(f, g, 0, integral()); in operator !=()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | integral_template_param.hpp | 41 #define BOOST_TYPEOF_INTEGRAL(X) integral(X) BOOST_TYPEOF_EAT 43 #define BOOST_TYPEOF_integral(X) (integral(X))
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiquerydevice.c | 360 info->min.integral = v->axes[axisnumber].min_value; in ListValuatorInfo() 362 info->max.integral = v->axes[axisnumber].max_value; in ListValuatorInfo() 382 swapl(&info->min.integral); in SwapValuatorInfo() 384 swapl(&info->max.integral); in SwapValuatorInfo() 386 swapl(&info->value.integral); in SwapValuatorInfo() 438 swapl(&info->increment.integral); in SwapScrollInfo()
|
| H A D | extinit.c | 673 swapl(&ai->min.integral); in SDeviceChangedEvent() 675 swapl(&ai->max.integral); in SDeviceChangedEvent() 806 swapl(&values->integral); in SRawEvent() 809 swapl(&values->integral); in SRawEvent() 852 swapl(&to->dx.integral); in SBarrierEvent() 854 swapl(&to->dy.integral); in SBarrierEvent()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/decimal/ |
| H A D | decimal | 72 /// Non-conforming extension: Conversion to integral type. 242 // 3.2.2.4 Conversion from integral type. 254 // 3.2.2.5 Conversion to integral type. 328 // 3.2.3.4 Conversion from integral type. 340 // 3.2.3.5 Conversion to integral type. 415 // 3.2.4.4 Conversion from integral type. 427 // 3.2.4.5 Conversion to integral type.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/decimal/ |
| H A D | decimal | 72 /// Non-conforming extension: Conversion to integral type. 242 // 3.2.2.4 Conversion from integral type. 254 // 3.2.2.5 Conversion to integral type. 328 // 3.2.3.4 Conversion from integral type. 340 // 3.2.3.5 Conversion to integral type. 415 // 3.2.4.4 Conversion from integral type. 427 // 3.2.4.5 Conversion to integral type.
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | README | 22 - the U-Boot integral part of the API is meant to be thin and non-intrusive, 43 - core API, integral part of U-Boot, mandatory
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 1011 ret = (double) in.integral; in fp3232_to_double() 1026 int32_t integral; in double_to_fp3232() local 1031 integral = (int32_t) tmp; in double_to_fp3232() 1033 tmp = (in - integral) * (1ULL << 32); /* Optimized: ldexp(in - integral, 32) */ in double_to_fp3232() 1036 ret.integral = integral; in double_to_fp3232()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/altera/ |
| H A D | altera_tse.rst | 169 an integral number of bytes in length and do not pass the CRC test as the frame 174 integral number of bytes in length and do not pass the CRC test as the frame is 280 octets, and had either a bad CRC with an integral number of octets (CRC Error) 281 or a bad CRC with a non-integral number of octets (Alignment Error). 285 in length and had either a bad CRC with an integral number of octets (CRC 286 error) or a bad CRC with a non-integral number of octets (Alignment Error).
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0005-adb-add-base64-implementation.patch | 145 + right) to form an integral number of 6-bit groups. Padding at the 148 + Since all base64 input is an integral number of octets, only the 152 + (1) the final quantum of encoding input is an integral 154 + output will be an integral multiple of 4 characters
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
| H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 156 + right) to form an integral number of 6-bit groups. Padding at the 159 + Since all base64 input is an integral number of octets, only the 163 + (1) the final quantum of encoding input is an integral 165 + output will be an integral multiple of 4 characters
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | libldb-fix-musl-libc-conflict-type-error.patch | 25 /* Smallest integral type capable of holding a pointer. */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/ |
| H A D | unbound_1.15.0.bb | 4 Version 6 (IPv6), and a client resolver library API as an integral part of the \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | cmocka-uintptr_t.patch | 31 /* Smallest integral type capable of holding a pointer. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | concepts | 102 concept integral = is_integral_v<_Tp>; 105 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>; 108 concept unsigned_integral = integral<_Tp> && !signed_integral<_Tp>;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | concepts | 102 concept integral = is_integral_v<_Tp>; 105 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>; 108 concept unsigned_integral = integral<_Tp> && !signed_integral<_Tp>;
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | z3fold.rst | 20 stores an integral number of compressed pages per page, but it can store
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | README | 29 pid.c : a proportional-integral-derivative (PID) controller
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | blocks.rst | 8 integral power of 2. Blocks are in turn grouped into larger units called
|
| /OK3568_Linux_fs/buildroot/package/cmocka/ |
| H A D | 0001-Don-t-redefine-uintptr_t.patch | 69 /* Smallest integral type capable of holding a pointer. */
|