Searched refs:DirIndex (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/MC/
H A DMCContext.cpp287 unsigned DirIndex; local
289 // For FileNames with no directories a DirIndex of 0 is used.
290 DirIndex = 0;
292 DirIndex = 0;
293 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
294 if (Directory == MCDwarfDirs[DirIndex])
297 if (DirIndex >= MCDwarfDirs.size()) {
302 // The DirIndex is one based, as DirIndex o
[all...]
/external/jhead/
H A Dexif.c1091 int* DirIndex,
1095 Put16u(Buffer+ (*DirIndex), tag); // Tag
1096 Put16u(Buffer+(*DirIndex) + 2, format); // Format
1110 Put32u(Buffer+(*DirIndex) + 4, components); // Components
1111 componentsPosition = Buffer+(*DirIndex) + 4; // components # can change for lists
1117 strcpy(Buffer+(*DirIndex) + 8, (char*)value);
1119 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer
1129 memcpy(Buffer+(*DirIndex) + 8, (char*)value, components);
1131 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer
1137 Put32u(Buffer+(*DirIndex)
1085 writeExifTagAndData(int tag, int format, long components, long value, int valueInString, char* Buffer, int* DirIndex, int* DataWriteIndex) argument
1212 int DirIndex; local
[all...]
/external/llvm/include/llvm/MC/
H A DMCDwarf.h43 // DirIndex - the index into the list of directory names for this file name.
44 unsigned DirIndex; member in class:llvm::MCDwarfFile
49 : Name(name), DirIndex(dirIndex) {}
58 unsigned getDirIndex() const { return DirIndex; }

Completed in 255 milliseconds