/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/ |
D | xa-pcm.c | 116 static XA_ERRORCODE xa_pcm_do_execute_copy(XAPcmCodec *d) in xa_pcm_do_execute_copy() argument 118 u32 n = d->insize; in xa_pcm_do_execute_copy() 119 u8 k = d->in_channels; in xa_pcm_do_execute_copy() 120 u32 length = n * k * (d->in_pcm_width == 16 ? 2 : 4); in xa_pcm_do_execute_copy() 121 s16 *input = d->input, *output = d->output; in xa_pcm_do_execute_copy() 123 TRACE(PROCESS, _b("Copy PCM%d %p to %p (%u samples)"), d->in_pcm_width, input, output, n); in xa_pcm_do_execute_copy() 132 d->consumed = length; in xa_pcm_do_execute_copy() 133 d->produced = length; in xa_pcm_do_execute_copy() 136 d->insize = 0; in xa_pcm_do_execute_copy() 143 static XA_ERRORCODE xa_pcm_do_execute_pcm16_chmap(XAPcmCodec *d) in xa_pcm_do_execute_pcm16_chmap() argument [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/mixer/ |
D | xa-mixer.c | 109 static inline void xa_mixer_preinit(XAPcmMixer *d) in xa_mixer_preinit() argument 114 memset(d, 0, sizeof(*d)); in xa_mixer_preinit() 117 d->pcm_width = 16, d->channels = 2, d->frame_size = 512; in xa_mixer_preinit() 122 d->volume[i] = ((1 << 12) << 16) | (1 << 12); in xa_mixer_preinit() 127 static XA_ERRORCODE xa_mixer_do_execute_stereo_16bit(XAPcmMixer *d) in xa_mixer_do_execute_stereo_16bit() argument 129 s16 *output = d->output; in xa_mixer_do_execute_stereo_16bit() 138 t32 = d->volume[XA_MIXER_MAX_TRACK_NUMBER]; in xa_mixer_do_execute_stereo_16bit() 144 u32 n = d->input_length[j]; in xa_mixer_do_execute_stereo_16bit() 150 b[j] = d->scratch; in xa_mixer_do_execute_stereo_16bit() 155 s32 k = (s32)(d->buffer_size - n); in xa_mixer_do_execute_stereo_16bit() [all …]
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b07 | 1 …ddog_hb.c:ADSP:Malloc faileddog_hb.c:ADSP:System shutdown signal receiveddog_hb.c:ADSP:Pong …
|
D | adsp.b13 | 1 …d, 0x%lx%lx, %lx)qurt_elite_memorymap.cpp:qurt_elite_memorymap_add_remove_pool_page qurt_mem_po…
|
/device/google/cuttlefish_kernel/5.4-x86_64/ |
D | System.map | 7 000000000000a000 d entry_stack_storage 8 000000000000b000 d exception_stacks 12 0000000000010020 d mce_banks_array 25 0000000000011000 d saved_epb 26 0000000000011004 d menu_devices 27 0000000000011068 d cpu_loops_per_jiffy 29 0000000000012380 d pmc_prev_left 30 0000000000012580 d perf_nmi_tstamp 31 0000000000013000 d bts_ctx 32 0000000000016000 d insn_buffer [all …]
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCamera2.cpp | 190 EmulatedCamera2 *getInstance(const camera2_device_t *d) { in getInstance() argument 191 const EmulatedCamera2 *cec = static_cast<const EmulatedCamera2 *>(d); in getInstance() 196 const camera2_device_t *d, in set_request_queue_src_ops() argument 198 EmulatedCamera2 *ec = getInstance(d); in set_request_queue_src_ops() 203 int EmulatedCamera2::notify_request_queue_not_empty(const camera2_device_t *d) { in notify_request_queue_not_empty() argument 204 EmulatedCamera2 *ec = getInstance(d); in notify_request_queue_not_empty() 209 const camera2_device_t *d, in set_frame_queue_dst_ops() argument 211 EmulatedCamera2 *ec = getInstance(d); in set_frame_queue_dst_ops() 216 int EmulatedCamera2::get_in_progress_count(const camera2_device_t *d) { in get_in_progress_count() argument 217 EmulatedCamera2 *ec = getInstance(d); in get_in_progress_count() [all …]
|
D | EmulatedCamera3.cpp | 180 EmulatedCamera3* getInstance(const camera3_device_t* d) { in getInstance() argument 181 const EmulatedCamera3* cec = static_cast<const EmulatedCamera3*>(d); in getInstance() 185 int EmulatedCamera3::initialize(const struct camera3_device* d, in initialize() argument 187 EmulatedCamera3* ec = getInstance(d); in initialize() 192 const struct camera3_device* d, in configure_streams() argument 194 EmulatedCamera3* ec = getInstance(d); in configure_streams() 199 const struct camera3_device* d, in register_stream_buffers() argument 201 EmulatedCamera3* ec = getInstance(d); in register_stream_buffers() 206 const struct camera3_device* d, camera3_capture_request_t* request) { in process_capture_request() argument 207 EmulatedCamera3* ec = getInstance(d); in process_capture_request() [all …]
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera2.cpp | 217 EmulatedCamera2* getInstance(const camera2_device_t *d) { in getInstance() argument 218 const EmulatedCamera2* cec = static_cast<const EmulatedCamera2*>(d); in getInstance() 222 int EmulatedCamera2::set_request_queue_src_ops(const camera2_device_t *d, in set_request_queue_src_ops() argument 224 EmulatedCamera2* ec = getInstance(d); in set_request_queue_src_ops() 229 int EmulatedCamera2::notify_request_queue_not_empty(const camera2_device_t *d) { in notify_request_queue_not_empty() argument 230 EmulatedCamera2* ec = getInstance(d); in notify_request_queue_not_empty() 234 int EmulatedCamera2::set_frame_queue_dst_ops(const camera2_device_t *d, in set_frame_queue_dst_ops() argument 236 EmulatedCamera2* ec = getInstance(d); in set_frame_queue_dst_ops() 241 int EmulatedCamera2::get_in_progress_count(const camera2_device_t *d) { in get_in_progress_count() argument 242 EmulatedCamera2* ec = getInstance(d); in get_in_progress_count() [all …]
|
D | EmulatedCamera3.cpp | 188 EmulatedCamera3* getInstance(const camera3_device_t *d) { in getInstance() argument 189 const EmulatedCamera3* cec = static_cast<const EmulatedCamera3*>(d); in getInstance() 193 int EmulatedCamera3::initialize(const struct camera3_device *d, in initialize() argument 195 EmulatedCamera3* ec = getInstance(d); in initialize() 199 int EmulatedCamera3::configure_streams(const struct camera3_device *d, in configure_streams() argument 201 EmulatedCamera3* ec = getInstance(d); in configure_streams() 206 const struct camera3_device *d, in register_stream_buffers() argument 208 EmulatedCamera3* ec = getInstance(d); in register_stream_buffers() 213 const struct camera3_device *d, in process_capture_request() argument 215 EmulatedCamera3* ec = getInstance(d); in process_capture_request() [all …]
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 155972 ffffffc011448bc6 d .str.1.llvm.4769978484342719941 155973 ffffffc011449726 d .str.llvm.7780577265784284684 155974 ffffffc01144aac4 d .str.17.llvm.13066882320088132862 155975 ffffffc01144dd86 d hci_reset_dev.hw_err 155976 ffffffc01144fa4c d .str.1.llvm.17674605580387764844 155977 ffffffc01144fc33 d .str.13.llvm.1836488776728807160 155978 ffffffc01145067b d .str.llvm.4769978484342719941 155979 ffffffc011455b0a d .str.10.llvm.7976753359322646279 155980 ffffffc011456067 d .str.11.llvm.14805102204088892283 155981 ffffffc0114574b6 d .str.llvm.9790278462448645306 [all …]
|
/device/google/contexthub/firmware/lib/builtins/ |
D | udivmoddi4.c | 30 udwords d; in __udivmoddi4() local 31 d.all = b; in __udivmoddi4() 38 if (d.s.high == 0) in __udivmoddi4() 45 *rem = n.s.low % d.s.low; in __udivmoddi4() 46 return n.s.low / d.s.low; in __udivmoddi4() 57 if (d.s.low == 0) in __udivmoddi4() 59 if (d.s.high == 0) in __udivmoddi4() 66 *rem = n.s.high % d.s.low; in __udivmoddi4() 67 return n.s.high / d.s.low; in __udivmoddi4() 78 r.s.high = n.s.high % d.s.high; in __udivmoddi4() [all …]
|
/device/google/contexthub/firmware/lib/libm/ |
D | fdlibm.h | 282 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 285 ew_u.value = (d); \ 292 #define GET_HIGH_WORD(i,d) \ argument 295 gh_u.value = (d); \ 301 #define GET_LOW_WORD(i,d) \ argument 304 gl_u.value = (d); \ 310 #define INSERT_WORDS(d,ix0,ix1) \ argument 315 (d) = iw_u.value; \ 320 #define SET_HIGH_WORD(d,v) \ argument 323 sh_u.value = (d); \ [all …]
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 93 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 96 ew_u.value = (d); \ 102 #define EXTRACT_WORD64(ix,d) \ argument 105 ew_u.value = (d); \ 111 #define GET_HIGH_WORD(i,d) \ argument 114 gh_u.value = (d); \ 120 #define GET_LOW_WORD(i,d) \ argument 123 gl_u.value = (d); \ 129 #define INSERT_WORDS(d,ix0,ix1) \ argument 134 (d) = iw_u.value; \ [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/ |
D | trusted.pem | 17 61:1a:e8:8d:23:e2:8b:30:12:37:4b:2f:76:1d:77: 18 ef:a0:60:a7:d2:a3:53:0d:4d:15:08:4c:72:af:88: 19 a1:b1:89:8d:79:71:bd:3a:91:89:76:9f:dc:fd:1d: 22 fa:8b:56:6b:67:8b:87:c0:34:27:b7:8d:ff:19:fd: 30 2e:b1:8a:f4:37:98:74:7b:1d:5d:7d:ad:b5:10:25: 31 0d:4b:65:94:67:2d:ca:98:c2:29:cd:16:72:0e:19: 36 c2:8e:89:2e:7d:3d:45:9b:13:6c:ca:0c:78:26:3a:25:74:4c: 43 12:c5:1d:f4:94:1e:b1:8a:dc:86:86:2a:26:39:6a:5a:11:9c: 44 11:ef:c6:cb:43:ba:ad:3b:7e:65:a1:c7:c5:2d:d1:c0:26:90: 46 23:bb:8d:bb:18:80:16:5c:08:ae:f5:a9:9f:f9:3f:fd:fd:77: [all …]
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_exponent | 3 91:b7:f7:c5:85:62:42:fd:f4:fa:68:5d:e4:6a:e6: 5 f8:a8:76:fe:6d:49:72:0b:5a:c3:b0:89:18:b4:a1: 6 cc:98:ce:19:d2:a8:e1:bd:be:ce:78:b8:1d:d0:84: 10 2e:64:f2:84:8f:0f:7d:f7:0a:ee:19:f4:6a:ec:5b: 11 7d:f1:83:42:82:7d:83:24:5b:9d:36:81:c4:dd:04: 13 eb:d5:6e:8f:5e:99:0c:2e:86:eb:dc:10:f5:9d:f9: 17 4e:c5:2a:5d:5b:81:39:f5:e6:c5:01:8c:f1:0d:34:
|
D | test_modulus | 1 00:de:e5:43:7c:42:2d:f7:af:d3:24:a5:df:13:37: 2 b0:05:9f:88:e1:0b:c9:2b:83:74:6d:1d:e0:04:e4: 4 48:88:e6:d8:5e:4d:3c:b6:5b:09:1a:c5:9a:fc:d8: 13 2c:3e:5d:a4:a8:61:de:32:42:b8:ea:3f:f8:fb:ba: 15 70:0e:08:11:01:5b:83:6e:5a:e9:3b:e5:27:17:3d: 17 55:0d:72:f2:a9:2a:b3:a9:75:35:0a:50:d0:54:2b:
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/ |
D | dsp_comm.c | 25 void dsp_memcpy(void *d, void *s, unsigned int size) in dsp_memcpy() argument 27 unsigned char *dest = (unsigned char*)d; in dsp_memcpy() 30 if (s == d) { in dsp_memcpy() 33 for (; dest < ((unsigned char*)d + size); dest++) { in dsp_memcpy() 39 for (dest = dest + (size - 1); dest >= (unsigned char*)d; dest--) { in dsp_memcpy() 47 void dsp_memset(void *d, unsigned char ucData, unsigned int size) in dsp_memset() argument 50 unsigned char *dest = (unsigned char*)d; in dsp_memset()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/ |
D | dsp_comm.h | 35 #define memset(d,uCData,size) dsp_memset(d,uCData,size) argument 36 #define memcpy(d,s,size) dsp_memcpy(d,s,size) argument 40 void dsp_memcpy(void *d, void *s, unsigned int size); 41 void dsp_memset(void *d, unsigned char ucData, unsigned int size);
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 7 … b q A���6�:0��8�.2�������`�� d�H I@@�… 14 …RB:"=fx?�9?�9 ?�9"0?�92`?�9Bp?�9R4DT"d2tB"�@Rb$r4�D�T�d�t�"�@��$��r�… 18 F-=fy80��80��8"0��820��8B0��8R0��4�D�T"�d2�tB�"�@R�b�$r�4��D��T��d��t��"�@����$��… 28 ��a�a� ��!��1��"�2"�bA��Hd"��"C 33 …xa_audio_codec_factoryL�����İ�,��4��L��d�����t��… 35 …et_mem_ptrxa_mixer�@� �`��P�0�p��H�(�h��X�8�x��D�$�d��T�4�t��L�,�l��\�… 37 … "$'),/259<@EINSX^dkry��… 40 …A Z"�$�&)1,/2a5�8�<z@�D!I�M�RUX^0d�j�qy�B�… 44 …�d��˖���b�S� ��-���_����_�����%��(U�&[r�h�|���… 51 +�{-҂�_d~���y��Nu���p�'�k�YgӋ6bؽ?]��4X�!
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 7 … b q A���6�:0��8�.2�������`�� d�H I@@�… 14 …RB:"=fx?�9?�9 ?�9"0?�92`?�9Bp?�9R4DT"d2tB"�@Rb$r4�D�T�d�t�"�@��$��r�… 18 F-=fy80��80��8"0��820��8B0��8R0��4�D�T"�d2�tB�"�@R�b�$r�4��D��T��d��t��"�@����$��… 28 ��a�a� ��!��1��"�2"�bA��Hd"��"C 33 …�v��v��y��v��v��w��v�1w��v��v��y�$�����d��̃���… 37 …et_mem_ptrxa_mixer�@� �`��P�0�p��H�(�h��X�8�x��D�$�d��T�4�t��L�,�l��\�… 39 … "$'),/259<@EINSX^dkry��… 42 …A Z"�$�&)1,/2a5�8�<z@�D!I�M�RUX^0d�j�qy�B�… 46 …�d��˖���b�S� ��-���_����_�����%��(U�&[r�h�|���… 53 +�{-҂�_d~���y��Nu���p�'�k�YgӋ6bؽ?]��4X�!
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-opcode.h | 247 #define xf_ext_param_next(d) \ argument 248 (xf_ext_param_desc_t *)(((xf_ext_param_msg_t *)(d))->data + (((d)->length + 3) & ~3)) 250 #define xf_ext_param_length(e, d) \ argument 251 ((u32)((u8 *)(d) - (u8 *)(ext))) 253 #define xf_ext_param_data(d, t) \ argument 254 ((t *)&(d)[1]) 256 #define xf_ext_param_setup(d, i, t, s) \ argument 257 ((d)->id = (i), (d)->length = (s), xf_ext_param_data(d, t))
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/certs/ |
D | trusted.pem | 5 15:c1:c9:dc:34:7b:fe:e5:df:57:7d:7f:33:bb:be:b0:71:03:0e:32 17 32:7a:93:4d:4e:45:f4:4e:4e:c2:73:bd:b2:f9:57: 18 72:15:e8:cc:94:a8:62:9b:85:1b:8d:d9:23:ff:5e: 23 54:bb:1f:19:57:12:0c:32:2e:e5:e6:2a:05:4d:17: 27 1b:b9:08:e3:b6:f3:d5:a8:97:7a:1d:f8:8d:e9:4a: 28 47:7d:b5:7c:a9:75:fc:35:b7:17:40:8b:4a:3d:3f: 38 c7:b0:fc:95:b7:6f:cb:43:92:f8:28:3c:8c:4d:b9:eb:28:8c: 40 7c:c8:68:9c:80:ab:6d:0c:8a:95:9e:89:e2:12:d5:57:dc:02: 41 91:84:27:32:ac:12:fa:e4:87:d6:5d:57:fa:aa:f7:64:27:1a: 42 9a:04:d9:da:1a:e1:24:5c:b8:1c:47:a8:0b:8a:9d:2f:4f:ae: [all …]
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/input/ |
D | foo.types | 1 FooBoolean 8 %d 2 FooInt 32 %d 3 FooShort 16 %d 7 FooChar 8 %d
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.types | 2 GLboolean 8 %d 9 GLint 32 %d 11 GLshort 16 %d 12 GLsizei 32 %d 17 GLchar 8 %d
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.types | 2 GLboolean 8 %d 9 GLint 32 %d 11 GLshort 16 %d 12 GLsizei 32 %d 17 GLchar 8 %d
|