HomeSort by relevance Sort by last modified time
    Searched defs:_VKI_IOC_SIZEBITS (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/include/vki/
vki-arm64-linux.h 380 #define _VKI_IOC_SIZEBITS 14
383 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
389 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
vki-amd64-linux.h 407 #define _VKI_IOC_SIZEBITS 14
410 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
416 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
vki-ppc32-linux.h 521 #define _VKI_IOC_SIZEBITS 13
526 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
532 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
    [all...]
vki-ppc64-linux.h 554 #define _VKI_IOC_SIZEBITS 13
559 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
565 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
vki-s390x-linux.h 531 #define _VKI_IOC_SIZEBITS 14
536 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
542 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
vki-arm-linux.h 442 #define _VKI_IOC_SIZEBITS 14
447 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
453 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
vki-mips32-linux.h 527 #define _VKI_IOC_SIZEBITS 13
532 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
538 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
    [all...]
vki-mips64-linux.h 533 #define _VKI_IOC_SIZEBITS 13
538 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
544 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)
    [all...]
vki-x86-linux.h 480 #define _VKI_IOC_SIZEBITS 14
485 #define _VKI_IOC_SIZEMASK ((1 << _VKI_IOC_SIZEBITS)-1)
491 #define _VKI_IOC_DIRSHIFT (_VKI_IOC_SIZESHIFT+_VKI_IOC_SIZEBITS)

Completed in 68 milliseconds