/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/ |
D | cpuhotplug_report_proc_interrupts | 6 my ($run1, $run2) = @_; 9 foreach my $irq (sort keys %{$run1}) { 12 foreach my $cpu (sort keys %{$run1->{$irq}}) { 19 foreach my $cpu (sort keys %{$run1->{$irq}}) { 20 printf "%-5s ", $run2->{$irq}->{$cpu} - $run1->{$irq}->{$cpu}; 50 my $run1 = parse_proc_interrupts(shift @ARGV); 53 compare_proc_interrupts($run1, $run2);
|
/third_party/ffmpeg/libavcodec/ |
D | msmpeg4enc.c | 83 int level1, run1; in get_size_of_code() local 94 run1 = run - rl->max_run[last][level] - run_diff; in get_size_of_code() 95 if (run1 < 0) in get_size_of_code() 97 code = get_rl_index(rl, last, run1, level); in get_size_of_code() 630 int level1, run1; in ff_msmpeg4_encode_block() local 641 run1 = run - rl->max_run[last][level] - run_diff; in ff_msmpeg4_encode_block() 642 if (run1 < 0) in ff_msmpeg4_encode_block() 644 code = get_rl_index(rl, last, run1+1, level); in ff_msmpeg4_encode_block() 647 code = get_rl_index(rl, last, run1, level); in ff_msmpeg4_encode_block()
|
D | mpeg4videoenc.c | 1191 int level1, run1; in init_uni_mpeg4_rl_tab() local 1230 run1 = run - rl->max_run[last][level] - 1; in init_uni_mpeg4_rl_tab() 1231 if (run1 >= 0) { in init_uni_mpeg4_rl_tab() 1232 code = get_rl_index(rl, last, run1, level); in init_uni_mpeg4_rl_tab()
|
D | mpeg4videodec.c | 1212 const int run1= run - rl->max_run[last][abs_level] - 1; in mpeg4_decode_block() 1222 if (run1 >= 0 && abs_level <= rl->max_level[last][run1]) { in mpeg4_decode_block()
|
/third_party/boost/libs/variant/test/ |
D | variant_swap_test.cpp | 19 void run1() in run1() function 84 run1(); in main()
|
D | rvalue_test.cpp | 85 void run1() in run1() function 183 void run1() in run1() function 316 run1(); in main()
|
/third_party/python/Lib/test/ |
D | test_graphlib.py | 245 run1 = check_order_with_hash_seed(1234) 248 self.assertNotEqual(run1, "") 250 self.assertEqual(run1, run2)
|
D | test_hash.py | 193 run1 = self.get_hash(self.repr_, seed='random') 195 self.assertNotEqual(run1, run2)
|
D | test_asyncgen.py | 813 async def run1(): function 840 self.loop.run_until_complete(run1())
|
/third_party/ntfs-3g/libntfs-3g/ |
D | runlist.c | 2101 runlist_element *run1; in test_rl_frag_combine() local 2105 run1 = ntfs_mapping_pairs_decompress(vol, attr1, NULL); in test_rl_frag_combine() 2106 if (!run1) in test_rl_frag_combine() 2113 run1 = test_rl_runlists_merge(run1, run2); in test_rl_frag_combine() 2119 run1 = test_rl_runlists_merge(run1, run3); in test_rl_frag_combine() 2121 free(run1); in test_rl_frag_combine()
|
/third_party/boost/boost/polygon/ |
D | polygon_45_set_data.hpp | 846 LongUnit run1 = runs[slope1]; in getIntersectionPoint() local 854 if(run1 == 0) { in getIntersectionPoint() 859 y = (Unit)(((x2 - x1) * rise1) / run1) + pt1.y(); in getIntersectionPoint() 867 x = (Unit)((y2 - y1 + ((rise1 * x1) / run1) - ((rise2 * x2) / run2)) * in getIntersectionPoint() 868 (run1 * run2) / (rise1 * run2 - rise2 * run1)); in getIntersectionPoint() 877 y = (Unit)((x2 - x1 + ((run1 * y1) / rise1) - ((run2 * y2) / rise2)) * in getIntersectionPoint() 878 (rise1 * rise2) / (run1 * rise2 - run2 * rise1)); in getIntersectionPoint()
|
/third_party/flutter/skia/src/core/ |
D | SkRegion.cpp | 935 const SkRegionPriv::RunType* run1 = gSentinel; in operate() local 950 run1 = b_runs; in operate() 960 run1 = b_runs; in operate() 974 oper.addSpan(bot, run0, run1); in operate()
|
/third_party/skia/src/core/ |
D | SkRegion.cpp | 934 const SkRegionPriv::RunType* run1 = gSentinel; in operate() local 949 run1 = b_runs; in operate() 959 run1 = b_runs; in operate() 973 oper.addSpan(bot, run0, run1); in operate()
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 1056 run1 ← ㄖㄨㄣ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 1056 run1 ← ㄖㄨㄣ;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 1055 run1 ← ㄖㄨㄣ;
|