OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ret_word
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
1535
BN_ULONG b_word,
ret_word
;
local
1566
ret_word
= BN_div_word(ret, b_word);
1567
if (
ret_word
!= remainder_word) {
1571
ret_word
, remainder_word);
1580
ret_word
= BN_mod_word(a, b_word);
1581
if (
ret_word
!= remainder_word) {
1585
ret_word
, remainder_word);
/src/crypto/external/bsd/openssl/dist/test/
bntest.c
1513
BN_ULONG b_word,
ret_word
;
local
1544
ret_word
= BN_div_word(ret, b_word);
1545
if (
ret_word
!= remainder_word) {
1549
ret_word
, remainder_word);
1558
ret_word
= BN_mod_word(a, b_word);
1559
if (
ret_word
!= remainder_word) {
1563
ret_word
, remainder_word);
/src/crypto/external/bsd/openssl.old/dist/test/
bntest.c
1509
BN_ULONG b_word,
ret_word
;
local
1540
ret_word
= BN_div_word(ret, b_word);
1541
if (
ret_word
!= remainder_word) {
1545
ret_word
, remainder_word);
1554
ret_word
= BN_mod_word(a, b_word);
1555
if (
ret_word
!= remainder_word) {
1559
ret_word
, remainder_word);
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026