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

12

/seL4-test-master/tools/nanopb/tests/without_64bit/
H A Dno_64bit_syshdr.h1 /* This wrapper undefines (u)int64_t */
13 #define int64_t disabled_int64_t macro
/seL4-test-master/kernel/include/
H A Dstdint.h19 typedef signed long long int64_t; typedef
/seL4-test-master/tools/seL4/elfloader-tool/include/
H A Dtypes.h12 typedef long long int64_t; typedef
/seL4-test-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;
H A Dsoftfloat.h122 float16_t i64_to_f16( int64_t );
123 float32_t i64_to_f32( int64_t );
124 float64_t i64_to_f64( int64_t );
126 extFloat80_t i64_to_extF80( int64_t );
127 float128_t i64_to_f128( int64_t );
129 void i64_to_extF80M( int64_t, extFloat80_t * );
130 void i64_to_f128M( int64_t, float128_t * );
H A Df128M_to_i64_r_minMag.c65 union { uint64_t ui; int64_t i; } uZ;
/seL4-test-master/tools/nanopb/tests/intsizes/
H A Dintsizes_unittests.c46 TEST( (int64_t)msg2.req_int8 == int8); \
48 TEST( (int64_t)msg2.req_sint8 == sint8); \
49 TEST( (int64_t)msg2.req_int16 == int16); \
51 TEST( (int64_t)msg2.req_sint16 == sint16); \
52 TEST( (int64_t)msg2.req_int32 == int32); \
54 TEST( (int64_t)msg2.req_sint32 == sint32); \
55 TEST( (int64_t)msg2.req_int64 == int64); \
57 TEST( (int64_t)msg2.req_sint64 == sint64); \
/seL4-test-master/tools/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c17 int64_t req_int64 = -1002;
21 int64_t req_sint64 = -1006;
27 int64_t req_sfixed64 = -1012;
41 int64_t rep_int64[5] = {0, 0, 0, 0, -2002};
45 int64_t rep_sint64[5] = {0, 0, 0, 0, -2006};
51 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012};
70 int64_t opt_int64 = 3042;
74 int64_t opt_sint64 = 3046;
80 int64_t opt_sfixed64 = 3052;
98 static int64_t int64_mi
[all...]
/seL4-test-master/tools/nanopb/tests/backwards_compatibility/
H A Dalltypes_legacy.h48 int64_t int64_min;
49 int64_t int64_max;
72 int64_t req_int64;
76 int64_t req_sint64;
82 int64_t req_sfixed64;
91 int64_t rep_int64[5];
99 int64_t rep_sint64[5];
111 int64_t rep_sfixed64[5];
125 int64_t opt_int64;
133 int64_t opt_sint6
[all...]
/seL4-test-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)))
H A Dmuldiv_emulation.c10 typedef int64_t double_int;
/seL4-test-master/projects/musllibc/include/
H A Dstdint.h23 typedef int64_t int_fast64_t;
28 typedef int64_t int_least64_t;
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/
H A Dunimplemented.h41 typedef int64_t s64;
/seL4-test-master/projects/util_libs/liblwip/include/lwip/arch/
H A Dcc.h11 typedef int64_t s64_t;
/seL4-test-master/tools/nanopb/extra/
H A Dpb_syshdr.h25 typedef signed long long int64_t; typedef
/seL4-test-master/projects/sel4_projects_libs/libsel4vm/src/arch/x86/processor/
H A Dlapic.h20 int64_t period; /* unit: ns */

Completed in 210 milliseconds

12