Lines Matching full:time
16 #include <sys/time.h>
18 #include <time.h>
108 /* The current time, in milliseconds since 0:00 GMT, 1/1/70.
116 /* u4: high word of the 64-bit time.
121 /* u4: low word of the 64-bit time.
124 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the time
135 U4_TO_BUF_BE(headBuf, 1, rec->time);
159 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time)
173 rec->time = time;