Searched refs:REALLOC (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gmp/demos/expr/
H A Dexpr.c63 #define REALLOC(ptr, alloc, incr, type) \ macro
83 REALLOC (p->data_stack, p->data_alloc, 20, union mpX_t); \
271 REALLOC (p->control_stack, p->control_alloc, 20, \
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf.h57 #define REALLOC (void*)realloc macro
H A Djcf-io.c73 : REALLOC (jcf->buffer, new_size);
/haiku-buildtools/gcc/gcc/java/
H A Djcf.h38 #define REALLOC xrealloc macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1618 The REALLOC define eliminates a flurry of conversion warnings,
1621 # define REALLOC(p,s) realloc ((p), (size_t) (s))
1624 # define REALLOC(p,s) realloc ((p), (s))
1639 bufp->buffer = (unsigned char *) REALLOC (bufp->buffer, bufp->allocated);\
1610 # define REALLOC macro
1613 # define REALLOC macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c2011 The REALLOC define eliminates a flurry of conversion warnings,
2014 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2017 # define REALLOC(p,s) realloc ((p), (s))
2089 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2003 # define REALLOC macro
2006 # define REALLOC macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c2013 The REALLOC define eliminates a flurry of conversion warnings,
2016 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2019 # define REALLOC(p,s) realloc ((p), (s))
2091 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2005 # define REALLOC macro
2008 # define REALLOC macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c2013 The REALLOC define eliminates a flurry of conversion warnings,
2016 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2019 # define REALLOC(p,s) realloc ((p), (s))
2091 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2005 # define REALLOC macro
2008 # define REALLOC macro

Completed in 232 milliseconds