Searched defs:PADDED (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | aio.c | 57 #define PADDED(x, y) x; unsigned y macro 61 #define PADDED(x, y) x, y macro 65 #define PADDED(x, y) unsigned y; x macro 69 #define PADDED(x, y) unsigned y; x macro 73 #define PADDED(x, y) unsigned y; x macro 77 #define PADDED(x, y) unsigned y; x macro 82 #define PADDED(x, y) unsigned y; x macro 86 #define PADDED(x, y) x; unsigned y macro
|
/external/kernel-headers/original/uapi/linux/ |
D | aio_abi.h | 66 #define PADDED(x,y) x, y macro 68 #define PADDED(x,y) y, x macro
|