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

/freebsd-10-stable/lib/libc/stdtime/
H A Dstrftime.c138 int Ealternative, Oalternative, PadIndex; local
145 PadIndex = PAD_DEFAULT;
204 fmt_padding[PAD_FMT_DAYOFMONTH][PadIndex],
231 fmt_padding[PAD_FMT_SDAYOFMONTH][PadIndex],
238 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex],
244 fmt_padding[PAD_FMT_HMS][PadIndex],
249 fmt_padding[PAD_FMT_DAYOFYEAR][PadIndex],
263 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex],
286 fmt_padding[PAD_FMT_SHMS][PadIndex],
290 pt = _conv(t->tm_min, fmt_padding[PAD_FMT_HMS][PadIndex],
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h56 unsigned PadIndex; member in struct:llvm::DwarfException::PadRange
H A DDwarfException.cpp263 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
289 FirstActions[P.PadIndex]

Completed in 426 milliseconds