Home
last modified time | relevance | path

Searched refs:num_val (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/
Dveristat.c1204 double *num_val) in fetch_join_stat_value() argument
1223 *num_val = -DBL_MAX; in fetch_join_stat_value()
1225 *num_val = s->stats_a->stats[id]; in fetch_join_stat_value()
1229 *num_val = -DBL_MAX; in fetch_join_stat_value()
1231 *num_val = s->stats_b->stats[id]; in fetch_join_stat_value()
1235 *num_val = -DBL_MAX; in fetch_join_stat_value()
1237 *num_val = v1 == v2 ? 1.0 /* MATCH */ : 0.0 /* MISMATCH */; in fetch_join_stat_value()
1239 *num_val = (double)(v2 - v1); in fetch_join_stat_value()
1243 *num_val = -DBL_MAX; in fetch_join_stat_value()
1246 *num_val = 0.0; in fetch_join_stat_value()
[all …]
/linux-6.12.1/drivers/input/misc/
Diqs7222.c1607 u16 reg, void *val, u16 num_val) in iqs7222_read_burst() argument
1622 .len = num_val * sizeof(__le16), in iqs7222_read_burst()
1688 u16 reg, const void *val, u16 num_val) in iqs7222_write_burst() argument
1691 int val_len = num_val * sizeof(__le16); in iqs7222_write_burst()