Searched refs:run2 (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/ |
D | cpuhotplug_report_proc_interrupts | 6 my ($run1, $run2) = @_; 20 printf "%-5s ", $run2->{$irq}->{$cpu} - $run1->{$irq}->{$cpu}; 51 my $run2 = parse_proc_interrupts(shift @ARGV); 53 compare_proc_interrupts($run1, $run2);
|
/third_party/ffmpeg/libavcodec/ |
D | loco.c | 54 int save, run, run2; /* internal rice decoder state */ member 103 r->run2++; in loco_get_rice() 106 if (r->run2 > 0) { in loco_get_rice() 107 if (r->run2 > 2) in loco_get_rice() 108 r->save += r->run2; in loco_get_rice() 111 r->run2 = 0; in loco_get_rice() 146 rc.run2 = 0; in loco_decode_plane()
|
D | mpegvideo_enc.c | 4450 int run2, best_unquant_change=0, analyze_gradient; in dct_quantize_refine() local 4491 run2= run_tab[rle_index++]; in dct_quantize_refine() 4506 run2= run_tab[rle_index++]; //FIXME ! maybe after last in dct_quantize_refine() 4509 run2--; in dct_quantize_refine() 4510 av_assert2(run2>=0 || i >= last_non_zero ); in dct_quantize_refine() 4547 int next_i= i + run2 + 1; in dct_quantize_refine() 4555 + length[UNI_AC_ENC_INDEX(run2, next_level)] in dct_quantize_refine() 4556 - length[UNI_AC_ENC_INDEX(run + run2 + 1, next_level)]; in dct_quantize_refine() 4559 + last_length[UNI_AC_ENC_INDEX(run2, next_level)] in dct_quantize_refine() 4560 - last_length[UNI_AC_ENC_INDEX(run + run2 + 1, next_level)]; in dct_quantize_refine() [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | spdy_event_loop.c | 46 static int run2 = 1; variable 131 if(strcmp(cls, "/close (daemon2)") == 0) run2 = 0; in response_done_callback() 422 if(run2) in main() 474 while(run || run2); in main()
|
/third_party/python/Lib/test/ |
D | test_graphlib.py | 246 run2 = check_order_with_hash_seed(31415) 249 self.assertNotEqual(run2, "") 250 self.assertEqual(run1, run2)
|
D | test_hash.py | 194 run2 = self.get_hash(self.repr_, seed='random') 195 self.assertNotEqual(run1, run2)
|
D | test_asyncgen.py | 825 async def run2(): function 841 self.loop.run_until_complete(run2())
|
/third_party/ntfs-3g/libntfs-3g/ |
D | runlist.c | 2102 runlist_element *run2; in test_rl_frag_combine() local 2109 run2 = ntfs_mapping_pairs_decompress(vol, attr2, NULL); in test_rl_frag_combine() 2110 if (!run2) in test_rl_frag_combine() 2113 run1 = test_rl_runlists_merge(run1, run2); in test_rl_frag_combine()
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 35220 const run2 = (fn2) => { 35261 next.forEach((fn3) => run2(fn3)); 35290 return run2(fn2);
|