/external/bison/lib/ |
H A D | signal.in.h | 134 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 136 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 140 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 143 (int how, const sigset_t *new_mask, sigset_t *old_mask));
|
/external/squashfs-tools/squashfs-tools/ |
H A D | restore.c | 61 sigset_t sigmask, old_mask; local 68 pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask);
|
H A D | process_fragments.c | 253 sigset_t sigmask, old_mask; local 261 pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask);
|
H A D | unsquashfs.c | 2176 sigset_t sigmask, old_mask; local 2194 if(pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask) == -1) 2343 if(pthread_sigmask(SIG_SETMASK, &old_mask, NULL) == -1)
|
H A D | mksquashfs.c | 4260 sigset_t sigmask, old_mask; local 4332 if(pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask) == -1) 4404 if(pthread_sigmask(SIG_SETMASK, &old_mask, NULL) == -1)
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler_util.h | 86 unsigned int old_mask,
|
H A D | radeon_variable.c | 49 unsigned int old_mask = rc_variable_writemask_sum(var); local 51 rc_make_conversion_swizzle(old_mask, new_writemask); 96 src_index, old_mask)) {
|
H A D | radeon_compiler_util.c | 165 unsigned int old_mask, 172 if (!GET_BIT(old_mask, i) 679 * @return A conversion swizzle for converting from old_mask->new_mask 682 unsigned int old_mask, 689 if (!GET_BIT(old_mask, old_idx)) 164 rewrite_writemask( unsigned int old_mask, unsigned int conversion_swizzle) argument 681 rc_make_conversion_swizzle( unsigned int old_mask, unsigned int new_mask) argument
|
H A D | radeon_pair_schedule.c | 885 unsigned int old_mask = pair_inst->RGB.WriteMask; local 886 unsigned int old_swz = rc_mask_to_swizzle(old_mask); 921 rc_mask_to_swizzle(old_mask));
|
/external/libunwind/include/ |
H A D | libunwind_i.h | 184 # define SIGPROCMASK(how, new_mask, old_mask) \ 185 sigprocmask((how), (new_mask), (old_mask)) 187 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask)
|
/external/bison/darwin-lib/ |
H A D | signal.h | 446 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 448 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 452 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 455 (int how, const sigset_t *new_mask, sigset_t *old_mask));
|
/external/bison/linux-lib/ |
H A D | signal.h | 446 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 448 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 452 (int how, const sigset_t *new_mask, sigset_t *old_mask)); 455 (int how, const sigset_t *new_mask, sigset_t *old_mask));
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
H A D | forward_error_correction.h | 235 // |old_bit_index| in |old_mask| to the right most column of the byte pointed 239 // The copied bit is shifted out from |old_mask| and is shifted one step to 243 uint8_t* old_mask, int old_mask_bytes,
|
H A D | forward_error_correction.cc | 374 uint8_t* old_mask, 384 new_mask[new_byte_index] |= ((old_mask[old_byte_index] & 0x80) >> 7); 388 old_mask[old_byte_index] <<= 1; 372 CopyColumn(uint8_t* new_mask, int new_mask_bytes, uint8_t* old_mask, int old_mask_bytes, int num_fec_packets, int new_bit_index, int old_bit_index) argument
|
/external/valgrind/VEX/priv/ |
H A D | guest_arm_toIR.c | 2916 IRTemp old_mask, new_mask, cur_mask; local 2927 old_mask = newTemp(Ity_I64); 2930 assign(old_mask, mkU64(0)); 2947 assign(new_mask, binop(Iop_Or64, mkexpr(old_mask), mkexpr(cur_mask))); 2959 old_mask = new_mask; 2967 unop(Iop_Not64, mkexpr(old_mask))),
|