Home
last modified time | relevance | path

Searched defs:to_t (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c307 static struct range range_cast_u64(enum num_t to_t, struct range x) in range_cast_u64()
328 static struct range range_cast_s64(enum num_t to_t, struct range x) in range_cast_s64()
350 static struct range range_cast_u32(enum num_t to_t, struct range x) in range_cast_u32()
367 static struct range range_cast_s32(enum num_t to_t, struct range x) in range_cast_s32()
389 static struct range range_cast(enum num_t from_t, enum num_t to_t, struct range from) in range_cast()