OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_id
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/netbt/
l2cap_misc.c
115
int
next_id
;
local
121
next_id
= link->hl_lastid + 1;
122
if (
next_id
> 0xff)
123
next_id
= 1;
127
if (req && req->lr_id ==
next_id
)
134
req->lr_id = link->hl_lastid =
next_id
;
/src/external/bsd/unbound/dist/util/
alloc.h
84
uint64_t
next_id
;
member in struct:alloc_cache
/src/external/gpl3/gcc/dist/libgomp/
ordered.c
75
unsigned
next_id
;
local
92
next_id
= ws->ordered_team_ids[next];
93
gomp_sem_post (team->ordered_release[
next_id
]);
110
unsigned index,
next_id
;
local
144
next_id
= ws->ordered_team_ids[index];
145
gomp_sem_post (team->ordered_release[
next_id
]);
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc
559
size_t
next_id
;
local
561
next_id
= _M_old_freelist->_M_next - _M_old_array;
563
next_id
= freelist._M_max_threads;
565
= &_M_thread_freelist[
next_id
];
754
size_t
next_id
;
local
756
next_id
= _M_old_freelist->_M_next - _M_old_array;
758
next_id
= freelist._M_max_threads;
760
= &_M_thread_freelist[
next_id
];
/src/external/gpl3/gcc.old/dist/libgomp/
ordered.c
75
unsigned
next_id
;
local
92
next_id
= ws->ordered_team_ids[next];
93
gomp_sem_post (team->ordered_release[
next_id
]);
110
unsigned index,
next_id
;
local
144
next_id
= ws->ordered_team_ids[index];
145
gomp_sem_post (team->ordered_release[
next_id
]);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc
559
size_t
next_id
;
local
561
next_id
= _M_old_freelist->_M_next - _M_old_array;
563
next_id
= freelist._M_max_threads;
565
= &_M_thread_freelist[
next_id
];
754
size_t
next_id
;
local
756
next_id
= _M_old_freelist->_M_next - _M_old_array;
758
next_id
= freelist._M_max_threads;
760
= &_M_thread_freelist[
next_id
];
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_cmd.c
228
uint64_t id,
next_id
;
local
240
next_id
= info->next;
244
next_id
);
255
id =
next_id
;
/src/sys/dev/pci/qat/
qat_hw15reg.h
439
uint8_t
next_id
;
member in struct:fw_cipher_hdr
461
uint8_t
next_id
;
member in struct:fw_auth_hdr
578
uint8_t
next_id
;
member in struct:fw_la_cipher_req_params
604
uint8_t
next_id
;
member in struct:fw_la_auth_req_params
/src/external/gpl3/gcc/dist/gcc/
genmatch.cc
4568
unsigned
next_id
= capture_ids->elements ();
local
4575
num =
next_id
;
/src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc
4274
unsigned
next_id
= capture_ids->elements ();
local
4281
num =
next_id
;
Completed in 48 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026