Home
last modified time | relevance | path

Searched defs:i8 (Results 1 – 25 of 69) sorted by relevance

123

/third_party/rust/crates/libloading/tests/
Dwindows.rs35 let windows: Symbol<unsafe fn() -> *const i8> = lib.get_ordinal(1).expect("function"); in test_ordinal() constant
45 let r: Result<Symbol<unsafe fn() -> *const i8>, _> = lib.get_ordinal(2); in test_ordinal_missing_fails() constant
47 let r: Result<Symbol<unsafe fn() -> *const i8>, _> = lib.get_ordinal(!0); in test_ordinal_missing_fails() constant
/third_party/typescript/tests/cases/compiler/
DrecursiveInheritance.ts6 interface i8 extends i9 { } // error interface
DinterfaceDeclaration1.ts41 interface i8 extends i9 { } interface
DcommentsClass.ts66 var i8 = new c8(); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1382-rust-primitive-types.h10 typedef int8_t i8; typedef
20 int i8; member
Dkeywords.h5 int i8; variable
/third_party/typescript/tests/baselines/reference/
DcommentsClass.js63 var i8 = new c8(); variable
138 var i8 = new c8(); variable
/third_party/flatbuffers/tests/my-game/example/
Dtype-aliases.js20 i8() { method in TypeAliases
170 static addI8(builder, i8) { argument
230 …static createTypeAliases(builder, i8, u8, i16, u16, i32, u32, i64, u64, f32, f64, v8Offset, vf64Of… argument
271 …constructor(i8 = 0, u8 = 0, i16 = 0, u16 = 0, i32 = 0, u32 = 0, i64 = flatbuffers.createLong(0, 0)… argument
Dtype-aliases.ts25 i8():number { method in TypeAliases
371 public i8: number = 0, property in TypeAliasesT
/third_party/flatbuffers/tests/MyGame/Example/
DTypeAliases.java18 public byte i8() { int o = __offset(4); return o != 0 ? bb.get(o + bb_pos) : 0; } in i8() method in TypeAliases
19 …public boolean mutateI8(byte i8) { int o = __offset(4); if (o != 0) { bb.put(o + bb_pos, i8); retu… in mutateI8()
54 byte i8, in createTypeAliases()
83 public static void addI8(FlatBufferBuilder builder, byte i8) { builder.addByte(0, i8, 0); } in addI8()
DTypeAliases.php191 …public static function createTypeAliases(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $…
215 public static function addI8(FlatBufferBuilder $builder, $i8)
DTypeAliases.py159 def AddI8(builder, i8): builder.PrependInt8Slot(0, i8, 0) argument
160 def TypeAliasesAddI8(builder, i8): argument
DTypeAliases.kt20 val i8 : Byte constant
/third_party/rust/crates/num-traits/src/
Dfloat.rs747 fn integer_decode(self) -> (u64, i16, i8); in integer_decode() argument
763 fn integer_decode(self) -> (u64, i16, i8) { in integer_decode() argument
865 fn integer_decode(self) -> (u64, i16, i8) { in integer_decode() argument
1865 fn integer_decode(self) -> (u64, i16, i8); in integer_decode() argument
2028 fn integer_decode_f32(f: f32) -> (u64, i16, i8) { in integer_decode_f32() argument
2044 fn integer_decode_f64(f: f64) -> (u64, i16, i8) { in integer_decode_f64() argument
/third_party/libsnd/src/
Dtest_conversions.c50 char i8 = 12, t8 = 0 ; in conversion_test() local
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp214 int8_t i8; in DataDrivenPrintf() local
416 int8_t i8, expected8; in DataDrivenScanf() local
620 int8_t i8; in DataDrivenPrintfPrecision() local
/third_party/node/test/parallel/
Dtest-priority-queue.js123 const i8 = { value: 8, position: null }; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp158 opt::Instruction* i8 = context->get_def_use_mgr()->GetDef(50); in TEST() local
/third_party/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp158 opt::Instruction* i8 = context->get_def_use_mgr()->GetDef(50); in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp158 opt::Instruction* i8 = context->get_def_use_mgr()->GetDef(50); in TEST() local
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix8_f32.c52 uint32_t i1, i2, i3, i4, i5, i6, i7, i8; in arm_radix8_butterfly_f32() local
Darm_cfft_radix8_f16.c54 uint32_t i1, i2, i3, i4, i5, i6, i7, i8; in arm_radix8_butterfly_f16() local
/third_party/ffmpeg/libavcodec/
Dh264_direct.c211 int i8, i4; in pred_spatial_direct_motion() local
498 int i8, i4; in pred_temp_direct_motion() local
/third_party/rust/crates/regex/bench/src/ffi/
Dpcre1.rs88 text.as_ptr() as *const i8, in find_at() constant
/third_party/rust/crates/nom/src/number/
Dcomplete.rs227 pub fn be_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in be_i8() argument
569 pub fn le_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in le_i8() argument
944 pub fn i8<I, E: ParseError<I>>(i: I) -> IResult<I, i8, E> in i8() argument

123