Home
last modified time | relevance | path

Searched full:two (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h66 \param [in] x two signed 16-bit values to be saturated.
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:
393 \details This function enables you to perform two 16-bit integer arithmetic additions in parallel,
395 \param [in] x first two 16-bit summands.
396 \param [in] y second two 16-bit summands.
416 \details This function enables you to perform two unsigned 16-bit integer additions, saturating
418 \param [in] x first two 16-bit summands.
419 \param [in] y second two 16-bit summands.
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dpt-doc.txt20 implemented by manually breaking the function into two pieces - one
29 requires between two and twelve bytes of state, depending on the
45 - Very small RAM overhead - only two bytes per protothread
64 blocking: PT_WAIT_UNTIL() and exit: PT_END(). On top of these, two
99 of the available memory. A protothread only requires only two bytes of
156 The standard C implementation requires only two bytes of state per
H A Duip-doc.txt80 another network by a router that is situated between the two
94 The RFC1122 requirements can be divided into two categories; those
118 control loop does two things repeatedly:
156 for an architecture specific implementation of the two functions
246 uIP provides two APIs to programmers: protosockets, a BSD socket-like
346 uip_send() function takes two arguments; a pointer to the data to be
395 There are two fatal errors that can happen to a connection, either
399 application can use the two test functions uip_aborted() and
408 The polling event has two purposes. The first is to let the
440 two element 16-bit array used by uIP to represent IP addresses.
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt52 Every config option must have a type. There are only two basic types:
53 tristate and string; the other types are based on these two. The type
54 definition optionally accepts an input prompt, so these two examples
89 accept an "if" expression), so these two examples are equivalent:
226 There are two types of symbols: constant and non-constant symbols.
237 The position of a menu entry in the tree is determined in two ways. First
256 be part of the dependency list and then one of these two conditions
308 In practice, this is achieved by using one of the next two constructs:
475 between two or more Kconfig symbols. For more details refer to the "Simple
520 The two different resolutions for b) can be tested in the sample Kconfig file
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/
H A Dnrfx_common.h66 * @brief Macro for concatenating two tokens in macro expansion.
68 * @note This macro is expanded in two steps so that tokens given as macros
74 * @return The two tokens merged into one, unless they cannot together form
83 * in two steps.
90 * @note This macro is expanded in two steps so that tokens given as macros
106 * in two steps.
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip-split.h52 * two, the delayed ACK algorithm is not invoked at TCP
65 * Module for splitting outbound TCP segments in two to avoid the
80 * full-sized TCP segment it will be split into two segments and
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt108 will be two lookups. If you had a compression method with really long
110 inflate, two is enough.
124 that's essentially a Huffman tree. But then you spend two much time
161 Table X is two bits long since the longest code starting with 110 is five bits
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf52840_peripherals.h201 /* Two Wire Interface Master */
205 /* Two Wire Interface Master with DMA */
212 /* Two Wire Interface Slave with DMA */
H A Dnrf52832_peripherals.h194 /* Two Wire Interface Master */
198 /* Two Wire Interface Master with DMA */
205 /* Two Wire Interface Slave with DMA */
H A Dnrf52810_peripherals.h155 /* Two Wire Interface Master with DMA */
161 /* Two Wire Interface Slave with DMA */
H A Dnrf9160_peripherals.h122 /* Two Wire Interface Master with DMA */
131 /* Two Wire Interface Slave with DMA */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Ddepcomp93 # Do two passes, one to just change these to
240 ## correctly. Breaking it into two sed invocations is a workaround.
425 # Do two passes, one to just change these to
429 # correctly. Breaking it into two sed invocations is a workaround.
489 # two compilations output dependencies in $dir.libs/$base.o.d and
491 # one of the two compilations can be disabled. We should prefer
603 # Require at least two characters before searching for ':'
611 # correctly. Breaking it into two sed invocations is a workaround.
668 # correctly. Breaking it into two sed invocations is a workaround.
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dkernel.h81 * by priority or FIFO. There are two flags to indicate this mechanism.
102 * RT-Thread operating system supports two types memory management:
112 * There are two methods in dynamic memory heap management, one is used for small memory,
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_hci_test.c112 /* Send two 3-byte data packets. */ in TEST_CASE()
119 /* Send fragmented packet (two fragments). */ in TEST_CASE()
209 /* Tx two fragments over connection 1. */ in TEST_CASE()
215 /* Tx two fragments over connection 2. */ in TEST_CASE()
H A Dble_gatt_find_s_test.c254 /* Two 16-bit UUID services; one response. */ in TEST_CASE()
274 /* One 128-bit UUID service; two responses. */ in TEST_CASE()
289 /* Two 128-bit UUID service; four responses. */ in TEST_CASE()
309 /* Two 16-bit UUID; three 128-bit UUID; seven responses. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00154.html23 …medy this situation. By splitting maximum sized outgoing TCP segments into two, the delayed ACK al…
31 …;</td><td class="mdescRight">Module for splitting outbound TCP segments in two to avoid the delaye…
67 … function. If the packet is a full-sized TCP segment it will be split into two segments and transm…
H A Dmain.html35 …is forwarded onto another network by a router that is situated between the two networks. If the ma…
37 The RFC1122 requirements can be divided into two categories; those that deal with the host to host …
40 …ogram in a singletasking system. In both cases, the main control loop does two things repeatedly:<…
50 … it also leaves it open for an architecture specific implementation of the two functions <a class=…
61 uIP provides two APIs to programmers: protosockets, a BSD socket-like API without the overhead of f…
77 …0147.html#g04b053a623aac7cd4195157d470661b3">uip_send()</a> function takes two arguments; a pointe…
86two fatal errors that can happen to a connection, either that the connection was aborted by the re…
89 The polling event has two purposes. The first is to let the application periodically know that a co…
95 …95089128a4932">uip_ipaddr()</a> may be used to pack an IP address into the two element 16-bit arra…
96 Two examples of usage are shown below. The first example shows how to open a connection to TCP port…
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dble_sec.rst15 - **Device authentication**: Verification that the two devices have the
59 There are two variants of the privacy feature.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dcontrib.txt17 2. indentation is two spaces per level (i.e. per tab).
49 …es (compiler warning, indentation and spelling fixes or anything obvious which takes a line or two)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_id.h68 * Retrieves one of the device's identity addresses. The device can have two
70 * specifies which of these two addresses to retrieve.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-diff15 Diffconfig is a simple utility for comparing two .config files.
18 changes in configuration values between the two files.
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_math.h118 * two input matrices and the output matrix all have the same number of rows and
291 * @brief definition to read/write two 16 bit values.
328 * @brief definition to pack two 16 bit values.
469 /* running approximation for two iterations */ in arm_recip_q31()
520 /* running approximation for two iterations */ in arm_recip_q15()
4830 …* Forward Clarke transform converts the instantaneous stator phases into a two-coordinate time inv…
4832 * in the two-phase orthogonal stator axis <code>Ialpha</code> and <code>Ibeta</code>.
4843 * <code>pIalpha</code> and <code>pIbeta</code> are the two coordinates of time invariant vector.
4860 * @param[out] pIalpha points to output two-phase orthogonal vector axis alpha
4861 * @param[out] pIbeta points to output two-phase orthogonal vector axis beta
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Darm_math.h218 * two input matrices and the output matrix all have the same number of rows and
378 * @brief definition to read/write two 16 bit values.
402 * @brief definition to pack two 16 bit values.
546 /* running approximation for two iterations */ in arm_recip_q31()
597 /* running approximation for two iterations */ in arm_recip_q15()
5034 …* Forward Clarke transform converts the instantaneous stator phases into a two-coordinate time inv…
5036 * in the two-phase orthogonal stator axis <code>Ialpha</code> and <code>Ibeta</code>.
5047 * <code>pIalpha</code> and <code>pIbeta</code> are the two coordinates of time invariant vector.
5064 * @param[out] *pIalpha points to output two-phase orthogonal vector axis alpha
5065 * @param[out] *pIbeta points to output two-phase orthogonal vector axis beta
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppos.h74 /* -- below are data that will NOT be cleared between two sessions */
78 /* -- below are data that will be cleared between two sessions
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppos.h70 /* -- below are data that will NOT be cleared between two sessions */
74 /* -- below are data that will be cleared between two sessions

12345678910>>...13