Lines Matching refs:u1
39 bool dvmDdmHandlePacket(const u1* buf, int dataLen, u1** pReplyBuf, in dvmDdmHandlePacket()
74 type = get4BE((u1*)dataArray->contents + 0); in dvmDdmHandlePacket()
75 length = get4BE((u1*)dataArray->contents + 4); in dvmDdmHandlePacket()
132 u1* reply; in dvmDdmHandlePacket()
133 reply = (u1*) malloc(length + kChunkHdrLen); in dvmDdmHandlePacket()
140 memcpy(reply+kChunkHdrLen, (const u1*)replyData->contents + offset, length); in dvmDdmHandlePacket()
262 u1 buf[256]; in dvmDdmSendThreadNotification()
291 set2BE((u1*) (outChars++), *chars++); in dvmDdmSendThreadNotification()
323 u1 buf[bufLen]; in dvmDdmSendThreadNameChange()
329 set2BE((u1*) (outChars++), *chars++); in dvmDdmSendThreadNameChange()
377 u1 tmpBuf[bufLen]; in dvmDdmGenerateThreadStats()
378 u1* buf = tmpBuf; in dvmDdmGenerateThreadStats()
472 u1* data; in dvmDdmGetRecentAllocations()