Lines Matching refs:u4
57 static int writeDependencies(int fd, u4 modWhen, u4 crc);
60 static bool computeFileChecksum(int fd, off_t start, size_t length, u4* pSum);
130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
658 u4 optChecksum;
719 optHdr.dexOffset = (u4) dexOffset;
720 optHdr.dexLength = (u4) dexLength;
721 optHdr.depsOffset = (u4) depsOffset;
722 optHdr.depsLength = (u4) depsLength;
723 optHdr.optOffset = (u4) optOffset;
724 optHdr.optLength = (u4) optLength;
926 u4 count = pDvmDex->pDexFile->pHeader->classDefsSize;
927 u4 idx;
1003 u4 count = pDexFile->pHeader->classDefsSize;
1004 u4 idx;
1170 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen,
1171 u4 crc, bool expectVerify, bool expectOpt)
1230 const u4 matchMask = DEX_OPT_FLAG_BIG;
1231 u4 expectedFlags = 0;
1271 u4 val;
1297 u4 numDeps;
1308 u4 storedStrLen;
1361 static int writeDependencies(int fd, u4 modWhen, u4 crc)
1435 static bool writeChunk(int fd, u4 type, const void* data, size_t size)
1440 u4 type;
1441 u4 size;
1450 header.ts.size = (u4) size;
1486 if (!writeChunk(fd, (u4) kDexChunkClassLookup,
1494 if (!writeChunk(fd, (u4) kDexChunkRegisterMaps,
1502 if (!writeChunk(fd, (u4) kDexChunkEnd, NULL, 0)) {
1516 static bool computeFileChecksum(int fd, off_t start, size_t length, u4* pSum)