Home
last modified time | relevance | path

Searched defs:nth (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp14 template <> struct nth<0, mbgl::GeometryCoordinate> { struct
15 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.x; }; in get()
18 template <> struct nth<1, mbgl::GeometryCoordinate> { struct
19 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.y; }; in get()
H A Dfill_extrusion_bucket.cpp16 struct nth<0, mbgl::GeometryCoordinate> { struct
17 static int64_t get(const mbgl::GeometryCoordinate& t) { in get()
23 struct nth<1, mbgl::GeometryCoordinate> { struct
24 static int64_t get(const mbgl::GeometryCoordinate& t) { in get()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_synproxy_core.c444 struct iphdr *niph, struct tcphdr *nth, in synproxy_send_tcp()
476 struct tcphdr *nth; in synproxy_send_client_synack() local
520 struct tcphdr *nth; in synproxy_send_server_syn() local
565 struct tcphdr *nth; in synproxy_send_server_ack() local
603 struct tcphdr *nth; in synproxy_send_client_ack() local
838 struct ipv6hdr *niph, struct tcphdr *nth, in synproxy_send_tcp_ipv6()
889 struct tcphdr *nth; in synproxy_send_client_synack_ipv6() local
934 struct tcphdr *nth; in synproxy_send_server_syn_ipv6() local
979 struct tcphdr *nth; in synproxy_send_server_ack_ipv6() local
1018 struct tcphdr *nth; in synproxy_send_client_ack_ipv6() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp46 struct nth<0, Cluster> { struct
47 inline static double get(const Cluster &c) { in get()
52 struct nth<1, Cluster> { struct
53 inline static double get(const Cluster &c) { in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp13 struct nth { struct
14 inline static typename std::tuple_element<I, T>::type get(const T &t) { in get()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-cs2000-cp.c23 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument
24 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument
25 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_statistic.h32 } nth; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_statistic.h32 } nth; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_statistic.h32 } nth; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp13 template <std::size_t I, typename T> struct nth { struct
15 get(const T& t) { return std::get<I>(t); }; in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp37 template <std::size_t I, typename T> struct nth { struct
39 get(const T& t) { return std::get<I>(t); }; in get()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_core.c225 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth()
288 struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_get_nth()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ncm.c1189 } nth; in cdc_ncm_fill_tx_frame() local
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c410 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp1614 iterator nth(size_type n) BOOST_NOEXCEPT_OR_NOTHROW in nth() function in boost::container::vector
1631 const_iterator nth(size_type n) const BOOST_NOEXCEPT_OR_NOTHROW in nth() function in boost::container::vector
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js3 …ject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:functio… function
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js3 …ject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:functio… function
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c6128 int nth; in every_nth_store() local