| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | logo-3.STL | 3 outer loop 10 outer loop 17 outer loop 24 outer loop 31 outer loop 38 outer loop 45 outer loop 52 outer loop 59 outer loop 66 outer loop [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_ecn.h | 45 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 47 outer &= ~INET_ECN_MASK; in INET_ECN_encapsulate() 48 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate() 50 return outer; in INET_ECN_encapsulate() 236 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument 239 switch (outer & INET_ECN_MASK) { in __INET_ECN_decapsulate() 250 *set_ce = INET_ECN_is_ce(outer); in __INET_ECN_decapsulate() 255 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument 260 rc = __INET_ECN_decapsulate(outer, inner, &set_ce); in INET_ECN_decapsulate() 264 else if ((outer & INET_ECN_MASK) == INET_ECN_ECT_1) in INET_ECN_decapsulate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | assign_parents.hpp | 176 inline bool apply(Item const& outer, Item const& inner, bool first = true) in apply() 178 if (first && outer.abs_area < inner.abs_area) in apply() 181 apply(inner, outer, false); in apply() 186 || (math::larger(outer.real_area, 0) in apply() 191 if (geometry::covered_by(inner_in_map.point, outer.envelope) in apply() 192 && within_selected_input(inner_in_map, inner.id, outer.id, in apply() 200 || outer.abs_area < inner_in_map.parent_area) in apply() 202 inner_in_map.parent = outer.id; in apply() 203 inner_in_map.parent_area = outer.abs_area; in apply() 302 ring_info_type& outer = ring_map[id_of_positive]; in assign_parents() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_matcher.c | 216 mask.outer = matcher->mask.outer; in dr_matcher_set_ste_builders() 258 if (dr_mask_is_smac_set(&mask.outer) && in dr_matcher_set_ste_builders() 259 dr_mask_is_dmac_set(&mask.outer)) { in dr_matcher_set_ste_builders() 264 if (dr_mask_is_smac_set(&mask.outer)) in dr_matcher_set_ste_builders() 267 if (DR_MASK_IS_L2_DST(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders() 271 if (dr_mask_is_dst_addr_set(&mask.outer)) in dr_matcher_set_ste_builders() 275 if (dr_mask_is_src_addr_set(&mask.outer)) in dr_matcher_set_ste_builders() 279 if (DR_MASK_IS_ETH_L4_SET(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders() 283 if (dr_mask_is_ipv4_5_tuple_set(&mask.outer)) in dr_matcher_set_ste_builders() 287 if (dr_mask_is_ttl_set(&mask.outer)) in dr_matcher_set_ste_builders() [all …]
|
| H A D | dr_ste.c | 779 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_bit_mask() 991 dr_ste_copy_mask_spec(buff, &set_param->outer); in mlx5dr_ste_copy_param() 1052 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_tag() 1109 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_dst_bit_mask() 1121 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_dst_tag() 1147 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_src_bit_mask() 1159 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_src_tag() 1186 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv4_5_tuple_bit_mask() 1219 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv4_5_tuple_tag() 1257 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_or_dst_bit_mask() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewmExt.h | 42 const BoxRec *outer, 45 const BoxRec *outer, 49 const BoxRec *outer, const BoxRec *inner,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | polygon.hpp | 87 inline ring_type const& outer() const { return m_outer; } in outer() function in boost::geometry::model::polygon 90 inline ring_type& outer() { return m_outer; } in outer() function in boost::geometry::model::polygon 312 return p.outer(); in get() 318 return p.outer(); in get()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | checksum-offloads.rst | 57 encapsulated packet both the inner and outer checksums may need to be edited or 84 LCO is a technique for efficiently computing the outer checksum of an 99 compute the outer checksum without looking at the payload: we simply stop 104 skb_checksum_help()), the outer checksum will become correct by virtue of the 107 LCO is performed by the stack when constructing an outer UDP header for an 120 LCO can safely be used for nested encapsulations; in this case, the outer 131 allowing the outer checksum to be offloaded. It does, however, involve a
|
| H A D | segmentation-offloads.rst | 69 contain additional headers such as an outer tunnel. In order to account 78 refer to the tunnel headers as the outer headers, while the encapsulated 98 fact that the outer header also requests to have a non-zero checksum 99 included in the outer header. 103 headers will be left with a partial checksum and only the outer header 139 only the inner-most transport header and possibly the outer-most network 146 is the outer IPv4 ID field. It is up to the device drivers to guarantee
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/ |
| H A D | minimum_category.hpp | 73 > outer; typedef 75 typedef typename outer::template apply<T1,T2> inner;
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0011-elf-Ignore-LD_AUDIT-interfaces-if-la_version-returns.patch | 392 - for (unsigned int outer = 0; outer < 2; ++outer) 399 - ls[outer]->l_audit[cnt].bindflags 400 - = afct->objopen (ls[outer], LM_ID_BASE, 401 - &ls[outer]->l_audit[cnt].cookie); 403 - ls[outer]->l_audit_any_plt 404 - |= ls[outer]->l_audit[cnt].bindflags != 0;
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 121 const BoxRec *outer, in xprFrameDraw() argument 132 if (xp_frame_draw(wid, class, attr, outer, inner, in xprFrameDraw()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lockdep.h | 189 struct lock_class_key *key, int subclass, u8 inner, u8 outer, u8 lock_type); 193 struct lock_class_key *key, int subclass, u8 inner, u8 outer) in lockdep_init_map_waits() argument 195 lockdep_init_map_type(lock, name, key, subclass, inner, outer, LD_LOCK_NORMAL); in lockdep_init_map_waits() 354 # define lockdep_init_map_type(lock, name, key, sub, inner, outer, type) \ argument 356 # define lockdep_init_map_waits(lock, name, key, sub, inner, outer) \ argument
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | msg.c | 523 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local 556 outer = buf_msg(tskb); in tipc_msg_try_bundle() 557 tipc_msg_init(msg_prevnode(inner), outer, MSG_BUNDLER, 0, INT_H_SIZE, in tipc_msg_try_bundle() 559 msg_set_importance(outer, msg_importance(inner)); in tipc_msg_try_bundle() 560 msg_set_size(outer, INT_H_SIZE + tsz); in tipc_msg_try_bundle() 561 msg_set_msgcnt(outer, 1); in tipc_msg_try_bundle()
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_decode.h | 356 | with base and/or outer displacement 390 1: printf PDECODE,"0" | null outer displacement 393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement 396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | except.h | 121 struct eh_region_d *outer; member 316 r = r->outer; in ehr_next()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | except.h | 121 struct eh_region_d *outer; member 316 r = r->outer; in ehr_next()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 363 outer="${1}" 367 if [ "${outer}" = "4" ]; then 445 outer=${2} 447 if [ "${outer}" -eq 4 ]; then 1318 outer=${2} 1321 setup namespaces routing ip${inner}ip${outer} || return 2 1335 if [ ${outer} -eq 4 ]; then 1355 check_pmtu_value ${exp_mtu} "${pmtu}" "exceeding link layer MTU on ip${inner}ip${outer} interface" 1587 outer="${1}" 1594 setup namespaces routing ${encap}${outer} || return 2
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ssv_cfgvendor.c | 659 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_hotlist_cfg() local 676 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_hotlist_cfg() 677 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_hotlist_cfg() 762 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_significant_change_cfg() local 791 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_significant_change_cfg() 792 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_significant_change_cfg()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/libinput/ |
| H A D | determinism.patch | 1 This finds our outer git tree and that version information breaks
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 737 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_hotlist_cfg() local 754 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_hotlist_cfg() 755 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_hotlist_cfg() 840 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_significant_change_cfg() local 869 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_significant_change_cfg() 870 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_significant_change_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 753 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_hotlist_cfg() local 770 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_hotlist_cfg() 771 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_hotlist_cfg() 856 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_significant_change_cfg() local 885 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_significant_change_cfg() 886 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_significant_change_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 743 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_hotlist_cfg() local 760 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_hotlist_cfg() 761 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_hotlist_cfg() 846 const struct nlattr *outer, *inner, *iter; in wl_cfgvendor_significant_change_cfg() local 875 nla_for_each_nested(outer, iter, tmp) { in wl_cfgvendor_significant_change_cfg() 876 nla_for_each_nested(inner, outer, tmp1) { in wl_cfgvendor_significant_change_cfg()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 46 . " --outer-valgrind, --outer-tool, --outer-args\n"
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 143 struct bound outer; member 641 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) in tailX() 738 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0) in tailX() 2678 bound->outer.min = outerYfromXY(ellipsex.min, bound->ellipse.min, def, acc); in computeBound() 2679 bound->outer.max = outerYfromXY(ellipsex.max, bound->ellipse.max, def, acc); in computeBound() 2697 right->counterClock.y = bound->outer.min; in computeBound() 2706 left->clock.y = bound->outer.max; in computeBound() 2715 bound->left.max = bound->outer.max; in computeBound() 2717 bound->right.max = bound->outer.min; in computeBound() 2719 computeLine(innerx.min, bound->inner.min, outerx.min, bound->outer.min, in computeBound() [all …]
|