OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:coeff_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_encoders.c
840
size_t
coeff_index
= 0;
local
851
data[
coeff_index
++] = j;
852
data[omega + i] = (uint8_t)
coeff_index
;
866
size_t
coeff_index
= 0, k = hint->num_poly;
local
880
if (limit <
coeff_index
|| limit > omega)
883
while (
coeff_index
< limit) {
884
int byte = in[
coeff_index
++];
893
for (;
coeff_index
< omega;
coeff_index
++)
894
if (in[
coeff_index
] != 0
[
all
...]
Completed in 19 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026