Home | History | Annotate | Download | only in vm

Lines Matching full:set4be

138     set4BE(reply + 0, type);
139 set4BE(reply + 4, length);
285 set4BE(&buf[0x00], thread->threadId);
286 set4BE(&buf[0x04], stringLen);
298 set4BE(&buf[0x00], thread->threadId);
325 set4BE(&buf[0x00], threadId);
326 set4BE(&buf[0x04], stringLen);
400 set4BE(buf+0, thread->threadId);
402 set4BE(buf+5, thread->systemTid);
403 set4BE(buf+9, procStatData.utime);
404 set4BE(buf+13, procStatData.stime);