Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A D.yamllint10 min-spaces-inside: 0
11 max-spaces-inside: 1
12 min-spaces-inside-empty: 0
13 max-spaces-inside-empty: 0
15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/
H A Dinside-secure-safexcel.txt4 - compatible: Should be "inside-secure,safexcel-eip197b",
5 "inside-secure,safexcel-eip197d" or
6 "inside-secure,safexcel-eip97ies".
21 - "inside-secure,safexcel-eip197" is equivalent to
22 "inside-secure,safexcel-eip197b".
23 - "inside-secure,safexcel-eip97" is equivalent to
24 "inside-secure,safexcel-eip97ies".
29 compatible = "inside-secure,safexcel-eip197b";
/OK3568_Linux_fs/buildroot/package/libsidplay2/
H A D0003-gcc6.patch5 …narrowing conversion of ''\200'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
8 …narrowing conversion of ''\224'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
9 …narrowing conversion of ''\251'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
10 …narrowing conversion of ''\274'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
11 …narrowing conversion of ''\316'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
12 …narrowing conversion of ''\341'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
13 …narrowing conversion of ''\362'' from 'char' to 'int8_t {aka signed char}' inside { } [-Wnarrowing]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rng/
H A Domap_rng.txt9 - "inside-secure,safexcel-eip76" for SoCs with EIP76 IP block
14 Used for "ti,omap4-rng" and "inside-secure,safexcel-eip76"
16 "inside-secure,safexcel-eip76" compatible, the second clock is
34 compatible = "inside-secure,safexcel-eip76";
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_nat_proto.c567 } *inside; in nf_nat_icmp_reply_translation() local
576 if (skb_ensure_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmp_reply_translation()
581 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation()
582 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation()
601 if (!nf_nat_ipv4_manip_pkt(skb, hdrlen + sizeof(inside->icmp), in nf_nat_icmp_reply_translation()
607 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation()
608 inside->icmp.checksum = 0; in nf_nat_icmp_reply_translation()
609 inside->icmp.checksum = in nf_nat_icmp_reply_translation()
807 } *inside; in nf_nat_icmpv6_reply_translation() local
815 if (skb_ensure_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmpv6_reply_translation()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-fix-msgsndnotify-loop.patch23 + static int inside=0;
25 + if(inside==0){
27 + inside=1;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dquick_clip.hpp42 bool inside(mapbox::geometry::point<T> p, size_t edge, mapbox::geometry::box<T> const& b) { in inside() function
72 if (inside(E, edge, b)) { in quick_lr_clip()
73 if (!inside(S, edge, b)) { in quick_lr_clip()
77 } else if (inside(S, edge, b)) { in quick_lr_clip()
/OK3568_Linux_fs/kernel/fs/affs/
H A Ddir.c86 goto inside; in affs_readdir()
102 goto inside; in affs_readdir()
110 inside: in affs_readdir()
/OK3568_Linux_fs/buildroot/package/seatd/
H A DConfig.in15 Builtin in-process seatd implementation inside libseat.
22 Build the seatd daemon and support for it inside libseat.
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-shape.c45 int line, pos, inside; in shape_hello() local
62 inside = pos >= shape.start && pos < shape.end; in shape_hello()
63 if (inside) { in shape_hello()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Ddlink,dir685-touchkeys.txt5 board inside the router is named E119921.
7 The touchkey device node should be placed inside an I2C bus node.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/
H A Dpolylabel.hpp50 bool inside = false; in pointToPolygonDist() local
59 (point.x < (b.x - a.x) * (point.y - a.y) / (b.y - a.y) + a.x)) inside = !inside; in pointToPolygonDist()
65 return (inside ? 1 : -1) * std::sqrt(minDistSq); in pointToPolygonDist()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp95 bool inside = (partIndex % 2) == 1; in addDash() local
100 if (inside) { in addDash()
108 signedDistance = int((inside ? 1 : -1) * dist); in addDash()
/OK3568_Linux_fs/buildroot/package/acl/
H A D0001-Build-with-old-GCC-versions.patch4 Subject: [PATCH] Remove pragmas inside functions
7 libacl/acl_from_text.c:307: error: #pragma GCC diagnostic not allowed inside functions
/OK3568_Linux_fs/buildroot/fs/initramfs/
H A DConfig.in7 initramfs inside the kernel image. This integration will
18 identical root filesystems, one embedded inside the kernel
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/
H A Dcpu_irq.txt9 Below is an example of a platform describing the cascade inside the devicetree
10 and the code used to load it inside arch_init_irq().
/OK3568_Linux_fs/u-boot/board/keymile/scripts/
H A DREADME25 This file defines variables for working with rootfs inside the ram for powerpc
30 This file defines architecture specific variables for working with rootfs inside
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dabx500.rst24 There are some GPADCs inside ABx500 which are designed for connecting to
25 thermal sensors, and there is also a thermal sensor inside ABx500 too, which
/OK3568_Linux_fs/buildroot/package/dvbsnoop/
H A DConfig.in7 direct from a frontend (satellite or cable tuner inside a
9 demux to view PES or PS (also mostly inside the set-top box or
/OK3568_Linux_fs/buildroot/boot/boot-wrapper-aarch64/
H A DConfig.in11 possible to start an Aarch64 kernel inside the available
32 Kernel bootargs to embed inside the image generated by the
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/rust-llvm/
H A D0002-llvm-allow-env-override-of-exe-path.patch6 When using a native llvm-config from inside a sysroot, we need llvm-config to
7 return the libraries, include directories, etc. from inside the sysroot rather
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c291 int inside = 1; in micomputeWAET() local
303 if ((!inside && !isInside) || (inside && isInside)) { in micomputeWAET()
306 inside = !inside; in micomputeWAET()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst40 - Bounds of the crop rectangle. All valid crop rectangles fit inside
63 inside the compose bounds rectangle.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/
H A D0007-llvm-allow-env-override-of-exe-path.patch9 When using a native llvm-config from inside a sysroot, we need llvm-config to
10 return the libraries, include directories, etc. from inside the sysroot rather
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_coordinate.qml45 property variant inside: QtPositioning.coordinate(0.5, 0.5)
62 coordinate: inside
103 compare (testLocation.coordinate.longitude, inside.longitude)
104 compare (testLocation.coordinate.latitude, inside.latitude)
106 compare (testLocation.boundingBox.contains(inside), true)

12345678910>>...30