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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h155 char *next_free; /* where to add next char to current object */
220 #define obstack_next_free(h) ((h)->next_free)
253 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
255 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
276 (unsigned) (__o->next_free - __o->object_base); })
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
295 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
303 if (__o->next_free + __len > __o->chunk_limit) \
305 memcpy (__o->next_free, wher
154 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
H A Dobstack.c179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
250 register long obj_size = h->next_free - h->object_base;
305 h->next_free = h->object_base + obj_size;
366 h->object_base = h->next_free = (char *) (obj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h155 char *next_free; /* where to add next char to current object */
220 #define obstack_next_free(h) ((h)->next_free)
253 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
255 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
276 (unsigned) (__o->next_free - __o->object_base); })
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
295 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
303 if (__o->next_free + __len > __o->chunk_limit) \
305 memcpy (__o->next_free, wher
154 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
H A Dobstack.c179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
250 register long obj_size = h->next_free - h->object_base;
305 h->next_free = h->object_base + obj_size;
366 h->object_base = h->next_free = (char *) (obj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-exception-store.c116 uint32_t next_free; member in struct:pstore
360 if (ps->next_free <= de.new_chunk)
361 ps->next_free = de.new_chunk + 1;
404 *numerator = get_info(store)->next_free * store->snap->chunk_size;
490 if (size < ((ps->next_free + 1) * store->snap->chunk_size))
493 e->new_chunk = ps->next_free;
500 if ((++ps->next_free % stride) == 1)
501 ps->next_free++;
584 ps->next_free = 2; /* skipping the header and first area */
606 sector_t next_free; member in struct:transient_c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Djournal.h382 u16 next_free = le16_to_cpu(last_el->l_next_free_rec); local
387 i = next_free - 1;
392 if (tree_depth && next_free == 1 &&
H A Dalloc.c845 int next_free = le16_to_cpu(el->l_next_free_rec); local
849 BUG_ON(!next_free);
851 BUG_ON(next_free >= count);
853 num_bytes = sizeof(struct ocfs2_extent_rec) * next_free;
861 int i, insert_index, next_free, has_empty, num_bytes; local
865 next_free = le16_to_cpu(el->l_next_free_rec);
868 BUG_ON(!next_free);
876 * empty extent and temporarily decrement next_free.
880 * If next_free was 1 (only an empty extent), this
884 for(i = 0; i < (next_free
946 int next_free = le16_to_cpu(el->l_next_free_rec); local
1560 int next_free; local
1823 int ret, i, next_free; local
2943 int next_free, ret = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas_flash.c305 int next_free; local
326 next_free = fl->num_blocks;
327 if (next_free == FLASH_BLOCKS_PER_NODE) {
333 next_free = 0;
346 fl->blocks[next_free].data = p;
347 fl->blocks[next_free].length = count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_windows.c20 struct __ack_waiter *next_free; member in struct:__ack_waiter
195 table->first_free = w->next_free;
211 slot->next_free = db_rep->waiters->first_free;

Completed in 135 milliseconds