Searched refs:cbufp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c756 struct gomp_coalesce_buf *cbufp,
829 sizeof (void *), true, cbufp);
840 struct gomp_coalesce_buf *cbufp)
882 sizeof (void *), true, cbufp);
939 struct gomp_coalesce_buf cbuf, *cbufp = NULL; local
1259 cbufp = &cbuf;
1330 sizes[j], cbufp, false);
1352 (void *) hostaddrs[i], len, false, cbufp);
1421 sizes, kinds, cbufp, refcount_set);
1446 sizeof (void *), true, cbufp);
753 gomp_attach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree mem_map, splay_tree_key n, uintptr_t attach_to, size_t bias, struct gomp_coalesce_buf *cbufp, bool allow_zero_length_array_sections) argument
837 gomp_detach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key n, uintptr_t detach_from, bool finalize, struct gomp_coalesce_buf *cbufp) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c503 struct gomp_coalesce_buf *cbufp)
567 sizeof (void *), cbufp);
578 struct gomp_coalesce_buf *cbufp)
620 sizeof (void *), cbufp);
674 struct gomp_coalesce_buf cbuf, *cbufp = NULL; local
938 cbufp = &cbuf;
979 (void *) hostaddrs[i], len, cbufp);
1047 sizes, kinds, cbufp);
1072 sizeof (void *), cbufp);
1108 cbufp);
500 gomp_attach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree mem_map, splay_tree_key n, uintptr_t attach_to, size_t bias, struct gomp_coalesce_buf *cbufp) argument
575 gomp_detach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key n, uintptr_t detach_from, bool finalize, struct gomp_coalesce_buf *cbufp) argument
[all...]
/netbsd-current/sys/arch/alpha/eisa/
H A Deisa_machdep.c333 eisa_uncompress(void *cbufp, void *ucbufp, size_t count) argument
335 const uint8_t *cbuf = cbufp;
350 return ((size_t)cbuf - (size_t)cbufp);

Completed in 193 milliseconds