Searched defs:re (Results 1 - 8 of 8) sorted by relevance
/arch/mips/math-emu/ |
H A D | dp_div.c | 129 int re = xe - ye; local 151 re--; 154 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
|
H A D | sp_div.c | 129 int re = xe - ye; local 151 re--; 154 SPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
|
H A D | dp_mul.c | 107 /* 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 D | sp_mul.c | 107 /* 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 D | unwcheck.py | 14 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 D | ptrace_32.h | 72 unsigned long re; member in struct:pt_dspregs
|
/arch/ia64/mm/ |
H A D | discontig.c | 687 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 D | inst.h | 231 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