OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:low32
(Results
1 - 2
of
2
) sorted by relevancy
/src/regress/lib/libc/divrem/
divremtest.c
163
int32_t
low32
= random();
local in function:main
164
int64_t low64 = (intmax_t)random() << 32 |
low32
;
171
TEST("32u", (unsigned)a32 +
low32
, (unsigned)b32 +
low32
, ur32);
divremtest.c
163
int32_t
low32
= random();
local in function:main
164
int64_t low64 = (intmax_t)random() << 32 |
low32
;
171
TEST("32u", (unsigned)a32 +
low32
, (unsigned)b32 +
low32
, ur32);
Completed in 25 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025