Home
last modified time | relevance | path

Searched refs:rit (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c1151 RegionInfo *rit; /* &ri[j] */ in RegionValidate() local
1210 for (j = numRI, rit = ri; --j >= 0; rit++) { in RegionValidate()
1211 reg = &rit->reg; in RegionValidate()
1236 Coalesce(reg, rit->prevBand, rit->curBand); in RegionValidate()
1237 rit->curBand = reg->data->numRects; in RegionValidate()
1250 rit = (RegionInfo *) reallocarray(ri, sizeRI, sizeof(RegionInfo)); in RegionValidate()
1251 if (!rit) in RegionValidate()
1253 ri = rit; in RegionValidate()
1254 rit = &ri[numRI]; in RegionValidate()
1257 rit->prevBand = 0; in RegionValidate()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dwrite.hpp169 rit = boost::begin(rings); rit != boost::end(rings); ++rit) in apply() local
173 it = boost::begin(*rit); it != boost::end(*rit); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp331 rev_iterator rit = output.rbegin(); in add_to_hull() local
332 point_type const last = *rit++; in add_to_hull()
333 point_type const& last2 = *rit++; in add_to_hull()
335 if (Factor * side::apply(*rit, last, last2) <= 0) in add_to_hull()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp330 for (auto rit = mapRemoves.rbegin(); rit != mapRemoves.rend(); ++rit) { in modelUpdated() local
331 const QQmlChangeSet::Change &c = removes.at(rit->second); in modelUpdated()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp265 QJsonObject::const_iterator rit = response.constFind(QLatin1String("View")); in checkDocument() local
266 if (rit == response.constEnd()) { in checkDocument()
269 } else if (!rit.value().isArray()) { in checkDocument()
274 QJsonArray view = rit.value().toArray(); in checkDocument()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview.cpp193 for (auto rit = mapRemoves.rbegin(); rit != mapRemoves.rend(); ++rit) { in modelUpdated() local
194 const QQmlChangeSet::Change &c = removes.at(rit->second); in modelUpdated()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp744 std::map<int, SmartPtr<RkAiqSensorExpParamsProxy>>::reverse_iterator rit; in getEffectiveExpParams() local
746 for (rit = _effecting_exp_map.rbegin(); rit != _effecting_exp_map.rend(); rit++) { in getEffectiveExpParams()
747 if (rit->first <= search_id) in getEffectiveExpParams()
751 if (rit == _effecting_exp_map.rend()) { in getEffectiveExpParams()
753 rit = _effecting_exp_map.rbegin(); in getEffectiveExpParams()
755 rit->first, search_id); in getEffectiveExpParams()
762 expParams = rit->second; in getEffectiveExpParams()
766 __FUNCTION__, mCamPhyId, search_id, rit->first, in getEffectiveExpParams()
771 __FUNCTION__, mCamPhyId, search_id, rit->first, in getEffectiveExpParams()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp637 rit = boost::const_rbegin(pc.robust_turns); in insert_rescaled_piece_turns() local
638 rit != boost::const_rend(pc.robust_turns); in insert_rescaled_piece_turns()
639 ++rit, --index_offset) in insert_rescaled_piece_turns()
641 … signed_size_type const index_in_vector = 1 + rit->seg_id.segment_index - piece_segment_index; in insert_rescaled_piece_turns()
648 … pc.robust_ring.insert(boost::begin(pc.robust_ring) + index_in_vector, rit->point); in insert_rescaled_piece_turns()
651 …m_turns[rit->turn_index].operations[rit->operation_index].index_in_robust_ring = index_in_vector +… in insert_rescaled_piece_turns()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dnetserver_permissions.patch2 From: Andrew Elble <aweits@rit.edu>
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp1296 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::reverse_iterator rit = algo_map->rbegin(); in addAlgo() local
1298 algo.id = rit->first + 1; in addAlgo()
1310 rit->second->setNextHdl(new_hdl.ptr()); in addAlgo()
1454 std::map<int, SmartPtr<RkAiqCamgroupHandle>>::reverse_iterator rit = algo_map->rbegin(); in getEnabledAxlibCtx() local
1455 if (rit != algo_map->rend() && rit->second->getEnable()) in getEnabledAxlibCtx()
1456 return rit->second->getAlgoCtx(); in getEnabledAxlibCtx()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dlinear_areal.hpp396 for ( turn_iterator rit = it ; rit != next ; ++rit ) in apply() local
399 if ( !analyser.apply(it, rit, next) ) in apply()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1274 std::map<int, SmartPtr<RkAiqHandle>>::reverse_iterator rit = algo_map->rbegin(); in addAlgo() local
1276 algo.id = rit->first + 1; in addAlgo()
1302 rit->second->setNextHdl(new_hdl.ptr()); in addAlgo()
1572 std::map<int, SmartPtr<RkAiqHandle>>::reverse_iterator rit = algo_map->rbegin(); in getEnabledAxlibCtx() local
1573 if (rit != algo_map->rend() && rit->second->getEnable()) in getEnabledAxlibCtx()
1574 return rit->second->getAlgoCtx(); in getEnabledAxlibCtx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h765 u8 *rit; member
H A Dbna_tx_rx.c305 memcpy(&req->table[0], rxf->rit, rxf->rit_size); in bna_bfi_rit_cfg()
567 rxf->rit[offset] = rxp->cq.ccb->id; in bna_rit_init()
627 rxf->rit = (u8 *) in bna_rxf_init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp4056 std::map<uint32_t, SmartPtr<RkAiqIspEffParamsProxy>>::reverse_iterator rit; in getEffectiveIspParams() local
4058 rit = _effecting_ispparam_map.rbegin(); in getEffectiveIspParams()
4061 mCamPhyId, search_id, rit->first); in getEffectiveIspParams()
4062 if (search_id >= rit->first ) { in getEffectiveIspParams()
4064 mCamPhyId, search_id, rit->first); in getEffectiveIspParams()
4067 } while (++rit != _effecting_ispparam_map.rend()); in getEffectiveIspParams()
4069 if (rit == _effecting_ispparam_map.rend()) { in getEffectiveIspParams()
4079 ispParams = rit->second->data()->result; in getEffectiveIspParams()
H A DIsp20Params.cpp356 std::map<uint32_t, params_t>::reverse_iterator rit = mParamsMap.rbegin(); in deQueOne() local
358 … if (rit->first - mLatestReadyFrmId != (uint32_t)(-1) && rit->first - mLatestReadyFrmId > 5) { in deQueOne()
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv3496 …��������������������������������^Z�����������������������������������������rit^DP��^Yh[FB>83266347…
3499 …jiggggggghhimpswyyxwrnjgfghhiffggfec`YNC:.*-.155531/-.1/.0120123110/0203(I|rit���������������|x}ww…
4260 …�������������������������������Z]�����������������������������������������rit[BT��]ZfWEB>83266347…
4830 …}}|~}}}}~}}~}}}~}|~��}}~�~~�}~zpnmllllljijkiikklklkjjlnnlkmnnmmnou~|rit~|}~}|~���������…