OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tca
(Results
1 - 2
of
2
) sorted by null
/external/strace/
rtnl_tc_action.c
51
struct tcamsg
tca
= { .tca_family = family };
local
53
PRINT_FIELD_XVAL("{",
tca
, tca_family, addrfams, "AF_???");
56
const size_t offset = NLMSG_ALIGN(sizeof(
tca
));
/external/pdfium/xfa/fgas/layout/
cfx_break.cpp
167
std::vector<CFX_Char>&
tca
= m_pCurLine->m_LineChars;
local
168
if (!pdfium::IndexInBounds(
tca
, index))
171
int32_t iStart = pdfium::CollectionSize<int32_t>(
tca
) - 1;
173
CFX_Char* pTC = &
tca
[iStart--];
Completed in 73 milliseconds