/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]
|
/external/webkit/JavaScriptCore/runtime/ |
D | NativeErrorConstructor.cpp | 43 ErrorInstance* NativeErrorConstructor::construct(ExecState* exec, const ArgList& args) in construct() function in JSC::NativeErrorConstructor 53 return static_cast<NativeErrorConstructor*>(constructor)->construct(exec, args); in constructWithNativeErrorConstructor() 64 return static_cast<NativeErrorConstructor*>(constructor)->construct(exec, args); in callNativeErrorConstructor()
|
D | ConstructData.cpp | 33 JSObject* construct(ExecState* exec, JSValue object, ConstructType constructType, const ConstructDa… in construct() function 39 return asFunction(object)->construct(exec, args); in construct()
|
D | NativeErrorConstructor.h | 38 ErrorInstance* construct(ExecState*, const ArgList&);
|
D | ConstructData.h | 59 …JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const Ar…
|
/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/webkit/WebCore/bindings/js/ |
D | JSMessageChannelConstructor.cpp | 53 constructData.native.function = construct; in getConstructData() 57 JSObject* JSMessageChannelConstructor::construct(ExecState* exec, JSObject* constructor, const ArgL… in construct() function in WebCore::JSMessageChannelConstructor
|
D | ScriptFunctionCall.cpp | 167 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) in construct() function in WebCore::ScriptFunctionCall 187 JSValue result = JSC::construct(m_exec, constructor, constructType, constructData, m_arguments); in construct()
|
D | JSMessageChannelConstructor.h | 41 static JSC::JSObject* construct(JSC::ExecState*, JSC::JSObject*, const JSC::ArgList&);
|
D | JSWebGLIntArrayConstructor.cpp | 55 …RefPtr<WebGLIntArray> array = static_cast<WebGLIntArray*>(construct<WebGLIntArray, int>(exec, args… in constructCanvasIntArray()
|
D | JSWebGLShortArrayConstructor.cpp | 56 …RefPtr<WebGLShortArray> array = static_cast<WebGLShortArray*>(construct<WebGLShortArray, short>(ex… in constructCanvasShortArray()
|
D | ScriptFunctionCall.h | 69 ScriptObject construct(bool& hadException, bool reportExceptions = true);
|
D | JSWebGLByteArrayConstructor.cpp | 55 …RefPtr<WebGLByteArray> array = static_cast<WebGLByteArray*>(construct<WebGLByteArray, signed char>… in constructCanvasByteArray()
|
/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/icu4c/i18n/ |
D | tblcoll.cpp | 92 construct(rules, in RuleBasedCollator() 102 construct(rules, in RuleBasedCollator() 113 construct(rules, in RuleBasedCollator() 124 construct(rules, in RuleBasedCollator() 155 RuleBasedCollator::construct(const UnicodeString& rules, in construct() function in RuleBasedCollator
|
/external/chromium/third_party/icu/source/i18n/ |
D | tblcoll.cpp | 92 construct(rules, in RuleBasedCollator() 102 construct(rules, in RuleBasedCollator() 113 construct(rules, in RuleBasedCollator() 124 construct(rules, in RuleBasedCollator() 155 RuleBasedCollator::construct(const UnicodeString& rules, in construct() function in RuleBasedCollator
|
/external/webkit/WebCore/bridge/c/ |
D | c_instance.cpp | 183 return _object->_class->construct; in supportsConstruct() 188 if (!_object->_class->construct) in invokeConstruct() 205 retval = _object->_class->construct(_object, cArgs.data(), count, &resultVariant); in invokeConstruct()
|
/external/chromium/third_party/icu/source/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/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/stlport/test/eh/ |
D | Prefix.h | 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } in construct() function
|
/external/webkit/WebCore/bindings/v8/ |
D | ScriptFunctionCall.h | 62 ScriptObject construct(bool& hadException, bool reportExceptions = true);
|