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

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c78 in such a case, redefine COPYING_UNIT to `long' (if that works)
80 # ifndef COPYING_UNIT
81 # define COPYING_UNIT int macro
316 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
318 ((COPYING_UNIT *)object_base)[i]
319 = ((COPYING_UNIT *)h->object_base)[i];
320 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
323 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);

Completed in 14 milliseconds