Searched refs:next_free (Results 1 - 25 of 51) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dobstack.h170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (wher
169 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Dobstack.h170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (wher
169 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/
H A Dobstack.h170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (wher
169 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dobstack.h170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (wher
169 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dobstack.h170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (wher
169 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dobstack.h156 char *next_free; /* where to add next char to current object */ member in struct:obstack
214 #define obstack_next_free(h) ((h)->next_free)
247 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
249 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
269 (unsigned) (__o->next_free - __o->object_base); })
274 (unsigned) (__o->chunk_limit - __o->next_free); })
280 if (__o->chunk_limit - __o->next_free < __len) \
288 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
296 if (__o->next_free + __len > __o->chunk_limit) \
298 memcpy (__o->next_free, wher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dobstack.h170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (wher
169 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dobstack.h156 char *next_free; /* where to add next char to current object */ member in struct:obstack
214 #define obstack_next_free(h) ((h)->next_free)
247 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
249 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
269 (unsigned) (__o->next_free - __o->object_base); })
274 (unsigned) (__o->chunk_limit - __o->next_free); })
280 if (__o->chunk_limit - __o->next_free < __len) \
288 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
296 if (__o->next_free + __len > __o->chunk_limit) \
298 memcpy (__o->next_free, wher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dobstack.h156 char *next_free; /* where to add next char to current object */ member in struct:obstack
214 #define obstack_next_free(h) ((h)->next_free)
247 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
249 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
269 (unsigned) (__o->next_free - __o->object_base); })
274 (unsigned) (__o->chunk_limit - __o->next_free); })
280 if (__o->chunk_limit - __o->next_free < __len) \
288 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
296 if (__o->next_free + __len > __o->chunk_limit) \
298 memcpy (__o->next_free, wher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-snap-transient.c22 sector_t next_free; member in struct:transient_c
44 if (size < (tc->next_free + store->chunk_size))
47 e->new_chunk = sector_to_chunk(store, tc->next_free);
48 tc->next_free += store->chunk_size;
67 *sectors_allocated = ((struct transient_c *) store->context)->next_free;
81 tc->next_free = 0;
H A Ddm-snap-persistent.c141 chunk_t next_free; member in struct:pstore
474 if (ps->next_free <= de.new_chunk)
475 ps->next_free = de.new_chunk + 1;
526 *sectors_allocated = ps->next_free * store->chunk_size;
626 chunk_t next_free; local
630 if (size < ((ps->next_free + 1) * store->chunk_size))
633 e->new_chunk = ps->next_free;
640 next_free = ++ps->next_free;
641 if (sector_div(next_free, strid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-snap-transient.c22 sector_t next_free; member in struct:transient_c
44 if (size < (tc->next_free + store->chunk_size))
47 e->new_chunk = sector_to_chunk(store, tc->next_free);
48 tc->next_free += store->chunk_size;
67 *sectors_allocated = ((struct transient_c *) store->context)->next_free;
81 tc->next_free = 0;
H A Ddm-snap-persistent.c141 chunk_t next_free; member in struct:pstore
474 if (ps->next_free <= de.new_chunk)
475 ps->next_free = de.new_chunk + 1;
526 *sectors_allocated = ps->next_free * store->chunk_size;
626 chunk_t next_free; local
630 if (size < ((ps->next_free + 1) * store->chunk_size))
633 e->new_chunk = ps->next_free;
640 next_free = ++ps->next_free;
641 if (sector_div(next_free, strid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base = h->next_free = (char *) (obj);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base = h->next_free = (char *) (obj);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base = h->next_free = (char *) (obj);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dcgen-scache.h68 SCACHE *next_free; member in struct:cpu_scache
69 #define CPU_SCACHE_NEXT_FREE(cpu) ((cpu) -> cgen_cpu.scache.next_free)
H A Dcgen-scache.c373 static int next_free = 0; local
377 for (i = 0; i < next_free; ++i, ++scm)
379 ++next_free;
380 if (next_free == CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES (cpu))
381 next_free = 0;
386 /* FIXME: Kinda weird to use a next_free adjusted scm when cache is
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dcgen-scache.h68 SCACHE *next_free; member in struct:cpu_scache
69 #define CPU_SCACHE_NEXT_FREE(cpu) ((cpu) -> cgen_cpu.scache.next_free)
H A Dcgen-scache.c373 static int next_free = 0; local
377 for (i = 0; i < next_free; ++i, ++scm)
379 ++next_free;
380 if (next_free == CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES (cpu))
381 next_free = 0;
386 /* FIXME: Kinda weird to use a next_free adjusted scm when cache is
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dcgen-scache.h68 SCACHE *next_free; member in struct:cpu_scache
69 #define CPU_SCACHE_NEXT_FREE(cpu) ((cpu) -> cgen_cpu.scache.next_free)
H A Dcgen-scache.c373 static int next_free = 0; local
377 for (i = 0; i < next_free; ++i, ++scm)
379 ++next_free;
380 if (next_free == CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES (cpu))
381 next_free = 0;
386 /* FIXME: Kinda weird to use a next_free adjusted scm when cache is
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas_flash.c303 int next_free; local
324 next_free = fl->num_blocks;
325 if (next_free == FLASH_BLOCKS_PER_NODE) {
331 next_free = 0;
344 fl->blocks[next_free].data = p;
345 fl->blocks[next_free].length = count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas_flash.c303 int next_free; local
324 next_free = fl->num_blocks;
325 if (next_free == FLASH_BLOCKS_PER_NODE) {
331 next_free = 0;
344 fl->blocks[next_free].data = p;
345 fl->blocks[next_free].length = count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Djournal.h582 u16 next_free = le16_to_cpu(last_el->l_next_free_rec); local
587 i = next_free - 1;
592 if (tree_depth && next_free == 1 &&

Completed in 160 milliseconds

123