Home
last modified time | relevance | path

Searched refs:INT32COPY (Results 1 – 4 of 4) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dspaces.c245 INT32COPY(contexts[i].normal, M, sizeof(contexts[i].normal));
277 INT32COPY(M, contexts[n].normal, sizeof(M));
H A Dobjects.h172 #define INT32COPY(dest,source,bytes) { \ macro
H A Dobjects.c329 INT32COPY(r, template, size); in t1_Allocate()
H A Dregions.c334 INT32COPY(&r[1], xvalues, (ymax - iy) * sizeof(pel) + sizeof(int32_t) - 1); in NewEdge()