Searched refs:datum (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | obstack.h | 313 # define obstack_1grow(OBSTACK,datum) \ argument 318 obstack_1grow_fast (__o, datum); \ 325 # define obstack_ptr_grow(OBSTACK,datum) \ argument 332 # define obstack_int_grow(OBSTACK,datum) \ argument 337 obstack_int_grow_fast (__o, datum); }) 445 # define obstack_1grow(h,datum) \ argument 448 obstack_1grow_fast (h, datum)) 450 # define obstack_ptr_grow(h,datum) \ argument 453 obstack_ptr_grow_fast (h, datum)) 455 # define obstack_int_grow(h,datum) \ argument [all …]
|
Completed in 3 milliseconds