Home
last modified time | relevance | path

Searched refs:i_res (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dazimuth.hpp67 inverse_result i_res = inverse_type::apply(calc_t(lon1_rad), calc_t(lat1_rad), in apply() local
70 a1 = i_res.azimuth; in apply()
71 a2 = i_res.reverse_azimuth; in apply()
86 inverse_result i_res = inverse_type::apply(calc_t(lon1_rad), calc_t(lat1_rad), in apply() local
89 a1 = i_res.azimuth; in apply()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dmain.c45 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_init_inode_once()
46 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_init_inode_once()
H A Drgrp.c596 struct gfs2_inode *ip = container_of(rs, struct gfs2_inode, i_res); in dump_rs()
675 gfs2_rs_deltree(&ip->i_res); in gfs2_rs_delete()
1463 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert()
1538 struct gfs2_blkreserv *rs = &ip->i_res; in rg_mblk_search()
1608 while ((rs_cmp(block, length, rs) == 0) && (&ip->i_res != rs)) { in gfs2_next_unreserved_block()
1720 if ((ip == NULL || !gfs2_rs_active(&ip->i_res)) && in gfs2_rbm_find()
2011 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_inplace_reserve()
2277 struct gfs2_blkreserv *rs = &ip->i_res; in gfs2_adjust_reservation()
2320 if (gfs2_rs_active(&ip->i_res)) { in gfs2_set_alloc_start()
2321 *rbm = ip->i_res.rs_rbm; in gfs2_set_alloc_start()
[all …]
H A Dtrans.h30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rbm.rgd; in gfs2_rg_blocks()
H A Dsuper.c1424 if (gfs2_rs_active(&ip->i_res)) in gfs2_evict_inode()
1425 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1437 gfs2_rs_deltree(&ip->i_res); in gfs2_evict_inode()
1472 memset(&ip->i_res, 0, sizeof(ip->i_res)); in gfs2_alloc_inode()
1473 RB_CLEAR_NODE(&ip->i_res.rs_node); in gfs2_alloc_inode()
H A Dfile.c720 if (gfs2_rs_active(&ip->i_res)) in gfs2_release()
1209 gfs2_rs_deltree(&ip->i_res); in gfs2_fallocate()
H A Dincore.h416 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */ member
H A Dbmap.c1545 if (gfs2_rs_active(&ip->i_res) && in sweep_bh_for_rgrps()
1546 rgd == ip->i_res.rs_rbm.rgd) in sweep_bh_for_rgrps()
1547 gfs2_rs_deltree(&ip->i_res); in sweep_bh_for_rgrps()
H A Dtrace_gfs2.h611 i_res)->i_no_addr;
H A Dinode.c814 gfs2_rs_deltree(&ip->i_res); in gfs2_create_inode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Darea_formulas.hpp420 inverse_result i_res = inverse_type::apply(get_as_radian<0>(p1), in ellipsoidal() local
426 CT alp1 = i_res.azimuth; in ellipsoidal()
427 CT alp2 = i_res.reverse_azimuth; in ellipsoidal()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp4267 cam3aResultList::iterator i_res = results.begin(); in get_3a_result() local
4270 for ( ; i_res != results.end(); ++i_res) { in get_3a_result()
4271 if (type == (*i_res)->getType ()) { in get_3a_result()
4272 res = (*i_res); in get_3a_result()
H A DCamHwIsp20.cpp5949 cam3aResultList::iterator i_res = results.begin(); in get_3a_module_result() local