/third_party/ffmpeg/tests/fate/ |
H A D | subtitles.mak | 27 fate-sub-jacosub-remux: CMP = diff
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 596 double diff; member
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 232 TESTPROG=$(GL_PARTS:%=%diff$(EXEEXT))
|
/third_party/mbedtls/tests/ |
H A D | compat.sh | 74 if git diff --quiet ../include/mbedtls/mbedtls_config.h 2>/dev/null; then
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 625 void si_update_prims_generated_query_state(struct si_context *sctx, unsigned type, int diff);
|
/third_party/nghttp2/ |
H A D | git-clang-format | 92 p.add_argument('--diff', action='store_true', 93 help='print a diff instead of applying the changes') 114 help='revision from which to compute the diff') 140 # The computed diff outputs absolute paths, so we must cd before accessing 153 elif opts.diff: 257 """Return a subprocess object producing the diff from `commit`. 262 cmd = ['git', 'diff-index', '-p', '-U0', commit, '--'] 416 """Print the diff between the two trees to stdout.""" 417 # We use the porcelain 'diff' and not plumbing 'diff [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 256 MVC TSCL,B8 ; collect 1st diff
|
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 256 MVC TSCL,B8 ; collect 1st diff
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect.py | 355 'With diff:\n{diff}'.format( 358 diff='\n'.join(
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 355 'With diff:\n{diff}'.format( 358 diff='\n'.join(
|
/third_party/spirv-tools/test/tools/ |
H A D | expect.py | 370 'With diff:\n{diff}'.format( 373 diff='\n'.join(
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 3173 Node* diff = __ Float64Sub(number, number); in LowerNumberIsFinite() local 3174 Node* check = __ Float64Equal(diff, diff); in LowerNumberIsFinite() 3195 Node* diff = __ Float64Sub(value, value); in LowerObjectIsFiniteNumber() local 3196 Node* check = __ Float64Equal(diff, diff); in LowerObjectIsFiniteNumber() 3206 Node* diff = __ Float64Sub(number, trunc); in LowerNumberIsInteger() local 3207 Node* check = __ Float64Equal(diff, __ Float64Constant(0)); in LowerNumberIsInteger() 3229 Node* diff = __ Float64Sub(value, trunc); in LowerObjectIsInteger() local 3230 Node* check = __ Float64Equal(diff, _ in LowerObjectIsInteger() 3243 Node* diff = __ Float64Sub(number, trunc); LowerNumberIsSafeInteger() local 3272 Node* diff = __ Float64Sub(value, trunc); LowerObjectIsSafeInteger() local 3374 Node* diff = __ Float64Equal(number, number); LowerNumberIsNaN() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 2210 int diff,dc,k; in stbi__jpeg_decode_block() local 2220 diff = t ? stbi__extend_receive(j, t) : 0; in stbi__jpeg_decode_block() 2221 if (!stbi__addints_valid(j->img_comp[b].dc_pred, diff)) return stbi__err("bad delta","Corrupt JPEG"); in stbi__jpeg_decode_block() 2222 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block() 2265 int diff,dc; in stbi__jpeg_decode_block_prog_dc() local 2276 diff = t ? stbi__extend_receive(j, t) : 0; in stbi__jpeg_decode_block_prog_dc() 2278 if (!stbi__addints_valid(j->img_comp[b].dc_pred, diff)) return stbi__err("bad delta", "Corrupt JPEG"); in stbi__jpeg_decode_block_prog_dc() 2279 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block_prog_dc() 3551 __m128i diff = _mm_sub_epi16(farw, nearw); in stbi__resample_row_hv_2_simd() local 3553 __m128i curr = _mm_add_epi16(nears, diff); // curren in stbi__resample_row_hv_2_simd() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mlpenc.c | 1511 uint32_t diff; in no_codebook_bits() local 1522 diff = max - min; in no_codebook_bits() 1524 lsb_bits = number_sbits(diff) - 1; in no_codebook_bits() 1531 offset = min + diff / 2 + !!lsb_bits; in no_codebook_bits()
|
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 1012 int64_t diff = pls->start_seq_no - prev_start_seq_no; in parse_playlist() local 1013 for (i = 0; i < prev_n_segments && i < diff; i++) { in parse_playlist() 1698 int64_t diff = pos + pls->segments[i]->duration - timestamp; in find_timestamp_in_playlist() local 1699 if (diff > 0) { in find_timestamp_in_playlist()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 244 "psubusb %%mm0, %%mm2 \n\t" // diff <= QP -> 0 in doVertLowPass() 245 "pcmpeqb %%mm4, %%mm2 \n\t" // diff <= QP -> FF in doVertLowPass() 262 "psubusb %%mm0, %%mm2 \n\t" // diff <= QP -> 0 in doVertLowPass() 263 "pcmpeqb %%mm4, %%mm2 \n\t" // diff <= QP -> FF in doVertLowPass() 1398 int diff= (f - *p); in dering() 1399 int absDiff= FFABS(diff); in dering() 1400 int error= diff*diff; in dering() 2675 "psubusb %%mm2, %%mm0 \n\t" // diff >= QP -> 0 in do_a_deblock() 2676 "pcmpeqb %%mm4, %%mm0 \n\t" // diff > in do_a_deblock() [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 1258 Time diff = event->xkey.time - window->x11.keyPressTimes[keycode]; in processEvent() local 1259 if (diff == event->xkey.time || (diff > 0 && diff < ((Time)1 << 31))) in processEvent()
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 763 // corrected by setting `ctx.indentationLvL += diff` and then to decrease the 1924 const diff = (ctx.compact !== true || type !== kObjectType) ? 2 : 3; 1925 ctx.indentationLvl += diff; 1927 if (diff === 3 && ctx.breakLength < getStringWidth(str, ctx.colors)) { 1930 ctx.indentationLvl -= diff;
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 497 register vec_u8 diff = vec_subs(x, y); in diff_lt_altivec() local 499 register vec_u8 o = vec_or(diff, diffneg); /* |x-y| */ in diff_lt_altivec()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_dynaudnorm.c | 539 const double diff = 1.0 / frame->nb_samples; in perform_dc_correction() local 549 current_average_value += dst_ptr[i] * diff; in perform_dc_correction()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 1213 short diff; member 1365 off = puc->diff;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 699 tcu::IVec4 diff = tcu::abs(refPix - cmpPix); in compare() local 701 if (!tcu::boolAll(tcu::lessThanEqual(diff, threshold))) in compare()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 701 tcu::IVec4 diff = tcu::abs(refPix - cmpPix); in compare() local 703 if (!tcu::boolAll(tcu::lessThanEqual(diff, threshold))) in compare()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 449 TField *diff = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("diff"), zeroSourceLoc); in InsertBuiltInFunctions() local 452 fields->push_back(diff); in InsertBuiltInFunctions()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_sse2.c | 73 const __m128i diff = _mm_sub_epi16(pb, pa); in Select_SSE2() local 76 _mm_storeu_si128((__m128i*)out, diff); in Select_SSE2() 352 // same on both operands (so that their sum of abs diff is zero). Here we in PredictorAdd11_SSE2()
|