Searched refs:device (Results 1 - 25 of 45) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Doverflow-warn-7.c4 int f(char *device) argument
6 return device == ((char *)0 + ~0UL); /* { dg-bogus "overflow" } */
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_orsl.h39 extern bool reserve(int device);
40 extern bool try_reserve(int device);
41 extern void release(int device);
H A Doffload_orsl.cpp63 bool reserve(int device) argument
66 int pnum = mic_engines[device].get_physical_index();
77 bool try_reserve(int device) argument
80 int pnum = mic_engines[device].get_physical_index();
91 void release(int device) argument
94 int pnum = mic_engines[device].get_physical_index();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c17 struct device { struct
18 struct device *parent;
39 int (*open)(struct device *);
40 void (*release)(struct device *);
41 int (*ioctl)(struct device *, unsigned int, unsigned long);
42 int (*read_time)(struct device *, struct rtc_time *);
43 int (*set_time)(struct device *, struct rtc_time *);
44 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
45 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
46 //int (*proc)(struct device *, struc
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc/
H A Dupdate-1.c4 #pragma acc update /* { dg-error "'#pragma acc update' must contain at least one 'device' or 'host/self' clause" } */
8 #pragma acc update device(i)
11 #pragma acc update device(a[1:3])
14 #pragma acc update device(a(1:3)) /* { dg-error "expected '\\\)' before '\\\(' token" } */
H A Dif-clause-1.c9 #pragma acc update device(p) if(*p) /* { dg-error "used struct type value where scalar is required" } */
H A Dif-clause-2.c10 #pragma acc update device(c) if(c)
H A Dpragma_context.c33 #pragma acc update device(i)
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dlp.d2 #name: c54x LP device/instruction
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dlp.d2 #name: c54x LP device/instruction
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtarget-7.c11 #pragma omp target device (d)
17 #pragma omp target device (d) if (v > 1)
23 #pragma omp target device (d) if (v <= 1)
29 #pragma omp target device (d) if (0)
35 #pragma omp target device (d) if (1)
38 #pragma omp target data device (d) map (to: h)
40 #pragma omp target device (d)
43 #pragma omp target update device (d) from (h)
52 #pragma omp target data device (d) if (v > 1) map (to: h)
54 #pragma omp target device (
[all...]
/haiku-buildtools/gcc/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp57 /* Start/end addresses of functions and global variables on a device. */
74 second key is number of device. Contains a vector of pointer pairs. */
187 offload (const char *file, uint64_t line, int device, const char *name, argument
190 OFFLOAD ofld = __offload_target_acquire1 (&device, file, line);
209 GOMP_OFFLOAD_init_device (int device) argument
213 offload (__FILE__, __LINE__, device, "__offload_target_init_proc", 0,
218 GOMP_OFFLOAD_fini_device (int device) argument
226 get_target_table (int device, int &num_funcs, int &num_vars, void **&table) argument
235 offload (__FILE__, __LINE__, device, "__offload_target_table_p1", 2,
249 offload (__FILE__, __LINE__, device, "__offload_target_table_p
331 GOMP_OFFLOAD_load_image(int device, void *target_image, addr_pair **result) argument
355 GOMP_OFFLOAD_unload_image(int device, void *target_image) argument
366 GOMP_OFFLOAD_alloc(int device, size_t size) argument
384 GOMP_OFFLOAD_free(int device, void *tgt_ptr) argument
397 GOMP_OFFLOAD_host2dev(int device, void *tgt_ptr, const void *host_ptr, size_t size) argument
426 GOMP_OFFLOAD_dev2host(int device, void *host_ptr, const void *tgt_ptr, size_t size) argument
455 GOMP_OFFLOAD_run(int device, void *tgt_fn, void *tgt_vars) argument
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-elf32_avr.c125 deviceinfo *device)
132 memcpy (device, description, memory_sizes * sizeof(uint32_t));
133 device->name = NULL;
143 /* First entry is the device name index. */
146 device->name = str_table + device_name_index;
188 deviceinfo device = { 0, 0, 0, 0, 0, 0, NULL }; local
189 device.name = "Unknown";
201 elf32_avr_get_device_info (abfd, description, &device);
209 "Device: %s\n\n", device.name);
213 if (device
124 elf32_avr_get_device_info(bfd *abfd, char *description, deviceinfo *device) argument
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/examples-4/
H A De.57.2.c17 #pragma omp target device(i) map(from: offload[i:1])
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-91.c40 #pragma acc update device(h[0:N])
62 #pragma acc update device(h[0:N]) async(0)
H A Dupdate-1.c37 #pragma acc update device (a[0:N], b[0:N])
70 #pragma acc update device (a[0:N], b[0:N])
103 #pragma acc update device (a[0:N], b[0:N])
136 #pragma acc update device (a[0:N], b[0:N])
174 #pragma acc update device (a[0:N], b[0:N])
205 #pragma acc update device (a[0:N])
237 #pragma acc update device (a[0:N])
244 #pragma acc update device (a[0:NDIV2])
285 #pragma acc update device (a[0:4])
328 #pragma acc update device (
[all...]
H A Dupdate-1-2.c39 #pragma acc update device (a[0:N], b[0:N])
72 #pragma acc update device (a[0:N], b[0:N])
105 #pragma acc update device (a[0:N], b[0:N])
138 #pragma acc update device (a[0:N], b[0:N])
176 #pragma acc update device (a[0:N], b[0:N])
207 #pragma acc update device (a[0:N])
239 #pragma acc update device (a[0:N])
246 #pragma acc update device (a[0:NDIV2])
287 #pragma acc update device (a[0:4])
330 #pragma acc update device (
[all...]
H A Ddata-3.c51 #pragma acc update device (a[0:N], b[0:N]) async (1)
77 #pragma acc update device (a[0:N]) async (1)
78 #pragma acc update device (b[0:N]) async (2)
123 #pragma acc update device (a[0:N], b[0:N], c[0:N], d[0:N]) async (1)
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/gomp/
H A Dpr61486-2.c13 #pragma omp target data device (n + 1) if (n != 6) map (tofrom: n, r)
15 #pragma omp target device (n + 1) if (n != 6) map (from: n) map (alloc: a[2:o-2])
17 #pragma omp target teams device (n + 1) num_teams (n + 4) thread_limit (n * 2) \
25 #pragma omp target teams distribute device (n + 1) num_teams (n + 4) collapse (2) \
36 #pragma omp target teams distribute device (n + 1) num_teams (n + 4) \
47 #pragma omp target teams distribute parallel for device (n + 1) num_teams (n + 4) \
63 #pragma omp target teams distribute parallel for device (n + 1) num_teams (n + 4) \
80 #pragma omp target teams distribute parallel for simd device (n + 1) \
94 #pragma omp target teams distribute parallel for simd device (n + 1) \
107 #pragma omp target teams distribute simd device (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32571.c6 int *device; member in struct:ib_fmr
H A D20090907-1.c29 struct device *dev;
65 struct device *dev = par->info->dev;
/haiku-buildtools/gcc/libgomp/
H A Doacc-parallel.c55 GOACC_parallel (int device, void (*fn) (void *), argument
61 bool host_fallback = device == GOMP_DEVICE_HOST_FALLBACK;
93 /* Host fallback if "if" clause is false or if the current device is set to
158 GOACC_data_start (int device, size_t mapnum, argument
161 bool host_fallback = device == GOMP_DEVICE_HOST_FALLBACK;
209 GOACC_enter_exit_data (int device, size_t mapnum, argument
215 bool host_fallback = device == GOMP_DEVICE_HOST_FALLBACK;
399 GOACC_update (int device, size_t mapnum, argument
403 bool host_fallback = device == GOMP_DEVICE_HOST_FALLBACK;
/haiku-buildtools/jam/
H A DStatCacheServer.cpp53 node_ref_hash(dev_t device, ino_t node) argument
55 uint32 hash = device;
84 return node_ref_hash(nodeRef.device, nodeRef.node);
91 uint32 hash = node_ref_hash(entryRef.device, entryRef.directory);
195 return entry_ref(dirRef.device, dirRef.node, fName.c_str());
346 nodeRef.device = fStat.st_dev;
831 nodeRef.device = st.st_dev;
898 parentDirRef.device = entryRef.device;
964 entry_ref entryRef(nodeRef.device, nodeRe
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dcoarray.f9530 !$acc update device (a)
H A Dassumed.f9522 !$acc update device (a) ! { dg-error "Assumed size" }
43 !$acc update device (a) ! { dg-error "Assumed rank" }

Completed in 115 milliseconds

12