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_q
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_queue.c
73
struct queue *
tmp_q
;
local
75
tmp_q
= kzalloc(sizeof(*
tmp_q
), GFP_KERNEL);
76
if (!
tmp_q
)
79
memcpy(&
tmp_q
->properties, properties, sizeof(*properties));
81
*q =
tmp_q
;
/src/external/gpl3/gdb/dist/gdb/
gmp-utils.h
594
gdb_mpq
tmp_q
;
local
596
tmp_q
.read_fixed_point (buf, byte_order, unsigned_p, scaling_factor);
597
mpf_set_q (m_val,
tmp_q
.m_val);
/src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h
594
gdb_mpq
tmp_q
;
local
596
tmp_q
.read_fixed_point (buf, byte_order, unsigned_p, scaling_factor);
597
mpf_set_q (m_val,
tmp_q
.m_val);
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026