Home
last modified time | relevance | path

Searched refs:OffsetBase (Results 1 – 5 of 5) sorted by relevance

/external/jhead/
Dmakernote.c10 void ProcessCanonMakerNoteDir(unsigned char * DirStart, unsigned char * OffsetBase, in ProcessCanonMakerNoteDir() argument
23 if (DirEnd > (OffsetBase+ExifLength)){ in ProcessCanonMakerNoteDir()
29 … printf("Map: %05d-%05d: Directory (makernote)\n",DirStart-OffsetBase, DirEnd-OffsetBase); in ProcessCanonMakerNoteDir()
70 ValuePtr = OffsetBase+OffsetVal; in ProcessCanonMakerNoteDir()
175 unsigned char * OffsetBase, unsigned ExifLength) in ProcessMakerNote() argument
178 ProcessCanonMakerNoteDir(ValuePtr, OffsetBase, ExifLength); in ProcessMakerNote()
Dexif.c462 static void ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, in ProcessExifDir() argument
488 if (DirEnd+4 > (OffsetBase+ExifLength)){ in ProcessExifDir()
489 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){ in ProcessExifDir()
498 … printf("Map: %05d-%05d: Directory\n",(int)(DirStart-OffsetBase), (int)(DirEnd+4-OffsetBase)); in ProcessExifDir()
541 ValuePtr = OffsetBase+OffsetVal; in ProcessExifDir()
559 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength); in ProcessExifDir()
651 (char *)ValuePtr - (char *)OffsetBase; in ProcessExifDir()
849 ImageInfo.ThumbnailSizeOffset = ValuePtr-OffsetBase; in ProcessExifDir()
859 SubdirStart = OffsetBase + Get32u(ValuePtr); in ProcessExifDir()
860 if (SubdirStart < OffsetBase || SubdirStart > OffsetBase+ExifLength){ in ProcessExifDir()
[all …]
Dgpsinfo.c124 void ProcessGpsInfo(unsigned char * DirStart, int ByteCountUnused, unsigned char * OffsetBase, unsi… in ProcessGpsInfo() argument
150 if (DirEntry+12 > OffsetBase+ExifLength){ in ProcessGpsInfo()
182 ValuePtr = OffsetBase+OffsetVal; in ProcessGpsInfo()
Djhead.h203 unsigned char * OffsetBase, unsigned ExifLength);
207 unsigned char * OffsetBase, unsigned ExifLength);
/external/clang/lib/CodeGen/
DTargetInfo.cpp865 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi) const;
1053 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() argument
1065 Class &Current = OffsetBase < 64 ? Lo : Hi; in classify()
1091 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi); in classify()
1117 uint64_t EB_Real = (OffsetBase) / 64; in classify()
1118 uint64_t EB_Imag = (OffsetBase + Size - 1) / 64; in classify()
1137 if (OffsetBase && OffsetBase != 64) in classify()
1171 uint64_t EB_Real = (OffsetBase) / 64; in classify()
1172 uint64_t EB_Imag = (OffsetBase + getContext().getTypeSize(ET)) / 64; in classify()
1193 if (OffsetBase % getContext().getTypeAlign(AT->getElementType())) in classify()
[all …]