/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 140 wifi_scan_result *results, in gscan_get_hotlist_ap_found_results() argument 172 results[i].ts = in gscan_get_hotlist_ap_found_results() 189 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len; in gscan_get_hotlist_ap_found_results() 190 memcpy((void *)&results[i].ssid, in gscan_get_hotlist_ap_found_results() 205 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len; in gscan_get_hotlist_ap_found_results() 206 memcpy(&results[i].bssid, in gscan_get_hotlist_ap_found_results() 218 results[i].channel = in gscan_get_hotlist_ap_found_results() 230 results[i].rssi = in gscan_get_hotlist_ap_found_results() 242 results[i].rtt = in gscan_get_hotlist_ap_found_results() 254 results[i].rtt_sd = in gscan_get_hotlist_ap_found_results() [all …]
|
D | gscan.cpp | 1071 wifi_scan_result *results, in wifi_get_cached_gscan_results() argument 1075 wifi_scan_result *result = results; in wifi_get_cached_gscan_results() 1086 if (results == NULL) { in wifi_get_cached_gscan_results() 1170 results); in wifi_get_cached_gscan_results() 1185 results); in wifi_get_cached_gscan_results() 1208 ((u8 *)&results[i] + sizeof(wifi_scan_result) + in wifi_get_cached_gscan_results() 1434 wifi_scan_result *results, in gscan_get_cached_results() argument 1466 results[i].ts = in gscan_get_cached_results() 1483 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len; in gscan_get_cached_results() 1484 memcpy((void *)&results[i].ssid, in gscan_get_cached_results() [all …]
|
D | gscancommand.h | 68 wifi_scan_result *results; member 109 unsigned num_results, wifi_scan_result *results); 113 wifi_significant_change_result **results); 174 wifi_scan_result *results);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 131 int max, wifi_scan_result *results, int *num); 136 unsigned num_results, wifi_scan_result *results); 138 unsigned num_results, wifi_scan_result *results); 171 unsigned num_results, wifi_significant_change_result **results);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_sad_sse3.asm | 177 ; int *results) 219 ; int *results) 257 ; int *results) 286 ; int *results) 311 ; int *results)
|
D | vp9_variance_impl_mmx.asm | 282 ; Now accumulate the final results. 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory 397 ; Now accumulate the final results. 398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
|
D | vp9_sad_ssse3.asm | 154 ; int *results) 267 ; int *results)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | sad_sse3.asm | 382 ; int *results) 424 ; int *results) 462 ; int *results) 491 ; int *results) 516 ; int *results) 705 ; int *results) 756 ; int *results) 803 ; int *results) 836 ; int *results) 865 ; int *results)
|
D | subpixel_sse2.asm | 393 movq QWORD PTR [rdi], xmm2 ; store the results in the destination 508 movdqa XMMWORD PTR [rdi], xmm1 ; store the results in the destination 618 movq QWORD PTR [rdi], xmm4 ; store the results in the destination 733 movq QWORD Ptr [rdi], xmm4 ; store the results in the destination 783 movq QWORD Ptr [rdi+8], xmm4 ; store the results in the destination 880 movq QWORD PTR [rdi], xmm2 ; store the results in the destination 1098 movdqa [rdi], xmm3 ; store the results in the destination 1163 movdqa [rdi], xmm3 ; store the results in the destination 1207 movdqa [rdi], xmm3 ; store the results in the destination 1349 movq [rdi], xmm3 ; store the results in the destination
|
D | subpixel_mmx.asm | 93 movq [rdi], mm3 ; store the results in the destination 188 movd [rdi],mm3 ; store the results in the destination
|
D | variance_impl_mmx.asm | 282 ; Now accumulate the final results. 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory 397 ; Now accumulate the final results. 398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
|
D | sad_ssse3.asm | 154 ; int *results) 267 ; int *results)
|
D | subpixel_ssse3.asm | 477 movq MMWORD PTR [rdi], xmm2 ;store the results 990 movdqa [rdi], xmm5 ; store the results in the destination 1109 movdqa [rdi], xmm2 ; store the results in the destination 1121 movdqa [rdi], xmm5 ; store the results in the destination 1256 movq [rdi], xmm7 ; store the results in the destination
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 237 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr) in parseScanResults() argument 239 memset(results, 0, sizeof(wifi_scan_result) * num); in parseScanResults() 247 wifi_scan_result *result = results + i; in parseScanResults() 785 wifi_scan_result *results, int max, int *num) in GetScanResultsCommand() argument 786 : WifiCommand(iface, -1), mResults(results), mMax(max), mNum(num), in GetScanResultsCommand() 891 wifi_scan_result *results = (wifi_scan_result *)it2.get_data(); in handleResponse() local 893 wifi_scan_result *result = results + i; in handleResponse() 916 int max, wifi_scan_result *results, int *num) { in wifi_get_cached_gscan_results() argument 920 GetScanResultsCommand *cmd = new GetScanResultsCommand(iface, flush, results, max, num); in wifi_get_cached_gscan_results()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 30 ; transposed rows) and then transpose the results (so that it goes back 107 ; transpose the results 157 ; The results are in two registers, one of them being swapped. This will
|
D | vp9_idct32x32_add_neon.asm | 102 ; Combine-add results with current destination content 103 ; q6-q9 contain the results (out[j * 32 + 0-31]) 136 ; Combine-add results with current destination content 137 ; q6-q9 contain the results (out[j * 32 + 0-31]) 170 ; Combine-add results with current destination content 171 ; q4-q7 contain the results (out[j * 32 + 0-31]) 204 ; Combine-add results with current destination content 205 ; q4-q7 contain the results (out[j * 32 + 0-31]) 280 ; (used) two for results, well four d registers 323 ; results of the first pass (transpose and transform rows) [all …]
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 58 * These are struct declaratios for the function results
|
D | loc_api.xdr | 83 * These are struct declarations for the function results
|
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 25 - Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | sad_test.cc | 168 void SADs(unsigned int *results) { in SADs() argument 174 results)); in SADs()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 67 * These are struct declaratios for the function results
|
D | loc_api.xdr | 92 * These are struct declarations for the function results
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 73 ; use input buffer to store intermediate results
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 87 * These are struct declaratios for the function results
|
D | loc_api.xdr | 112 * These are struct declarations for the function results
|