Home
last modified time | relevance | path

Searched refs:i_64 (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dimplicit_saturating_sub.rs180 let mut i_64: i64 = endi_64 - starti_64; in main() localVariable
183 if i64::MIN < i_64 { in main()
184 i_64 -= 1; in main()
188 if i64::MIN != i_64 { in main()
189 i_64 -= 1; in main()
193 if i64::MIN < i_64 { in main()
194 i_64 -= 1; in main()
198 if i_64 > 0 { in main()
199 i_64 -= 1; in main()
203 if i_64 != 0 { in main()
[all …]
H A Dimplicit_saturating_sub.fixed140 let mut i_64: i64 = endi_64 - starti_64;
143 i_64 = i_64.saturating_sub(1);
146 i_64 = i_64.saturating_sub(1);
149 i_64 = i_64.saturating_sub(1);
152 if i_64 > 0 {
153 i_64 -= 1;
157 if i_64 != 0 {
158 i_64 -= 1;
H A Dimplicit_saturating_sub.stderr166 LL | / if i64::MIN < i_64 {
167 LL | | i_64 -= 1;
169 | |_____^ help: try: `i_64 = i_64.saturating_sub(1);`
174 LL | / if i64::MIN != i_64 {
175 LL | | i_64 -= 1;
177 | |_____^ help: try: `i_64 = i_64.saturating_sub(1);`
182 LL | / if i64::MIN < i_64 {
183 LL | | i_64 -= 1;
185 | |_____^ help: try: `i_64 = i_64.saturating_sub(1);`
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-tests/src/
H A Dglobals.rs73 globals[0].i_64
78 globals[0].i_64 = val;
83 globals[1].i_64
124 assert_eq!(unsafe { inst.globals()[0].i_64 }, -1);
125 assert_eq!(unsafe { inst.globals()[1].i_64 }, 420);
/dports/devel/wasm3/wasm3-0.5.0/source/
H A Dm3_compile.c21 #define i_64 c_m3Type_i64 macro
2194 …M3OP( "i64.load", 0, i_64, d_unaryOpList (i64, Load_i64), Compile_Load_Store ), …
2203 …M3OP( "i64.load8_s", 0, i_64, d_unaryOpList (i64, Load_i8), Compile_Load_Store ), …
2204 …M3OP( "i64.load8_u", 0, i_64, d_unaryOpList (i64, Load_u8), Compile_Load_Store ), …
2205 …M3OP( "i64.load16_s", 0, i_64, d_unaryOpList (i64, Load_i16), Compile_Load_Store ), …
2206 …M3OP( "i64.load16_u", 0, i_64, d_unaryOpList (i64, Load_u16), Compile_Load_Store ), …
2207 …M3OP( "i64.load32_s", 0, i_64, d_unaryOpList (i64, Load_i32), Compile_Load_Store ), …
2208 …M3OP( "i64.load32_u", 0, i_64, d_unaryOpList (i64, Load_u32), Compile_Load_Store ), …
2226 …M3OP( "i64.const", 1, i_64, d_logOp (Const64), Compile_Const_i64 ), …
2288 …M3OP( "i64.clz", 0, i_64, d_unaryOpList (u64, Clz) , NULL ), …
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Dconfig.h52 #define NATIVE_INTMAX i_64
54 #define NATIVE_SIGNED i_64
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-module/src/
H A Dglobals.rs71 GlobalDef::I64(i) => GlobalValue { i_64: *i }, in init_val()
81 pub i_64: i64,
99 writeln!(f, " i_64: {},", self.i_64)?; in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-module-wasmsbx/src/
H A Dglobals.rs71 GlobalDef::I64(i) => GlobalValue { i_64: *i }, in init_val()
81 pub i_64: i64,
99 writeln!(f, " i_64: {},", self.i_64)?; in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-module-wasmsbx/src/
H A Dglobals.rs71 GlobalDef::I64(i) => GlobalValue { i_64: *i }, in init_val()
81 pub i_64: i64,
99 writeln!(f, " i_64: {},", self.i_64)?; in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-module/src/
H A Dglobals.rs71 GlobalDef::I64(i) => GlobalValue { i_64: *i }, in init_val()
81 pub i_64: i64,
99 writeln!(f, " i_64: {},", self.i_64)?; in fmt()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dcontrol.c75 int64_t i_64, *pi_64; in input_vaControl() local
102 i_64 = va_arg( args, int64_t ); in input_vaControl()
103 return var_SetInteger( p_input, "time", i_64 ); in input_vaControl()
135 i_64 = va_arg( args, int64_t ); in input_vaControl()
136 return var_SetInteger( p_input, "audio-delay", i_64 ); in input_vaControl()
139 i_64 = va_arg( args, int64_t ); in input_vaControl()
140 return var_SetInteger( p_input, "spu-delay", i_64 ); in input_vaControl()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/alloc/
H A Dtests.rs359 assert_eq!(globals[0].i_64, 0);
360 globals[0].i_64 = 0xFF;
361 assert_eq!(globals[0].i_64, 0xFF);
365 assert_eq!(globals[globals.len() - 1].i_64, 0);
366 globals[globals.len() - 1].i_64 = 0xFF;
367 assert_eq!(globals[globals.len() - 1].i_64, 0xFF);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/alloc/
H A Dtests.rs359 assert_eq!(globals[0].i_64, 0);
360 globals[0].i_64 = 0xFF;
361 assert_eq!(globals[0].i_64, 0xFF);
365 assert_eq!(globals[globals.len() - 1].i_64, 0);
366 globals[globals.len() - 1].i_64 = 0xFF;
367 assert_eq!(globals[globals.len() - 1].i_64, 0xFF);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/alloc/
H A Dtests.rs359 assert_eq!(globals[0].i_64, 0);
360 globals[0].i_64 = 0xFF;
361 assert_eq!(globals[0].i_64, 0xFF);
365 assert_eq!(globals[globals.len() - 1].i_64, 0);
366 globals[globals.len() - 1].i_64 = 0xFF;
367 assert_eq!(globals[globals.len() - 1].i_64, 0xFF);
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/
H A D213_string.t27 typedef signed long long int i_64;
56 type => 'i_64',
88 type => 'i_64',
H A D202_misc.t372 typedef signed long long i_64;
380 my $x = $p->pack('i_64', -1);
H A D101_basic.t402 typedef signed long long i_64;
410 my $x = $p->pack('i_64', -1);
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ctlib/
H A Dbyteorder.h41 i_64 s;
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/alloc/
H A Dtests.rs455 assert_eq!(globals[0].i_64, 0);
456 globals[0].i_64 = 0xFF;
457 assert_eq!(globals[0].i_64, 0xFF);
461 assert_eq!(globals[globals.len() - 1].i_64, 0);
462 globals[globals.len() - 1].i_64 = 0xFF;
463 assert_eq!(globals[globals.len() - 1].i_64, 0xFF);
/dports/devel/z88dk/z88dk/testsuite/results/
H A DIssue_1466_float16_compare.opt626 jp z,i_64
629 .i_64
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c603 static int WriteQWVariableLE( uint64_t i_64, uint64_t i_offset, in WriteQWVariableLE() argument
613 *p_dest = (uint8_t) ( i_64 & 0x7F ); in WriteQWVariableLE()
614 i_64 >>= 7; in WriteQWVariableLE()
617 if ( i_64 == 0 ) in WriteQWVariableLE()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_about.c917 int64_t i_64 = 0 ; in mexFunction() local
938 OK (GxB_Scalar_extractElement_INT64_(&i_64, scalar)) ; CHECK (i_64 == 1) ; in mexFunction()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_about.c917 int64_t i_64 = 0 ; in mexFunction() local
938 OK (GxB_Scalar_extractElement_INT64_(&i_64, scalar)) ; CHECK (i_64 == 1) ; in mexFunction()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_about.c917 int64_t i_64 = 0 ; in mexFunction() local
938 OK (GxB_Scalar_extractElement_INT64_(&i_64, scalar)) ; CHECK (i_64 == 1) ; in mexFunction()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_about.c917 int64_t i_64 = 0 ; in mexFunction() local
938 OK (GxB_Scalar_extractElement_INT64_(&i_64, scalar)) ; CHECK (i_64 == 1) ; in mexFunction()

12