Home
last modified time | relevance | path

Searched refs:n32 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h610 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZSTD_NbCommonBytes()
611 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZSTD_NbCommonBytes()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c164 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZDICT_NbCommonBytes()
165 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZDICT_NbCommonBytes()
/f-stack/freebsd/contrib/openzfs/config/
H A Dconfig.rpath585 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
H A Dhost-cpu-c-abi.m4189 [# In the n32 ABI, _ABIN32 is defined, _ABIO32 is not defined (but
/f-stack/freebsd/contrib/zlib/
H A DREADME61 -O, one libpng test fails. The test works in 32 bit mode (with the -n32
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10450 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZSTD_NbCommonBytes()
10451 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZSTD_NbCommonBytes()