OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numberof
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mini-gmp/tests/
testutils.h
25
#define
numberof
(x) (sizeof (x) / sizeof ((x)[0]))
macro
/src/usr.bin/telnet/
general.h
39
#define
numberof
(x) (sizeof x/sizeof x[0])
macro
40
#define highestof(x) (
numberof
(x)-1)
/src/external/lgpl3/gmp/dist/demos/expr/
t-expr.c
48
#define
numberof
(x) (sizeof (x) / sizeof ((x)[0]))
macro
252
#define DATALIST(data) { data,
numberof
(data) }
286
for (l = 0; l <
numberof
(list_z); l++)
360
for (l = 0; l <
numberof
(list_q); l++)
435
for (l = 0; l <
numberof
(list_f); l++)
/src/external/gpl2/groff/dist/src/devices/grops/
psrm.cpp
793
unsigned
numberof
;
local
794
if (!read_uint_arg(&ptr, &
numberof
))
826
if (
numberof
> 0) {
851
} while ((unit == Bytes ? bytecount : linecount) <
numberof
);
/src/external/lgpl3/gmp/dist/demos/calc/
calc.c
124
#define
numberof
(x) (sizeof (x) / sizeof ((x)[0]))
macro
178
if (sp >= stack[
numberof
(stack)]) /* FIXME */ \
196
if ((var) < 0 || (var) >=
numberof
(variable)) \
2014
for (i = 0; i <
numberof
(variable); i++)
2017
for (i = 0; i <
numberof
(stack); i++)
/src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h
1690
/* TODO: Make
numberof
() a constant expression and always use it in
1698
#undef
numberof
macro
1703
# define
numberof
(x) \
1712
# define
numberof
(x) \
macro
/src/external/lgpl3/gmp/dist/
gmp-impl.h
545
#define
numberof
(x) (sizeof (x) / sizeof ((x)[0]))
macro
2953
ASSERT ((base) <
numberof
(mp_bases)); \
4415
ASSERT (base >= 2 && base <
numberof
(mp_bases)); \
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026