/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 93 int rem; variable 97 rem = nla_len(attr); in nl_iterator() 100 return nla_ok(pos, rem); in has_next() 103 pos = (struct nlattr *)nla_next(pos, &(rem)); in next() 342 #define for_each_attr(pos, nla, rem) \ argument 343 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \ 344 nla_ok(pos, rem); \ 345 pos = (nlattr *)nla_next(pos, &(rem)))
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | llstats.cpp | 258 int rem; in get_wifi_peer_info() local 277 …*) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor… in get_wifi_peer_info() 278 nla_ok(rateInfo, rem); in get_wifi_peer_info() 279 rateInfo = nla_next(rateInfo, &(rem))) in get_wifi_peer_info() 293 int i=0, rem; in get_wifi_iface_stats() local 310 …uct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO]), rem = nla_len(tb_vendor… in get_wifi_iface_stats() 311 nla_ok(wmmInfo, rem); in get_wifi_iface_stats() 312 wmmInfo = nla_next(wmmInfo, &(rem))) in get_wifi_iface_stats() 326 int rem; in get_wifi_radio_stats() local 346 …for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = … in get_wifi_radio_stats() [all …]
|
D | cpp_bindings.h | 110 int rem; variable 114 rem = nla_len(attr); in nl_iterator() 117 return nla_ok(pos, rem); in has_next() 120 pos = (struct nlattr *)nla_next(pos, &(rem)); in next() 404 #define for_each_attr(pos, nla, rem) \ argument 405 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \ 406 nla_ok(pos, rem); \ 407 pos = (nlattr *)nla_next(pos, &(rem)))
|
D | gscan_event_handler.cpp | 146 int rem = 0; in gscan_get_hotlist_ap_found_results() local 152 rem = nla_len(tb_vendor[ in gscan_get_hotlist_ap_found_results() 155 nla_ok(scanResultsInfo, rem); in gscan_get_hotlist_ap_found_results() 156 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_hotlist_ap_found_results() 284 int rem = 0; in gscan_get_significant_change_results() local 292 rem = nla_len(tb_vendor[ in gscan_get_significant_change_results() 294 nla_ok(scanResultsInfo, rem); in gscan_get_significant_change_results() 295 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_significant_change_results() 804 int rem = 0; in handleEvent() local 874 rem = nla_len(tbVendor[ in handleEvent() [all …]
|
D | gscan.cpp | 1440 int rem = 0; in gscan_get_cached_results() local 1446 rem = nla_len(tb_vendor[ in gscan_get_cached_results() 1449 nla_ok(scanResultsInfo, rem); in gscan_get_cached_results() 1450 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_cached_results()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 777 L_BIT_ARR_DEFN(rem) in L_() 808 L_BIT_ARR_1(rem, depth) in L_() 810 L_BIT_ARR_0(rem, depth) in L_() 863 num_sub += L_BIT_ARR_VAL(rem, depth) ? 0 : 1; in L_() 892 num_sub += L_BIT_ARR_VAL(rem, depth) ? 1 : 0; in L_()
|
/hardware/intel/img/libdrm/tests/modetest/ |
D | modetest.c | 366 fb_ptr[i] = 0x00130502 * (d.quot >> 6) + 0x000a1120 * (d.rem >> 6); in create_test_buffer() 448 fb_ptr[i] = 0x00130502 * (d.quot >> 6) + 0x000a1120 * (d.rem >> 6); in create_test_buffer()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Utils.c | 6107 OMX_U32 rem = 0; /* modulus */ local 6137 rem = (off + fl) % 4; 6138 if (rem > 0) { 6139 pad = 4 - rem; 6144 … OMX_PRINT1(pComponentPrivate->dbg,"off=%d,fl=%d,rem=%d,pad=%d,len=%d\n", off, fl, rem, pad, len);
|