Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c2140 int cmd, inc, i, nslash; in memex() local
2183 nslash = 0; in memex()
2244 if (nslash > 0) in memex()
2245 adrs -= 1 << nslash; in memex()
2247 nslash = 0; in memex()
2248 nslash += 4; in memex()
2249 adrs += 1 << nslash; in memex()
2252 if (nslash < 0) in memex()
2253 adrs += 1 << -nslash; in memex()
2255 nslash = 0; in memex()
[all …]