Lines Matching refs:u4
37 u4 value_ = (u4)(value); \
103 /* u4: size of identifiers. We're using addresses
107 fwrite(buf, 1, sizeof(u4), fp);
117 /* u4: high word of the 64-bit time.
119 U4_TO_BUF_BE(buf, 0, (u4)(nowMs >> 32));
120 fwrite(buf, 1, sizeof(u4), fp);
122 /* u4: low word of the 64-bit time.
124 U4_TO_BUF_BE(buf, 0, (u4)(nowMs & 0xffffffffULL));
125 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the time
132 unsigned char headBuf[sizeof (u1) + 2 * sizeof (u4)];
160 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time)
270 int hprofAddU4ListToRecord(hprof_record_t *rec, const u4 *values,
290 int hprofAddU4ToRecord(hprof_record_t *rec, u4 value)