/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | cost_neon.c | 30 const uint8x16_t masked = vandq_u8(eob, vld1q_u8(position)); in SetResidualCoeffs_NEON() local 33 res->last = vmaxvq_u8(masked) - 1; in SetResidualCoeffs_NEON() 35 const uint8x8_t eob_8x8 = vmax_u8(vget_low_u8(masked), vget_high_u8(masked)); in SetResidualCoeffs_NEON()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.cpp | 1586 Int masked = value; in writeColor() local 1588 masked &= *Pointer<Int>(constants + OFFSET(Constants,mask565Q[~bgraWriteMask & 0x7][0])); in writeColor() 1589 c01 |= masked; in writeColor() 1604 Int masked = value; in writeColor() local 1606 masked &= *Pointer<Int>(constants + OFFSET(Constants,mask565Q[~bgraWriteMask & 0x7][0])); in writeColor() 1607 c23 |= masked; in writeColor() 1625 // Short4 masked = value; in writeColor() 1627 // masked &= *Pointer<Short4>(constants + OFFSET(Constants,invMaskB4Q[bgraWriteMask][0])); in writeColor() 1628 // c01 |= masked; in writeColor() 1642 // Short4 masked in writeColor() 1663 Short4 masked = value; writeColor() local 1681 Short4 masked = value; writeColor() local 1708 bool masked = (((state.targetFormat[index] == FORMAT_A8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_A8) && rgbaWriteMask != 0x0000000F) || writeColor() local 1714 Short4 masked = value; writeColor() local 1730 Short4 masked = value; writeColor() local 1809 Short4 masked = value; writeColor() local 1826 Short4 masked = value; writeColor() local 1847 Short4 masked = value; writeColor() local 1864 Short4 masked = value; writeColor() local 1883 Short4 masked = value; writeColor() local 1900 Short4 masked = value; writeColor() local 2410 Float4 masked = value; writeColor() local 2427 Float4 masked; writeColor() local 2518 Float4 masked = value; writeColor() local 2535 Float4 masked = value; writeColor() local 2554 Float4 masked = value; writeColor() local 2571 Float4 masked = value; writeColor() local [all...] |
/third_party/node/lib/internal/debugger/ |
H A D | inspect_client.js | 92 const masked = Buffer.alloc(dataLength); 94 masked[i] = payload[i] ^ mask[i % kMaskingKeyWidthInBytes]; 97 return Buffer.concat([header, additionalLength, mask, masked]); 114 const masked = (secondByte & kMaskBit) !== 0; 123 if (masked) {
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 46 int masked = hex&mask;
in verify() local 51 masked &= ~c_iter->first;
in verify() 54 // masked!=0 means find undefined bit(s)
in verify() 55 const bool nice = masked == 0;
in verify()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_fp16_conv.c | 149 nir_ssa_def *masked = nir_ior(b, nir_iand(b, abs, nir_imm_int(b, 0x7FFFFF)), nir_imm_int(b, 0x800000)); in float_to_half_impl() local 150 value = nir_ushr(b, masked, nir_iadd(b, i, one)); in float_to_half_impl() 151 guard = nir_iand(b, nir_ushr(b, masked, i), one); in float_to_half_impl() 152 sticky = nir_bcsel(b, nir_ine(b, nir_iand(b, masked, nir_isub(b, nir_ishl(b, one, i), one)), zero), one, zero); in float_to_half_impl()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_swizzle.c | 521 LLVMValueRef masked; in lp_build_swizzle_aos() local 526 masked = LLVMBuildAnd(builder, a, in lp_build_swizzle_aos() 529 shifted = LLVMBuildShl(builder, masked, in lp_build_swizzle_aos() 532 shifted = LLVMBuildLShr(builder, masked, in lp_build_swizzle_aos() 535 shifted = masked; in lp_build_swizzle_aos()
|
H A D | lp_bld_format_aos.c | 226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 295 * into masked = {X, Y, Z, W} in lp_build_unpack_arith_rgba_aos() 326 masked = LLVMBuildAnd(builder, packed, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos() 329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos() 334 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), ""); in lp_build_unpack_arith_rgba_aos() 336 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), ""); in lp_build_unpack_arith_rgba_aos()
|
/third_party/musl/src/aio/ |
H A D | aio.c | 87 int masked = 0; in __aio_get_queue() local 100 masked = 1; in __aio_get_queue() 128 if (masked) pthread_sigmask(SIG_SETMASK, &origmask, 0); in __aio_get_queue()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 299 auto masked = base_internal::HidePtr(ptr); in Find() local 302 if (n->masked_ptr == masked) return i; in Find() 317 auto masked = base_internal::HidePtr(ptr); in Remove() local 321 if (n->masked_ptr == masked) { in Remove()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilClearTests.cpp | 121 DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked); 145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument 150 , m_masked (masked) in DepthStencilClearCase() 503 // iters clears depth stencil scissor masked in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilClearTests.cpp | 121 DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked); 145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument 150 , m_masked (masked) in DepthStencilClearCase() 506 // iters clears depth stencil scissor masked in init()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 2791 Float4 masked = value; in writeColor() local 2793 masked = As<Float4>(As<Int4>(masked) & *Pointer<Int4>(constants + OFFSET(Constants, maskD01X[~rgbaWriteMask & 0x3][0]))); in writeColor() 2794 color.x = As<Float4>(As<Int4>(color.x) | As<Int4>(masked)); in writeColor() 2808 Float4 masked; in writeColor() local 2810 masked = value; in writeColor() 2812 masked = As<Float4>(As<Int4>(masked) & *Pointer<Int4>(constants + OFFSET(Constants, maskD01X[~rgbaWriteMask & 0x3][0]))); in writeColor() 2813 color.y = As<Float4>(As<Int4>(color.y) | As<Int4>(masked)); in writeColor() 2931 Float4 masked in writeColor() local 2948 Float4 masked = value; writeColor() local 2967 Float4 masked = value; writeColor() local 2984 Float4 masked = value; writeColor() local [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 1179 for (auto &masked : args.masked_stage_outputs) in compile_iteration() 1180 compiler->mask_stage_output_by_location(masked.first, masked.second); in compile_iteration() 1181 for (auto &masked : args.masked_stage_builtins) in compile_iteration() 1182 compiler->mask_stage_output_by_builtin(masked); in compile_iteration()
|
/third_party/elfutils/libcpu/ |
H A D | i386_disasm.c | 427 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm() local 428 if (masked != *curr++) in i386_disasm()
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 303 bool masked = (second_byte & kMaskBit) != 0; in decode_frame_hybi17() local 324 if (client_frame && !masked) { in decode_frame_hybi17()
|
/third_party/selinux/libsepol/src/ |
H A D | services.c | 861 sepol_access_vector_t masked = 0; in type_attribute_bounds_av() local 889 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 891 if (!masked) in type_attribute_bounds_av() 892 return; /* no masked permission */ in type_attribute_bounds_av() 895 avd->allowed &= ~masked; in type_attribute_bounds_av()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_maskedminmax.c | 90 static void masked##n(const uint8_t *ssrc, uint8_t *ddst, \ 306 AVFILTER_DEFINE_CLASS_EXT(maskedminmax, "masked(min|max)", maskedminmax_options);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_nir.cpp | 1919 dst_reg masked = dst_reg(this, glsl_type::int_type); in nir_emit_alu() 1920 masked.writemask = dst.writemask; in nir_emit_alu() 1921 emit(AND(masked, src_reg(dst), brw_imm_d(1))); in nir_emit_alu() 1922 src_reg masked_neg = src_reg(masked); in nir_emit_alu()
|
H A D | brw_fs_nir.cpp | 2015 fs_reg masked = vgrf(glsl_type::int_type); in nir_emit_alu() 2016 bld.AND(masked, result, brw_imm_d(1)); in nir_emit_alu() 2017 masked.negate = true; in nir_emit_alu() 2018 bld.MOV(retype(result, BRW_REGISTER_TYPE_D), masked); in nir_emit_alu()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 208 ; but extra data is masked away.
|
H A D | vp8dsp_loopfilter.asm | 987 mova m_limres, m6 ; 3*(qp-p0)+(p1-q1) masked for filter_mbedge 994 pandn m7, m6 ; 3*(q0-p0)+(p1-q1) masked for filter_common
|
/third_party/mbedtls/library/ |
H A D | ssl_tls13_server.c | 997 int masked = ssl->handshake->received_extensions & exts_mask; in ssl_tls13_client_hello_has_exts() local 998 return masked == exts_mask; in ssl_tls13_client_hello_has_exts()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 3067 Value *masked = in handleRDSV() local 3072 bld.mkMov(i->getDef(0), masked); in handleRDSV() 3074 bld.mkOp3(OP_SELP, TYPE_U32, i->getDef(0), ld->getDef(0), masked, in handleRDSV()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 1593 int32_t masked = (match.ResolvedValue() & kMask32); in MaskShiftCount32() local 1594 if (match.ResolvedValue() != masked) node = Int32Constant(masked); in MaskShiftCount32() 1608 int64_t masked = (match.ResolvedValue() & kMask64); in MaskShiftCount64() local 1609 if (match.ResolvedValue() != masked) node = Int64Constant(masked); in MaskShiftCount64()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 265 u8 abort_on_error, u8 masked) in wpa_config_parse_addr_list() 279 if (hwaddr_masked_aton(pos, addr, &addr[ETH_ALEN], masked)) { in wpa_config_parse_addr_list() 262 wpa_config_parse_addr_list(const struct parse_data *data, int line, const char *value, u8 **list, size_t *num, char *name, u8 abort_on_error, u8 masked) wpa_config_parse_addr_list() argument
|