Searched defs:tpos (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/com32/modules/
H A Ddir.c78 int pos, tpos, colwidth; local
127 pos = tpos = 0;
130 (tpos - pos), "",
133 tpos += colwidth;
H A Dls.c78 int pos, tpos, colwidth; local
127 pos = tpos = 0;
130 (tpos - pos), "",
133 tpos += colwidth;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc317 char *tpos = (char*)internal_strchr(templ, '*'); local
319 if ((!tpos) || (tpos1 && tpos1 < tpos))
320 tpos = tpos1;
321 if (tpos)
322 tpos[0] = 0;
326 templ = tpos;
327 if (tpos)
328 tpos[0] = tpos
[all...]
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp437 std::deque<FX_TPO> tpos; local
438 EndBreak_BidiLine(&tpos, dwStatus);
440 EndBreak_Alignment(tpos, bAllChars, dwStatus);
522 void CFX_RTFBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, argument
585 tpos->push_back(tpo);
601 tpos->push_back(tpo);
604 std::sort(tpos->begin(), tpos->end());
606 for (const auto& it : *tpos) {
613 void CFX_RTFBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, argument
[all...]
H A Dfgas_textbreak.cpp697 void CFX_TxtBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, argument
758 tpos->push_back(tpo);
774 tpos->push_back(tpo);
778 std::sort(tpos->begin(), tpos->end());
781 tpo = (*tpos)[i];
803 tpos->push_back({0, 0});
807 void CFX_TxtBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, argument
822 tpo = tpos[i];
861 tpo = tpos[
942 std::deque<FX_TPO> tpos; local
[all...]
/external/syslinux/com32/cmenu/libmenu/
H A Dmenu.c119 uchar tpos; local
125 tpos = (ms->numcols - strlen(ms->title) - 1) >> 1; // center it on line
128 gotoxy(ms->minrow, ms->mincol + tpos);

Completed in 158 milliseconds