Searched refs:_type (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | vec_literal.h | 56 #define VEC_LITERAL(_type, ...) ((_type)(__VA_ARGS__)) argument 75 #define VEC_LITERAL(_type, ...) ((_type){__VA_ARGS__}) argument
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | vec_literal.h | 54 #define VEC_LITERAL(_type, ...) ((_type){__VA_ARGS__}) argument
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwscanf.c | 383 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument 385 _p_p = GET_ARG (N, ap, _type **); \ in _SVFWSCANF() 388 _p0 = (_type *) malloc ((_w) * sizeof (_type)); \ in _SVFWSCANF() 401 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument 406 ((sizeof (_type) == 1 && (size_t) _dif >= _nw - MB_CUR_MAX) \ in _SVFWSCANF() 409 _p0 = (_type *) realloc (_p0, (_nw << 1) * sizeof (_type)); \ in _SVFWSCANF() 421 #define shrink_m_ptr(_type, _p_p, _w, _cw) \ in _SVFWSCANF() argument 426 _type *_np_p = (_type *) \ in _SVFWSCANF() 427 realloc (*_p_p, _nw * sizeof (_type)); \ in _SVFWSCANF()
|
D | vfscanf.c | 464 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument 466 _p_p = GET_ARG (N, ap, _type **); \ in _SVFSCANF() 469 _p0 = (_type *) malloc ((_w) * sizeof (_type)); \ in _SVFSCANF() 482 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument 487 ((sizeof (_type) == 2 && (size_t) _dif >= _nw - 1) \ in _SVFSCANF() 490 _p0 = (_type *) realloc (_p0, (_nw << 1) * sizeof (_type)); \ in _SVFSCANF() 502 #define shrink_m_ptr(_type, _p_p, _w, _cw) \ in _SVFSCANF() argument 507 _type *_np_p = (_type *) \ in _SVFSCANF() 508 realloc (*_p_p, _nw * sizeof (_type)); \ in _SVFSCANF()
|
D | stdio.h | 393 FILE * fopen (const char *__restrict _name, const char *__restrict _type);
|