Home
last modified time | relevance | path

Searched full:space (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dstring.h22 #define SPACE (1 << 3) /* space if plus */ macro
32 #define _S 0x20 /* white space (space/lf/tab) */
34 #define _SP 0x80 /* hard space (0x20) */
H A Dstring.c362 /* skip any white space in format */ in vsscanf()
363 /* white space in format matchs any amount of in vsscanf()
364 * white space, including none, in the input. in vsscanf()
385 * advance both strings to next white space in vsscanf()
428 /* first, skip leading white space in buffer */ in vsscanf()
432 /* now copy until next white space */ in vsscanf()
470 * first, skip white space in buffer. in vsscanf()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dringbuffer.c57 /* whether has enough space */ in rt_ringbuffer_put()
60 /* no space */ in rt_ringbuffer_put()
70 /* read_index - write_index = empty space */ in rt_ringbuffer_put()
72 /* this should not cause overflow because there is enough space for in rt_ringbuffer_put()
116 /* read_index - write_index = empty space */ in rt_ringbuffer_put_force()
118 /* this should not cause overflow because there is enough space for in rt_ringbuffer_put_force()
175 /* this should not cause overflow because there is enough space for in rt_ringbuffer_get()
203 /* whether has enough space */ in rt_ringbuffer_putchar()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_mbuf.c358 int space; in os_mbuf_append() local
375 space = OS_MBUF_TRAILINGSPACE(last); in os_mbuf_append()
378 * remaining space in that mbuf. in os_mbuf_append()
380 if (space > 0) { in os_mbuf_append()
381 if (space > remainder) { in os_mbuf_append()
382 space = remainder; in os_mbuf_append()
385 memcpy(OS_MBUF_DATA(last, uint8_t *) + last->om_len , data, space); in os_mbuf_append()
387 last->om_len += space; in os_mbuf_append()
388 data += space; in os_mbuf_append()
389 remainder -= space; in os_mbuf_append()
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/arm926/
H A Dstart_rvds.S40 SPACE UND_STK_SIZE
45 SPACE ABT_STK_SIZE
50 SPACE FIQ_STK_SIZE
55 SPACE IRQ_STK_SIZE
60 SPACE SYS_STK_SIZE
65 SPACE SVC_STK_SIZE
72 Heap_Mem SPACE Heap_Size
H A Dstart_gcc.S51 .space UND_STK_SIZE
56 .space ABT_STK_SIZE
61 .space FIQ_STK_SIZE
66 .space IRQ_STK_SIZE
76 .space SVC_STK_SIZE
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c22 * jffs2_reserve_space - request physical space to write nodes to flash
29 * Requests a block of physical space on the flash. Returns zero for success
71 * We add unchecked_size here, as we hopefully will find some space to use. in jffs2_reserve_space()
78 …D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on dirty space to GC, but it's a deletion. Allow… in jffs2_reserve_space()
89 /* Calc possibly available space. Possibly available means that we in jffs2_reserve_space()
91 * more usable space. This will affect the sum only once, as gc first finishes checking in jffs2_reserve_space()
93 + Return -ENOSPC, if the maximum possibly available space is less or equal than in jffs2_reserve_space()
101 …D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on possibly available space, but it's a deletion… in jffs2_reserve_space()
168 /* Skip the end of this block and file it as having some dirty space */ in jffs2_do_reserve_space()
238 And there's no space left. At all. */ in jffs2_do_reserve_space()
[all …]
H A Dwrite.c126 /* Mark the space as dirtied */ in jffs2_write_dnode()
140 …printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned ret… in jffs2_write_dnode()
144 /* Try to reallocate space and retry */ in jffs2_write_dnode()
167 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs)); in jffs2_write_dnode()
174 D1(printk(KERN_DEBUG "Failed to allocate space to retry failed write: %d!\n", ret)); in jffs2_write_dnode()
181 /* Mark the space used */ in jffs2_write_dnode()
279 /* Mark the space as dirtied */ in jffs2_write_dirent()
286 …printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned ret… in jffs2_write_dirent()
290 /* Try to reallocate space and retry */ in jffs2_write_dirent()
313 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs)); in jffs2_write_dirent()
[all …]
H A Dbuild.c268 because there's not enough free space... */ in jffs2_calc_trigger_levels()
271 /* Be conservative about how much space we need before we allow writes. in jffs2_calc_trigger_levels()
287 long-term progress at the expense of short-term space exhaustion? */ in jffs2_calc_trigger_levels()
294 /* If there's less than this amount of dirty space, don't bother in jffs2_calc_trigger_levels()
295 trying to GC to make more space. It'll be a fruitless task */ in jffs2_calc_trigger_levels()
310 D1(printk(KERN_DEBUG "Amount of dirty space required to GC: %d bytes\n", in jffs2_calc_trigger_levels()
H A Ddebug.h235 * Check the space accounting of the file system and of
245 JFFS2_ERROR("eeep, space accounting for block at 0x%08x is screwed.\n", jeb->offset); in jffs2_dbg_acct_sanity_check_nolock()
254 JFFS2_ERROR("eeep, space accounting superblock info is screwed.\n"); in jffs2_dbg_acct_sanity_check_nolock()
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dstart_gcc.S35 .space IRQ_STACK_SIZE
38 .space FIQ_STACK_SIZE
41 .space UDF_STACK_SIZE
44 .space ABT_STACK_SIZE
47 .space SVC_STACK_SIZE
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dcontrib.txt19 4. one space between keyword and opening bracket.
20 5. no space between function and opening bracket.
21 6. one space and no newline before opening curly braces of a block.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dcontrib.txt19 4. one space between keyword and opening bracket.
20 5. no space between function and opening bracket.
21 6. one space and no newline before opening curly braces of a block.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinflate.h43 MATCH, /* o: waiting for output space to copy string */
44 LIT, /* o: waiting for output space to write literal */
111 code FAR *next; /* next available space in codes[] */
114 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c54 code FAR *next; /* next available space in table */
96 table. The sorted table is work[], with that space being provided by
169 provided *table space. It is checked when a LENS table is being made
170 against the space in *table, ENOUGH, minus the maximum space needed by
211 /* check available table space */
278 /* check for enough space */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dcontrib.txt19 4. one space between keyword and opening bracket.
20 5. no space between function and opening bracket.
21 6. one space and no newline before opening curly braces of a block.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mbuf.h200 * Returns the leading space (space at the beginning) of the mbuf.
202 * for the additional space allocated to the packet header.
207 * @return Amount of leading space available in the mbuf
229 * Returns the trailing space (space at the end) of the mbuf.
233 * @param __om Is the mbuf in that pool to get trailing space for
235 * @return The amount of trailing space available in the mbuf
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlelf.c97 /* allocate module space */ in dlmodule_load_shared_object()
101 rt_kprintf("Module: allocate space failed.\n"); in dlmodule_load_shared_object()
106 /* zero all space */ in dlmodule_load_shared_object()
273 /* allocate module space */ in dlmodule_load_relocated_object()
277 rt_kprintf("Module: allocate space failed.\n"); in dlmodule_load_relocated_object()
282 /* zero all space */ in dlmodule_load_relocated_object()
H A Ddlmodule.h49 rt_addr_t mem_space; /* memory space */
50 rt_uint32_t mem_size; /* sizeof memory space */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsmtp_opts.h43 * during the smtp session, which saves some heap space. */
48 /** Set this to 0 to save some code space if you know for sure that all data
/nrf52832-nimble/rt-thread/examples/nanopb/
H A Dsimple.c16 /* Allocate space on the stack to store the message data. in nanopb_test()
47 /* Allocate space for the decoded message. */ in nanopb_test()
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dstartup_gcc.S38 .space IRQ_STACK_SIZE
40 .space 8
44 .space EXC_STACK_SIZE
46 .space 8
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_types.h34 * header files exported to user space
61 * These aren't exported outside the kernel to avoid name space clashes
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/
H A Dlwipopts.h329 /* TCP sender buffer space (bytes). */
336 /* TCP sender buffer space (pbufs). This must be at least = 2 *
340 /* TCP writable space (bytes). This must be less than or equal
341 to TCP_SND_BUF. It is the amount of space which must be
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_mbuf.c49 * Allocates an mbuf with no leading space.
74 * has sufficient leading space for:

12345678910>>...13