| /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/ |
| H A D | find_match.rb | 32 sorted = allSyms.match_symbols(value,limit).sort_by do | symsName, diff | 33 sprintf "%03d_%s", diff.size, symsName 36 sorted.find_all do | symsName, diff | 37 puts " #{symsName}, up to #{allSyms[symsName].size} keys (difference #{diff.size})-> #{diff}"
|
| H A D | xkbparser.rb | 91 diff = self.class.new 95 diff[key] = [ value, existing.nil? ? '+' : '' ] 98 diff 140 diff = new_symbols - mapping 141 if diff.size <= limit 142 matching[symbols] = diff
|
| /xsrc/external/mit/libdrm/dist/intel/tests/ |
| H A D | test-batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|
| /xsrc/external/mit/xauth/dist/tests/ |
| H A D | test_xauth | 17 diff out.stdout ${testsrc}/$base.stdout 25 diff out.stderr ${testsrc}/$base.stderr 29 diff out.stderr /dev/null
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_dac.c | 57 double div, diff, best_diff; local in function:S3VCommonCalcClock 99 diff = ffreq - div / (1<<n2); 100 if (diff < 0.0) 101 diff = -diff; 102 if (diff < best_diff) { 103 best_diff = diff;
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_dac.c | 45 double div, diff, best_diff; local in function:SMI_CommonCalcClock 76 diff = ffreq - div / (1 << n2); 77 if (diff < 0.0) { 78 diff = -diff; 80 if (diff < best_diff) { 81 best_diff = diff;
|
| /xsrc/external/mit/xkeyboard-config/dist/tests/ |
| H A D | testShortDescriptions | 5 diff -u iso.sd xml.sd | grep '+'
|
| H A D | genLists4Comparison.sh | 74 diff -u $registry_names $group_names
|
| /xsrc/external/mit/brotli/dist/tests/ |
| H A D | compatibility_test.sh | 20 diff -q $uncompressed $expected 23 diff -q $uncompressed $expected
|
| H A D | roundtrip_test.sh | 30 diff -q $file $uncompressed 33 diff -q $file $uncompressed
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | CirrusClk.c | 98 int diff; local in function:CirrusFindClock 99 diff = abs(CLOCKVAL(cirrusClockTab[i].numer, 101 if (diff < freq / 1000) { 121 int c, diff; local in function:CirrusFindClock 127 diff = abs(c - freq); 128 if (diff < mindiff) { 129 mindiff = diff;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | arcsorter.cc | 101 REAL diff = jarc1->pwlArc->pts[v1].param[1] - local in function:ArcSdirSorter::qscmp 104 if( diff < 0.0) 106 else if( diff > 0.0) 146 REAL diff = jarc1->pwlArc->pts[v1].param[0] - local in function:ArcTdirSorter::qscmp 149 if( diff < 0.0) 151 else if( diff > 0.0)
|
| H A D | monotonizer.cc | 221 REAL diff = vert[1].param[0] - vert[0].param[0]; local in function:Subdivider::isMonotone 222 if( diff == 0.0 ) 224 else if( diff < 0.0 ) 229 diff = vert[1].param[1] - vert[0].param[1]; 230 if( diff == 0.0 ) 232 else if( diff < 0.0 ) 240 diff = vert[1].param[0] - vert[0].param[0]; 241 if( diff == 0.0 ) { 243 } else if( diff < 0.0 ) { 249 diff [all...] |
| H A D | intersect.cc | 454 REAL diff = j->next->head()[0] - val; local in function:Subdivider::classify_tailonleft_s 455 if( diff > 0.0 ) { 457 } else if( diff < 0.0 ) { 481 REAL diff = j->next->head()[1] - val; local in function:Subdivider::classify_tailonleft_t 482 if( diff > 0.0 ) { 484 } else if( diff < 0.0 ) { 509 REAL diff = j->prev->tail()[0] - val; local in function:Subdivider::classify_headonleft_s 510 if( diff > 0.0 ) { 512 } else if( diff < 0.0 ) { 536 REAL diff local in function:Subdivider::classify_headonleft_t 565 REAL diff = j->next->head()[0] - val; local in function:Subdivider::classify_tailonright_s 593 REAL diff = j->next->head()[1] - val; local in function:Subdivider::classify_tailonright_t 621 REAL diff = j->prev->tail()[0] - val; local in function:Subdivider::classify_headonright_s 649 REAL diff = j->prev->tail()[1] - val; local in function:Subdivider::classify_headonright_t [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/ |
| H A D | run-test.py | 60 diff = ''.join(difflib.unified_diff(lines_before, lines_after, variable 63 if diff: 65 print(diff)
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | ICS1562.c | 19 diff = f - (BASE_FREQ * 1e3 * (n)) / (r << p); \ 20 if (diff < 0) diff = -diff; \ 21 if (diff < min_diff) { \ 22 min_diff = diff; \ 62 double diff, min_diff; local in function:ICS1562_CalcClockBits
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fuzzer-find-diff.pl | 4 fuzzer-find-diff.pl reference_binary new_binary [number_of_tests_to_run] 14 fuzzer-find-diff.pl ./blitters-test-with-sse-disabled ./blitters-test 9000000 15 fuzzer-find-diff.pl ./blitters-test \"ssh ppc64_host /path/to/blitters-test\"
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| H A D | check-missing-doc | 23 diff -y $header $doc | grep '[<>]'
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/vkd3d-proton/ |
| H A D | run.sh | 87 if diff -q ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTSFILE"; then 92 quiet diff --color=always -u ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTSFILE"
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psblues.c | 286 CF2_Fixed flatFamilyEdge, diff; local in function:cf2_blues_init 304 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) ); 306 if ( diff < minDiff && diff < csUnitsPerPixel ) 309 minDiff = diff; 311 if ( diff == 0 ) 322 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) ); 324 if ( diff < minDiff && diff < csUnitsPerPixel ) 345 diff [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | present-test.c | 541 int diff = (int64_t)(ce->msc - (15*60*ce->serial + msc + 60)); local in function:test_future 542 if (diff < 0) { 543 if (-diff > earliest) { 544 fprintf(stderr, "\tframe %d displayed early by %d frames\n", ce->serial, -diff); 545 earliest = -diff; 549 } else if (diff > 0) { 550 if (diff > latest) { 551 fprintf(stderr, "\tframe %d displayed late by %d frames\n", ce->serial, diff); 552 latest = diff; 781 int diff local in function:test_accuracy 912 int diff; local in function:test_modulus 1036 int diff = (int64_t)(ce->msc - (15*60*ce->serial + msc + 60)); local in function:test_future_msc 1196 int diff; local in function:test_exhaustion_msc 1270 int diff = (int64_t)(ce->msc - (msc + ce->serial + 60)); local in function:test_accuracy_msc 1371 int diff; local in function:test_modulus_msc [all...] |
| /xsrc/external/mit/freetype/dist/builds/atari/ |
| H A D | gen-purec-patch.sh | 37 env LANG=C diff -ur orig purec > ../purec.diff
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_dynarray.h | 101 util_dynarray_grow_cap(struct util_dynarray *buf, int diff) argument 103 return util_dynarray_ensure_cap(buf, buf->size + diff); 126 util_dynarray_grow(struct util_dynarray *buf, int diff) argument 128 return util_dynarray_resize(buf, buf->size + diff);
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| H A D | disable-vs_in.diff | 0 diff --git a/generated_tests/CMakeLists.txt b/generated_tests/CMakeLists.txt 25 diff --git a/tests/sanity.py b/tests/sanity.py
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-piglit.sh | 8 patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
|