HomeSort by: relevance | last modified time | path
    Searched defs:obstack_int_grow_fast (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.h 345 obstack_int_grow_fast (__o, datum); })
354 # define obstack_int_grow_fast(OBSTACK,aint) \
467 obstack_int_grow_fast (h, datum)) macro
472 # define obstack_int_grow_fast(h,aint) \
350 # define obstack_int_grow_fast macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.h 345 obstack_int_grow_fast (__o, datum); })
354 # define obstack_int_grow_fast(OBSTACK,aint) \
467 obstack_int_grow_fast (h, datum)) macro
472 # define obstack_int_grow_fast(h,aint) \
350 # define obstack_int_grow_fast macro
  /src/external/gpl2/grep/dist/lib/
obstack.h 246 void obstack_int_grow_fast (struct obstack *obstack, int data);
438 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint)
547 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint)
434 # define obstack_int_grow_fast macro
542 # define obstack_int_grow_fast macro
  /src/external/gpl3/binutils/dist/include/
obstack.h 357 obstack_int_grow_fast (__o, datum); })
367 # define obstack_int_grow_fast(OBSTACK, aint) \ macro
483 obstack_int_grow_fast (h, datum))
489 # define obstack_int_grow_fast(h, aint) \ macro
  /src/external/gpl3/binutils.old/dist/include/
obstack.h 357 obstack_int_grow_fast (__o, datum); })
367 # define obstack_int_grow_fast(OBSTACK, aint) \ macro
483 obstack_int_grow_fast (h, datum))
489 # define obstack_int_grow_fast(h, aint) \ macro
  /src/external/gpl3/gcc/dist/include/
obstack.h 357 obstack_int_grow_fast (__o, datum); })
367 # define obstack_int_grow_fast(OBSTACK, aint) \ macro
483 obstack_int_grow_fast (h, datum))
489 # define obstack_int_grow_fast(h, aint) \ macro
  /src/external/gpl3/gcc.old/dist/include/
obstack.h 357 obstack_int_grow_fast (__o, datum); })
367 # define obstack_int_grow_fast(OBSTACK, aint) \ macro
483 obstack_int_grow_fast (h, datum))
489 # define obstack_int_grow_fast(h, aint) \ macro
  /src/external/gpl3/gdb/dist/include/
obstack.h 357 obstack_int_grow_fast (__o, datum); })
367 # define obstack_int_grow_fast(OBSTACK, aint) \ macro
483 obstack_int_grow_fast (h, datum))
489 # define obstack_int_grow_fast(h, aint) \ macro
  /src/external/gpl3/gdb.old/dist/include/
obstack.h 357 obstack_int_grow_fast (__o, datum); })
367 # define obstack_int_grow_fast(OBSTACK, aint) \ macro
483 obstack_int_grow_fast (h, datum))
489 # define obstack_int_grow_fast(h, aint) \ macro

Completed in 88 milliseconds