Lines Matching refs:u4
46 static int getModTimeAndSize(int fd, u4* modTime, size_t* size)
56 *modTime = (u4) buf.st_mtime;
69 static int verifyMagicAndGetAdler32(int fd, u4 *adler32)
93 * We can't just cast the data to a u4 and read it, since the
100 *adler32 = (u4) headerStart[8]
101 | (((u4) headerStart[9]) << 8)
102 | (((u4) headerStart[10]) << 16)
103 | (((u4) headerStart[11]) << 24);
122 u4 modTime = 0;
123 u4 adler32 = 0;
249 int dvmRawDexFileOpenArray(u1* pBytes, u4 length, RawDexFile** ppRawDexFile)