Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/tools/lib/subcmd/
H A Drun-command.c226 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1776 static bool is_signed_type(const struct btf_type *t) in is_signed_type() function