OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW32
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/sparc64/
sparc64.h
36
#define
LOW32
(x) ((x) & 0xFFFFFFFF)
83
ASSERT (dl ==
LOW32
(d)); \
86
ql =
LOW32
(q); \
93
pm_l =
LOW32
(pm1) +
LOW32
(pm2); \
dive_1.c
137
mp_limb_t divisor_l =
LOW32
(divisor);
mode1o.c
154
mp_limb_t dl =
LOW32
(d);
/src/external/zlib/pigz/dist/
pigz.c
2316
#define
LOW32
0xffffffffUL
2336
if (g.zip_ulen ==
LOW32
&& size >= 8) {
2341
if (g.zip_clen ==
LOW32
&& size >= 8) {
2694
check &=
LOW32
;
2974
((clen &
LOW32
) != g.zip_crc ||
2982
if (g.zip_ulen != (g.out_tot &
LOW32
)) {
2989
if (g.zip_clen != (clen &
LOW32
) ||
2990
g.zip_ulen != (g.out_tot &
LOW32
))
3011
if (len != (g.out_tot &
LOW32
))
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026