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

  /external/libnl/include/netlink-private/
tc.h 46 static inline void *tca_xstats(struct rtnl_tc *tca)
48 return tca->tc_xstats->d_data;
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 179 std::vector<CFX_RTFChar>& tca = m_pCurLine->m_LineChars; local
180 int32_t iCount = pdfium::CollectionSize<int32_t>(tca);
186 CFX_RTFChar* pTC = &tca[iStart--];
701 int32_t CFX_RTFBreak::GetBreakPos(std::vector<CFX_RTFChar>& tca,
705 int32_t iLength = pdfium::CollectionSize<int32_t>(tca) - 1;
723 CFX_RTFChar* pCharArray = tca.data();
fgas_rtfbreak.h 188 int32_t GetBreakPos(std::vector<CFX_RTFChar>& tca,

Completed in 77 milliseconds