Searched refs:run2 (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/ |
H A 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/ |
H A D | loco.c | 55 int save, run, run2; /* internal rice decoder state */ member 104 r->run2++; in loco_get_rice() 107 if (r->run2 > 0) { in loco_get_rice() 108 if (r->run2 > 2) in loco_get_rice() 109 r->save += r->run2; in loco_get_rice() 112 r->run2 = 0; in loco_get_rice() 147 rc.run2 = 0; in loco_decode_plane()
|
H A D | mpegvideo_enc.c | 4226 int run2, best_unquant_change=0, analyze_gradient; in dct_quantize_refine() local 4267 run2= run_tab[rle_index++]; in dct_quantize_refine() 4282 run2= run_tab[rle_index++]; //FIXME ! maybe after last in dct_quantize_refine() 4285 run2--; in dct_quantize_refine() 4286 av_assert2(run2>=0 || i >= last_non_zero ); in dct_quantize_refine() 4323 int next_i= i + run2 + 1; in dct_quantize_refine() 4331 + length[UNI_AC_ENC_INDEX(run2, next_level)] in dct_quantize_refine() 4332 - length[UNI_AC_ENC_INDEX(run + run2 + 1, next_level)]; in dct_quantize_refine() 4335 + last_length[UNI_AC_ENC_INDEX(run2, next_level)] in dct_quantize_refine() 4336 - last_length[UNI_AC_ENC_INDEX(run + run2 in dct_quantize_refine() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A 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/ |
H A D | test_graphlib.py | 245 run2 = check_order_with_hash_seed(31415) 248 self.assertNotEqual(run2, "") 249 self.assertEqual(run1, run2)
|
H A D | test_hash.py | 194 run2 = self.get_hash(self.repr_, seed='random') 195 self.assertNotEqual(run1, run2)
|
H A D | test_asyncgen.py | 827 async def run2(): function 843 self.loop.run_until_complete(run2())
|
/third_party/ntfs-3g/libntfs-3g/ |
H A 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()
|
Completed in 22 milliseconds