Lines Matching refs:u4
105 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx, in dexStringAndSizeById()
106 u4* utf16Size) { in dexStringAndSizeById()
163 static u4 classDescriptorHash(const char* str) in classDescriptorHash()
165 u4 hash = 1; in classDescriptorHash()
184 u4 hash = classDescriptorHash(classDescriptor); in classLookupAdd()
349 u4 adler = dexComputeChecksum(pHeader); in dexFileParse()
445 u4 hash; in dexFindClass()
480 u4 dexComputeChecksum(const DexHeader* pHeader) in dexComputeChecksum()
487 return (u4) adler32(adler, start + nonSum, pHeader->fileSize - nonSum); in dexComputeChecksum()
499 u4 handlersSize; in dexGetDexCodeSize()
500 u4 offset; in dexGetDexCodeSize()
501 u4 ui; in dexGetDexCodeSize()
531 u4 dexRoundUpPower2(u4 val) in dexRoundUpPower2()