Home
last modified time | relevance | path

Searched refs:tmp_mask (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/libsepol/src/
Dnode_record.c441 char *tmp_mask = NULL; in sepol_node_get_mask() local
443 if (node_alloc_addr_string(handle, node->proto, &tmp_mask) < 0) in sepol_node_get_mask()
446 if (node_expand_addr(handle, node->mask, node->proto, tmp_mask) < 0) in sepol_node_get_mask()
449 *mask = tmp_mask; in sepol_node_get_mask()
453 free(tmp_mask); in sepol_node_get_mask()
481 char *tmp_mask = NULL; in sepol_node_set_mask() local
484 if (node_alloc_addr(handle, proto, &tmp_mask, &tmp_mask_sz) < 0) in sepol_node_set_mask()
487 if (node_parse_addr(handle, mask, proto, tmp_mask) < 0) in sepol_node_set_mask()
491 node->mask = tmp_mask; in sepol_node_set_mask()
496 free(tmp_mask); in sepol_node_set_mask()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c230 guint64 tmp_mask; in gst_rtp_ulpfec_enc_stream_ctx_protect() local
241 tmp_mask = fec_mask; in gst_rtp_ulpfec_enc_stream_ctx_protect()
250 if (tmp_mask & packet_mask) { in gst_rtp_ulpfec_enc_stream_ctx_protect()
251 tmp_mask ^= packet_mask; in gst_rtp_ulpfec_enc_stream_ctx_protect()
257 g_assert (tmp_mask == 0); in gst_rtp_ulpfec_enc_stream_ctx_protect()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c1162 LLVMValueRef tmp_mask = *cov_mask; in lp_build_depth_stencil_test() local
1164 tmp_mask = LLVMBuildAnd(builder, tmp_mask, s_pass_mask, ""); in lp_build_depth_stencil_test()
1168 tmp_mask = LLVMBuildAnd(builder, tmp_mask, z_pass, ""); in lp_build_depth_stencil_test()
1169 *cov_mask = tmp_mask; in lp_build_depth_stencil_test()
Dlp_state_fs.c1059 LLVMValueRef tmp_mask = LLVMBuildLoad(builder, out_sample_mask_storage, "tmp_mask"); in generate_fs_loop() local
1062 output_smask = LLVMBuildOr(builder, tmp_mask, smask_bit, ""); in generate_fs_loop()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c903 LLVMValueRef sel_mask, tmp_mask, alpha, alpha64, code_s; in s3tc_dxt5_alpha_channel() local
1010 tmp_mask = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, in s3tc_dxt5_alpha_channel()
1012 alpha = lp_build_select(&bld32, tmp_mask, alpha0, alpha1); in s3tc_dxt5_alpha_channel()
1013 tmp_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER, in s3tc_dxt5_alpha_channel()
1015 alpha = lp_build_select(&bld32, tmp_mask, ainterp, alpha); in s3tc_dxt5_alpha_channel()