Searched defs:DirIndex (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.h15 int DirIndex; member in struct:CUpdatePair
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {}
H A DUpdateProduce.h15 int DirIndex; member in struct:CUpdatePair2
29 bool ExistOnDisk() const { return DirIndex != -1; }
37 DirIndex(-1),
/external/llvm/include/llvm/MC/
H A DMCDwarf.h51 unsigned DirIndex; member in struct:llvm::MCDwarfFile
/external/jhead/
H A Dexif.c1197 int* DirIndex,
1201 Put16u(Buffer+ (*DirIndex), tag); // Tag
1202 Put16u(Buffer+(*DirIndex) + 2, format); // Format
1219 Put32u(Buffer+(*DirIndex) + 4, components); // Components
1220 componentsPosition = Buffer+(*DirIndex) + 4; // components # can change for lists
1226 strcpy(Buffer+(*DirIndex) + 8, (char*)value);
1228 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer
1238 memcpy(Buffer+(*DirIndex) + 8, (char*)value, components);
1240 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer
1246 Put32u(Buffer+(*DirIndex)
1191 writeExifTagAndData(int tag, int format, long components, long value, int valueInString, char* Buffer, int* DirIndex, int* DataWriteIndex) argument
1333 int DirIndex; local
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp305 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex);
379 unsigned DirIndex; local
381 // For FileNames with no directories a DirIndex of 0 is used.
382 DirIndex = 0;
384 DirIndex = 0;
385 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
386 if (Directory == MCDwarfDirs[DirIndex])
389 if (DirIndex >= MCDwarfDirs.size())
391 // The DirIndex i
[all...]

Completed in 450 milliseconds