Searched defs:re (Results 1 - 8 of 8) sorted by relevance

/arch/mips/math-emu/
H A Ddp_div.c129 int re = xe - ye; local
151 re--;
154 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
H A Dsp_div.c129 int re = xe - ye; local
151 re--;
154 SPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
H A Ddp_mul.c107 /* rm = xm * ym, re = xe+ye basically */
111 int re = xe + ye; local
167 re++;
174 DPNORMRET2(rs, re, rm, "mul", x, y);
H A Dsp_mul.c107 /* rm = xm * ym, re = xe+ye basically */
112 int re = xe + ye; local
161 re++;
168 SPNORMRET2(rs, re, rm, "mul", x, y);
/arch/ia64/scripts/
H A Dunwcheck.py14 import re namespace
23 start_pattern = re.compile("<([^>]*)>: \[0x([0-9a-f]+)-0x([0-9a-f]+)\]")
24 rlen_pattern = re.compile(".*rlen=([0-9]+)")
/arch/sh/include/asm/
H A Dptrace_32.h72 unsigned long re; member in struct:pt_dspregs
/arch/ia64/mm/
H A Ddiscontig.c687 unsigned long rs, re, end = start + len; local
707 re = min(end, node_memblk[i].start_paddr +
710 if (rs < re)
711 (*func)(rs, re - rs, node_memblk[i].nid);
713 if (re == end)
/arch/mips/include/asm/
H A Dinst.h231 unsigned int re : 5; member in struct:r_format
240 unsigned int re : 5; member in struct:p_format
250 unsigned int re : 5; member in struct:f_format
301 unsigned int re : 5; member in struct:r_format
310 unsigned int re : 5; member in struct:p_format
319 unsigned int re : 5; member in struct:f_format

Completed in 98 milliseconds