Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 177) sorted by relevance

12345678

/external/libvpx/vp8/common/arm/neon/
Dsixtappredict4x4_neon.asm64 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
80 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
82 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
89 vshr.u64 q3, q4, #32 ;construct src_ptr[2]
96 vshr.u64 q9, q4, #16 ;construct src_ptr[0]
103 vshr.u64 q3, q4, #24 ;construct src_ptr[1]
128 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
138 vext.8 d31, d22, d23, #5 ;construct src_ptr[3]
146 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
148 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
[all …]
Dsixtappredict8x4_neon.asm73 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
83 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
93 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
103 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
113 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
151 vext.8 d27, d6, d7, #1 ;construct src_ptr[-1]
163 vext.8 d27, d6, d7, #4 ;construct src_ptr[2]
175 vext.8 d27, d6, d7, #2 ;construct src_ptr[0]
187 vext.8 d27, d6, d7, #5 ;construct src_ptr[3]
199 vext.8 d27, d6, d7, #3 ;construct src_ptr[1]
[all …]
Dsixtappredict8x8_neon.asm77 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
87 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
97 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
107 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
117 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
164 vext.8 d27, d6, d7, #1 ;construct src_ptr[-1]
176 vext.8 d27, d6, d7, #4 ;construct src_ptr[2]
188 vext.8 d27, d6, d7, #2 ;construct src_ptr[0]
200 vext.8 d27, d6, d7, #5 ;construct src_ptr[3]
212 vext.8 d27, d6, d7, #3 ;construct src_ptr[1]
[all …]
Dsixtappredict16x16_neon.asm85 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
101 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
117 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
133 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
149 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
313 vext.8 d20, d6, d7, #1 ;construct src_ptr[-1]
317 vext.8 d24, d6, d7, #4 ;construct src_ptr[2]
321 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
337 vext.8 d22, d6, d7, #2 ;construct src_ptr[0]
342 vext.8 d26, d6, d7, #3 ;construct src_ptr[1]
Dbilinearpredict4x4_neon.asm48 vshr.u64 q4, q1, #8 ;construct src_ptr[1]
83 vext.8 d26, d28, d29, #4 ;construct src_ptr[pixel_step]
/external/v8/test/mjsunit/regress/
Dregress-1229.js81 var construct = new baz();
82 assertEquals(construct, CONSTRUCT_MARKER);
/external/zlib/contrib/puff/
Dpuff.c327 local int construct(struct huffman *h, short *length, int n) in construct() function
537 construct(&lencode, lengths, FIXLCODES); in fixed()
542 construct(&distcode, lengths, MAXDCODES); in fixed()
677 err = construct(&lencode, lengths, 19); in dynamic()
712 err = construct(&lencode, lengths, nlen); in dynamic()
717 err = construct(&distcode, lengths + nlen, ndist); in dynamic()
/external/zlib/contrib/blast/
Dblast.c185 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() function
311 construct(&litcode, litlen, sizeof(litlen)); in decomp()
312 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
313 construct(&distcode, distlen, sizeof(distlen)); in decomp()
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectMessageReceiver.cpp205 void NPObjectMessageReceiver::construct(const Vector<NPVariantData>& argumentsData, bool& returnVal… in construct() function in WebKit::NPObjectMessageReceiver
207 if (!NP_CLASS_STRUCT_VERSION_HAS_CTOR(m_npObject->_class) || !m_npObject->_class->construct) { in construct()
219 …returnValue = m_npObject->_class->construct(m_npObject, arguments.data(), arguments.size(), &resul… in construct()
DNPObjectMessageReceiver.h68 …void construct(const Vector<NPVariantData>& argumentsData, bool& returnValue, NPVariantData& resul…
/external/icu4c/i18n/
Dtblcoll.cpp94 construct(rules, in RuleBasedCollator()
104 construct(rules, in RuleBasedCollator()
115 construct(rules, in RuleBasedCollator()
126 construct(rules, in RuleBasedCollator()
157 RuleBasedCollator::construct(const UnicodeString& rules, in construct() function in RuleBasedCollator
/external/v8/test/mjsunit/
Dobject-literal.js181 function construct() { this.constructed = true; } function
184 assertTrue(vo instanceof construct);
/external/mesa3d/src/glsl/tests/
Dconstructor-02.glsl1 /* FAIL - cannot construct samplers */
Dconstructor-03.glsl1 /* FAIL - cannot construct a matrix from a matrix in GLSL 1.10 */
/external/webkit/Source/WebCore/bridge/c/
Dc_instance.cpp222 return _object->_class->construct; in supportsConstruct()
227 if (!_object->_class->construct) in invokeConstruct()
244 retval = _object->_class->construct(_object, cArgs.data(), count, &resultVariant); in invokeConstruct()
/external/webkit/Source/JavaScriptCore/runtime/
DConstructData.cpp36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const … in construct() function
DConstructData.h60 …JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const Ar…
/external/webkit/Source/WebCore/bindings/js/
DScriptFunctionCall.cpp162 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) in construct() function in WebCore::ScriptFunctionCall
182 JSValue result = JSC::construct(m_exec, constructor, constructType, constructData, m_arguments); in construct()
DScriptFunctionCall.h81 ScriptObject construct(bool& hadException, bool reportExceptions = true);
/external/icu4c/test/intltest/
Dfldset.cpp20 construct((UDebugEnumType)-1, fieldCount); in FieldsSet()
24 construct(field, udbg_enumCount(field)); in FieldsSet()
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { in construct() function in FieldsSet
/external/openssl/crypto/dsa/
Dfips186a.txt20 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit XSEED:
32 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit KSEED:
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPJSObject.cpp253 bool NPJSObject::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) in construct() function in WebKit::NPJSObject
272 …JSValue value = JSC::construct(exec, m_jsObject.get(), constructType, constructData, argumentList); in construct()
381 return toNPJSObject(npObject)->construct(arguments, argumentCount, result); in NP_Construct()
/external/icu4c/stubdata/reduced_coll/
DREADME.txt1 To construct a revised data file, copy it to this directory, changing its
/external/webkit/Source/WebCore/bindings/v8/
DScriptFunctionCall.h68 ScriptObject construct(bool& hadException, bool reportExceptions = true);
/external/stlport/test/eh/
DPrefix.h156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } in construct() function

12345678