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

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dobstack.c80 in such a case, redefine COPYING_UNIT to `long' (if that works)
82 # ifndef COPYING_UNIT
83 # define COPYING_UNIT int macro
278 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
280 ((COPYING_UNIT *)object_base)[i]
281 = ((COPYING_UNIT *)h->object_base)[i];
282 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dobstack.c69 in such a case, redefine COPYING_UNIT to `long' (if that works)
71 #ifndef COPYING_UNIT
72 #define COPYING_UNIT int macro
266 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
268 ((COPYING_UNIT *)new_chunk->contents)[i]
269 = ((COPYING_UNIT *)h->object_base)[i];
270 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
273 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);

Completed in 110 milliseconds