Home
last modified time | relevance | path

Searched refs:tc_ (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.h189 aa_(false), tc_(false), rd_(false), ra_(false), in DNSPacket()
212 DNSPacket& set_tc(bool v = true) { tc_ = v; return *this; }
227 bool tc_; member
Ddns-proto.cc599 if (tc_) b |= 0x02; in data()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c375 tc_##func(struct pipe_context *_pipe, qualifier type deref param) \
1877 tc_##func(struct pipe_context *_pipe) \
2782 tc->base._member = tc->pipe->_member ? tc_##_member : NULL in threaded_context_create()
/external/libwebm/mkvparser/
Dmkvparser.cc7540 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry() local
7542 if (tc_ < tc) { in GetEntry()
7547 if (tc_ > tc) in GetEntry()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc7535 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry() local
7537 if (tc_ < tc) { in GetEntry()
7542 if (tc_ > tc) in GetEntry()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc7535 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry() local
7537 if (tc_ < tc) { in GetEntry()
7542 if (tc_ > tc) in GetEntry()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc7540 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry() local
7542 if (tc_ < tc) { in GetEntry()
7547 if (tc_ > tc) in GetEntry()