Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/coccinelle/api/
Dstring_choices.cocci152 @str_lo_hi depends on patch disable neg_if_exp@
156 + str_lo_hi(E)
169 coccilib.report.print_report(p[0], "opportunity for str_lo_hi(%s)" % e)
/linux-6.12.1/include/linux/
Dstring_choices.h36 #define str_lo_hi(v) str_hi_lo(!(v)) macro