HomeSort by: relevance | last modified time | path
    Searched defs:src_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
3393 src_devicep = resolve_device (src_device_num);
3394 if (src_devicep == NULL)
3397 if (!(src_devicep->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400)
3398 || src_devicep->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
3399 src_devicep = NULL;
3401 if (src_devicep == NULL && dst_devicep == NULL)
3406 if (src_devicep == NULL)
3417 gomp_mutex_lock (&src_devicep->lock);
3418 ret = src_devicep->dev2host_func (src_devicep->target_id
3521 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
target.c 4456 struct gomp_device_descr **src_devicep)
4474 *src_devicep = resolve_device (src_device_num, false);
4475 if (*src_devicep == NULL)
4478 if (!((*src_devicep)->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400)
4479 || (*src_devicep)->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
4480 *src_devicep = NULL;
4490 struct gomp_device_descr *src_devicep)
4493 if (src_devicep == NULL && dst_devicep == NULL)
4498 if (src_devicep == NULL)
4509 gomp_mutex_lock (&src_devicep->lock)
4532 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
4553 struct gomp_device_descr *src_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
4848 struct gomp_device_descr *src_devicep; member in struct:__anon14467
4875 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
    [all...]

Completed in 24 milliseconds