Searched refs:int64_t (Results 1 - 25 of 60) sorted by relevance

123

/seL4-camkes-master/tools/rumprun/include/bmk-rumpuser/
H A Dcore_types.h33 typedef long int64_t; typedef
36 typedef long long int64_t; typedef
/seL4-camkes-master/kernel/include/
H A Dstdint.h19 typedef signed long long int64_t; typedef
/seL4-camkes-master/projects/global-components/components/FileServer/libFileServer-client/
H A Dfsclient.h20 int64_t (*ext_seek)(int fd, int64_t offset, int whence);
/seL4-camkes-master/tools/rumprun/include/bmk-core/
H A Dtypes.h29 typedef __INT64_TYPE__ int64_t; typedef
/seL4-camkes-master/tools/seL4/elfloader-tool/include/
H A Dtypes.h12 typedef long long int64_t; typedef
/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Di64_to_extF80M.c44 void i64_to_extF80M( int64_t a, extFloat80_t *zPtr )
53 void i64_to_extF80M( int64_t a, extFloat80_t *zPtr )
H A Di64_to_f64.c43 float64_t i64_to_f64( int64_t a )
H A Di64_to_extF80.c43 extFloat80_t i64_to_extF80( int64_t a )
H A Di64_to_f16.c43 float16_t i64_to_f16( int64_t a )
H A Di64_to_f32.c43 float32_t i64_to_f32( int64_t a )
H A DextF80M_to_i64_r_minMag.c63 int64_t z;
65 union { uint64_t ui; int64_t i; } u;
H A Di64_to_f128M.c44 void i64_to_f128M( int64_t a, float128_t *zPtr )
53 void i64_to_f128M( int64_t a, float128_t *zPtr )
H A Ds_roundMToI64.c50 union { uint64_t ui; int64_t i; } uZ;
51 int64_t z;
H A Di64_to_f128.c42 float128_t i64_to_f128( int64_t a )
H A Ds_roundToI64.c53 union { uint64_t ui; int64_t i; } uZ;
/seL4-camkes-master/tools/rumprun/lib/libbmk_rumpuser/
H A Drumpuser_clock.c37 rumpuser_clock_gettime(int which, int64_t *sec, long *nsec)
58 rumpuser_clock_sleep(int enum_rumpclock, int64_t sec, long nsec)
/seL4-camkes-master/tools/rumprun/tests/nolibc/
H A Dnolibc.h19 typedef int64_t off_t;
/seL4-camkes-master/tools/rumprun/platform/xen/xen/include/mini-os/
H A Dtime.h31 typedef int64_t s_time_t;
/seL4-camkes-master/projects/global-components/components/FileServer/src/
H A Dserver.c82 int64_t fs_ctrl_seek(int fd, int64_t offset, int whence) {
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/adaptor/boost/
H A Dmsgpack_variant.hpp48 int64_t, // NEGATIVE_INTEGER
67 int64_t, // NEGATIVE_INTEGER
113 return boost::get<int64_t>(this);
157 int64_t as_int64_t() const {
158 return boost::get<int64_t>(*this);
160 int64_t& as_int64_t() {
161 return boost::get<int64_t>(*this);
229 static_cast<base&>(*this) = int64_t(v);
277 return o.as<int64_t>();
316 v = o.as<int64_t>();
[all...]
/seL4-camkes-master/tools/riscv-pk/machine/
H A Dfp_emulation.h29 sizeof(uintptr_t) == 4 ? *(int64_t*)value : (int64_t)value; })
53 # define GET_F64_REG(insn, pos, regs) (*(int64_t*)((void*)((regs) + 32) + (SHIFT_RIGHT(insn, (pos)-3) & 0xf8)))
/seL4-camkes-master/projects/musllibc/include/
H A Dstdint.h23 typedef int64_t int_fast64_t;
28 typedef int64_t int_least64_t;
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dobject.h76 int64_t i64;
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/
H A Dunimplemented.h41 typedef int64_t s64;
/seL4-camkes-master/projects/util_libs/liblwip/include/lwip/arch/
H A Dcc.h11 typedef int64_t s64_t;

Completed in 141 milliseconds

123