Searched defs:XDUPVEC (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/include/
H A Dlibiberty.h359 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro
/haiku-buildtools/binutils/include/
H A Dlibiberty.h359 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) macro

Completed in 39 milliseconds