Searched refs:OffsetBase (Results 1 – 5 of 5) sorted by relevance
/external/jhead/ |
D | makernote.c | 10 void ProcessCanonMakerNoteDir(unsigned char * DirStart, unsigned char * OffsetBase, in ProcessCanonMakerNoteDir() argument 23 if (DirEnd > (OffsetBase+ExifLength)){ in ProcessCanonMakerNoteDir() 29 … printf("Map: %05td-%05td: 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()
|
D | exif.c | 543 static void ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, in ProcessExifDir() argument 569 if (DirEnd+4 > (OffsetBase+ExifLength)){ in ProcessExifDir() 570 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){ in ProcessExifDir() 579 … printf("Map: %05d-%05d: Directory\n",(int)(DirStart-OffsetBase), (int)(DirEnd+4-OffsetBase)); in ProcessExifDir() 622 ValuePtr = OffsetBase+OffsetVal; in ProcessExifDir() 640 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength); in ProcessExifDir() 737 (char *)ValuePtr - (char *)OffsetBase; in ProcessExifDir() 757 (char *)ValuePtr - (char *)OffsetBase; in ProcessExifDir() 799 int msiz = ExifLength - (ValuePtr-OffsetBase); in ProcessExifDir() 961 ImageInfo.ThumbnailSizeOffset = ValuePtr-OffsetBase; in ProcessExifDir() [all …]
|
D | gpsinfo.c | 124 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()
|
D | jhead.h | 223 unsigned char * OffsetBase, unsigned ExifLength); 227 unsigned char * OffsetBase, unsigned ExifLength);
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1445 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi, 1811 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() argument 1823 Class &Current = OffsetBase < 64 ? Lo : Hi; in classify() 1851 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify() 1869 uint64_t EB_FuncPtr = (OffsetBase) / 64; in classify() 1870 uint64_t EB_ThisAdj = (OffsetBase + 64 - 1) / 64; in classify() 1892 uint64_t EB_Real = (OffsetBase) / 64; in classify() 1893 uint64_t EB_Imag = (OffsetBase + Size - 1) / 64; in classify() 1912 if (OffsetBase && OffsetBase != 64) in classify() 1952 uint64_t EB_Real = (OffsetBase) / 64; in classify() [all …]
|