Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Dlist-gitignored.c199 uchar t_ch, prev_ch; in dowild() local
203 t_ch = tolower(t_ch); in dowild()
213 if (t_ch != p_ch) in dowild()
271 if (t_ch == '\0') in dowild()
288 t_ch = tolower(t_ch); in dowild()
289 if (t_ch == p_ch) in dowild()
293 if (t_ch != p_ch) in dowild()
301 t_ch = *++text; in dowild()
323 if (t_ch == p_ch) in dowild()
332 if (t_ch <= p_ch && t_ch >= prev_ch) in dowild()
[all …]
/linux-6.3-rc2/drivers/parisc/
A Dpower.c64 #define MFCPU_X(rDiagReg, t_ch, t_th, code) \ argument
65 (DIAG_CODE(code) + ((rDiagReg)<<21) + ((t_ch)<<16) + ((t_th)<<0) )

Completed in 7 milliseconds