Home
last modified time | relevance | path

Searched defs:N (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/spi/
Dspidev.h51 #define SPI_MSGSIZE(N) ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N… argument
52 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_log.c78 #define N 128 macro
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h154 #define __SI_CODE(T,N) (N) argument
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1140 # define N 2 in repeat() macro
/bionic/libc/upstream-dlmalloc/
Dmalloc.c2795 #define check_malloced_chunk(M,P,N) argument
2804 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument