Searched defs:s64 (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.h | 28 typedef int64_t s64; typedef
|
| /linux/arch/powerpc/boot/ |
| H A D | types.h | 16 typedef long long s64; typedef
|
| /linux/include/asm-generic/ |
| H A D | int-ll64.h | 22 typedef __s64 s64; typedef
|
| /linux/tools/include/linux/ |
| H A D | types.h | 34 typedef int64_t s64; typedef
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 27 typedef signed long long s64; typedef
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_preSplit.c | 94 static U64 abs64(S64 s64) { return (U64)((s64 < 0) ? -s64 : s64); } in abs64()
|
| /linux/tools/perf/util/bpf_skel/vmlinux/ |
| H A D | vmlinux.h | 20 typedef __s64 s64; typedef
|
| /linux/tools/perf/util/ |
| H A D | data-convert-bt.c | 75 struct bt_ctf_field_type *s64; global() member
|
| /linux/lib/ |
| H A D | test_bpf.c | 844 __bpf_fill_pattern(struct bpf_test * self,void * arg,int dbits,int sbits,int block1,int block2,int (* emit)(struct bpf_test *,void *,struct bpf_insn *,s64,s64)) __bpf_fill_pattern() argument [all...] |
| /linux/include/acpi/ |
| H A D | actypes.h | 96 typedef COMPILER_DEPENDENT_INT64 s64; typedef
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 32 #define s64 ___s64 macro [all...] |
| /linux/kernel/bpf/ |
| H A D | helpers.c | 524 s64 *, res) in BPF_CALL_4() argument
|