Home
last modified time | relevance | path

Searched full:exposed (Results 1 – 25 of 905) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dattributes.hpp18 template <typename Exposed, typename Transformed>
23 static Transformed pre(Exposed&) { return Transformed(); } in pre()
25 static void post(Exposed& val, Transformed const& attr) in post()
31 static void fail(Exposed&) {} in fail()
44 template <typename Exposed, typename Transformed>
49 static Transformed pre(Exposed& val) { return Transformed(val); } in pre()
50 static void post(Exposed&, Transformed const&) { /* no-op */ } in post()
53 static void fail(Exposed&) {} in fail()
67 template <typename Exposed, typename Transformed, typename Enable = void>
71 mpl::not_<is_const<Exposed> >
[all …]
H A Dpass_container.hpp124 // If the value type of the exposed container attribute is a Fusion
144 // Specialization for exposed optional attributes
146 // If the type embedded in the exposed optional is not a Fusion
159 // If the embedded type of the exposed optional attribute is a Fusion
185 // If both, the containers value type and the exposed attribute type are
196 // Specialization for exposed variant attributes
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Dattr_cast.hpp29 template <typename Expr, typename Exposed, typename Transformed>
31 , tag::stateful_tag<Expr, tag::attr_cast, Exposed, Transformed> >
43 template <typename Exposed, typename Transformed, typename Subject>
45 : unary_parser<attr_cast_parser<Exposed, Transformed, Subject> >
65 // If Exposed is given, we use the given type, otherwise all we can do
70 : mpl::if_<traits::not_is_unused<Exposed>, Exposed
80 // Find the real exposed attribute. If exposed is given, we use it in parse()
81 // otherwise we assume the exposed attribute type to be the actual in parse()
84 traits::not_is_unused<Exposed>, Exposed, Attribute>::type in parse()
125 template <typename Expr, typename Exposed, typename Transformed
[all …]
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessValTree.c116 * Recompute the clipList, borderClip, exposed and borderExposed
124 * clipList, borderClip, exposed and borderExposed are altered.
131 RegionPtr universe, VTKind kind, RegionPtr exposed) in RootlessComputeClips() argument
232 RegionNull(&pChild->valdata->after.exposed); in RootlessComputeClips()
256 * We translate the old clipList because that will be exposed or copied in RootlessComputeClips()
271 RegionNull(&pParent->valdata->after.exposed); in RootlessComputeClips()
278 * the area that used to be exposed from the new. in RootlessComputeClips()
279 * This leaves a region of pieces that weren't exposed before. in RootlessComputeClips()
289 RegionSubtract(exposed, universe, borderVisible); in RootlessComputeClips()
293 RegionSubtract(exposed, universe, &pParent->borderClip); in RootlessComputeClips()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auxiliary/
H A Dattr_cast.hpp30 template <typename Exposed, typename Expr>
32 , stateful_tag_type<Expr, tag::attr_cast, Exposed> >::type
35 return stateful_tag_type<Expr, tag::attr_cast, Exposed>(expr); in attr_cast()
38 template <typename Exposed, typename Transformed, typename Expr>
40 , stateful_tag_type<Expr, tag::attr_cast, Exposed, Transformed> >::type
43 return stateful_tag_type<Expr, tag::attr_cast, Exposed, Transformed>(expr); in attr_cast()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmivaltree.c183 * Recompute the clipList, borderClip, exposed and borderExposed
191 * clipList, borderClip, exposed and borderExposed are altered.
199 RegionPtr universe, VTKind kind, RegionPtr exposed) in miComputeClips() argument
312 RegionNull(&pChild->valdata->after.exposed); in miComputeClips()
336 * We translate the old clipList because that will be exposed or copied in miComputeClips()
351 RegionNull(&pParent->valdata->after.exposed); in miComputeClips()
358 * the area that used to be exposed from the new. in miComputeClips()
359 * This leaves a region of pieces that weren't exposed before. in miComputeClips()
369 RegionSubtract(exposed, universe, borderVisible); in miComputeClips()
373 RegionSubtract(exposed, universe, &pParent->borderClip); in miComputeClips()
[all …]
H A Dmioverlay.c22 RegionRec exposed; member
454 RegionPtr universe, VTKind kind, RegionPtr exposed) in miOverlayComputeClips() argument
540 RegionNull(&tChild->valdata->exposed); in miOverlayComputeClips()
570 RegionNull(&tParent->valdata->exposed); in miOverlayComputeClips()
574 RegionSubtract(exposed, universe, borderVisible); in miOverlayComputeClips()
578 RegionSubtract(exposed, universe, &tParent->borderClip); in miOverlayComputeClips()
585 exposed, &pParent->winSize); in miOverlayComputeClips()
610 kind, exposed); in miOverlayComputeClips()
624 RegionCopy(&tParent->valdata->exposed, universe); in miOverlayComputeClips()
628 RegionSubtract(&tParent->valdata->exposed, in miOverlayComputeClips()
[all …]
H A Dmiwindow.c208 * and then send any regions still exposed to the client
226 (*WindowExposures) (pChild, &val->after.exposed); in miHandleValidateExposures()
227 RegionUninit(&val->after.exposed); in miHandleValidateExposures()
307 * successfully copied -- recomputed exposed regions for affected windows
320 * exposed areas here. in miRecomputeExposures()
326 * compute exposed regions of this window in miRecomputeExposures()
328 RegionSubtract(&pWin->valdata->after.exposed, &pWin->clipList, pValid); in miRecomputeExposures()
330 * compute exposed regions of the border in miRecomputeExposures()
472 RegionCopy(&pWin->valdata->after.exposed, &pWin->clipList); in miResizeWindow()
582 * recompute exposed regions of child windows in miResizeWindow()
[all …]
H A Dmivalidate.h46 RegionRec exposed; /* exposed regions, absolute pos */ 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/bits/
H A Dpthreadtypes.h26 exposed on purpose. */
31 type is not exposed on purpose. */
40 the attribute type is not exposed on purpose. */
85 structure of the attribute type is deliberately not exposed. */
107 deliberately not exposed. */
/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/bits/
H A Dpthreadtypes.h26 exposed on purpose. */
31 type is not exposed on purpose. */
40 the attribute type is not exposed on purpose. */
85 structure of the attribute type is deliberately not exposed. */
107 deliberately not exposed. */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun7i-a20-olimex-som204-evb.dts134 /* Exposed to UEXT1 */
145 /* Exposed to UEXT2 */
266 /* Exposed to UEXT1 */
274 /* Exposed to UEXT2 */
295 /* Exposed to UEXT1 */
302 /* Exposed to UEXT2 */
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemory.h38 /* These states are exposed to userspace as text strings in sysfs */
39 #define MEM_ONLINE (1<<0) /* exposed to userspace */
40 #define MEM_GOING_OFFLINE (1<<1) /* exposed to userspace */
41 #define MEM_OFFLINE (1<<2) /* exposed to userspace */
/OK3568_Linux_fs/buildroot/package/tpm2-tss/
H A DConfig.in19 asynchronous API are exposed through a single library:
31 kernel driver. The later implements the protocol exposed by
49 TPM as simple as possible. The API functions are exposed
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Dqcom_l3_pmu.rst7 by all cores within a socket. Each slice is exposed as a separate uncore perf
18 exposed via the "event" format attribute. In addition to the 32bit physical
20 counter chaining. This feature is exposed via the "lc" (long counter) format
/OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/
H A Dgpio-mockup.rst7 chips for testing purposes. The lines exposed by these chips can be accessed
21 of lines exposed by the chip. If the base GPIO is -1, the gpiolib
33 GPIO lines exposed by it should be named.
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhw-txe-regs.h124 * and it is also exposed in the SeC memory space.
138 * and it is also exposed in the SeC memory space.
194 * This register is both an ICR to SeC and it is also exposed
204 * This register is both an ICR to SeC and it is also exposed
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst7 route audio between pins but aren't themselves exposed as HDA widgets. As far
35 by h and S bits. Does not affect the level of 1Ah exposed to other widgets.
39 by h and S bits. Does not affect the level of 1Ah exposed to other widgets.
86 This particular register, exposed at coefficient 0x36 and named in commits from
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Daspeed-lpc.txt26 * An LPC Host Interface Controller: Manages functions exposed to the host such
35 configuration, therefore the host portion of the controller is exposed as a
122 The LPC Host Interface Controller manages functions exposed to the host such as
144 be exposed over the LPC to AHB mapping
/OK3568_Linux_fs/kernel/Documentation/fpga/
H A Ddfl.rst85 The following functions are exposed through ioctls:
95 More functions are exposed through sysfs
124 performance counters are exposed through perf PMU APIs. Standard perf tool
145 The following functions are exposed through ioctls:
167 More functions are exposed through sysfs:
219 Users can read related information via sysfs interfaces exposed
248 the compat_id exposed by the target FPGA region. This check is usually done by
258 Features supported by the particular FPGA device are exposed through Device
284 Ports (and related AFUs) are accessed via PF by default, but could be exposed
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-cros-ec25 This attribute is exposed by the CrOS EC sensors driver and
26 represents the sensor ID as exposed by the EC. This ID is used
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes_fwd.hpp27 template <typename Exposed, typename Attribute>
33 template <typename Exposed, typename Transformed, typename Domain>
115 template <typename Exposed, typename Transformed, typename Domain
144 template <typename Attribute, typename Exposed, typename Enable = void>
147 template <typename Attribute, typename Exposed, typename Enable = void>
150 template <typename Exposed, typename Attribute, typename Context>
151 typename spirit::result_of::extract_from<Exposed, Attribute>::type
281 // transform attribute types exposed from compound operator components
H A Dattributes.hpp121 // // An exposed attribute is a weak substitute for a supplied container
141 // An exposed container attribute is a weak substitute for a supplied
691 // to modify the attribute type exposed by a component to the enclosing
703 // to modify the attribute type exposed by a component to the enclosing
716 // to modify the attribute type exposed by a component to the enclosing
869 // to modify the attribute type exposed by a component to the enclosing
935 template <typename Exposed, typename Transformed, typename Domain
940 template <typename Domain, typename Transformed, typename Exposed>
941 typename spirit::result_of::pre_transform<Exposed, Transformed, Domain>::type
942 pre_transform(Exposed& attr BOOST_PROTO_DISABLE_IF_IS_CONST(Exposed)) in pre_transform() argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dxive.rst22 are required for interrupt management. These are exposed to the
36 They are exposed to software in four different pages each proposing
39 third (operating system) and the fourth (user level) are exposed the
53 pages exposed to the guest should accommadate this change.
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dpointer-authentication.rst77 The regset is exposed only when HWCAP_PACA is set. Separate masks are
78 exposed for data pointers and instruction pointers, as the set of PAC
130 exposed outside of the function, while still allowing binaries conforming to

12345678910>>...37