OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_windowsize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
powlo.c
86
unsigned windowsize,
this_windowsize
;
local
158
this_windowsize
= MIN (windowsize, ebi);
159
ebi -=
this_windowsize
;
162
this_windowsize
-= cnt;
166
while (
this_windowsize
> 1)
170
this_windowsize
-= 2;
173
if (
this_windowsize
!= 0)
sec_powm.c
218
int windowsize,
this_windowsize
;
local
311
this_windowsize
= windowsize; \
314
this_windowsize
-= windowsize - enb; \
324
this_windowsize
--; \
326
while (
this_windowsize
!= 0); \
powm.c
200
int windowsize,
this_windowsize
;
local
335
this_windowsize
= windowsize; \
338
this_windowsize
-= windowsize - ebi; \
345
this_windowsize
-= cnt; \
354
while (--
this_windowsize
!= 0); \
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026