Home
last modified time | relevance | path

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

/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/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/boost/boost/interprocess/
Doffset_ptr.hpp315 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::static_… in offset_ptr() argument
322 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::const_c… in offset_ptr() argument
329 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::dynamic… in offset_ptr() argument
336 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::reinter… in offset_ptr() argument
610 static_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in static_pointer_cast() argument
619 const_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in const_pointer_cast() argument
628 dynamic_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in dynamic_pointer_cast() argument
637 … reinterpret_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in reinterpret_pointer_cast() argument
/third_party/typescript/tests/cases/compiler/
DindexingTypesWithNever.ts89 type O2 = { a?: string; c: boolean }; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h184 O2, enumerator
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts199 type O2 = Or<false, true>; // true alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp831 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1738 const Value *O2) { in aliasCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1623 const std::set<uint64_t> &O2) { in buildBitSetsFromDisjointSet()