Home
last modified time | relevance | path

Searched refs:i8p (Results 1 – 25 of 77) sorted by relevance

1234

/dports/science/openmc/openmc-0.12.2/vendor/gsl-lite/test/
H A Dutil.t.cpp242 EXPECT_NO_THROW((li16 = narrow< std::int16_t>( std::int8_t(i8p)))); EXPECT(li16 == i8p);
244 EXPECT_NO_THROW(( li8 = narrow< std::int8_t>( std::int8_t(i8p)))); EXPECT( li8 == i8p);
246 EXPECT_NO_THROW(( li8 = narrow< std::int8_t>( std::int16_t(i8p)))); EXPECT( li8 == i8p);
249 EXPECT_NO_THROW((lu16 = narrow<std::uint16_t>( std::int8_t(i8p)))); EXPECT(lu16 == i8p);
250 EXPECT_NO_THROW((li16 = narrow< std::int16_t>( std::uint8_t(i8p)))); EXPECT(li16 == i8p);
251 EXPECT_NO_THROW(( lu8 = narrow< std::uint8_t>( std::int8_t(i8p)))); EXPECT( lu8 == i8p);
252 EXPECT_NO_THROW(( li8 = narrow< std::int8_t>( std::uint8_t(i8p)))); EXPECT( li8 == i8p);
253 EXPECT_NO_THROW(( lu8 = narrow< std::uint8_t>( std::int16_t(i8p)))); EXPECT( lu8 == i8p);
254 EXPECT_NO_THROW(( li8 = narrow< std::int8_t>(std::uint16_t(i8p)))); EXPECT( li8 == i8p);
308 … EXPECT_NO_THROW((li16 = narrow_failfast< std::int16_t>( std::int8_t(i8p)))); EXPECT(li16 == i8p);
[all …]
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSampleStoreSplit24.c184 guint8 *i8p; in ipatch_sample_store_split24_sample_iface_read() local
212 i8p = (guint8 *)buf + samplepos * 4; in ipatch_sample_store_split24_sample_iface_read()
218 i8p[i * 4 + 1] = readbuf[i * 2]; in ipatch_sample_store_split24_sample_iface_read()
219 i8p[i * 4 + 2] = readbuf[i * 2 + 1]; in ipatch_sample_store_split24_sample_iface_read()
220 i8p[i * 4 + 3] = 0; in ipatch_sample_store_split24_sample_iface_read()
227 i8p[i * 4 + 2] = readbuf[i * 2]; in ipatch_sample_store_split24_sample_iface_read()
228 i8p[i * 4 + 1] = readbuf[i * 2 + 1]; in ipatch_sample_store_split24_sample_iface_read()
229 i8p[i * 4 + 0] = 0; in ipatch_sample_store_split24_sample_iface_read()
260 i8p = (guint8 *)buf + samplepos * 4; in ipatch_sample_store_split24_sample_iface_read()
266 i8p[i * 4] = readbuf[i]; in ipatch_sample_store_split24_sample_iface_read()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcontext.rs554 let i8p = self.type_i8p(); in declare_intrinsic() localVariable
599 ifn!("llvm.frameaddress", fn(t_i32) -> i8p); in declare_intrinsic()
762 ifn!("llvm.lifetime.start.p0i8", fn(t_i64, i8p) -> void); in declare_intrinsic()
763 ifn!("llvm.lifetime.end.p0i8", fn(t_i64, i8p) -> void); in declare_intrinsic()
766 ifn!("llvm.eh.typeid.for", fn(i8p) -> t_i32); in declare_intrinsic()
768 ifn!("llvm.localrecover", fn(i8p, i8p, t_i32) -> i8p); in declare_intrinsic()
769 ifn!("llvm.x86.seh.recoverfp", fn(i8p, i8p) -> i8p); in declare_intrinsic()
776 ifn!("memcmp", fn(i8p, i8p, t_isize) -> t_i32); in declare_intrinsic()
779 ifn!("llvm.va_start", fn(i8p) -> void); in declare_intrinsic()
780 ifn!("llvm.va_end", fn(i8p) -> void); in declare_intrinsic()
[all …]
H A Dallocator.rs29 let i8p = llvm::LLVMPointerType(i8, 0); in codegen() localVariable
40 AllocatorTy::Ptr => args.push(i8p), in codegen()
47 AllocatorTy::ResultPtr => Some(i8p), in codegen()
H A Dintrinsic.rs770 let i8p = tcx.mk_mut_ptr(tcx.types.i8); in get_rust_try_fn() localVariable
773 iter::once(i8p), in get_rust_try_fn()
781 [i8p, i8p].iter().cloned(), in get_rust_try_fn()
789 vec![try_fn_ty, i8p, catch_fn_ty].into_iter(), in get_rust_try_fn()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/io/internal/
H A DEndian.h28 const vtkm::Int8* i8p = reinterpret_cast<const vtkm::Int8*>(&i16); in IsLittleEndian() local
29 return (*i8p == 1); in IsLittleEndian()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/io/internal/
H A DEndian.h38 const vtkm::Int8* i8p = reinterpret_cast<const vtkm::Int8*>(&i16); in IsLittleEndian() local
39 return (*i8p == 1); in IsLittleEndian()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dallocator.rs19 let i8p = i8.make_pointer(); in codegen() localVariable
30 AllocatorTy::Ptr => types.push(i8p), in codegen()
37 AllocatorTy::ResultPtr => Some(i8p), in codegen()
/dports/www/kannel/gateway-1.4.4/wmlscript/
H A Dwsencode.c226 WsUInt8 *i8p; in ws_decode_buffer() local
243 i8p = va_arg(ap, WsUInt8 *); in ws_decode_buffer()
244 WS_GET_UINT8(buffer, *i8p); in ws_decode_buffer()
/dports/databases/libpqtypes/libpqtypes-1.5.1/src/
H A Dnumerics.c145 PGint8 *i8p = va_arg(args->ap, PGint8 *);
147 CHKGETVALS(args, i8p);
151 if (pqt_text_to_int8(value, i8p) == -1)
156 pqt_swap8(i8p, value, 0);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/test/pkits_SUITE_data/pkits/smime-pem/
H A DnameConstraintsDN3subCA1Cert.pem38 7sPFSxXBOmlBeDtJ1BQOCt+i8p/KMgAfLm2Tc5EFeRYNfZgZ2xZ64v2rb43aa/BG
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dintptr1.ll119 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
126 %b.i64 = bitcast i8** %b.i8p to i64*
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dintptr1.ll163 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
191 %b.i64 = bitcast i8** %b.i8p to i64*

1234