Lines Matching refs:Rc
78 int Rc = OFFLOAD_SUCCESS; in initLibrary() local
107 Rc = OFFLOAD_FAIL; in initLibrary()
118 Rc = OFFLOAD_FAIL; in initLibrary()
134 Rc = OFFLOAD_FAIL; in initLibrary()
178 if (Rc != OFFLOAD_SUCCESS) { in initLibrary()
179 return Rc; in initLibrary()
193 int Rc = target(nullptr, Device, Ctor, 0, nullptr, nullptr, nullptr, in initLibrary() local
196 if (Rc != OFFLOAD_SUCCESS) { in initLibrary()
350 void *Rc = NULL; in targetAllocExplicit() local
353 Rc = malloc(Size); in targetAllocExplicit()
354 DP("%s returns host ptr " DPxMOD "\n", Name, DPxPTR(Rc)); in targetAllocExplicit()
355 return Rc; in targetAllocExplicit()
364 Rc = Device.allocData(Size, nullptr, Kind); in targetAllocExplicit()
365 DP("%s returns device ptr " DPxMOD "\n", Name, DPxPTR(Rc)); in targetAllocExplicit()
366 return Rc; in targetAllocExplicit()
402 int Rc = TargetDataFunction(Loc, Device, MapperComponents.Components.size(), in targetDataMapper() local
408 return Rc; in targetDataMapper()
431 int Rc = targetDataMapper(Loc, Device, ArgsBase[I], Args[I], ArgSizes[I], in targetDataBegin() local
435 if (Rc != OFFLOAD_SUCCESS) { in targetDataBegin()