OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep1
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
main.c
249
Eptr
ep1
, ep2;
local in function:errorsort
259
ep1
= *epp1; ep2 = *epp2;
260
if (
ep1
== 0 || ep2 == 0)
262
if (NOTSORTABLE(
ep1
->error_e_class) ^ NOTSORTABLE(ep2->error_e_class)) {
263
return NOTSORTABLE(
ep1
->error_e_class) ? -1 : 1;
265
if (NOTSORTABLE(
ep1
->error_e_class)) /* then both are */
266
return
ep1
->error_no - ep2->error_no;
267
order = strcmp(
ep1
->error_text[0], ep2->error_text[0]);
269
return
ep1
->error_line - ep2->error_line;
/src/sys/arch/hppa/hppa/
fpemu.S
36
#define FP_TABLE2(name, ep0,
ep1
, ep2, ep3) \
44
.import __CONCAT(__CONCAT(
ep1
,_),name), code ! \
47
.word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(
ep1
,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name)
49
#define FP_TABLE3(name,ep0,
ep1
,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \
57
.import __CONCAT(__CONCAT(
ep1
,_),name), code ! \
72
.word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(
ep1
,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name), __CONCAT(__CONCAT(ep4,_),name), __CONCAT(__CONCAT(ep5,_),name), __CONCAT(__CONCAT(ep6,_),name), __CONCAT(__CONCAT(ep7,_),name), __CONCAT(__CONCAT(ep8,_),name), __CONCAT(__CONCAT(ep9,_),name), __CONCAT(__CONCAT(epa,_),name), __CONCAT(__CONCAT(epb,_),name), __CONCAT(__CONCAT(epc,_),name), __CONCAT(__CONCAT(epd,_),name), __CONCAT(__CONCAT(epe,_),name), __CONCAT(__CONCAT(epf,_),name)
Completed in 12 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025