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

/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzlog.c284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) macro
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc);
445 PUT4(ext + 20, log->clen);
446 PUT4(ext + 24, log->tcrc);
447 PUT4(ext + 28, log->tlen);
550 PUT4(buf, log->tcrc);
551 PUT4(buf + 4, log->tlen);
702 PUT4(bu
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgzlog.c284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) macro
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc);
445 PUT4(ext + 20, log->clen);
446 PUT4(ext + 24, log->tcrc);
447 PUT4(ext + 28, log->tlen);
550 PUT4(buf, log->tcrc);
551 PUT4(buf + 4, log->tlen);
702 PUT4(bu
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) macro
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc);
445 PUT4(ext + 20, log->clen);
446 PUT4(ext + 24, log->tcrc);
447 PUT4(ext + 28, log->tlen);
550 PUT4(buf, log->tcrc);
551 PUT4(buf + 4, log->tlen);
702 PUT4(bu
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) macro
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc);
445 PUT4(ext + 20, log->clen);
446 PUT4(ext + 24, log->tcrc);
447 PUT4(ext + 28, log->tlen);
550 PUT4(buf, log->tcrc);
551 PUT4(buf + 4, log->tlen);
702 PUT4(bu
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) macro
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc);
445 PUT4(ext + 20, log->clen);
446 PUT4(ext + 24, log->tcrc);
447 PUT4(ext + 28, log->tlen);
550 PUT4(buf, log->tcrc);
551 PUT4(buf + 4, log->tlen);
702 PUT4(bu
[all...]

Completed in 125 milliseconds