Searched refs:obstack_int_grow_fast (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h231 void obstack_int_grow_fast (struct obstack *obstack, int data);
380 obstack_int_grow_fast (__o, datum); })
389 # define obstack_int_grow_fast(OBSTACK,aint) \
500 obstack_int_grow_fast (h, datum)) macro
505 # define obstack_int_grow_fast(h,aint) \
385 # define obstack_int_grow_fast macro
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h231 void obstack_int_grow_fast (struct obstack *obstack, int data);
380 obstack_int_grow_fast (__o, datum); })
389 # define obstack_int_grow_fast(OBSTACK,aint) \
500 obstack_int_grow_fast (h, datum)) macro
505 # define obstack_int_grow_fast(h,aint) \
385 # define obstack_int_grow_fast macro
/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h251 void obstack_int_grow_fast (struct obstack *obstack, int data);
437 obstack_int_grow_fast (__o, datum); })
446 # define obstack_int_grow_fast(OBSTACK,aint) \
557 obstack_int_grow_fast (h, datum)) macro
562 # define obstack_int_grow_fast(h,aint) \
442 # define obstack_int_grow_fast macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.h244 void obstack_int_grow_fast (struct obstack *obstack, int data);
436 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint)
545 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint)
432 # define obstack_int_grow_fast macro
540 # define obstack_int_grow_fast macro

Completed in 181 milliseconds