Home
last modified time | relevance | path

Searched refs:nwords (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/crypt/
Dsha256-block.c9 size_t nwords = len / sizeof (uint32_t); in __sha256_process_block() local
26 while (nwords > 0) in __sha256_process_block()
86 nwords -= 16; in __sha256_process_block()
Dsha512-block.c9 size_t nwords = len / sizeof (uint64_t); in __sha512_process_block() local
33 while (nwords > 0) in __sha512_process_block()
93 nwords -= 16; in __sha512_process_block()
Dmd5-block.c18 size_t nwords = len / sizeof (md5_uint32); in __md5_process_block() local
19 const md5_uint32 *endp = words + nwords; in __md5_process_block()
/glibc-2.36/support/
Dtest-container.c307 tokenize (char *the_line, char **the_words, int nwords) in tokenize() argument
311 while (nwords > 0) in tokenize()
325 nwords--; in tokenize()