Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c65 enum num_t { U64, first_t = U64, U32, S64, S32, last_t = S32 }; enumerator
72 case S64: return (s64)x < (s64)y ? (s64)x : (s64)y; in min_t()
83 case S64: return (s64)x > (s64)y ? (s64)x : (s64)y; in max_t()
94 case S64: return (s64)x; in cast_t()
105 case S64: return "s64"; in t_str()
116 case S64: return false; in t_is_32()
125 case U64: return S64; in t_signed()
127 case S64: return S64; in t_signed()
138 case S64 in t_unsigned()
[all...]
/linux/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c121 #define S64 " key shmid perms size cpid lpid nattch uid gid cuid… in main() macro
125 } else if (rv == strlen(S64)) { in main()
126 assert(memcmp(buf, S64, strlen(S64)) == 0); in main()
/linux/lib/zstd/compress/
H A Dzstd_preSplit.c94 static U64 abs64(S64 s64) { return (U64)((s64 < 0) ? -s64 : s64); } in abs64()
103 … abs64((S64)fp1->events[n] * (S64)fp2->nbEvents - (S64)fp2->events[n] * (S64)fp1->nbEvents); in fpDistance()
223 if (abs64((S64)distFromBegin - (S64)distFromEnd) < minDistance) in ZSTD_splitBlock_fromBorders()
H A Dzstd_compress.c4466 …t void* src, size_t srcSize, size_t blockSizeMax, int splitLevel, ZSTD_strategy strat, S64 savings) in ZSTD_optimalBlockSize()
4516 S64 savings = (S64)cctx->consumedSrcSize - (S64)cctx->producedCSize; in ZSTD_compress_frameChunk()
4591 savings += (S64)blockSize - (S64)cSize; in ZSTD_compress_frameChunk()
/linux/drivers/message/fusion/lsi/
H A Dmpi_type.h60 } S64; typedef
79 typedef S64 *PS64;
/linux/lib/zstd/common/
H A Dmem.h41 typedef int64_t S64; typedef