Searched refs:PUTN (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Doutfloat.c49 #define PUTN(p, n) \ macro
177 PUTN(p, decpt);
180 PUTN(p, useful_digits);
188 PUTN(p + decpt, useful_digits-decpt);
199 PUTN(p, useful_digits);
204 PUTN(exponent_start, exponent_size);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dconstants.c215 #define PUTN(P, N) (bcopy(P, ptr, N), ptr += (N)) macro
307 PUTN (IDENTIFIER_POINTER (t), len);
H A Djcf-write.c327 #define PUTN(P, N) (CHECK_PUT(ptr, state, N), memcpy(ptr, P, N), ptr += (N)) macro
/haiku-buildtools/gcc/gcc/java/
H A Dconstants.c228 #define PUTN(P, N) (memcpy(ptr, (P), (N)), ptr += (N)) macro
316 PUTN (IDENTIFIER_POINTER (t), len);

Completed in 75 milliseconds