Searched refs:PadIndex (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dstrftime.c149 int Ealternative, Oalternative, PadIndex; local
155 PadIndex = PAD_DEFAULT;
213 pt = _conv(t->tm_mday, fmt_padding[PAD_FMT_DAYOFMONTH][PadIndex],
240 fmt_padding[PAD_FMT_SDAYOFMONTH][PadIndex], pt, ptlim, loc);
246 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex],
252 fmt_padding[PAD_FMT_HMS][PadIndex], pt, ptlim, loc);
256 fmt_padding[PAD_FMT_DAYOFYEAR][PadIndex], pt, ptlim, loc);
269 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex],
292 fmt_padding[PAD_FMT_SHMS][PadIndex], pt, ptlim, loc);
295 pt = _conv(t->tm_min, fmt_padding[PAD_FMT_HMS][PadIndex],
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfException.h56 unsigned PadIndex; member in struct:llvm::DwarfException::PadRange
H A DDwarfException.cpp264 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
290 FirstActions[P.PadIndex]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp180 unsigned PadIndex;
332 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
347 LandingPad->LandingPadLabel, FirstActions[P.PadIndex]};

Completed in 141 milliseconds