Home
last modified time | relevance | path

Searched full:where (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/nrf52832-nimble/rt-thread/components/libc/libdl/arch/
H A Darm.c17 Elf32_Addr *where, tmp; in dlmodule_relocate() local
21 where = (Elf32_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()
29 *where += (Elf32_Addr)sym_val; in dlmodule_relocate()
31 where, *where)); in dlmodule_relocate()
37 addend = *where & 0x00ffffff; in dlmodule_relocate()
40 tmp = sym_val - (Elf32_Addr)where + (addend << 2); in dlmodule_relocate()
42 *where = (*where & 0xff000000) | (tmp & 0x00ffffff); in dlmodule_relocate()
44 where, *where)); in dlmodule_relocate()
47 *where += sym_val - (Elf32_Addr)where; in dlmodule_relocate()
50 where, *where, sym_val, rel->r_offset)); in dlmodule_relocate()
[all …]
H A Dx86.c21 Elf32_Addr *where, tmp; in dlmodule_relocate() local
25 where = (Elf32_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()
33 *where = (Elf32_Addr)sym_val; in dlmodule_relocate()
36 (uint32_t)where, *where, sym_val)); in dlmodule_relocate()
39 *where = (Elf32_Addr)sym_val + *where; in dlmodule_relocate()
41 (uint32_t)where, *where, sym_val)); in dlmodule_relocate()
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt24 - BUGS (ALL): Fixed bug in <eMBFuncReadInputRegister> where the high
47 where the error was not detected. Fixed typo in the holding registers
48 where the frame for write multiple registers was parsed with the wrong
50 in discrete input registers implementation where the frame was not parsed
68 Notes: Fixed bug in Read/Write Multiple Registers function where
69 the registers addresses where calculated wrong.
97 to the eMBRegHoldingCB function where first the values are
105 Fixed bug in RTU state machine where we switched from the
119 - BUG (RTU): Fixed bug in xMBRTUReceiveFSM where the error
134 If not all bytes where written in the first call or write was
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dble_sec.rst26 - **Just Works**: designed for scenarios where at least one of the
31 - **Numeric Comparison**: designed for scenarios where both devices are
36 - **Out of Band**: designed for scenarios where an Out of Band
40 - **Passkey Entry**: designed for the scenario where one device has
H A Ddoxygen.xml76 # entered, it will be relative to the location where doxygen was started. If
84 # option can be useful when feeding doxygen a huge amount of source files, where
170 # will be relative from the directory where doxygen is started.
288 # using this tag. The format is ext=language, where ext is a file extension, and
475 # 'anonymous_namespace{file}', where file will be replaced with the base name of
687 # popen()) the command command input-file, where command is the value of the
900 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1071 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1600 # to a relative location where the documentation can be found. The format is:
1615 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
[all …]
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dccm_mode.h137 * b = [FLAGS | nonce | counter ], where:
146 * b = [FLAGS | nonce | length(mac length)], where:
183 * b = [FLAGS | nonce | counter ], where:
192 * b = [FLAGS | nonce | length(mac length)], where:
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/
H A Dnimble_port_freertos.c35 * Create task where NimBLE LL will run. This one is required as LL has its in nimble_port_freertos_init()
45 * Create task where NimBLE host will run. It is not strictly necessary to in nimble_port_freertos_init()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Dnfs.x383 diropargs3 where; member
405 diropargs3 where; member
432 diropargs3 where; member
470 diropargs3 where; member
H A Ddfs_nfs.c351 args.where.dir = *handle; in nfs_create()
352 args.where.name = strrchr(name, '/') + 1; in nfs_create()
353 if (args.where.name == NULL) in nfs_create()
355 args.where.name = (char *)name; in nfs_create()
400 args.where.dir = *handle; in nfs_mkdir()
401 args.where.name = strrchr(name, '/') + 1; in nfs_mkdir()
402 if (args.where.name == NULL) in nfs_mkdir()
404 args.where.name = (char *)name; in nfs_mkdir()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL117 directory where you want the object files and executables to go and run
147 `configure' the option `--prefix=PREFIX', where PREFIX must be an
200 `configure', where FEATURE indicates an optional part of the package.
201 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
263 where SYSTEM can have one of these forms:
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/
H A Dconfig.h.in51 /* Define to the sub-directory where libtool stores uninstalled libraries. */
57 /* Define to the address where bug reports for this package should be sent. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Detharp.h67 /** MEMCPY-like copying of IP addresses where addresses are known to be
74 /** MEMCPY-like copying of IP addresses where addresses are known to be
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dnetdb.c151 * @param ret pre-allocated struct where to store the result
152 * @param buf pre-allocated buffer where to store additional data
156 * @param h_errnop pointer to an int where to store errors (instead of modifying
263 * @param res pointer to a pointer where to store the result (set to NULL on failure)
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_spis.c106 …SPIS_BUFFER_RESOURCE_REQUESTED, /**< State where the configuration of the memory …
107 …SPIS_BUFFER_RESOURCE_CONFIGURED, /**< State where the configuration of the memory …
108 …SPIS_XFER_COMPLETED /**< State where SPI transaction has been complet…
358 * @param[in] new_state State where the state machine transits to.
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dlc.h49 * function at the point where the local continuation was set.
77 * where the operation is executed. As far as the set operation is
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmbutils.h53 * \param ucByteBuf A buffer where the bit values are stored. Must be a
86 * \param ucByteBuf A buffer where the bit values are stored.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dnetdb.c151 * @param ret pre-allocated struct where to store the result
152 * @param buf pre-allocated buffer where to store additional data
156 * @param h_errnop pointer to an int where to store errors (instead of modifying
263 * @param res pointer to a pointer where to store the result (set to NULL on failure)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dnetdb.c151 * @param ret pre-allocated struct where to store the result
152 * @param buf pre-allocated buffer where to store additional data
156 * @param h_errnop pointer to an int where to store errors (instead of modifying
263 * @param res pointer to a pointer where to store the result (set to NULL on failure)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlist.h78 * This is only for internal list manipulation where we know
108 * This is only for internal list manipulation where we know
/nrf52832-nimble/rt-thread/documentation/
H A DDoxyfile51 # base path where the generated documentation will be put.
53 # where doxygen was started. If left blank the current directory will be used.
61 # source files, where putting all generated files in the same directory would
244 # tag. The format is ext=language, where ext is a file extension, and language
386 # 'anonymous_namespace{file}', where file will be replaced with the base
574 # popen()) the command <command> <input-file>, where <command> is the value of
753 # by executing (via popen()) the command <filter> <input-file>, where <filter>
871 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
1229 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1329 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dpbuf.c201 * @param type this parameter decides how and where the pbuf
220 * @return the allocated pbuf. If multiple pbufs where allocated, this
313 * @param type this parameter decides how and where the pbuf
1023 * @param offset offset into the packet buffer from where to begin copying len bytes
1070 * @param offset offset into the packet buffer from where to begin copying len bytes
1175 * @return the pbuf in the queue where the offset is
1235 * @param offset offset in pbuf where to copy dataptr to
1299 * @param type this parameter decides how and where the pbuf should be allocated
1326 * @param start_offset offset of p->payload where to copy the data to
1473 * @return 0xFFFF if substr was not found in p or the index where it was found
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile58 # entered, it will be relative to the location where doxygen was started. If
66 # option can be useful when feeding doxygen a huge amount of source files, where
162 # will be relative from the directory where doxygen is started.
280 # using this tag. The format is ext=language, where ext is a file extension, and
476 # 'anonymous_namespace{file}', where file will be replaced with the base name of
688 # popen()) the command command input-file, where command is the value of the
917 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1107 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1636 # to a relative location where the documentation can be found. The format is:
1651 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
[all …]
H A Dlwip.Doxyfile.cmake.in58 # entered, it will be relative to the location where doxygen was started. If
66 # option can be useful when feeding doxygen a huge amount of source files, where
162 # will be relative from the directory where doxygen is started.
280 # using this tag. The format is ext=language, where ext is a file extension, and
476 # 'anonymous_namespace{file}', where file will be replaced with the base name of
688 # popen()) the command command input-file, where command is the value of the
917 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1107 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1636 # to a relative location where the documentation can be found. The format is:
1651 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile58 # entered, it will be relative to the location where doxygen was started. If
66 # option can be useful when feeding doxygen a huge amount of source files, where
162 # will be relative from the directory where doxygen is started.
280 # using this tag. The format is ext=language, where ext is a file extension, and
467 # 'anonymous_namespace{file}', where file will be replaced with the base name of
679 # popen()) the command command input-file, where command is the value of the
906 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1096 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1625 # to a relative location where the documentation can be found. The format is:
1640 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A DCODING_STANDARDS.md169 * ```#ifdef``` aliasing, shall be in the following format, where
258 * typedef may be used for non-structure types, where it is beneficial to

12345678910>>...14