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: %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 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.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...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1716 /// \param OffsetBase - The bit offset of this type in the
1731 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi,
2101 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, argument
2113 Class &Current = OffsetBase < 64 ? Lo : Hi;
2148 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg);
2166 uint64_t EB_FuncPtr = (OffsetBase) / 64;
2167 uint64_t EB_ThisAdj = (OffsetBase + 64 - 1) / 64;
2191 uint64_t EB_Lo = (OffsetBase) / 64;
2192 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64;
2211 if (OffsetBase
[all...]

Completed in 114 milliseconds