Home
last modified time | relevance | path

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

12345678910>>...32

/external/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
/external/flatbuffers/tests/monster_test/my_game/example/
Dtest_generated.rs82 b: i8, in new()
117 pub fn b(&self) -> i8 { in b()
129 pub fn set_b(&mut self, x: i8) { in set_b()
133 &x_le as *const i8 as *const u8, in set_b() constant
Dtype_aliases_generated.rs104 pub fn i8_(&self) -> i8 { in i8_()
144 pub fn v8(&self) -> Option<&'a [i8]> { in v8()
216 pub fn add_i8_(&mut self, i8_: i8) { in add_i8_()
256 pub fn add_v8(&mut self, v8: flatbuffers::WIPOffset<flatbuffers::Vector<'b , i8>>) { in add_v8() argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dtest_generated.rs96 b: i8, in new()
131 pub fn b(&self) -> i8 { in b()
143 pub fn set_b(&mut self, x: i8) { in set_b()
147 &x_le as *const i8 as *const u8, in set_b() constant
Dtype_aliases_generated.rs106 pub fn i8_(&self) -> i8 { in i8_()
146 pub fn v8(&self) -> Option<&'a [i8]> { in v8()
248 pub fn add_i8_(&mut self, i8_: i8) { in add_i8_()
288 pub fn add_v8(&mut self, v8: flatbuffers::WIPOffset<flatbuffers::Vector<'b , i8>>) { in add_v8() argument
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x64-64_PIC_relocations.s11 # define i8* @foo() { macro
/external/flatbuffers/tests/arrays_test/my_game/example/
Darray_struct_generated.rs87 c: i8,
137 pub fn c(&self) -> i8 { in c()
149 pub fn set_c(&mut self, x: i8) { in set_c()
153 &x_le as *const i8 as *const u8, in set_c() constant
/external/flatbuffers/tests/MyGame/Example/
DTypeAliasesT.java11 private byte i8; field in TypeAliasesT
26 public void setI8(byte i8) { this.i8 = i8; } in setI8()
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)
/external/llvm/test/tools/llvm-nm/X86/
Dradix.s68 .globl i8 symbol
70 i8: label
/external/avb/examples/uefi/
Duefi_avb_util.c32 uint32_t i8 = 0; in uefi_avb_utf8_to_ucs2() local
/external/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 = BigInt('0'), u64 = BigInt('0… argument
Dtype-aliases.ts25 i8():number { method in TypeAliases
371 public i8: number = 0, property in TypeAliasesT
/external/libyuv/files/unit_test/
Dbasictypes_test.cc17 int8_t i8 = -1; in TEST_F() local
/external/rust/crates/num-traits/src/
Dfloat.rs746 fn integer_decode(self) -> (u64, i16, i8); in integer_decode() argument
762 fn integer_decode(self) -> (u64, i16, i8) { in integer_decode() argument
864 fn integer_decode(self) -> (u64, i16, i8) { in integer_decode() argument
1864 fn integer_decode(self) -> (u64, i16, i8); in integer_decode() argument
2027 fn integer_decode_f32(f: f32) -> (u64, i16, i8) { in integer_decode_f32() argument
2043 fn integer_decode_f64(f: f64) -> (u64, i16, i8) { in integer_decode_f64() argument
/external/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
/external/rust/pica/src/
Dposition.rs92 pub fn new(x: i16, y: i16, z: i16, yaw: i16, pitch: i8, roll: i16) -> Self { in new()
104 pub fn compute_range_azimuth_elevation(&self, other: &Position) -> (u16, i16, i8) { in compute_range_azimuth_elevation() argument
/external/crosvm/media/libva/src/
Dbuffer_type.rs503 pic_init_qp_minus26: i8,
504 pic_init_qs_minus26: i8,
505 chroma_qp_index_offset: i8,
506 second_chroma_qp_index_offset: i8,
756 slice_qp_delta: i8, in new()
758 slice_alpha_c0_offset_div2: i8, in new()
759 slice_beta_offset_div2: i8, in new()
/external/cronet/third_party/icu/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
/external/rust/crates/fastrand/tests/
Dsmoke.rs26 fn i8() { in i8() function
/external/XNNPACK/src/f32-argmaxpool/
D9x-scalar-c1.c37 const float* i8 = input[8]; in xnn_f32_argmaxpool_ukernel_9x__scalar_c1() local
/external/javassist/src/test/javassist/bytecode/
DInsertGap0.java14 private int i1, i2, i3, i4, i5, i6, i7, i8, i9, i10; field in Gap0Example
83 private int i1, i2, i3, i4, i5, i6, i7, i8, i9, i10; field in Gap0Example2
/external/clang/test/Parser/
Daltivec.c102 typedef char i8; typedef
107 vector bool i8; // expected-error {{requires a specifier or qualifier}} member
/external/XNNPACK/src/f32-dwconv/gen/
Dup1x9-scalar.c72 const float* i8 = input[8]; in xnn_f32_dwconv_ukernel_up1x9__scalar() local

12345678910>>...32