Lines Matching refs:u4
104 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx, in dexStringAndSizeById()
105 u4* utf16Size) { in dexStringAndSizeById()
162 static u4 classDescriptorHash(const char* str) in classDescriptorHash()
164 u4 hash = 1; in classDescriptorHash()
181 u4 hash = classDescriptorHash(classDescriptor); in classLookupAdd()
346 u4 adler = dexComputeChecksum(pHeader); in dexFileParse()
442 u4 hash; in dexFindClass()
477 u4 dexComputeChecksum(const DexHeader* pHeader) in dexComputeChecksum()
484 return (u4) adler32(adler, start + nonSum, pHeader->fileSize - nonSum); in dexComputeChecksum()
496 u4 handlersSize; in dexGetDexCodeSize()
497 u4 offset; in dexGetDexCodeSize()
498 u4 ui; in dexGetDexCodeSize()
528 u4 dexRoundUpPower2(u4 val) in dexRoundUpPower2()