Home
last modified time | relevance | path

Searched refs:DirIndex (Results 1 – 8 of 8) sorted by relevance

/external/jhead/
Dexif.c1198 int* DirIndex, in writeExifTagAndData() argument
1202 Put16u(Buffer+ (*DirIndex), tag); // Tag in writeExifTagAndData()
1203 Put16u(Buffer+(*DirIndex) + 2, format); // Format in writeExifTagAndData()
1220 Put32u(Buffer+(*DirIndex) + 4, components); // Components in writeExifTagAndData()
1221 componentsPosition = Buffer+(*DirIndex) + 4; // components # can change for lists in writeExifTagAndData()
1227 strcpy(Buffer+(*DirIndex) + 8, (char*)value); in writeExifTagAndData()
1229 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1239 memcpy(Buffer+(*DirIndex) + 8, (char*)value, components); in writeExifTagAndData()
1241 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1247 Put32u(Buffer+(*DirIndex) + 8, value); // Value in writeExifTagAndData()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DUpdateProduce.h14 int DirIndex; member
18 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk()
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {} in CUpdatePair2()
DUpdateCallback.cpp120 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
123 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
172 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetStream()
173 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false)); in GetStream()
188 const UString path = DirItems->GetPhyPath(up.DirIndex); in GetStream()
DUpdatePair.h15 int DirIndex; member
16 CUpdatePair(): ArcIndex(-1), DirIndex(-1) {} in CUpdatePair()
DUpdateProduce.cpp23 up2.DirIndex = pair.DirIndex; in UpdateProduce()
DUpdatePair.cpp104 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
119 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
142 pair.DirIndex = dirIndices[dirIndex]; in GetUpdatePairInfoList()
/external/llvm/lib/MC/
DMCDwarf.cpp319 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); in Emit()
390 unsigned DirIndex; in getFile() local
393 DirIndex = 0; in getFile()
395 DirIndex = 0; in getFile()
396 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) { in getFile()
397 if (Directory == MCDwarfDirs[DirIndex]) in getFile()
400 if (DirIndex >= MCDwarfDirs.size()) in getFile()
406 DirIndex++; in getFile()
410 File.DirIndex = DirIndex; in getFile()
/external/llvm/include/llvm/MC/
DMCDwarf.h51 unsigned DirIndex; member