Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 25 of 30) sorted by relevance

12

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Difaceeventhandler.h126 #define for_each_nested_attribute(pos, nla, rem) \ argument
127 for (pos = (struct nlattr *)nla_data(nla), rem = nla_len(nla); \
128 nla_ok(pos, rem); \
129 pos = nla_next(pos, &(rem)))
Dgscan_event_handler.cpp224 int rem = 0; in gscan_parse_hotlist_ap_results() local
230 rem = nla_len(tb_vendor[ in gscan_parse_hotlist_ap_results()
233 nla_ok(scanResultsInfo, rem); in gscan_parse_hotlist_ap_results()
234 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_parse_hotlist_ap_results()
357 int rem = 0; in gscan_get_significant_change_results() local
365 rem = nla_len(tb_vendor[ in gscan_get_significant_change_results()
367 nla_ok(scanResultsInfo, rem); in gscan_get_significant_change_results()
368 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_significant_change_results()
468 int rem = 0; in gscan_parse_hotlist_ssid_results() local
473 rem = nla_len(tb_vendor[ in gscan_parse_hotlist_ssid_results()
[all …]
Dradio_mode.cpp110 int rem; in handleEvent() local
119 rem = nla_len(mtb_vendor[QCA_WLAN_VENDOR_ATTR_MAC_INFO]); in handleEvent()
120 nla_ok(modeInfo, rem);modeInfo = nla_next(modeInfo, &(rem))) { in handleEvent()
Dcpp_bindings.h110 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()
490 #define for_each_attr(pos, nla, rem) \ argument
491 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
492 nla_ok(pos, rem); \
493 pos = (nlattr *)nla_next(pos, &(rem)))
Dllstats.cpp448 int rem; in get_wifi_peer_info() local
498 …*) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor… in get_wifi_peer_info()
499 nla_ok(rateInfo, rem); in get_wifi_peer_info()
500 rateInfo = nla_next(rateInfo, &(rem))) in get_wifi_peer_info()
520 int i=0, rem; in get_wifi_iface_stats() local
657 rem = nla_len(tb_vendor[ in get_wifi_iface_stats()
659 nla_ok(wmmInfo, rem); in get_wifi_iface_stats()
660 wmmInfo = nla_next(wmmInfo, &(rem))) in get_wifi_iface_stats()
684 int rem; in get_wifi_radio_stats() local
792 …for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = … in get_wifi_radio_stats()
[all …]
Dnan_ind.cpp1120 int rem; in getNdpConfirm() local
1182 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpConfirm()
1183 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpConfirm()
1184 chInfo = nla_next(chInfo, &(rem))) { in getNdpConfirm()
1223 int rem; in getNdpScheduleUpdate() local
1236 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpScheduleUpdate()
1237 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpScheduleUpdate()
1238 chInfo = nla_next(chInfo, &(rem))) { in getNdpScheduleUpdate()
Difaceeventhandler.cpp275 int rem; in handle_response_usable_channels() local
290 tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO], rem) { in handle_response_usable_channels()
Dgscan.cpp1390 int rem = 0, remResults = 0; in gscan_get_cached_results() local
1397 rem = nla_len(tb_vendor[ in gscan_get_cached_results()
1399 nla_ok(scanResultsInfo, rem) && i < mGetCachedResultsRspParams->max; in gscan_get_cached_results()
1400 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_cached_results()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcpp_bindings.h113 int rem; variable
117 rem = nla_len(attr); in nl_iterator()
120 return nla_ok(pos, rem); in has_next()
123 pos = (struct nlattr *)nla_next(pos, &(rem)); in next()
378 #define for_each_attr(pos, nla, rem) \ argument
379 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
380 nla_ok(pos, rem); \
381 pos = (nlattr *)nla_next(pos, &(rem)))
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Difaceeventhandler.h136 #define for_each_nested_attribute(pos, nla, rem) \ argument
137 for (pos = (struct nlattr *)nla_data(nla), rem = nla_len(nla); \
138 nla_ok(pos, rem); \
139 pos = nla_next(pos, &(rem)))
Dgscan_event_handler.cpp224 int rem = 0; in gscan_parse_hotlist_ap_results() local
230 rem = nla_len(tb_vendor[ in gscan_parse_hotlist_ap_results()
233 nla_ok(scanResultsInfo, rem); in gscan_parse_hotlist_ap_results()
234 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_parse_hotlist_ap_results()
357 int rem = 0; in gscan_get_significant_change_results() local
365 rem = nla_len(tb_vendor[ in gscan_get_significant_change_results()
367 nla_ok(scanResultsInfo, rem); in gscan_get_significant_change_results()
368 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_significant_change_results()
468 int rem = 0; in gscan_parse_hotlist_ssid_results() local
473 rem = nla_len(tb_vendor[ in gscan_parse_hotlist_ssid_results()
[all …]
Dcpp_bindings.h116 int rem; variable
120 rem = nla_len(attr); in nl_iterator()
123 return nla_ok(pos, rem); in has_next()
126 pos = (struct nlattr *)nla_next(pos, &(rem)); in next()
502 #define for_each_attr(pos, nla, rem) \ argument
503 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
504 nla_ok(pos, rem); \
505 pos = (nlattr *)nla_next(pos, &(rem)))
Dllstats.cpp462 int rem; in get_wifi_peer_info() local
512 …*) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor… in get_wifi_peer_info()
513 nla_ok(rateInfo, rem); in get_wifi_peer_info()
514 rateInfo = nla_next(rateInfo, &(rem))) in get_wifi_peer_info()
534 int i=0, rem; in get_wifi_iface_stats() local
671 rem = nla_len(tb_vendor[ in get_wifi_iface_stats()
673 nla_ok(wmmInfo, rem); in get_wifi_iface_stats()
674 wmmInfo = nla_next(wmmInfo, &(rem))) in get_wifi_iface_stats()
698 int rem; in get_wifi_radio_stats() local
806 …for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = … in get_wifi_radio_stats()
[all …]
Dradio_mode.cpp158 int rem; in handleEvent() local
167 rem = nla_len(mtb_vendor[QCA_WLAN_VENDOR_ATTR_MAC_INFO]); in handleEvent()
168 nla_ok(modeInfo, rem);modeInfo = nla_next(modeInfo, &(rem))) { in handleEvent()
Dwifihal_vendor.cpp275 int rem; in GetPktInfo() local
282 rem = nla_len(tbvendor[QCA_ATTR_NUD_STATS_DATA_PKT_STATS]); in GetPktInfo()
283 nla_ok(tb, rem); tb = nla_next(tb, &(rem))) in GetPktInfo()
Dnan_ind.cpp1187 int rem; in getNdpConfirm() local
1253 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpConfirm()
1254 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpConfirm()
1255 chInfo = nla_next(chInfo, &(rem))) { in getNdpConfirm()
1294 int rem; in getNdpScheduleUpdate() local
1307 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpScheduleUpdate()
1308 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpScheduleUpdate()
1309 chInfo = nla_next(chInfo, &(rem))) { in getNdpScheduleUpdate()
Difaceeventhandler.cpp277 int rem; in handle_response_usable_channels() local
292 tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO], rem) { in handle_response_usable_channels()
707 int rem = 0, num_dfs_entries = 0; in wifiParseRadarHistory() local
735 rem) { in wifiParseRadarHistory()
Dgscan.cpp1427 int rem = 0, remResults = 0; in gscan_get_cached_results() local
1434 rem = nla_len(tb_vendor[ in gscan_get_cached_results()
1436 nla_ok(scanResultsInfo, rem) && i < mGetCachedResultsRspParams->max; in gscan_get_cached_results()
1437 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_cached_results()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h113 int rem; variable
117 rem = nla_len(attr); in nl_iterator()
120 return nla_ok(pos, rem); in has_next()
123 pos = (struct nlattr *)nla_next(pos, &(rem)); in next()
383 #define for_each_attr(pos, nla, rem) \ argument
384 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
385 nla_ok(pos, rem); \
386 pos = (nlattr *)nla_next(pos, &(rem)))
/hardware/google/gfxstream/guest/mesa/src/util/
Dlog.c155 int rem; in logger_vasnprintf() member
160 .rem = size, in logger_vasnprintf()
168 int ret = func(state.cur, state.rem, __VA_ARGS__); \ in logger_vasnprintf()
173 if (ret >= state.rem) \ in logger_vasnprintf()
174 ret = state.rem; \ in logger_vasnprintf()
176 state.rem -= ret; \ in logger_vasnprintf()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp918 unsigned int rem = i - (z * plane_blocks); in compress_image() local
919 int y = rem / row_blocks; in compress_image()
920 int x = rem - (y * row_blocks); in compress_image()
1249 unsigned int rem = i - (z * plane_blocks); in astcenc_decompress_image() local
1250 int y = rem / row_blocks; in astcenc_decompress_image()
1251 int x = rem - (y * row_blocks); in astcenc_decompress_image()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dkhronos.css321 #header > h1:first-child { color: black; margin-top: 2.25rem; margin-bottom: 0; }
334 …m: 1px solid #ddd; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; }
350 #toc.toc2 #toctitle { margin-top: 0; margin-bottom: 0.8rem; font-size: 1.2em; }
429 … attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height…
451 .quoteblock blockquote, .quoteblock blockquote p { color: #333; font-size: 1.15rem; line-height: 1.…
461 .verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: #333; f…
463 .verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; }
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp68 uint32_t rem = v % align; in s_texAlign() local
69 return rem ? (v + (align - rem)) : v; in s_texAlign()
DTextureUtils.cpp913 uint32_t rem = v % align; in s_texAlign() local
914 return rem ? (v + (align - rem)) : v; in s_texAlign()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c460 for (; screen_iter.rem; xcb_screen_next (&screen_iter)) { in get_screen_for_root()
475 for (; depth_iter.rem; xcb_depth_next (&depth_iter)) { in screen_get_visualtype()
479 for (; visual_iter.rem; xcb_visualtype_next (&visual_iter)) { in screen_get_visualtype()
500 for (; screen_iter.rem; xcb_screen_next (&screen_iter)) { in connection_get_visualtype()

12