Home
last modified time | relevance | path

Searched refs:_PTR (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/
H A Dstring.h21 _PTR _EXFUN(memchr,(const _PTR, int, size_t));
22 int _EXFUN(memcmp,(const _PTR, const _PTR, size_t));
23 _PTR _EXFUN(memcpy,(_PTR __restrict, const _PTR __restrict, size_t));
24 _PTR _EXFUN(memmove,(_PTR, const _PTR, size_t));
25 _PTR _EXFUN(memset,(_PTR, int, size_t));
66 _PTR _EXFUN(memccpy,(_PTR __restrict, const _PTR __restrict, int, size_t));
69 _PTR _EXFUN(mempcpy,(_PTR, const _PTR, size_t));
70 _PTR _EXFUN(memmem, (const _PTR, size_t, const _PTR, size_t));
71 _PTR _EXFUN(memrchr,(const _PTR, int, size_t));
72 _PTR _EXFUN(rawmemchr,(const _PTR, int));
H A Dstdlib.h53 typedef int (*__compar_fn_t) (const _PTR, const _PTR);
81 _PTR _EXFUN(bsearch,(const _PTR __key,
82 const _PTR __base,
137 _PTR _EXFUN_NOTHROW(realloc,(_PTR __r, size_t __size));
139 _PTR _EXFUN(reallocf,(_PTR __r, size_t __size));
172 int _EXFUN(on_exit,(_VOID (*__func)(int, _PTR),_PTR __arg));
181 _PTR _EXFUN(_reallocf_r,(struct _reent *, _PTR, size_t));
269 _PTR _EXFUN_NOTHROW(_realloc_r,(struct _reent *, _PTR, size_t));
281 _VOID _EXFUN(qsort_r,(_PTR __base, size_t __nmemb, size_t __size, int (*_compar)(const _PTR, const
284 _VOID _EXFUN(qsort_r,(_PTR __base, size_t __nmemb, size_t __size, _PTR __thunk, int (*_compar)(_PTR
[all …]
H A Dmalloc.h37 extern _PTR malloc _PARAMS ((size_t));
45 extern _VOID free _PARAMS ((_PTR));
50 extern _VOID _free_r _PARAMS ((struct _reent *, _PTR));
53 extern _PTR realloc _PARAMS ((_PTR, size_t));
58 extern _PTR _realloc_r _PARAMS ((struct _reent *, _PTR, size_t));
61 extern _PTR calloc _PARAMS ((size_t, size_t));
69 extern _PTR memalign _PARAMS ((size_t, size_t));
101 extern size_t malloc_usable_size _PARAMS ((_PTR));
112 extern _PTR valloc _PARAMS ((size_t));
120 extern _PTR pvalloc _PARAMS ((size_t));
[all …]
H A Dstdio.h564 FILE *_EXFUN(funopen,(const _PTR __cookie,
565 int (*__readfn)(_PTR __c, char *__buf,
567 int (*__writefn)(_PTR __c, const char *__buf,
570 int (*__closefn)(_PTR __c)));
572 int (*__readfn)(_PTR __c, char *__buf,
577 int (*__closefn)(_PTR __c)));
579 FILE *_EXFUN(funopen,(const _PTR __cookie,
580 int (*__readfn)(_PTR __cookie, char *__buf,
585 int (*__closefn)(_PTR __cookie)));
587 int (*__readfn)(_PTR __cookie, char *__buf,
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/roc/hsadrv/
H A Ddrvapi.py9 _PTR = ctypes.POINTER variable
168 hsa_amd_signal_handler = _PTR(
340 _PTR(hsa_queue_t),
837 _PTR(_PTR(hsa_queue_t))],
852 _PTR(_PTR(hsa_queue_t))],
1404 _PTR(hsa_queue_t),
1473 _PTR(hsa_signal_t),
1502 _PTR(hsa_queue_t),
1603 _PTR(hsa_agent_t),
1648 _PTR(hsa_agent_t),
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dstring.h22 _PTR _EXFUN(memchr,(const _PTR, int, size_t));
23 int _EXFUN(memcmp,(const _PTR, const _PTR, size_t));
24 _PTR _EXFUN(memcpy,(_PTR, const _PTR, size_t));
25 _PTR _EXFUN(memmove,(_PTR, const _PTR, size_t));
26 _PTR _EXFUN(memset,(_PTR, int, size_t));
57 _PTR _EXFUN(memccpy,(_PTR, const _PTR, int, size_t));
58 _PTR _EXFUN(mempcpy,(_PTR, const _PTR, size_t));
H A Dmalloc.h37 extern _PTR malloc _PARAMS ((size_t));
45 extern _VOID free _PARAMS ((_PTR));
50 extern _VOID _free_r _PARAMS ((struct _reent *, _PTR));
53 extern _PTR realloc _PARAMS ((_PTR, size_t));
58 extern _PTR _realloc_r _PARAMS ((struct _reent *, _PTR, size_t));
61 extern _PTR calloc _PARAMS ((size_t, size_t));
69 extern _PTR memalign _PARAMS ((size_t, size_t));
101 extern size_t malloc_usable_size _PARAMS ((_PTR));
112 extern _PTR valloc _PARAMS ((size_t));
120 extern _PTR pvalloc _PARAMS ((size_t));
[all …]
H A Dstdlib.h68 _PTR _EXFUN(bsearch,(const _PTR __key,
69 const _PTR __base,
72 int _EXPARM(_compar,(const _PTR, const _PTR))));
76 _VOID _EXFUN(free,(_PTR));
86 _PTR _EXFUN(malloc,(size_t __size));
103 _VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, int(*_compar)(const _PTR, const _PT…
105 _PTR _EXFUN(realloc,(_PTR __r, size_t __size));
130 int _EXFUN(on_exit,(_VOID (*__func)(int, _PTR),_PTR __arg));
178 _VOID _EXFUN(cfree,(_PTR));
196 _VOID _EXFUN(_free_r,(struct _reent *, _PTR));
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dstring.h22 _PTR _EXFUN(memchr,(const _PTR, int, size_t));
23 int _EXFUN(memcmp,(const _PTR, const _PTR, size_t));
24 _PTR _EXFUN(memcpy,(_PTR, const _PTR, size_t));
25 _PTR _EXFUN(memmove,(_PTR, const _PTR, size_t));
26 _PTR _EXFUN(memset,(_PTR, int, size_t));
57 _PTR _EXFUN(memccpy,(_PTR, const _PTR, int, size_t));
58 _PTR _EXFUN(mempcpy,(_PTR, const _PTR, size_t));
H A Dmalloc.h37 extern _PTR malloc _PARAMS ((size_t));
45 extern _VOID free _PARAMS ((_PTR));
50 extern _VOID _free_r _PARAMS ((struct _reent *, _PTR));
53 extern _PTR realloc _PARAMS ((_PTR, size_t));
58 extern _PTR _realloc_r _PARAMS ((struct _reent *, _PTR, size_t));
61 extern _PTR calloc _PARAMS ((size_t, size_t));
69 extern _PTR memalign _PARAMS ((size_t, size_t));
101 extern size_t malloc_usable_size _PARAMS ((_PTR));
112 extern _PTR valloc _PARAMS ((size_t));
120 extern _PTR pvalloc _PARAMS ((size_t));
[all …]
H A Dstdlib.h68 _PTR _EXFUN(bsearch,(const _PTR __key,
69 const _PTR __base,
72 int _EXPARM(_compar,(const _PTR, const _PTR))));
76 _VOID _EXFUN(free,(_PTR));
86 _PTR _EXFUN(malloc,(size_t __size));
103 _VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, int(*_compar)(const _PTR, const _PT…
105 _PTR _EXFUN(realloc,(_PTR __r, size_t __size));
130 int _EXFUN(on_exit,(_VOID (*__func)(int, _PTR),_PTR __arg));
178 _VOID _EXFUN(cfree,(_PTR));
196 _VOID _EXFUN(_free_r,(struct _reent *, _PTR));
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/machine/
H A Dmalloc.h6 _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
7 _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, size_t __size));
8 _VOID _EXFUN(vec_free,(_PTR));
10 _PTR _EXFUN(vec_malloc,(size_t __size));
12 _PTR _EXFUN(vec_realloc,(_PTR __r, size_t __size));
13 _PTR _EXFUN(_vec_realloc_r,(struct _reent *, _PTR __r, size_t __size));
H A Dstdlib.h8 _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
9 _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, size_t __size));
10 _VOID _EXFUN(vec_free,(_PTR));
12 _PTR _EXFUN(vec_malloc,(size_t __size));
14 _PTR _EXFUN(vec_realloc,(_PTR __r, size_t __size));
15 _PTR _EXFUN(_vec_realloc_r,(struct _reent *, _PTR __r, size_t __size));
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/powerpc/machine/
H A Dmalloc.h6 _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
7 _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, size_t __size));
8 _VOID _EXFUN(vec_free,(_PTR));
10 _PTR _EXFUN(vec_malloc,(size_t __size));
12 _PTR _EXFUN(vec_realloc,(_PTR __r, size_t __size));
13 _PTR _EXFUN(_vec_realloc_r,(struct _reent *, _PTR __r, size_t __size));
H A Dstdlib.h8 _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
9 _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, size_t __size));
10 _VOID _EXFUN(vec_free,(_PTR));
12 _PTR _EXFUN(vec_malloc,(size_t __size));
14 _PTR _EXFUN(vec_realloc,(_PTR __r, size_t __size));
15 _PTR _EXFUN(_vec_realloc_r,(struct _reent *, _PTR __r, size_t __size));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/machine/
H A Dmalloc.h6 _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
7 _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, size_t __size));
8 _VOID _EXFUN(vec_free,(_PTR));
10 _PTR _EXFUN(vec_malloc,(size_t __size));
12 _PTR _EXFUN(vec_realloc,(_PTR __r, size_t __size));
13 _PTR _EXFUN(_vec_realloc_r,(struct _reent *, _PTR __r, size_t __size));
H A Dstdlib.h8 _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
9 _PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, size_t __size));
10 _VOID _EXFUN(vec_free,(_PTR));
12 _PTR _EXFUN(vec_malloc,(size_t __size));
14 _PTR _EXFUN(vec_realloc,(_PTR __r, size_t __size));
15 _PTR _EXFUN(_vec_realloc_r,(struct _reent *, _PTR __r, size_t __size));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/search/
H A Dbsearch.c66 _PTR
68 _CONST _PTR key _AND
69 _CONST _PTR base _AND
72 int _EXFUN ((*compar), (const _PTR, const _PTR)))
74 _PTR current;
86 current = (_PTR) (((char *) base) + (index * size));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/search/
H A Dbsearch.c66 _PTR
68 _CONST _PTR key _AND
69 _CONST _PTR base _AND
72 int _EXFUN ((*compar), (const _PTR, const _PTR)))
74 _PTR current;
86 current = (_PTR) (((char *) base) + (index * size));
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/search/
H A Dbsearch.c66 _PTR
68 _CONST _PTR key _AND
69 _CONST _PTR base _AND
72 int _EXFNPTR(compar, (const _PTR, const _PTR)))
74 _PTR current;
86 current = (_PTR) (((char *) base) + (index * size));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A Dmallocr.c4 _PTR
12 _PTR
21 _free_r (struct _reent *r, _PTR x) in _free_r()
28 _PTR
29 _realloc_r (struct _reent *r, _PTR x, size_t sz) in _realloc_r()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A Dmallocr.c4 _PTR
12 _PTR
21 _free_r (struct _reent *r, _PTR x) in _free_r()
28 _PTR
29 _realloc_r (struct _reent *r, _PTR x, size_t sz) in _realloc_r()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/xstormy16/
H A Dmallocr.c4 _PTR
12 _PTR
21 _free_r (struct _reent *r, _PTR x) in _free_r()
28 _PTR
29 _realloc_r (struct _reent *r, _PTR x, size_t sz) in _realloc_r()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBuiltins.cpp158 {_PTR, _I32, _I32, _I32, _PTR, _END}};
164 {_PTR, _I32, _I32, _I32, _PTR, _END}};
170 {_PTR, _I64, _I64, _I64, _PTR, _END}};
176 {_PTR, _I64, _I64, _I64, _PTR, _END}};
184 {_PTR, _I32, _I32, _I32, _PTR, _END}};
190 {_PTR, _I32, _I32, _I32, _PTR, _END}};
196 {_PTR, _I64, _I32, _I64, _PTR, _END}};
202 {_PTR, _I64, _I32, _I64, _PTR, _END}};
260 {_PTR, _PTR, _END}};
268 {_PTR, _PTR, _END}};
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dfread.c179 _PTR __restrict buf _AND
208 _CAST_VOID memcpy ((_PTR) p, (_PTR) fp->_p, (size_t) copy_size);
257 _CAST_VOID memcpy ((_PTR) p, (_PTR) fp->_p, (size_t) r);
276 _CAST_VOID memcpy ((_PTR) p, (_PTR) fp->_p, resid);
296 _PTR __restrict buf _AND

12345678910>>...16