HomeSort by relevance Sort by last modified time
    Searched refs:tpos (Results 1 - 14 of 14) sorted by null

  /external/iptables/libiptc/
linux_list.h 658 * @tpos: the type * to use as a loop counter.
663 #define hlist_for_each_entry(tpos, pos, head, member) \
666 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
671 * @tpos: the type * to use as a loop counter.
675 #define hlist_for_each_entry_continue(tpos, pos, member) \
678 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
683 * @tpos: the type * to use as a loop counter.
687 #define hlist_for_each_entry_from(tpos, pos, member)
    [all...]
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 663 * @tpos: the type * to use as a loop counter.
668 #define hlist_for_each_entry(tpos, pos, head, member) \
671 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
676 * @tpos: the type * to use as a loop counter.
680 #define hlist_for_each_entry_continue(tpos, pos, member) \
683 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
688 * @tpos: the type * to use as a loop counter.
692 #define hlist_for_each_entry_from(tpos, pos, member)
    [all...]
  /external/libnfnetlink/include/
linux_list.h 662 * @tpos: the type * to use as a loop counter.
667 #define hlist_for_each_entry(tpos, pos, head, member) \
670 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
675 * @tpos: the type * to use as a loop counter.
679 #define hlist_for_each_entry_continue(tpos, pos, member) \
682 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
687 * @tpos: the type * to use as a loop counter.
691 #define hlist_for_each_entry_from(tpos, pos, member)
    [all...]
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 385 int tpos = pos; local
386 int maxpos = tpos + n;
387 while (tpos < maxpos && tbuf[tpos++] != '\n') ;
388 n = tpos - pos;
392 pos = tpos;
393 if (tbuf[tpos-1] == '\n') {
  /external/syslinux/com32/modules/
dir.c 78 int pos, tpos, colwidth; local
127 pos = tpos = 0;
130 (tpos - pos), "",
133 tpos += colwidth;
ls.c 78 int pos, tpos, colwidth; local
127 pos = tpos = 0;
130 (tpos - pos), "",
133 tpos += colwidth;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 317 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 == tpos1 ? '$' : '*'
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-v9-traps.s 117 ! CHECK: tpos %icc, %i5 ! encoding: [0x9d,0xd0,0x00,0x1d]
118 ! CHECK: tpos %icc, 82 ! encoding: [0x9d,0xd0,0x20,0x52]
119 ! CHECK: tpos %icc, %g1 + %i2 ! encoding: [0x9d,0xd0,0x40,0x1a]
120 ! CHECK: tpos %icc, %i5 + 41 ! encoding: [0x9d,0xd7,0x60,0x29]
121 tpos %icc, %i5
122 tpos %icc, 82
123 tpos %icc, %g1 + %i2
124 tpos %icc, %i5 + 41
268 ! CHECK: tpos %xcc, %i5 ! encoding: [0x9d,0xd0,0x10,0x1d]
269 ! CHECK: tpos %xcc, 82 ! encoding: [0x9d,0xd0,0x30,0x52
    [all...]
sparc-traps.s 117 ! CHECK: tpos %i5 ! encoding: [0x9d,0xd0,0x00,0x1d]
118 ! CHECK: tpos 82 ! encoding: [0x9d,0xd0,0x20,0x52]
119 ! CHECK: tpos %g1 + %i2 ! encoding: [0x9d,0xd0,0x40,0x1a]
120 ! CHECK: tpos %i5 + 41 ! encoding: [0x9d,0xd7,0x60,0x29]
121 tpos %i5
122 tpos 82
123 tpos %g1 + %i2
124 tpos %i5 + 41
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 437 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,
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,
    [all...]
fgas_rtfbreak.h 198 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, CFX_RTFBreakType dwStatus);
199 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
fgas_textbreak.cpp 697 void CFX_TxtBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos,
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,
822 tpo = tpos[i];
861 tpo = tpos[i]
942 std::deque<FX_TPO> tpos; local
    [all...]
fgas_textbreak.h 260 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, uint32_t dwStatus);
261 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
  /external/syslinux/com32/cmenu/libmenu/
menu.c 119 uchar tpos; local
125 tpos = (ms->numcols - strlen(ms->title) - 1) >> 1; // center it on line
128 gotoxy(ms->minrow, ms->mincol + tpos);
    [all...]

Completed in 673 milliseconds