Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/coccinelle/api/
Dstring_choices.cocci171 @str_low_high depends on patch disable neg_if_exp@
175 + str_low_high(E)
188 coccilib.report.print_report(p[0], "opportunity for str_low_high(%s)" % e)
/linux-6.12.1/include/linux/
Dstring_choices.h42 #define str_low_high(v) str_high_low(!(v)) macro