Home
last modified time | relevance | path

Searched defs:i128 (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield-large.rs116 pub fn x(&self) -> i128 { in x()
122 pub fn set_x(&mut self, val: i128) { in set_x()
161 pub fn x(&self) -> i128 { in x()
167 pub fn set_x(&mut self, val: i128) { in set_x()
174 pub fn y(&self) -> i128 { in y()
180 pub fn set_y(&mut self, val: i128) { in set_y()
188 x: i128, in new_bitfield_1()
189 y: i128, in new_bitfield_1()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1382-rust-primitive-types.h28 int i128; member
/third_party/rust/crates/nom/src/number/
Dcomplete.rs351 pub fn be_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in be_i128() argument
693 pub fn le_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in le_i128() argument
1132 pub fn i128<I, E: ParseError<I>>(endian: crate::number::Endianness) -> fn(I) -> IResult<I, i128, E> in i128() function
Dstreaming.rs331 pub fn be_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in be_i128() argument
667 pub fn le_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in le_i128() argument
1106 pub fn i128<I, E: ParseError<I>>(endian: crate::number::Endianness) -> fn(I) -> IResult<I, i128, E> in i128() function
/third_party/rust/crates/num-traits/src/
Dcast.rs62 fn to_i128(&self) -> Option<i128> { in to_i128()
/third_party/libffi/src/x86/
Dffi64.c59 UINT128 i128; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h45 i128 = 7, // This is a 128 bit integer value enumerator
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h79 LLVMTypeRef i128; member
/third_party/rust/crates/log/src/kv/
Dvalue.rs450 impl ToValue for i128 { implementation
/third_party/rust/crates/tracing/tracing-core/src/
Dfield.rs292 fn record_i128(&mut self, field: &Field, value: i128) { in record_i128()