OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIMIT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_chu.c
234
#define
LIMIT
1000. /* soft limiter threshold */
746
double
limit
; /* limiter signal */
local
790
limit
= signal;
791
if (
limit
>
LIMIT
)
792
limit
=
LIMIT
;
793
else if (
limit
< -
LIMIT
)
794
limit
= -LIMIT
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/src/
Command.h
147
LIMIT
,
/src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h
147
LIMIT
,
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
166
LIMIT
= 362,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
170
LIMIT
= 362,
Completed in 44 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026