OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_free
(Results
1 - 4
of
4
) sorted by null
/external/bison/lib/
obstack.h
156
char *
next_free
; /* where to add next char to current object */
216
#define obstack_next_free(h) ((h)->
next_free
)
249
#define obstack_1grow_fast(h,achar) (*((h)->
next_free
)++ = (achar))
251
#define obstack_blank_fast(h,n) ((h)->
next_free
+= (n))
272
(unsigned) (__o->
next_free
- __o->object_base); })
277
(unsigned) (__o->chunk_limit - __o->
next_free
); })
283
if (__o->chunk_limit - __o->
next_free
< __len) \
291
&& __o->
next_free
== __PTR_ALIGN ((char *) __o->chunk, \
299
if (__o->
next_free
+ __len > __o->chunk_limit) \
301
memcpy (__o->
next_free
, where, __len);
155
char *
next_free
; \/* where to add next char to current object *\/
member in struct:obstack
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
obstack.h
170
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
, (where), __len);
169
char *
next_free
; \/* where to add next char to current object *\/
member in struct:obstack
[
all
...]
gimple.h
132
struct gimple_seq_d GTY ((chain_next ("%h.
next_free
")))
142
gimple_seq
next_free
;
local
[
all
...]
/external/v8/src/
global-handles.cc
63
parameter_or_next_free_.
next_free
= NULL;
83
Node*
next_free
() {
function in class:v8::internal::GlobalHandles::Node
85
return parameter_or_next_free_.
next_free
;
89
parameter_or_next_free_.
next_free
= value;
205
Node*
next_free
;
member in union:v8::internal::GlobalHandles::Node::__anon6238
277
set_first_free(result->
next_free
());
281
set_first_deallocated(result->
next_free
());
Completed in 120 milliseconds