/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | string.h | 21 #define PLUS (1 << 2) /* show plus */ macro 22 #define SPACE (1 << 3) /* space if plus */
|
H A D | stdio.h | 19 #define SEEK_CUR 1 /* set file offset to current plus offset */ 22 #define SEEK_END 2 /* set file offset to EOF plus offset */
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/ |
H A D | user_mb_app.c | 68 /* it already plus one in modbus function method. */ in eMBRegInputCB() 116 /* it already plus one in modbus function method. */ in eMBRegHoldingCB() 181 /* it already plus one in modbus function method. */ in eMBRegCoilsCB() 257 /* it already plus one in modbus function method. */ in eMBRegDiscreteCB()
|
H A D | user_mb_app_m.c | 69 /* it already plus one in modbus function method. */ in eMBMasterRegInputCB() 119 /* it already plus one in modbus function method. */ in eMBMasterRegHoldingCB() 186 /* it already plus one in modbus function method. */ in eMBMasterRegCoilsCB() 262 /* it already plus one in modbus function method. */ in eMBMasterRegDiscreteCB()
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_systick.h | 92 * @retval true If current time is higher than specified state plus given time-out. 93 * @retval false If current time is lower than specified state plus given time-out
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zconf.h | 180 plus a few kilobytes for small objects. For example, if you want to reduce 186 that is, 32K for windowBits=15 (default value) plus a few kilobytes 324 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zconf.h | 171 plus a few kilobytes for small objects. For example, if you want to reduce 177 that is, 32K for windowBits=15 (default value) plus a few kilobytes 315 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | snmp_structs.h | 127 of sub-identifiers plus a 'child' pointer */ 145 of sub-identifiers plus a 'child' pointer */ 171 of sub-identifiers plus a 'child' pointer */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/ |
H A D | syscfg.yml | 46 advertising instances is this number plus 1 (assuming the device
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | README | 88 plus searchable archives:
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | README | 79 plus searchable archives:
|
/nrf52832-nimble/rt-thread/src/ |
H A D | kservice.c | 575 #define PLUS (1 << 2) /* show plus */ macro 576 #define SPACE (1 << 3) /* space if plus */ 628 else if (type & PLUS) in print_number() 796 else if (*fmt == '+') flags |= PLUS; in rt_vsnprintf()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | compress.c | 19 destination buffer, which must be at least 0.1% larger than sourceLen plus
|
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | vfp.h | 34 #define FPSCR_RP (1<<22) /* Round towards plus infinity (RP) mode */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | README | 94 plus searchable archives:
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 138 all the source code for all modules it contains, plus any associated 139 interface definition files, plus the scripts used to control compilation 263 work. (Executables containing this object code plus portions of the
|
H A D | gpl.txt | 157 code means all the source code for all modules it contains, plus any 158 associated interface definition files, plus the scripts used to
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-diff | 20 Added and removed items are shown with a leading plus or minus, respectively.
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | keil.py | 415 Product: MDK Plus 5.24 419 return version: MDK Plus 5.24/ARM Compiler 5.06 update 5 (build 528)/armcc [4d3621]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | dhcp6.h | 103 #define DHCP6_DUID_LLT 1 /* LLT: Link-layer Address Plus Time */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | pbuf.c | 360 * must be at least big enough to hold 'length' plus the header size, 364 * big enough to hold 'length' plus the header size 1146 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind() local 1147 if (plus == 0) { in pbuf_memfind() 1150 i += plus; in pbuf_memfind()
|
H A D | mem.c | 91 plus a struct memp_malloc_helper that saves the pool this element came from? */ in mem_malloc() 451 * Old size ('size') must be big enough to contain at least 'newsize' plus a struct mem in mem_trim() 485 * Adam's mem_malloc() plus solution for bug #17922
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | COPYING | 174 code means all the source code for all modules it contains, plus any 175 associated interface definition files, plus the scripts used to
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 157 code means all the source code for all modules it contains, plus any 158 associated interface definition files, plus the scripts used to
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 75 plus "_t". For example:
|