Lines Matching refs:PUT4
284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0)
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(buf, log->tcrc);
703 PUT4(buf + 4, log->tlen);