Searched refs:_IOC_SIZEBITS (Results 1 – 9 of 9) sorted by relevance
30 #ifndef _IOC_SIZEBITS31 # define _IOC_SIZEBITS 14 macro40 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)46 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)76 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
31 #ifndef _IOC_SIZEBITS32 # define _IOC_SIZEBITS 14 macro41 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)47 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
24 _IOC_SIZEBITS = 14 variable29 _IOC_SIZEMASK = ((1 << _IOC_SIZEBITS) - 1)35 _IOC_DIRSHIFT = (_IOC_SIZESHIFT + _IOC_SIZEBITS)
120 ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) \
125 pub const _IOC_SIZEBITS: c_uint = 14; constant
48 pub const _IOC_SIZEBITS: ::std::os::raw::c_uint = 14; constant
949 COMPILER_CHECK(IOC_SIZEBITS == _IOC_SIZEBITS);
127 pub const _IOC_SIZEBITS: ::std::os::raw::c_uint = 14; constant