/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/ |
H A D | util.c | 265 int i, len = 0, skip = 0; in dialog_clear() local 280 skip = len - (columns - 2 - strlen(ellipsis)); in dialog_clear() 284 if (skip == 0) in dialog_clear() 287 skip--; in dialog_clear() 289 if (skip == 0) in dialog_clear() 292 skip--; in dialog_clear() 294 if (skip < strlen(pos->text)) { in dialog_clear() 295 waddstr(stdscr, pos->text + skip); in dialog_clear() 296 skip = 0; in dialog_clear() 298 skip -= strlen(pos->text); in dialog_clear() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/ |
H A D | lwip_unittests.c | 40 void lwip_check_ensure_no_alloc(unsigned int skip) in lwip_check_ensure_no_alloc() argument 45 if (!(skip & SKIP_HEAP)) { in lwip_check_ensure_no_alloc() 49 if (!(skip & mask)) { in lwip_check_ensure_no_alloc()
|
H A D | lwip_check.h | 40 void lwip_check_ensure_no_alloc(unsigned int skip);
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | cp15_gcc.S | 60 blt skip 81 skip: label
|
H A D | cp15_iar.s | 63 BLT skip 86 skip: label
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | cp15_gcc.S | 55 blt skip 76 skip: label
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | cp15_gcc.S | 55 blt skip 76 skip: label
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-a/ |
H A D | cp15_gcc.S | 55 blt skip 76 skip: label
|
/nrf52832-nimble/rt-thread/libcpu/ia32/ |
H A D | context_gcc.S | 67 add $4,%esp /*skip irqno*/ 84 add $4, %esp /* skip irqno */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | ethernet.c | 177 /* skip Ethernet header (min. size checked above) */ 194 /* skip Ethernet header (min. size checked above) */ 221 /* skip Ethernet header */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | ethernet.c | 171 /* skip Ethernet header */ 188 /* skip Ethernet header */ 215 /* skip Ethernet header */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | scan.c | 254 skip a little and align it. */ in jffs2_scan_medium() 256 uint32_t skip = c->nextblock->free_size & (c->wbuf_pagesize-1); in jffs2_scan_medium() local 259 skip)); in jffs2_scan_medium() 260 c->nextblock->wasted_size += skip; in jffs2_scan_medium() 261 c->wasted_size += skip; in jffs2_scan_medium() 263 c->nextblock->free_size -= skip; in jffs2_scan_medium() 264 c->free_size -= skip; in jffs2_scan_medium()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 97 jint32_t totlen; /* So we can skip over nodes we don't grok */ 165 jint32_t totlen; /* So we can skip over nodes we don't grok */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/ |
H A D | README | 12 PolarSSL you can choose to skip the compilation of the included PolarSSL
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/ |
H A D | README | 12 PolarSSL you can choose to skip the compilation of the included PolarSSL
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | string.c | 362 /* skip any white space in format */ in vsscanf() 384 /* skip this conversion. in vsscanf() 428 /* first, skip leading white space in buffer */ in vsscanf() 470 * first, skip white space in buffer. in vsscanf()
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | msh.c | 130 /* skip this string */ in msh_split() 144 /* skip '"' */ in msh_split() 583 /* skip finsh shell function */ in msh_auto_complete()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/romfs/ |
H A D | dfs_romfs.c | 71 /* skip /// */ in dfs_romfs_lookup() 92 /* skip /// */ in dfs_romfs_lookup()
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/ |
H A D | time.h | 32 * Skip define timespec for IAR version over 8.10.1 where __VER__ is 8010001.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_store.h | 61 /** Number of results to skip; 0 means retrieve the first match. */ 108 /** Number of results to skip; 0 means retrieve the first match. */
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | mkdist.py | 220 # skip libc and libcpu dir 336 # skip documentation directory 337 # skip examples
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | zdef.h | 26 #define ZSKIP 5 /* ro sender: skip this file */ 97 #define ZMSKNOLOC 0200 /* skip file if not present at rx */
|
/nrf52832-nimble/rt-thread/components/dfs/include/ |
H A D | dfs.h | 32 * skip stdin/stdout/stderr normally
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_find.c | 269 * if info is NULL, then skip this object. 291 * if info is NULL, then skip this object.
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | lwp.c | 191 /* skip text hole */ in lwp_load() 194 …dbg_log(DBG_LOG, "skip text hole %d!\n", (chunk.total_len - sizeof(struct lwp_chunk) - chunk.data_… in lwp_load()
|