Searched defs:sig_mask (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h312 vki_sigset_t sig_mask; member in struct:__anon32745
314 /* tmp_sig_mask is usually the same as sig_mask, and is kept in
315 sync whenever sig_mask is changed. The only time they have
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2048 LLVMValueRef sig_mask = lp_build_const_int_vec(gallivm, bld->type, 0x80000000); local
2049 LLVMValueRef sign_bit_i = LLVMBuildAnd(b, a_v4si, sig_mask, "sign_bit_i");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2048 LLVMValueRef sig_mask = lp_build_const_int_vec(gallivm, bld->type, 0x80000000); local
2049 LLVMValueRef sign_bit_i = LLVMBuildAnd(b, a_v4si, sig_mask, "sign_bit_i");
/external/strace/
H A Dsignal.c177 sprintsigmask_n(const char *prefix, const void *sig_mask, unsigned int bytes) argument
196 mask = sig_mask;

Completed in 959 milliseconds