OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s64
(Results
1 - 11
of
11
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
lex_comment.c
12
signed long long
s64
;
variable in typeref:typename:signed long long
20
s8 =
s64
;
23
s8 =
s64
;
26
s8 =
s64
;
29
s8 =
s64
;
35
s8 =
s64
;
39
s8 =
s64
;
42
s8 =
s64
;
47
s8 =
s64
;
52
s8 =
s64
;
[
all
...]
msg_381.c
10
long long
s64
;
variable in typeref:typename:long long
36
s64
= -9223372036854776833.0;
38
s64
= -9223372036854775809.0;
39
s64
= -9223372036854775808.0;
41
s64
= 3.141;
43
s64
= 9223372036854775807.0;
45
s64
= 9223372036854775808.0;
msg_218.c
13
signed long long
s64
;
variable in typeref:typename:signed long long
50
cond =
s64
< 3000000000L;
53
cond = 3000000000L <
s64
;
msg_117.c
14
long long
s64
;
variable in typeref:typename:long long
30
s64
= s8 << 32;
msg_141.c
13
signed long long
s64
;
variable in typeref:typename:signed long long
39
s64
= ~(-0x7fffffffffffffffLL - 1LL);
40
s64
= ~-1LL;
41
s64
= ~0LL;
42
s64
= ~0x7fffffffffffffffLL;
75
s64
= +(-0x7fffffffffffffffLL - 1LL);
76
s64
= +-1LL;
77
s64
= +0LL;
78
s64
= +0x7fffffffffffffffLL;
113
s64
= -(-0x7fffffffffffffffLL - 1LL)
[
all
...]
queries.c
52
s64_t
s64
;
variable in typeref:typename:s64_t
516
f64 =
s64
;
msg_132.c
36
s64_t
s64
;
variable in typeref:typename:s64_t
104
s64
= u8;
105
s64
= u16;
106
s64
= u32;
117
u8 =
s64
;
123
u16 =
s64
;
128
u32 =
s64
;
143
s8 =
s64
;
149
s16 =
s64
;
154
s32 =
s64
;
597
long long
s64
:15;
member in struct:compare_bit_field_to_integer_constant::__anonfa9963810108
[
all
...]
/src/sys/arch/sparc64/sparc64/
syscall.c
155
const struct sysent **callp, union args *args, int *
s64
)
159
*
s64
= tf->tf_out[6] & 1L; /* Do we have a 64-bit stack? */
168
if (*
s64
) {
186
if (*
s64
) {
288
int
s64
;
local in function:syscall
305
if ((error = getargs(p, tf, &code, &callp, &args, &
s64
)) != 0)
/src/sys/arch/xen/include/
hypervisor.h
89
#define
s64
int64_t
macro
129
#undef
s64
/src/sys/external/bsd/common/include/linux/
types.h
52
typedef int64_t
s64
;
typedef in typeref:typename:int64_t
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h
157
typedef signed long long
s64
; // NOLINT
typedef in namespace:__sanitizer
264
typedef ALIGNED(1)
s64
us64;
Completed in 17 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025