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

/freebsd-11-stable/contrib/gcclibs/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);
/freebsd-11-stable/contrib/binutils/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);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.c72 in such a case, redefine COPYING_UNIT to `long' (if that works)
74 #ifndef COPYING_UNIT
75 #define COPYING_UNIT int macro
305 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
307 ((COPYING_UNIT *)new_chunk->contents)[i]
308 = ((COPYING_UNIT *)h->object_base)[i];
309 /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT,
312 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);

Completed in 69 milliseconds