Home
last modified time | relevance | path

Searched full:plus (Results 1 – 25 of 85) sorted by relevance

1234

/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dstring.h21 #define PLUS (1 << 2) /* show plus */ macro
22 #define SPACE (1 << 3) /* space if plus */
H A Dstdio.h19 #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 Duser_mb_app.c68 /* 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 Duser_mb_app_m.c69 /* 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 Dnrfx_systick.h92 * @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 Dzconf.h180 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 Dzconf.h171 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 Dsnmp_structs.h127 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 Dsyscfg.yml46 advertising instances is this number plus 1 (assuming the device
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DREADME88 plus searchable archives:
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DREADME79 plus searchable archives:
/nrf52832-nimble/rt-thread/src/
H A Dkservice.c575 #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 Dcompress.c19 destination buffer, which must be at least 0.1% larger than sourceLen plus
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/
H A Dvfp.h34 #define FPSCR_RP (1<<22) /* Round towards plus infinity (RP) mode */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DREADME94 plus searchable archives:
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt138 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 Dgpl.txt157 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 Dkconfig-diff20 Added and removed items are shown with a leading plus or minus, respectively.
/nrf52832-nimble/rt-thread/tools/
H A Dkeil.py415 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 Ddhcp6.h103 #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 Dpbuf.c360 * 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 Dmem.c91 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 DCOPYING174 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 DCOPYING157 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 Dcoding_style_en.txt75 plus "_t". For example:

1234