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

/haiku-buildtools/gcc/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...]
/haiku-buildtools/binutils/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...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dconstants.c214 #define PUT4(X) (PUT2((X) >> 16), PUT2(X)) macro
288 PUT4 (*datap);
297 PUT4(*datap);
300 PUT4 (*datap);
H A Djcf-write.c326 #define PUT4(X) (PUT2((X) >> 16), PUT2((X) & 0xFFFF)) macro
2717 PUT4 (0xCafeBabe); /* Magic number */
2777 PUT4 (2); /* attribute_length */
2848 PUT4 (i); /* attribute_length */
2851 PUT4 (state->code_length);
2883 i = 2+4*state->linenumber_count; PUT4(i); /* attribute_length */
2906 i = 2 + 10 * state->lvar_count; PUT4 (i); /* attribute_length */
2930 i = 2 + 2 * throws_count; PUT4(i); /* attribute_length */
2960 PUT4 (2);
/haiku-buildtools/gcc/gcc/java/
H A Dconstants.c227 #define PUT4(X) (PUT2((X) >> 16), PUT2(X)) macro
297 PUT4 (datap->w);
306 PUT4(datap->w);
309 PUT4 (datap->w);

Completed in 79 milliseconds