Searched refs:tempint (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | obstack.h | 160 PTR_INT_TYPE tempint; member 426 ( (h)->temp.tempint = (length), \ 427 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 428 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 431 ( (h)->temp.tempint = (length), \ 432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 434 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 435 (h)->next_free += (h)->temp.tempint) 438 ( (h)->temp.tempint = (length), \ [all …]
|