Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc604 uint32 tmp_mask = 0x7fff7fff; in I422ToARGBRow_DSPR2() local
665 [rgb_buf] "r"(rgb_buf), [tmp_mask] "r"(tmp_mask)); in I422ToARGBRow_DSPR2()
730 uint32 tmp_mask = 0xff; in RGB24ToARGBRow_DSPR2() local
744 : [tmp_mask] "r"(tmp_mask) in RGB24ToARGBRow_DSPR2()
758 uint32 tmp_mask = 0xff; in RAWToARGBRow_DSPR2() local
775 : [tmp_mask] "r"(tmp_mask) in RAWToARGBRow_DSPR2()
791 uint32 tmp_mask = 0xff; in RGB565ToARGBRow_DSPR2() local
814 : [tmp_mask] "r"(tmp_mask)); in RGB565ToARGBRow_DSPR2()
885 uint32 tmp_mask = 0x7fff7fff; in I444ToARGBRow_DSPR2() local
948 [rgb_buf] "r"(rgb_buf), [tmp_mask] "r"(tmp_mask)); in I444ToARGBRow_DSPR2()
[all …]
/external/selinux/libsepol/src/
Dnode_record.c450 char *tmp_mask = NULL; in hidden_def() local
452 if (node_alloc_addr_string(handle, node->proto, &tmp_mask) < 0) in hidden_def()
455 if (node_expand_addr(handle, node->mask, node->proto, tmp_mask) < 0) in hidden_def()
458 *mask = tmp_mask; in hidden_def()
462 free(tmp_mask); in hidden_def()
492 char *tmp_mask = NULL; in hidden_def() local
495 if (node_alloc_addr(handle, proto, &tmp_mask, &tmp_mask_sz) < 0) in hidden_def()
498 if (node_parse_addr(handle, mask, proto, tmp_mask) < 0) in hidden_def()
502 node->mask = tmp_mask; in hidden_def()
507 free(tmp_mask); in hidden_def()
[all …]
/external/openssh/
Daddrmatch.c297 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local
300 if (addr_hostmask(a->af, masklen, &tmp_mask) == -1) in addr_host_is_all0s()
302 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
351 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local
356 if (addr_netmask(host->af, masklen, &tmp_mask) == -1) in addr_netmatch()
358 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c1161 LLVMValueRef tmp_mask = *cov_mask; in lp_build_depth_stencil_test() local
1163 tmp_mask = LLVMBuildAnd(builder, tmp_mask, s_pass_mask, ""); in lp_build_depth_stencil_test()
1167 tmp_mask = LLVMBuildAnd(builder, tmp_mask, z_pass, ""); in lp_build_depth_stencil_test()
1168 *cov_mask = tmp_mask; in lp_build_depth_stencil_test()
Dlp_state_fs.c1041 LLVMValueRef tmp_mask = LLVMBuildLoad(builder, out_sample_mask_storage, "tmp_mask"); in generate_fs_loop() local
1044 output_smask = LLVMBuildOr(builder, tmp_mask, smask_bit, ""); in generate_fs_loop()
/external/libaom/libaom/av1/encoder/
Dcompound_type.c350 uint8_t *tmp_mask[2] = { xd->seg_mask, seg_mask }; in pick_interinter_seg() local
356 tmp_mask[cur_mask_type], cur_mask_type, CONVERT_TO_BYTEPTR(p0), bw, in pick_interinter_seg()
359 av1_build_compound_diffwtd_mask(tmp_mask[cur_mask_type], cur_mask_type, in pick_interinter_seg()
364 tmp_mask[cur_mask_type], N); in pick_interinter_seg()
/external/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()