Home
last modified time | relevance | path

Searched refs:S32 (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/kern/
H A Dmd4c.c52 #define S32 9 macro
229 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform()
233 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform()
237 HH (d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform()
241 HH (d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
H A Dmd5c.c289 #define S32 11 macro
293 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
297 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
301 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
305 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dmem.h57 typedef int32_t S32; typedef
75 typedef signed int S32;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c281 #define S32 int32_t macro
457 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >> in LZ4_NbCommonBytes()
/f-stack/freebsd/contrib/device-tree/src/mips/ingenic/
H A Dqi_lb60.dts149 MATRIX_KEY(3, 6, KEY_N) /* S32 */
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c175 typedef int32_t S32; typedef
183 typedef signed int S32; typedef
1292 typedef int32_t S32; typedef
1299 typedef signed int S32; typedef
H A Dzstd_v03.c102 typedef int32_t S32; typedef
110 typedef signed int S32;
H A Dzstd_v04.c64 typedef int32_t S32; typedef
72 typedef signed int S32;
H A Dzstd_v02.c101 typedef int32_t S32; typedef
109 typedef signed int S32;
H A Dzstd_v06.c94 typedef int32_t S32; typedef
102 typedef signed int S32;
H A Dzstd_v05.c92 typedef int32_t S32; typedef
100 typedef signed int S32;
H A Dzstd_v07.c254 typedef int32_t S32; typedef
262 typedef signed int S32;
/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c1110 static S32 numPhysicalCores = 0; /* apple specifies int32_t */ in UTIL_countPhysicalCores()
1113 { size_t size = sizeof(S32); in UTIL_countPhysicalCores()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h594 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27]; in ZSTD_NbCommonBytes()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c151 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27]; in ZDICT_NbCommonBytes()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c337 typedef int32_t S32; typedef
355 typedef signed int S32; typedef
5591 typedef int32_t S32; typedef
5597 typedef signed int S32; typedef
10438 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27]; in ZSTD_NbCommonBytes()