Home
last modified time | relevance | path

Searched defs:i8 (Results 1 – 25 of 53) 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
DintTypeCheck.ts43 interface i8 extends i4 { } interface
/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/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc202 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
420 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
558 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
732 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in AtomicBinopBuiltinCommon() local
/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/ffmpeg/libavcodec/
Dh264_direct.c210 int i8, i4; in pred_spatial_direct_motion() local
497 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/
Dstreaming.rs221 pub fn be_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in be_i8() argument
543 pub fn le_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in le_i8() argument
918 pub fn i8<I, E: ParseError<I>>(i: I) -> IResult<I, i8, E> in i8() function
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
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c438 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); in lp_build_const_string() local
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.h55 int8_t i8; member
/third_party/mesa3d/src/compiler/clc/
Dclc.h231 int8_t i8; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp234 typedef detail::int8 i8; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h41 i8 = 3, // This is an 8 bit integer value enumerator
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c388 int32_t prev8, i8; in testTrieUTF8() local

123