Searched refs:run1 (Results 1 – 11 of 11) sorted by relevance
/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/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/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 ← ㄖㄨㄣ;
|