Searched refs:OffsetBase (Results 1 - 5 of 5) 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: %05td-%05td: 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 Dexif.c543 static void ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, argument
569 if (DirEnd+4 > (OffsetBase+ExifLength)){
570 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){
579 printf("Map: %05d-%05d: Directory\n",(int)(DirStart-OffsetBase), (int)(DirEnd+4-OffsetBase));
622 ValuePtr = OffsetBase+OffsetVal;
640 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength);
737 (char *)ValuePtr - (char *)OffsetBase;
757 (char *)ValuePtr - (char *)OffsetBase;
[all...]
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 Djhead.h223 unsigned char * OffsetBase, unsigned ExifLength);
227 unsigned char * OffsetBase, unsigned ExifLength);
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1239 /// \param OffsetBase - The bit offset of this type in the
1254 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi,
1539 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, argument
1551 Class &Current = OffsetBase < 64 ? Lo : Hi;
1579 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg);
1605 uint64_t EB_Real = (OffsetBase) / 64;
1606 uint64_t EB_Imag = (OffsetBase + Size - 1) / 64;
1625 if (OffsetBase && OffsetBase != 64)
1665 uint64_t EB_Real = (OffsetBase) / 6
[all...]

Completed in 190 milliseconds