Searched defs:_type (Results 1 – 4 of 4) 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 401 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument 421 #define shrink_m_ptr(_type, _p_p, _w, _cw) \ in _SVFWSCANF() argument
|
D | vfscanf.c | 464 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument 482 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument 502 #define shrink_m_ptr(_type, _p_p, _w, _cw) \ in _SVFSCANF() argument
|