/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264pred_msa.c | 540 uint32_t addition = 0; in ff_h264_intra_pred_dc_16x16_msa() local 553 addition = __msa_copy_u_w((v4i32) sum, 0); in ff_h264_intra_pred_dc_16x16_msa() 554 addition += src_left[ 0 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 555 addition += src_left[ 1 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 556 addition += src_left[ 2 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 557 addition += src_left[ 3 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 558 addition += src_left[ 4 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 559 addition += src_left[ 5 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 560 addition += src_left[ 6 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 561 addition in ff_h264_intra_pred_dc_16x16_msa() 596 uint32_t addition; ff_h264_intra_pred_dc_left_16x16_msa() local [all...] |
H A D | hevcpred_msa.c | 346 uint32_t addition = 0; in hevc_intra_pred_dc_4x4_msa() local 360 addition = __msa_copy_u_w((v4i32) sum, 0); in hevc_intra_pred_dc_4x4_msa() 361 store = (v16u8) __msa_fill_b(addition); in hevc_intra_pred_dc_4x4_msa() 374 val1 = (src_left[0] + 2 * addition + src_top[0] + 2) >> 2; in hevc_intra_pred_dc_4x4_msa() 383 addition *= 3; in hevc_intra_pred_dc_4x4_msa() 385 ADD2(val0, addition, val1, addition, val0, val1); in hevc_intra_pred_dc_4x4_msa() 386 val2 += addition; in hevc_intra_pred_dc_4x4_msa() 408 uint32_t addition = 0; in hevc_intra_pred_dc_8x8_msa() local 424 addition in hevc_intra_pred_dc_8x8_msa() 467 uint32_t addition = 0; hevc_intra_pred_dc_16x16_msa() local [all...] |
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/testExample/ |
H A D | utilsOne.js | 16 function addition(a, b) {
function 25 addition: addition,
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-require/ |
H A D | myUtils.js | 17 function addition(a, b) { function 26 addition: addition,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPointSizeTests.cpp | 82 int addition = 0; in getExpectedPointSize() local 88 addition += 2; in getExpectedPointSize() 92 return 4 + addition; in getExpectedPointSize() 94 addition += 2; in getExpectedPointSize() 98 return 2 + addition; in getExpectedPointSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryPointSizeTests.cpp | 82 int addition = 0; in getExpectedPointSize() local 88 addition += 2; in getExpectedPointSize() 92 return 4 + addition; in getExpectedPointSize() 94 addition += 2; in getExpectedPointSize() 98 return 2 + addition; in getExpectedPointSize()
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testasync.py | 422 async def addition(self, var): pass function 424 mock = AsyncMock(addition, return_value=10) 430 async def addition(var): pass function 431 mock = AsyncMock(addition, side_effect=Exception('err')) 436 async def addition(var): function 438 mock = AsyncMock(side_effect=addition) 443 def addition(var): function 445 mock = AsyncMock(side_effect=addition)
|
/third_party/pulseaudio/src/daemon/ |
H A D | esdcompat.in | 49 -tcp use tcp/ip sockets in addition to unix domain
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 33 BLEND_FUNC(addition, sse2) in BLEND_FUNC() 34 BLEND_FUNC(addition, avx2) in BLEND_FUNC()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | combine_access_chains.cpp | 157 // Generate an addition of the two indices. in CombineIndices() 161 Instruction* addition = builder.AddIAdd(last_index_inst->type_id(), in CombineIndices() local 164 new_value_id = addition->result_id(); in CombineIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | combine_access_chains.cpp | 157 // Generate an addition of the two indices. in CombineIndices() 161 Instruction* addition = builder.AddIAdd(last_index_inst->type_id(), in CombineIndices() local 164 new_value_id = addition->result_id(); in CombineIndices()
|
/third_party/spirv-tools/source/opt/ |
H A D | combine_access_chains.cpp | 157 // Generate an addition of the two indices. in CombineIndices() 161 Instruction* addition = builder.AddIAdd(last_index_inst->type_id(), in CombineIndices() local 164 new_value_id = addition->result_id(); in CombineIndices()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | AlphabeticIndex.java | 323 for (ULocale addition : additions) { in addLabels() 324 addIndexExemplars(addition); in addLabels() 337 for (Locale addition : additions) { in addLabels() 338 addIndexExemplars(ULocale.forLocale(addition)); in addLabels()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | AlphabeticIndex.java | 313 for (ULocale addition : additions) { in addLabels() 314 addIndexExemplars(addition); in addLabels() 326 for (Locale addition : additions) { in addLabels() 327 addIndexExemplars(ULocale.forLocale(addition)); in addLabels()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_blend.c | 106 check_and_report(addition, BLEND_ADDITION, 1) in checkasm_check_blend()
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 41 With the addition of `aliased_deps`, above target would instead compile with:
|
H A D | command_check.cc | 79 Check system style includes (using <angle brackets>) in addition to
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 46 In addition, \Func{unw\_apply\_reg\_state}() may return any error
|
H A D | unw_flush_cache.tex | 21 target address-space \Var{as}. In addition, all info cached for
|
H A D | unw_step.tex | 50 In addition, \Func{unw\_step}() may return any error returned by the
|
H A D | unw_set_reg.tex | 58 In addition, \Func{unw\_set\_reg}() may return any error returned by
|
H A D | unw_get_fpreg.tex | 55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 28 This small simple module simplifies the addition of fallback directories
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 28 This small simple module simplifies the addition of fallback directories
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-blob.cc | 756 unsigned long addition = fread (data + len, 1, allocated - len, fp); in hb_blob_create_from_file_or_fail() local 764 len += addition; in hb_blob_create_from_file_or_fail()
|