HomeSort by relevance Sort by last modified time
    Searched refs:__sigword (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigset.h 55 # define __sigword(sig) (((sig) - 1) / (8 * sizeof (unsigned long int))) macro
114 unsigned long int __word = __sigword (__sig); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigset.h 55 # define __sigword(sig) (((sig) - 1) / (8 * sizeof (unsigned long int))) macro
114 unsigned long int __word = __sigword (__sig); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigset.h 55 # define __sigword(sig) (((sig) - 1) / (8 * sizeof (unsigned long int))) macro
114 unsigned long int __word = __sigword (__sig); \

Completed in 81 milliseconds