OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:neu
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpc/dist/tests/
mpfr_flags.c
63
int old,
neu
;
local
66
neu
= mpfr_underflow_p () != 0;
67
if (old && (
neu
== 0))
70
old,
neu
);
74
neu
= mpfr_overflow_p () != 0;
75
if (old && (
neu
== 0))
78
old,
neu
);
83
neu
= mpfr_divby0_p () != 0;
84
if (old && (
neu
== 0))
87
old,
neu
);
[
all
...]
/src/sys/dev/wsfont/
wsfont.c
770
struct font *ent, *
neu
;
local
781
neu
= wsfont_add0(ent->font, 1);
782
neu
->flags |= WSFONT_COPY;
790
ent =
neu
;
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026