Home
last modified time | relevance | path

Searched refs:prev_mask (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c81 sigset_t prev_mask; in thread() local
87 if (!pthread_sigmask(SIG_SETMASK, NULL, &prev_mask) && in thread()
88 !sigismember(&prev_mask, SIGSYS) && in thread()
/third_party/ffmpeg/libavcodec/
Dvorbis_parser_internal.h43 int prev_mask; ///< bitmask used to get the previous mode flag in each packet member
Dvorbis_parser.c170 s->prev_mask = (s->mode_mask | 0x1) + 1; in parse_setup_header()
253 int flag = !!(buf[0] & s->prev_mask); in av_vorbis_parse_frame_flags()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c379 LLVMValueRef prev_mask; in lp_exec_mask_cond_invert() local
385 prev_mask = ctx->cond_stack[ctx->cond_stack_size - 1]; in lp_exec_mask_cond_invert()
387 assert(prev_mask == LLVMConstAllOnes(mask->int_vec_type)); in lp_exec_mask_cond_invert()
394 prev_mask, ""); in lp_exec_mask_cond_invert()
/third_party/toybox/toys/pending/
Dxzcat.c508 uint32_t prev_mask = s->x86_prev_mask; in bcj_x86() local
524 prev_mask = 0; in bcj_x86()
526 prev_mask = (prev_mask << (prev_pos - 1)) & 7; in bcj_x86()
527 if (prev_mask != 0) { in bcj_x86()
528 b = buf[i + 4 - mask_to_bit_num[prev_mask]]; in bcj_x86()
529 if (!mask_to_allowed_status[prev_mask] in bcj_x86()
532 prev_mask = (prev_mask << 1) | 1; in bcj_x86()
544 if (prev_mask == 0) in bcj_x86()
547 j = mask_to_bit_num[prev_mask] * 8; in bcj_x86()
560 prev_mask = (prev_mask << 1) | 1; in bcj_x86()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c275 nir_component_mask_t prev_mask = nir_intrinsic_write_mask(prev_store); in update_combined_store() local
276 nir_intrinsic_set_write_mask(prev_store, prev_mask & ~(1 << i)); in update_combined_store()
/third_party/mindspore/mindspore/lite/test/config/
Dmodels_onnx.cfg88 porseg_tmp.onnx;2:img,prev_mask
/third_party/glib/glib/
Dgmain.c6109 sigset_t prev_mask; in g_get_worker_context() local
6113 pthread_sigmask (SIG_SETMASK, &all, &prev_mask); in g_get_worker_context()
6118 pthread_sigmask (SIG_SETMASK, &prev_mask, NULL); in g_get_worker_context()