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

  /external/valgrind/main/include/vki/
vki-ppc32-aix5.h 208 #define _VKI_NSIG_BPW 32
210 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-ppc64-aix5.h 209 #define _VKI_NSIG_BPW 64
211 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-amd64-linux.h 76 #define _VKI_NSIG_BPW 64
77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-ppc32-linux.h 98 #define _VKI_NSIG_BPW 32
99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
    [all...]
vki-ppc64-linux.h 100 #define _VKI_NSIG_BPW 64
101 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-x86-linux.h 93 #define _VKI_NSIG_BPW 32
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-arm-linux.h 93 #define _VKI_NSIG_BPW 32
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-darwin.h 374 #define _VKI_NSIG_BPW 32
376 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)

Completed in 33 milliseconds