OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOW32
(Results
1 - 2
of
2
) 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); \
/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 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026