/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_simd.h | 64 \brief Dual 16-bit signed saturate. 65 \details This function saturates a signed value. 66 \param [in] x two signed 16-bit values to be saturated. 69 … the signed saturation of the low halfword in val1, saturated to the bit position specified in 71 … the signed saturation of the high halfword in val1, saturated to the bit position specified in 86 …\details This function enables you to saturate two signed 16-bit values to a selected unsigned ran… 87 \param [in] x two signed 16-bit values to be saturated. 89 \return the saturation of the two signed 16-bit values, as non-negative values: 108 saturating the results to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1. 115 … The returned results are saturated to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1. [all …]
|
H A D | csi_instr.h | 143 \brief Reverse byte order in signed short value 144 \details Reverses the byte order in a signed short value with sign extension to integer. 215 \details This function saturates a signed value.
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | types.h | 37 typedef signed char s8; 40 typedef signed short s16; 43 typedef signed int s32; 46 typedef signed long long s64;
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtlibc.h | 25 typedef signed long off_t; 30 typedef signed long off_t;
|
H A D | rtdef.h | 60 typedef signed char rt_int8_t; /**< 8bit integer type */ 61 typedef signed short rt_int16_t; /**< 16bit integer type */ 62 typedef signed int rt_int32_t; /**< 32bit integer type */ 68 typedef signed long rt_int64_t; /**< 64bit integer type */ 71 typedef signed long long rt_int64_t; /**< 64bit integer type */
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | core_cmInstr.h | 136 /** \brief Reverse byte order in signed short value 138 This function reverses the byte order in a signed short value with sign extension to integer. 260 /** \brief Signed Saturate 262 This function saturates a signed value. 433 /** \brief Reverse byte order in signed short value 435 This function reverses the byte order in a signed short value with sign extension to integer. 623 /** \brief Signed Saturate 625 This function saturates a signed value.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/infra/ |
H A D | cyg_type.h | 215 typedef signed cyg_halint8 cyg_int8 ; 218 typedef signed cyg_halint16 cyg_int16 ; 221 typedef signed cyg_halint32 cyg_int32 ; 224 typedef signed cyg_halint64 cyg_int64 ; 234 typedef signed cyg_halcount8 cyg_count8 ; 237 typedef signed cyg_halcount16 cyg_count16 ; 240 typedef signed cyg_halcount32 cyg_count32 ; 243 typedef signed cyg_halcount64 cyg_count64 ;
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ecc_dsa.h | 73 * - To verify a signature: Compute the hash of the signed data using 124 * @param p_message_hash IN -- The hash of the signed data. 128 * @note Usage: Compute the hash of the signed data using the same hash as the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_asn1.c | 270 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 296 * @note ASN coded integers are _always_ signed. 416 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 456 * @note ASN coded integers are _always_ signed! 613 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 639 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_asn1.c | 312 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 338 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 363 * @note ASN coded integers are _always_ signed. 480 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 520 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 574 * @note ASN coded integers are _always_ signed!
|
/nrf52832-nimble/rt-thread/libcpu/unicore32/sep6200/ |
H A D | sep6200.h | 349 typedef char S8; /* signed 8-bit integer */ 350 typedef short S16; /* signed 16-bit integer */ 351 typedef long S32; /* signed 32-bit integer */ 368 typedef int ER; /* Error code. A signed integer. */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | stddef.h | 13 typedef signed long ptrdiff_t;
|
H A D | string.c | 72 register signed char __res = 0; in strncmp() 286 * simple_strtol - convert a string to a signed long 333 * simple_strtoll - convert a string to a signed long long
|
H A D | string.h | 20 #define SIGN (1 << 1) /* unsigned/signed long */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/ |
H A D | types.h | 18 typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/ |
H A D | types.h | 18 typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/ |
H A D | types.h | 14 typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | cmsis_armcc.h | 396 \brief Reverse byte order in signed short value 397 \details Reverses the byte order in a signed short value with sign extension to integer. 560 \brief Signed Saturate 561 \details Saturates a signed value.
|
/nrf52832-nimble/rt-thread/components/vmm/linux_patch-v3.8/ |
H A D | 0002-arm-gic-correct-the-cpu-map-on-gic_raise_softirq-for.patch | 12 Signed-off-by: Grissiom <[email protected]>
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | lwp_syscall.h | 20 typedef long suseconds_t; /* microseconds (signed) */
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | mips_asm.h | 100 #define S64 signed long long 103 #define S8 signed char 243 * Compensates for signed 16 bit displacement
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | err.h | 43 * a different type for your platform (must be signed). */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 239 Enables the Signed Write Without Response GATT procedure. (0/1) 328 Enables processing of incoming Signed Write Command ATT commands.
|
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/ |
H A D | x1000.h | 41 #define S64 signed long long 44 #define S8 signed char
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | err.h | 53 * a different type for your platform (must be signed). */
|