OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enb
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
sec_powm.c
180
win_size (mp_bitcnt_t
enb
)
183
/* Find k, such that x[k-1] <
enb
<= x[k].
185
We require that x[k] >= k, then it follows that
enb
> x[k-1] >=
186
k-1, which implies k <=
enb
.
189
for (k = 1;
enb
> x[k]; k++)
191
ASSERT (k <=
enb
);
209
where en = ceil (
enb
/ GMP_NUMB_BITS)
214
mp_srcptr ep, mp_bitcnt_t
enb
,
224
ASSERT (
enb
> 0);
231
windowsize = win_size (
enb
);
[
all
...]
/src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c
1059
int
enb
;
1060
for (
enb
=0;
enb
< nbElts;
enb
++) {
1062
/* RAWLOG(2, "%3i:%3i, ",
enb
, table[
enb
]); */
1063
RAWLOG(2, "%4i,", table[
enb
]);
/src/external/mit/isl/dist/
isl_test.c
9847
int
enb
;
local
9849
enb
= isl_options_get_ast_build_exploit_nested_bounds(ctx);
9886
isl_options_set_ast_build_exploit_nested_bounds(ctx,
enb
);
Completed in 35 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026