Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/xmon/
Dxmon.c1844 int cmd, inc, i, nslash; in memex() local
1887 nslash = 0; in memex()
1949 if (nslash > 0) in memex()
1950 adrs -= 1 << nslash; in memex()
1952 nslash = 0; in memex()
1953 nslash += 4; in memex()
1954 adrs += 1 << nslash; in memex()
1957 if (nslash < 0) in memex()
1958 adrs += 1 << -nslash; in memex()
1960 nslash = 0; in memex()
[all …]