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

  /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...]
priv_syswrap-linux.h 39 extern Addr ML_(allocstack) ( ThreadId tid );
42 extern SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags,
298 #define TId ThreadId
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 )
    [all...]

Completed in 1050 milliseconds