Searched defs:N (Results 1 – 6 of 6) sorted by relevance
634 `__builtin_object_size(p, N)` and `pass_object_size(N)`, where `(N & 1) == 1`, argument649 `__builtin_object_size(p, N)` is intended to evaluate at compile-time how many argument809 - `__builtin_object_size(p, N)` with `(N & 1) == 1` is not easy for Clang to argument
26 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… argument27 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
73 #define N 128 macro
171 static constexpr bool verify_user_ranges_ascending(T (&ranges)[N]) { in verify_user_ranges_ascending()
1581 # define N 2 macro
1046 static const clock_t N = 5; in TEST() local