/external/libaom/aom_dsp/arm/ |
D | highbd_obmc_variance_neon.c | 21 static inline void highbd_obmc_variance_8x1_s16_neon(uint16x8_t pre, in highbd_obmc_variance_8x1_s16_neon() 65 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon() 112 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_128xh() 119 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_64xh() 126 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_32xh() 133 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_large_neon() 162 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_neon_128xh() 168 static inline void highbd_obmc_variance_neon_64xh(const uint8_t *pre, in highbd_obmc_variance_neon_64xh() 176 static inline void highbd_obmc_variance_neon_32xh(const uint8_t *pre, in highbd_obmc_variance_neon_32xh() 184 static inline void highbd_obmc_variance_neon_16xh(const uint8_t *pre, in highbd_obmc_variance_neon_16xh() [all …]
|
D | obmc_variance_neon.c | 97 static inline void obmc_variance_large_neon(const uint8_t *pre, int pre_stride, in obmc_variance_large_neon() 145 static inline void obmc_variance_large_neon(const uint8_t *pre, int pre_stride, in obmc_variance_large_neon() 185 static inline void obmc_variance_neon_128xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_128xh() 192 static inline void obmc_variance_neon_64xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_64xh() 199 static inline void obmc_variance_neon_32xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_32xh() 206 static inline void obmc_variance_neon_16xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_16xh() 213 static inline void obmc_variance_neon_8xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_8xh() 235 static inline void obmc_variance_neon_4xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_4xh()
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/ |
D | attributes.hpp | 23 static Transformed pre(Exposed&) { return Transformed(); } in pre() function 39 static Attribute& pre(Attribute& val) { return val; } in pre() function 49 static Transformed pre(Exposed& val) { return Transformed(val); } in pre() function 61 static Attribute& pre(Attribute& val) { return val; } in pre() function 84 static Transformed& pre(boost::optional<Exposed>& val) in pre() function 102 static unused_type pre(unused_type) { return unused; } in pre() function
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/detail/ |
D | attributes.hpp | 21 static Transformed pre(Exposed& val) in pre() function 33 static Transformed const& pre(boost::optional<Exposed> const& val) in pre() function 43 static Attribute const& pre(Attribute const& val) { return val; } in pre() function 52 static unused_type pre(unused_type) { return unused; } in pre() function
|
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/utils/ |
D | Size.kt | 14 val pre = (if (si) "kMGTPE" else "KMGTPE")[exp - 1] + if (si) "" else "i" in humanReadableByteCount() constant
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/ |
D | transform_attribute.hpp | 26 static Transformed pre(Exposed&) { return Transformed(); } in pre() function 39 static Attribute& pre(Attribute& val) { return val; } in pre() function 53 static unused_type pre(unused_type) { return unused; } in pre() function
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SourceHighlighter.java | 71 final HTMLElement pre = parent in render() local 82 private void renderCodeLine(final HTMLElement pre, final String linesrc, in renderCodeLine() 88 HTMLElement highlight(final HTMLElement pre, final ILine line, in highlight()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
D | ArrayGenerationTest.java | 117 private void _testIntArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testIntArray() 158 private void _testLongArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testLongArray() 199 … private void _testDoubleArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testDoubleArray() 236 … private void _testStringArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testStringArray()
|
/external/dokka/core/src/main/resources/dokka/styles/ |
D | style.css | 35 p, ul, ol, table, pre, dl { selector 85 code, pre { selector 91 pre { selector 262 pre, code { selector
|
/external/vboot_reference/firmware/lib20/ |
D | api_kernel.c | 33 const struct vb2_kernel_preamble *pre; in vb2api_get_kernel_size() local 60 struct vb2_kernel_preamble *pre; in vb2api_verify_kernel_data() local
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn_unittest.cc | 49 float pre = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local 61 float pre = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local
|
/external/libaom/aom_dsp/x86/ |
D | obmc_sad_sse4.c | 29 static AOM_FORCE_INLINE unsigned int obmc_sad_w4(const uint8_t *pre, in obmc_sad_w4() 67 const uint8_t *pre, const int pre_stride, const int32_t *wsrc, in obmc_sad_w8n() 157 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4() local 193 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n() local
|
D | obmc_sad_avx2.c | 29 static inline unsigned int obmc_sad_w4_avx2(const uint8_t *pre, in obmc_sad_w4_avx2() 72 const uint8_t *pre, const int pre_stride, const int32_t *wsrc, in obmc_sad_w8n_avx2() 157 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4_avx2() local 199 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n_avx2() local
|
/external/vboot_reference/firmware/2lib/ |
D | 2api.c | 273 const struct vb2_fw_preamble *pre; in vb2api_init_hash() local 348 struct vb2_fw_preamble *pre; in vb2api_check_hash_get_digest() local 450 struct vb2_fw_preamble *pre; in vb2api_get_metadata_hash() local
|
/external/sdv/vsomeip/third_party/boost/serialization/doc/ |
D | style.css | 1 pre{ selector
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | opacity-filter.css | 2 pre { /* make the box translucent (80% opaque) */ selector
|
/external/google-styleguide/ |
D | javaguide.css | 15 pre { selector 82 pre, selector 185 pre { selector 190 pre, selector 408 pre { selector 420 pre { selector
|
/external/vboot_reference/tests/ |
D | vb2_api_tests.c | 74 struct vb2_fw_preamble *pre; in reset_common_data() local 649 struct vb2_fw_preamble *pre; in init_hash_tests() local 747 struct vb2_fw_preamble *pre; in check_hash_tests() local 847 struct vb2_fw_preamble *pre; in get_metadata_hash_test() local
|
D | vb2_firmware_tests.c | 43 struct vb2_fw_preamble pre; member 63 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local 313 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in verify_preamble_tests() local
|
D | vb20_kernel_tests.c | 44 struct vb2_kernel_preamble pre; member 78 struct vb2_kernel_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local 381 struct vb2_kernel_preamble *pre = &mock_vblock.p.pre; in load_kernel_preamble_tests() local
|
/external/jsoup/src/test/java/org/jsoup/parser/ |
D | TokenQueueTest.java | 17 String pre = tq.consumeTo("("); in chompBalanced() local 28 String pre = tq.consumeTo("("); in chompEscapedBalanced() local
|
/external/bazelbuild-rules_rust/docs/ |
D | main.css | 1 body{background-color:#fafafa}pre,code{font-family:'Liberation Mono', Consolas, Monaco, 'Andale Mon… selector
|
/external/libwebsockets/lib/secure-streams/ |
D | secure-streams-serialize.c | 151 uint8_t pre[128]; in lws_ss_serialize_rx_payload() local 263 uint8_t pre[12]; in lws_ss_serialize_state() local 304 uint8_t pre[7]; in lws_ss_serialize_txcr() local 368 uint8_t pre[23]; in lws_ss_deserialize_parse() local
|
/external/lua/doc/ |
D | manual.css | 6 pre, code { selector
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeVisitorAction.java | 40 public Object pre(Object t); in pre() method
|