Home
last modified time | relevance | path

Searched refs:S64 (Results 1 – 4 of 4) 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: return U64; in t_unsigned()
153 case S64: return (s64)x >= SNUM_MIN_DECIMAL && (s64)x <= SNUM_MAX_DECIMAL; in num_is_small()
[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/drivers/message/fusion/lsi/
H A Dmpi_type.h60 } S64; typedef
79 typedef S64 *PS64;
/linux/lib/zstd/common/
H A Dmem.h40 typedef int64_t S64; typedef