OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_devicep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/
target.c
3372
struct gomp_device_descr *
dst_devicep
= NULL, *src_devicep = NULL;
local
3380
dst_devicep
= resolve_device (dst_device_num);
3381
if (
dst_devicep
== NULL)
3384
if (!(
dst_devicep
->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400)
3385
||
dst_devicep
->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
3386
dst_devicep
= NULL;
3401
if (src_devicep == NULL &&
dst_devicep
== NULL)
3408
gomp_mutex_lock (&
dst_devicep
->lock);
3409
ret =
dst_devicep
->host2dev_func (
dst_devicep
->target_id
3521
struct gomp_device_descr *
dst_devicep
= NULL, *src_devicep = NULL;
local
[
all
...]
/src/external/gpl3/gcc/dist/libgomp/
target.c
4455
struct gomp_device_descr **
dst_devicep
,
4462
*
dst_devicep
= resolve_device (dst_device_num, false);
4463
if (*
dst_devicep
== NULL)
4466
if (!((*
dst_devicep
)->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400)
4467
|| (*
dst_devicep
)->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
4468
*
dst_devicep
= NULL;
4489
struct gomp_device_descr *
dst_devicep
,
4493
if (src_devicep == NULL &&
dst_devicep
== NULL)
4500
gomp_mutex_lock (&
dst_devicep
->lock);
4501
ret =
dst_devicep
->host2dev_func (dst_devicep->target_id
4532
struct gomp_device_descr *
dst_devicep
= NULL, *src_devicep = NULL;
local
4552
struct gomp_device_descr *
dst_devicep
;
member in struct:__anon14466
4571
struct gomp_device_descr *
dst_devicep
= NULL, *src_devicep = NULL;
local
4820
struct gomp_device_descr *
dst_devicep
= NULL, *src_devicep = NULL;
local
4847
struct gomp_device_descr *
dst_devicep
;
member in struct:__anon14467
4875
struct gomp_device_descr *
dst_devicep
= NULL, *src_devicep = NULL;
local
[
all
...]
Completed in 47 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026