Searched refs:TId (Results 1 – 5 of 5) sorted by relevance
/external/drm_hwcomposer/ |
D | seperate_rects.h | 64 typedef TUInt TId; typedef 69 IdSet(TId id) : bitset(0) { in IdSet() 73 void add(TId id) { in add() 77 void subtract(TId id) { in subtract() 89 bool operator==(const IdSet<TId> &rhs) const { 93 bool operator<(const IdSet<TId> &rhs) const { 97 IdSet<TId> operator|(const IdSet<TId> &rhs) const { 103 IdSet<TId> operator|(TId id) const { 104 IdSet<TId> ret; 110 static const int max_elements = sizeof(TId) * 8; [all …]
|
D | seperate_rects.cpp | 30 template <typename TId, typename TNum> 32 IdSet<TId> id_set; 37 bool operator<(const StartedRect<TId, TNum> &rhs) const { in operator <() 43 template <typename TId, typename TNum> 51 TId rect_id; 53 bool operator<(const SweepEvent<TId, TNum> &rhs) const { in operator <() 73 template <typename TNum, typename TId> 75 std::vector<RectSet<TId, TNum> > *out) { in seperate_rects() argument 94 std::set<SweepEvent<TId, TNum> > sweep_h_events; // Left or right bounds in seperate_rects() 95 std::set<SweepEvent<TId, TNum> > sweep_v_events; // Top or bottom bounds in seperate_rects() [all …]
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 225 #define TId ThreadId macro 229 extern void ML_(generic_PRE_sys_socketpair) ( TId, UW, UW, UW, UW ); 230 extern SysRes ML_(generic_POST_sys_socketpair) ( TId, SR, UW, UW, UW, UW ); 231 extern SysRes ML_(generic_POST_sys_socket) ( TId, SR ); 232 extern void ML_(generic_PRE_sys_bind) ( TId, UW, UW, UW ); 233 extern void ML_(generic_PRE_sys_accept) ( TId, UW, UW, UW ); 234 extern SysRes ML_(generic_POST_sys_accept) ( TId, SR, UW, UW, UW ); 235 extern void ML_(generic_PRE_sys_sendto) ( TId, UW, UW, UW, UW, UW, UW ); 236 extern void ML_(generic_PRE_sys_send) ( TId, UW, UW, UW ); 237 extern void ML_(generic_PRE_sys_recvfrom) ( TId, UW, UW, UW, UW, UW, UW ); [all …]
|
D | priv_syswrap-linux.h | 298 #define TId ThreadId macro 302 extern void ML_(linux_PRE_sys_msgsnd) ( TId, UW, UW, UW, UW ); 303 extern void ML_(linux_PRE_sys_msgrcv) ( TId, UW, UW, UW, UW, UW ); 304 extern void ML_(linux_POST_sys_msgrcv) ( TId, UW, UW, UW, UW, UW, UW ); 305 extern void ML_(linux_PRE_sys_msgctl) ( TId, UW, UW, UW ); 306 extern void ML_(linux_POST_sys_msgctl) ( TId, UW, UW, UW, UW ); 307 extern void ML_(linux_PRE_sys_getsockopt) ( TId, UW, UW, UW, UW, UW ); 308 extern void ML_(linux_POST_sys_getsockopt) ( TId, SR, UW, UW, UW, UW, UW ); 309 extern void ML_(linux_PRE_sys_setsockopt) ( TId, UW, UW, UW, UW, UW ); 310 extern void ML_(linux_PRE_sys_recvmmsg) ( TId, UW, UW, UW, UW, UW ); [all …]
|
D | priv_syswrap-linux-variants.h | 41 #define TId ThreadId macro 50 #undef TId
|