Searched refs:__packed (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | vfieeefp.h | 71 } __packed; variable 79 } __packed; 87 } __packed; 97 } __packed; 106 } __packed; 114 } __packed; 122 } __packed; 132 } __packed;
|
D | local.h | 340 typedef enum __packed { enum 353 typedef enum __packed { enum 369 typedef enum __packed { enum
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mbtowc_r.c | 43 typedef enum __packed { ESCAPE, DOLLAR, BRACKET, AT, B, J, enum 45 typedef enum __packed { ASCII, JIS, A_ESC, A_ESC_DL, JIS_1, J_ESC, J_ESC_BR, enum 47 typedef enum __packed { COPY_A, COPY_J1, COPY_J2, MAKE_A, NOOP, EMPTY, ERROR } JIS_ACTION; enum
|
/picolibc-latest/newlib/libc/include/sys/ |
D | cdefs.h | 272 #define __packed __attribute__((__packed__)) macro
|