HomeSort by relevance Sort by last modified time
    Searched refs:TId (Results 1 - 25 of 35) sorted by null

1 2

  /external/drm_hwcomposer/
separate_rects.h 91 typedef TUInt TId;
96 IdSet(TId id) : bitset(0) {
100 void add(TId id) {
104 void subtract(TId id) {
116 bool operator==(const IdSet<TId> &rhs) const {
120 bool operator<(const IdSet<TId> &rhs) const {
124 IdSet<TId> operator|(const IdSet<TId> &rhs) const {
130 IdSet<TId> operator|(TId id) const
    [all...]
separate_rects.cpp 30 template <typename TId, typename TNum>
32 IdSet<TId> id_set;
37 bool operator<(const StartedRect<TId, TNum> &rhs) const {
43 template <typename TId, typename TNum>
51 TId rect_id;
53 bool operator<(const SweepEvent<TId, TNum> &rhs) const {
73 template <typename TNum, typename TId>
75 std::vector<RectSet<TId, TNum>> *out) {
88 if (in.size() > IdSet<TId>::max_elements) {
94 std::set<SweepEvent<TId, TNum>> sweep_h_events; // Left or right bound
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-linux-variants.h 41 #define TId ThreadId
50 #undef TId
priv_syswrap-generic.h 48 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid,
61 Bool ML_(fd_allowed)(Int fd, const HChar *syscallname, ThreadId tid,
65 extern void ML_(record_fd_open_named) (ThreadId tid, Int fd);
66 extern void ML_(record_fd_open_nameless) (ThreadId tid, Int fd);
67 extern void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd,
92 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p,
95 ML_(buf_and_len_post_check) ( ThreadId tid, SysRes res,
100 void ML_(PRE_unknown_ioctl)(ThreadId tid, UWord request, UWord arg);
102 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
105 void ML_(pre_argv_envp)(Addr a, ThreadId tid, const HChar *s1, const HChar *s2)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
YAMLXRayRecord.h 39 uint32_t TId;
77 IO.mapRequired("thread", Record.TId);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
YAMLXRayRecord.h 39 uint32_t TId;
77 IO.mapRequired("thread", Record.TId);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
YAMLXRayRecord.h 39 uint32_t TId;
77 IO.mapRequired("thread", Record.TId);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
YAMLXRayRecord.h 39 uint32_t TId;
77 IO.mapRequired("thread", Record.TId);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
YAMLXRayRecord.h 39 uint32_t TId;
77 IO.mapRequired("thread", Record.TId);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/XRay/
XRayRecord.h 75 uint32_t TId;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_records.h 89 uint32_t TId = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_records.h 89 uint32_t TId = 0;

Completed in 227 milliseconds

1 2