Home | History | Annotate | Download | only in sanitizer_common

Lines Matching defs:bit

89 // Are we using 32-bit or 64-bit Linux syscalls?
91 // but it still needs to use 64-bit syscalls.
499 // 32-bit syscall here.
633 const uptr bit = signum % (sizeof(k_set->sig[0]) * 8);
634 k_set->sig[idx] &= ~(1 << bit);
898 * if we are using 32-bit abi.