Home
last modified time | relevance | path

Searched refs:next_id (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/netbt/
H A Dl2cap_misc.c110 int next_id; in l2cap_request_alloc() local
116 next_id = link->hl_lastid + 1; in l2cap_request_alloc()
117 if (next_id > 0xff) in l2cap_request_alloc()
118 next_id = 1; in l2cap_request_alloc()
122 if (req && req->lr_id == next_id) in l2cap_request_alloc()
129 req->lr_id = link->hl_lastid = next_id; in l2cap_request_alloc()
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dordered.c71 unsigned next_id; in gomp_ordered_last() local
88 next_id = ws->ordered_team_ids[next]; in gomp_ordered_last()
89 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_last()
106 unsigned index, next_id; in gomp_ordered_next() local
140 next_id = ws->ordered_team_ids[index]; in gomp_ordered_next()
141 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_next()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc559 size_t next_id; in _M_initialize() local
561 next_id = _M_old_freelist->_M_next - _M_old_array; in _M_initialize()
563 next_id = freelist._M_max_threads; in _M_initialize()
565 = &_M_thread_freelist[next_id]; in _M_initialize()
754 size_t next_id; in _M_initialize() local
756 next_id = _M_old_freelist->_M_next - _M_old_array; in _M_initialize()
758 next_id = freelist._M_max_threads; in _M_initialize()
760 = &_M_thread_freelist[next_id]; in _M_initialize()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc553 size_t next_id; in _M_initialize() local
555 next_id = _M_old_freelist->_M_next - _M_old_array; in _M_initialize()
557 next_id = freelist._M_max_threads; in _M_initialize()
559 = &_M_thread_freelist[next_id]; in _M_initialize()
748 size_t next_id; in _M_initialize() local
750 next_id = _M_old_freelist->_M_next - _M_old_array; in _M_initialize()
752 next_id = freelist._M_max_threads; in _M_initialize()
754 = &_M_thread_freelist[next_id]; in _M_initialize()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dordered.c75 unsigned next_id; in gomp_ordered_last() local
92 next_id = ws->ordered_team_ids[next]; in gomp_ordered_last()
93 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_last()
110 unsigned index, next_id; in gomp_ordered_next() local
144 next_id = ws->ordered_team_ids[index]; in gomp_ordered_next()
145 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_next()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c4117 unsigned next_id = capture_ids->elements (); in parse_capture() local
4124 num = next_id; in parse_capture()