Home
last modified time | relevance | path

Searched refs:U4_TO_BUF_BE (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/hprof/
DHprofOutput.c31 #define U4_TO_BUF_BE(buf, offset, value) \ macro
84 U4_TO_BUF_BE(buf, 0, sizeof(void *)); in hprofContextInit()
97 U4_TO_BUF_BE(buf, 0, (u4)(nowMs >> 32)); in hprofContextInit()
102 U4_TO_BUF_BE(buf, 0, (u4)(nowMs & 0xffffffffULL)); in hprofContextInit()
115 U4_TO_BUF_BE(headBuf, 1, rec->time); in hprofFlushRecord()
116 U4_TO_BUF_BE(headBuf, 5, rec->length); in hprofFlushRecord()
275 U4_TO_BUF_BE(insert, 0, *values++); in hprofAddU4ListToRecord()