OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TinySieve
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/moduli/qsieve/
qsieve.c
131
static uint32_t *
TinySieve
;
282
if ((
TinySieve
= (uint32_t *) calloc((size_t) tinywords, sizeof(uint32_t))) == NULL) {
337
*
TinySieve
340
if (BIT_TEST(
TinySieve
, i)) {
350
BIT_SET(
TinySieve
, j);
364
if (BIT_TEST(
TinySieve
, i)) {
449
free(
TinySieve
);
/src/crypto/external/bsd/openssh/dist/
moduli.c
126
static uint32_t *
TinySieve
, tinybits;
263
TinySieve
= xcalloc(tinywords, sizeof(uint32_t));
303
*
TinySieve
306
if (BIT_TEST(
TinySieve
, i))
314
BIT_SET(
TinySieve
, j);
327
if (BIT_TEST(
TinySieve
, i))
396
free(
TinySieve
);
Completed in 16 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026