OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_head
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfcq.c
203
struct cds_wfcq_head
tmp_head
;
local
208
cds_wfcq_init(&
tmp_head
, &tmp_tail);
211
ret = cds_wfcq_splice_blocking(&
tmp_head
, &tmp_tail,
214
ret = __cds_wfcq_splice_blocking(&
tmp_head
, &tmp_tail,
234
__cds_wfcq_for_each_blocking_safe(&
tmp_head
, &tmp_tail, node, n) {
239
cds_wfcq_destroy(&
tmp_head
, &tmp_tail);
/src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc
12105
static gfc_code *
tmp_head
= NULL, *tmp_tail = NULL;
variable
12182
add_code_to_chain (&this_code, &
tmp_head
, &tmp_tail);
12294
add_code_to_chain (&temp_code, &
tmp_head
, &tmp_tail);
12371
if (
tmp_head
&& component_assignment_level == 1)
12373
gfc_append_code (
tmp_head
, head);
12374
head =
tmp_head
;
12375
tmp_head
= tmp_tail = NULL;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc
11510
static gfc_code *
tmp_head
= NULL, *tmp_tail = NULL;
variable
11553
add_code_to_chain (&this_code, &
tmp_head
, &tmp_tail);
11651
add_code_to_chain (&temp_code, &
tmp_head
, &tmp_tail);
11710
if (
tmp_head
&& component_assignment_level == 1)
11712
gfc_append_code (
tmp_head
, head);
11713
head =
tmp_head
;
11714
tmp_head
= tmp_tail = NULL;
Completed in 27 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026