/external/libvpx/vp8/common/arm/neon/ |
D | sixtappredict4x4_neon.asm | 64 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 …]
|
D | sixtappredict8x4_neon.asm | 73 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 …]
|
D | sixtappredict8x8_neon.asm | 77 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 …]
|
D | sixtappredict16x16_neon.asm | 85 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]
|
D | bilinearpredict4x4_neon.asm | 48 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/ |
D | regress-1229.js | 81 var construct = new baz(); 82 assertEquals(construct, CONSTRUCT_MARKER);
|
/external/zlib/contrib/puff/ |
D | puff.c | 327 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/ |
D | blast.c | 185 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/ |
D | NPObjectMessageReceiver.cpp | 205 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()
|
D | NPObjectMessageReceiver.h | 68 …void construct(const Vector<NPVariantData>& argumentsData, bool& returnValue, NPVariantData& resul…
|
/external/icu4c/i18n/ |
D | tblcoll.cpp | 94 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/ |
D | object-literal.js | 181 function construct() { this.constructed = true; } function 184 assertTrue(vo instanceof construct);
|
/external/mesa3d/src/glsl/tests/ |
D | constructor-02.glsl | 1 /* FAIL - cannot construct samplers */
|
D | constructor-03.glsl | 1 /* FAIL - cannot construct a matrix from a matrix in GLSL 1.10 */
|
/external/webkit/Source/WebCore/bridge/c/ |
D | c_instance.cpp | 222 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/ |
D | ConstructData.cpp | 36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const … in construct() function
|
D | ConstructData.h | 60 …JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const Ar…
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptFunctionCall.cpp | 162 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()
|
D | ScriptFunctionCall.h | 81 ScriptObject construct(bool& hadException, bool reportExceptions = true);
|
/external/icu4c/test/intltest/ |
D | fldset.cpp | 20 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/ |
D | fips186a.txt | 20 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/ |
D | NPJSObject.cpp | 253 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/ |
D | README.txt | 1 To construct a revised data file, copy it to this directory, changing its
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptFunctionCall.h | 68 ScriptObject construct(bool& hadException, bool reportExceptions = true);
|
/external/stlport/test/eh/ |
D | Prefix.h | 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } in construct() function
|