Home
last modified time | relevance | path

Searched refs:skip_val (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_stress_test.sh57 eval local skip_val=\$${skip_var}
58 [ "$skip_val" = 1 ]
/external/u-boot/tools/
Drkmux.py168 def out_enum(field, suffix, value, skip_val=False): argument
170 if not skip_val:
/external/virglrenderer/src/
Dvrend_renderer.c962 static char *get_skip_str(int *skip_val) in get_skip_str() argument
965 if (*skip_val < 0) { in get_skip_str()
966 *skip_val = 0; in get_skip_str()
970 if (*skip_val == 1) { in get_skip_str()
972 *skip_val -= 1; in get_skip_str()
973 } else if (*skip_val == 2) { in get_skip_str()
975 *skip_val -= 2; in get_skip_str()
976 } else if (*skip_val == 3) { in get_skip_str()
978 *skip_val -= 3; in get_skip_str()
979 } else if (*skip_val >= 4) { in get_skip_str()
[all …]