Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1197 int* DirIndex, in writeExifTagAndData() argument
1201 Put16u(Buffer+ (*DirIndex), tag); // Tag in writeExifTagAndData()
1202 Put16u(Buffer+(*DirIndex) + 2, format); // Format in writeExifTagAndData()
1219 Put32u(Buffer+(*DirIndex) + 4, components); // Components in writeExifTagAndData()
1220 componentsPosition = Buffer+(*DirIndex) + 4; // components # can change for lists in writeExifTagAndData()
1226 strcpy(Buffer+(*DirIndex) + 8, (char*)value); in writeExifTagAndData()
1228 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1238 memcpy(Buffer+(*DirIndex) + 8, (char*)value, components); in writeExifTagAndData()
1240 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1246 Put32u(Buffer+(*DirIndex) + 8, value); // Value in writeExifTagAndData()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp216 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()
325 if (up.DirIndex >= 0) in GetProperty()
328 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
339 const UString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty()
359 prop = DirItems->GetLogPath(up2.DirIndex); in GetProperty()
363 if (up.DirIndex >= 0) in GetProperty()
394 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
397 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
435 else if (up.DirIndex >= 0) in GetStream()
436 name = DirItems->GetLogPath(up.DirIndex); in GetStream()
[all …]
DUpdateProduce.h15 int DirIndex; member
29 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk()
37 DirIndex(-1), in CUpdatePair2()
DUpdateProduce.cpp22 up2.DirIndex = pair.DirIndex; in UpdateProduce()
51 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
DUpdatePair.h15 int DirIndex; member
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
DUpdateCallback.h114 if (up.DirIndex >= 0) in IsDir()
115 return DirItems->Items[up.DirIndex].IsDir(); in IsDir()
DUpdatePair.cpp171 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
193 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
DUpdate.cpp794 if (pair2.NewProps && pair2.DirIndex >= 0) in Compress()
795 ft2 = &dirItems.Items[pair2.DirIndex].MTime; in Compress()
/external/llvm/lib/MC/
DMCDwarf.cpp305 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); in Emit()
379 unsigned DirIndex; in getFile() local
382 DirIndex = 0; in getFile()
384 DirIndex = 0; in getFile()
385 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) { in getFile()
386 if (Directory == MCDwarfDirs[DirIndex]) in getFile()
389 if (DirIndex >= MCDwarfDirs.size()) in getFile()
395 DirIndex++; in getFile()
399 File.DirIndex = DirIndex; in getFile()
/external/llvm/include/llvm/MC/
DMCDwarf.h51 unsigned DirIndex; member