Searched defs:OffsetBase (Results 1 - 4 of 4) sorted by relevance

/external/jhead/
H A Dmakernote.c10 void ProcessCanonMakerNoteDir(unsigned char * DirStart, unsigned char * OffsetBase, argument
23 if (DirEnd > (OffsetBase+ExifLength)){
29 printf("Map: %05d-%05d: Directory (makernote)\n",DirStart-OffsetBase, DirEnd-OffsetBase);
70 ValuePtr = OffsetBase+OffsetVal;
175 unsigned char * OffsetBase, unsigned ExifLength)
178 ProcessCanonMakerNoteDir(ValuePtr, OffsetBase, ExifLength);
174 ProcessMakerNote(unsigned char * ValuePtr, int ByteCount, unsigned char * OffsetBase, unsigned ExifLength) argument
H A Dgpsinfo.c124 void ProcessGpsInfo(unsigned char * DirStart, int ByteCountUnused, unsigned char * OffsetBase, unsigned ExifLength) argument
150 if (DirEntry+12 > OffsetBase+ExifLength){
182 ValuePtr = OffsetBase+OffsetVal;
H A Dexif.c467 static void ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, argument
493 if (DirEnd+4 > (OffsetBase+ExifLength)){
494 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){
503 printf("Map: %05d-%05d: Directory\n",(int)(DirStart-OffsetBase), (int)(DirEnd+4-OffsetBase));
546 ValuePtr = OffsetBase+OffsetVal;
564 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength);
656 (char *)ValuePtr - (char *)OffsetBase;
854 ImageInfo.ThumbnailSizeOffset = ValuePtr-OffsetBase;
[all...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp899 /// \param OffsetBase - The bit offset of this type in the
911 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi) const;
1139 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, argument
1151 Class &Current = OffsetBase < 64 ? Lo : Hi;
1177 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi);
1203 uint64_t EB_Real = (OffsetBase) / 64;
1204 uint64_t EB_Imag = (OffsetBase + Size - 1) / 64;
1223 if (OffsetBase && OffsetBase != 64)
1257 uint64_t EB_Real = (OffsetBase) / 6
[all...]

Completed in 78 milliseconds