Searched defs:N (Results 1 – 3 of 3) sorted by relevance
52 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… argument53 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
79 #define N 128 macro
1143 # define N 2 in repeat() macro