Home
last modified time | relevance | path

Searched defs:O3 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument
51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
84 #define SRA_16(O0, O1, O2, O3, \ argument
97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
123 #define PACK_2_HALVES_TO_WORD(O0, O1, O2, O3, \ argument
141 #define CONVERT_2_BYTES_TO_HALF(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
Denc_mips_dsp_r2.c28 #define ADD_SUB_HALVES_X4(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument
51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
84 #define SRA_16(O0, O1, O2, O3, \ argument
97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
123 #define PACK_2_HALVES_TO_WORD(O0, O1, O2, O3, \ argument
141 #define CONVERT_2_BYTES_TO_HALF(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
Denc_mips_dsp_r2.c28 #define ADD_SUB_HALVES_X4(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
/third_party/rust/crates/nom/src/sequence/
Dmod.rs133 pub fn separated_pair<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in separated_pair() argument
137 ) -> impl FnMut(I) -> IResult<I, (O1, O3), E> in separated_pair() argument
172 pub fn delimited<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in delimited() argument
/third_party/typescript/tests/cases/compiler/
DindexingTypesWithNever.ts88 type O3 = { a?: string; b?: number; c: boolean }; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h200 O3, enumerator
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts200 type O3 = Or<true, false>; // true alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp666 auto O3 = PassBuilder::O3; in getInlineParamsFromOptLevel() local