Lines Matching refs:u4
21 #define HPROF_ID_SIZE (sizeof (u4))
30 typedef u4 hprof_id;
100 * u4 TIME: number of microseconds since the time stamp in the header
101 * u4 LENGTH: number of bytes that follow this u4 field
103 * [u1]* BODY: as many bytes as specified in the above u4 field
107 u4 time;
108 u4 length;
126 u4 gcThreadSerialNumber;
129 u4 stackTraceSerialNumber;
178 hprof_heap_tag_t state, u4 threadSerialNumber);
193 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time);
205 int hprofAddU4ToRecord(hprof_record_t *rec, u4 value);
207 const u4 *values, size_t numValues);
213 #define hprofAddIdToRecord(rec, id) hprofAddU4ToRecord((rec), (u4)(id))
215 hprofAddU4ListToRecord((rec), (const u4 *)(values), (numValues))