Searched refs:DirIndex (Results 1 – 10 of 10) sorted by relevance
/external/jhead/ |
D | exif.c | 1197 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/ |
D | UpdateCallback.cpp | 216 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 …]
|
D | UpdateProduce.h | 15 int DirIndex; member 29 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk() 37 DirIndex(-1), in CUpdatePair2()
|
D | UpdateProduce.cpp | 22 up2.DirIndex = pair.DirIndex; in UpdateProduce() 51 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
|
D | UpdatePair.h | 15 int DirIndex; member 18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
|
D | UpdateCallback.h | 114 if (up.DirIndex >= 0) in IsDir() 115 return DirItems->Items[up.DirIndex].IsDir(); in IsDir()
|
D | UpdatePair.cpp | 171 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList() 193 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
|
D | Update.cpp | 794 if (pair2.NewProps && pair2.DirIndex >= 0) in Compress() 795 ft2 = &dirItems.Items[pair2.DirIndex].MTime; in Compress()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 305 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/ |
D | MCDwarf.h | 51 unsigned DirIndex; member
|