| /f-stack/freebsd/kern/ |
| H A D | md4c.c | 52 #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 D | md5c.c | 289 #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 D | mem.h | 57 typedef int32_t S32; typedef 75 typedef signed int S32;
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 281 #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 D | qi_lb60.dts | 149 MATRIX_KEY(3, 6, KEY_N) /* S32 */
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 175 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 D | zstd_v03.c | 102 typedef int32_t S32; typedef 110 typedef signed int S32;
|
| H A D | zstd_v04.c | 64 typedef int32_t S32; typedef 72 typedef signed int S32;
|
| H A D | zstd_v02.c | 101 typedef int32_t S32; typedef 109 typedef signed int S32;
|
| H A D | zstd_v06.c | 94 typedef int32_t S32; typedef 102 typedef signed int S32;
|
| H A D | zstd_v05.c | 92 typedef int32_t S32; typedef 100 typedef signed int S32;
|
| H A D | zstd_v07.c | 254 typedef int32_t S32; typedef 262 typedef signed int S32;
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | util.c | 1110 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 D | zstd_compress_internal.h | 594 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27]; in ZSTD_NbCommonBytes()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 151 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27]; in ZDICT_NbCommonBytes()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 337 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()
|