Searched refs:old_mask (Results 1 - 15 of 15) sorted by relevance

/external/bison/lib/
H A Dsignal.in.h134 (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 Drestore.c61 sigset_t sigmask, old_mask; local
68 pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask);
H A Dprocess_fragments.c253 sigset_t sigmask, old_mask; local
261 pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask);
H A Dunsquashfs.c2176 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 Dmksquashfs.c4260 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 Dradeon_compiler_util.h86 unsigned int old_mask,
H A Dradeon_variable.c49 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 Dradeon_compiler_util.c165 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 Dradeon_pair_schedule.c885 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 Dlibunwind_i.h184 # 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 Dsignal.h446 (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 Dsignal.h446 (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 Dforward_error_correction.h235 // |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 Dforward_error_correction.cc374 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 Dguest_arm_toIR.c2916 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))),

Completed in 759 milliseconds