Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 25 of 89) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dlazy.hpp17 struct lazy<Object()> struct
18 : transform<lazy<Object()> >
37 struct lazy<Object(A0)> struct
38 : transform<lazy<Object(A0)> >
49 struct lazy<Object(A0...)> struct
50 : transform<lazy<Object(A0...)> >
54 : lazy< argument
75 struct lazy<Object(A0 , A1)> struct
76 : transform<lazy<Object(A0 , A1)> >
87 struct lazy<Object(A0 , A1...)> struct
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dlazy.hpp32 struct lazy : transform<lazy<Object> > struct
44 struct lazy<detail::msvc_fun_workaround<Fun> > struct
45 : lazy<Fun>
53 struct is_callable<lazy<Object> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dlazy.hpp24 (3, (0, BOOST_PROTO_MAX_ARITY, <boost/proto/transform/detail/lazy.hpp>))
44 struct lazy<Object(BOOST_PP_ENUM_PARAMS(N, A))> struct
45 : transform<lazy<Object(BOOST_PP_ENUM_PARAMS(N, A))> >
58 struct lazy<Object(BOOST_PP_ENUM_PARAMS(N, A)...)> argument
59 : transform<lazy<Object(BOOST_PP_ENUM_PARAMS(N, A)...)> >
63 : lazy< argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dredis.conf654 lazyfree-lazy-eviction no
655 lazyfree-lazy-expire no
656 lazyfree-lazy-server-del no
657 slave-lazy-flush no
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf654 lazyfree-lazy-eviction no
655 lazyfree-lazy-expire no
656 lazyfree-lazy-server-del no
657 slave-lazy-flush no
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c160 bool lazy, in vmw_fallback_wait() argument
205 if (lazy) in vmw_fallback_wait()
286 bool lazy, uint32_t seqno, in vmw_wait_seqno() argument
301 return vmw_fallback_wait(dev_priv, lazy, true, seqno, in vmw_wait_seqno()
305 return vmw_fallback_wait(dev_priv, lazy, false, seqno, in vmw_wait_seqno()
H A Dvmwgfx_fence.h94 bool lazy,
/OK3568_Linux_fs/kernel/kernel/
H A Dirq_work.c118 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
121 lazy = this_cpu_ptr(&lazy_list); in irq_work_needs_cpu()
124 if (llist_empty(lazy)) in irq_work_needs_cpu()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-lazy-object-proxy_1.7.1.bb1 SUMMARY = "A fast and thorough lazy object proxy"
2 HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
H A Dpython3-pytest-lazy-fixture_0.6.3.bb4 HOMEPAGE = "https://github.com/tvorog/pytest-lazy-fixture"
H A Dpython3-astroid_2.11.3.bb22 ${PYTHON_PN}-lazy-object-proxy \
H A Dpython3-prettytable_3.1.1.bb38 ${PYTHON_PN}-pytest-lazy-fixture \
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dactive_mm.rst59 and a "mm_count" counter that is the number of "lazy" users (ie anonymous
63 user exited on another CPU while a lazy user was still active, so you do
65 lazy users. That is often a short-lived state, because once that thread
70 more. "init_mm" should be considered just a "lazy context when no other
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dlazy.hpp23 lazy(phoenix::actor<Eval> const& f) in lazy() function
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A D0001-fuse-fix-the-return-value-of-help-option.patch19 " -z lazy unmount\n",
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dkernel_mode_neon.rst30 The NEON/VFP register file is managed using lazy preserve (on UP systems) and
31 lazy restore (on both SMP and UP systems). This means that the register file is
45 mode will hit the lazy restore trap upon next use. This is handled by the
/OK3568_Linux_fs/buildroot/package/protozero/
H A DConfig.in12 your protobuf schema is changing frequently or lazy decoding
/OK3568_Linux_fs/kernel/arch/nds32/
H A DKconfig.cpu22 bool "lazy FPU support"
26 Say Y here to enable the lazy FPU scheme. The lazy FPU scheme can
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h26 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
H A Dnouveau_fence.c325 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument
329 if (!lazy) in nouveau_fence_wait()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-probe.txt165 3) Define event based on source file with lazy pattern
176 …ine, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (s…
177 …ber or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, …
229 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dterminal.hpp111 : proto::lazy<
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb209 python3-lazy-object-proxy \
337 python3-pytest-lazy-fixture \
491 python3-pytest-lazy-fixture-ptest \
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhyperv-tlfs.h280 u64 lazy:1; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb77 # python3-python-dateutil python3-adapt-parser python3-lazy

1234