OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_VKI_IOC_SIZEBITS
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/include/vki/
vki-arm64-linux.h
385
#define
_VKI_IOC_SIZEBITS
14
388
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
394
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
vki-amd64-linux.h
412
#define
_VKI_IOC_SIZEBITS
14
415
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
421
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
vki-ppc32-linux.h
526
#define
_VKI_IOC_SIZEBITS
13
531
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
537
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
[
all
...]
vki-ppc64-linux.h
561
#define
_VKI_IOC_SIZEBITS
13
566
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
572
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
vki-s390x-linux.h
542
#define
_VKI_IOC_SIZEBITS
14
547
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
553
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
vki-tilegx-linux.h
406
#define
_VKI_IOC_SIZEBITS
14
409
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
415
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
vki-arm-linux.h
447
#define
_VKI_IOC_SIZEBITS
14
452
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
458
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
vki-mips32-linux.h
532
#define
_VKI_IOC_SIZEBITS
13
537
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
543
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
[
all
...]
vki-mips64-linux.h
538
#define
_VKI_IOC_SIZEBITS
13
543
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
549
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
[
all
...]
vki-x86-linux.h
485
#define
_VKI_IOC_SIZEBITS
14
490
#define _VKI_IOC_SIZEMASK ((1 <<
_VKI_IOC_SIZEBITS
)-1)
496
#define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+
_VKI_IOC_SIZEBITS
)
Completed in 59 milliseconds