Searched refs:pass_num (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/stress/ |
D | hwpoison.sh | 396 local pass_num=0; 408 pass_num=`grep PASS $result | awk -F : '{print $NF}'` 409 [ -z "$fail_num" ] && fail_num=0 && pass_num=0 411 result "\tfs_metadata -- $fail_num tests failed, $pass_num tests pass." 415 if [ $pass_num -eq 0 ]; then 420 result "\tfs_metadata -- all $pass_num tests got pass" 471 local pass_num=0 483 pass_num=`grep PASS $result | wc -l | awk '{print $1}'` 485 result "\tpage_poisoning -- $fail_num tests failed, $pass_num tests pass." 489 if [ $pass_num -eq 0 ]; then [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.cpp | 2394 pass_num++; \ in run() 2400 stage_abbrev, nir->info.name, iteration, pass_num); \ in run() 2420 int pass_num = 0; in run() local 2423 pass_num = 0; in run() 2438 pass_num = 0; in run()
|
D | brw_fs.cpp | 6048 pass_num++; \ in optimize() 6054 stage_abbrev, dispatch_width, nir->info.name, iteration, pass_num); \ in optimize() 6075 int pass_num = 0; in optimize() local 6091 pass_num = 0; in optimize() 6114 pass_num = 0; in optimize()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 760 uint32_t pass_num = (uint32_t) ((pass_value_p - pass_value_list_p) >> info.shift); in ecma_builtin_typedarray_prototype_filter() local 762 ret_value = ecma_op_create_typedarray_with_type_and_length (info.id, pass_num); in ecma_builtin_typedarray_prototype_filter()
|