HomeSort by: relevance | last modified time | path
    Searched refs:s64 (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /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_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...]
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...]
msg_117.c 14 long long s64; variable in typeref:typename:long long
30 s64 = s8 << 32;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 81 static inline s64 drm_int2fixp(int a)
83 return ((s64)a) << DRM_FIXED_POINT;
86 static inline int drm_fixp2int(s64 a)
88 return ((s64)a) >> DRM_FIXED_POINT;
91 static inline int drm_fixp2int_ceil(s64 a)
99 static inline unsigned drm_fixp_msbset(s64 a)
110 static inline s64 drm_fixp_mul(s64 a, s64 b)
113 s64 result
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
allocator_test.cc 22 s64 First;
23 s64 Second;
43 s64 A;
segmented_array_test.cc 15 s64 First;
16 s64 Second;
19 TestData(s64 F, s64 S) : First(F), Second(S) {}
139 Data.AppendEmplace(static_cast<s64>(i), static_cast<s64>(i));
155 ASSERT_EQ(Back.First, static_cast<s64>(Segment + 1));
156 ASSERT_EQ(Back.Second, static_cast<s64>(Segment + 1));
170 Data.AppendEmplace(static_cast<s64>(i), static_cast<s64>(i))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_subdev.c 121 s64 time;
145 s64 time;
166 s64 time;
173 s64 time;
204 s64 time;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
nouveau_nvkm_subdev_volt_base.c 118 s64 result;
124 result = div64_s64((s64)info.arg[0], 10);
125 result += div64_s64((s64)info.arg[1] * volt->speedo, 10);
126 result += div64_s64((s64)info.arg[2] * volt->speedo * volt->speedo, 100000);
131 result = ((s64)info.arg[0] * 15625) >> 18;
132 result += ((s64)info.arg[1] * volt->speedo * 15625) >> 18;
133 result += ((s64)info.arg[2] * temp * 15625) >> 10;
134 result += ((s64)info.arg[3] * volt->speedo * temp * 15625) >> 18;
135 result += ((s64)info.arg[4] * volt->speedo * volt->speedo * 15625) >> 30;
136 result += ((s64)info.arg[5] * temp * temp * 15625) >> 18
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libc.h 29 s64 internal_atoll(const char *nptr);
52 s64 internal_simple_strtoll(const char *nptr, const char **endptr, int base);
sanitizer_libc.cc 20 s64 internal_atoll(const char *nptr) {
230 s64 internal_simple_strtoll(const char *nptr, const char **endptr, int base) {
255 return (s64)(Min((u64)INT64_MAX, res));
257 return (res > INT64_MAX) ? INT64_MIN : ((s64)res * -1);
sanitizer_printf.cc 90 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num,
166 s64 dval;
174 dval = have_ll ? va_arg(args, s64)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 43 s64 nvkm_timer_wait_test(struct nvkm_timer_wait *);
57 s64 _taken = 0; \
  /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/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
priv.h 28 void (*wpr_patch)(struct nvkm_acr *, s64 adjust);
37 void gm200_acr_wpr_patch(struct nvkm_acr *, s64);
50 void gp102_acr_wpr_patch(struct nvkm_acr *, s64);
  /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/ubsan/
ubsan_value.cc 33 return *reinterpret_cast<s64*>(Val);
ubsan_value.h 36 typedef s64 SIntMax;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
priv.h 49 void gm20b_pmu_acr_bld_patch(struct nvkm_acr *, u32, s64);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gp108.c 34 gp108_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_core507d.c 55 s64 time = nvif_msec(device, 2000ULL,
nouveau_dispnv50_corec37d.c 75 s64 time = nvif_msec(device, 2000ULL,

Completed in 20 milliseconds

1 2 3