Searched refs:rem (Results 1 - 8 of 8) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h93 int rem; member in class:nl_iterator
97 rem = nla_len(attr);
100 return nla_ok(pos, rem);
103 pos = (struct nlattr *)nla_next(pos, &(rem));
342 #define for_each_attr(pos, nla, rem) \
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/
H A Dcpp_bindings.h110 int rem; member in class:nl_iterator
114 rem = nla_len(attr);
117 return nla_ok(pos, rem);
120 pos = (struct nlattr *)nla_next(pos, &(rem));
404 #define for_each_attr(pos, nla, rem) \
405 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
406 nla_ok(pos, rem); \
407 pos = (nlattr *)nla_next(pos, &(rem)))
H A Dllstats.cpp258 int rem; local
277 for (rateInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]);
278 nla_ok(rateInfo, rem);
279 rateInfo = nla_next(rateInfo, &(rem)))
293 int i=0, rem; local
310 for (wmmInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO]), rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO]);
311 nla_ok(wmmInfo, rem);
312 wmmInfo = nla_next(wmmInfo, &(rem)))
326 int rem; local
346 for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem
380 int rem; local
446 int rem; local
[all...]
H A Dgscan_event_handler.cpp146 int rem = 0; local
152 rem = nla_len(tb_vendor[
155 nla_ok(scanResultsInfo, rem);
156 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
284 int rem = 0; local
292 rem = nla_len(tb_vendor[
294 nla_ok(scanResultsInfo, rem);
295 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
804 int rem = 0; local
874 rem
[all...]
H A Dgscan.cpp1440 int rem = 0; local
1446 rem = nla_len(tb_vendor[
1449 nla_ok(scanResultsInfo, rem);
1450 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h777 L_BIT_ARR_DEFN(rem)
808 L_BIT_ARR_1(rem, depth)
810 L_BIT_ARR_0(rem, depth)
861 /* num_sub = 2 * (num_sub - rem[depth]) + rem[depth] + 1 */
863 num_sub += L_BIT_ARR_VAL(rem, depth) ? 0 : 1;
892 num_sub += L_BIT_ARR_VAL(rem, depth) ? 1 : 0;
/hardware/intel/img/libdrm/tests/modetest/
H A Dmodetest.c366 fb_ptr[i] = 0x00130502 * (d.quot >> 6) + 0x000a1120 * (d.rem >> 6);
448 fb_ptr[i] = 0x00130502 * (d.quot >> 6) + 0x000a1120 * (d.rem >> 6);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6107 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);

Completed in 194 milliseconds