Home
last modified time | relevance | path

Searched full:reflect (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp127 template < std::size_t Bits, BOOST_CRC_PARM_TYPE TruncPoly, bool Reflect >
237 // The implementation of output reflection depends on both reflect states.
302 static value_type reflect( value_type x );
309 reflector<Bits>::reflect in reflect() function in boost::detail::reflector
456 template < std::size_t Bits, BOOST_CRC_PARM_TYPE TruncPoly, bool Reflect >
483 template < std::size_t Bits, BOOST_CRC_PARM_TYPE TruncPoly, bool Reflect >
484 typename crc_table_t<Bits, TruncPoly, Reflect>::table_type
485 crc_table_t<Bits, TruncPoly, Reflect>::table_
489 template < std::size_t Bits, BOOST_CRC_PARM_TYPE TruncPoly, bool Reflect >
491 crc_table_t<Bits, TruncPoly, Reflect>::init_table in init_table()
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/
H A DAdd-xptcall-support-for-SH4-processors.patch10 xpcom/reflect/xptcall/md/unix/moz.build | 5 +
14 create mode 100644 xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_sh.cpp
15 create mode 100644 xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_sh.cpp
17 diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/unix/moz.build
19 --- a/xpcom/reflect/xptcall/md/unix/moz.build
20 +++ b/xpcom/reflect/xptcall/md/unix/moz.build
33 diff --git a/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_sh.cpp b/xpcom/reflect/xptcall/src/…
37 +++ b/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_sh.cpp
242 diff --git a/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_sh.cpp b/xpcom/reflect/xptcall/src/m…
246 +++ b/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_sh.cpp
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxrandr_1.5.2.bb1 SUMMARY = "XRandR: X Resize, Rotate and Reflect extension library"
3 DESCRIPTION = "The X Resize, Rotate and Reflect Extension, called RandR \
4 for short, brings the ability to resize, rotate and reflect the root \
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S34 #if defined(__BIG_ENDIAN__) && defined(REFLECT)
36 #elif defined(__LITTLE_ENDIAN__) && !defined(REFLECT)
109 #ifdef REFLECT
359 #ifdef REFLECT
518 #ifdef REFLECT
525 #ifndef REFLECT
546 * reflecting our data (which is expensive to do), we bit reflect our
548 * our vector registers goes from 0-63 instead of 63-0. We can reflect
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_dctcp.h26 * reflect the new CE state. If an ACK was delayed, in dctcp_ece_ack_update()
27 * send that first to reflect the prior CE state. in dctcp_ece_ack_update()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_blend.c113 * "reflect-<axis>":
117 * reflect-x::
123 * reflect-y::
256 * "reflect-x"
258 * "reflect-y"
274 { __builtin_ffs(DRM_MODE_REFLECT_X) - 1, "reflect-x" }, in drm_plane_create_rotation_property()
275 { __builtin_ffs(DRM_MODE_REFLECT_Y) - 1, "reflect-y" }, in drm_plane_create_rotation_property()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpelt.h67 * The clock_pelt scales the time to reflect the effective amount of
94 * reflect how much work has been really done. in update_rq_clock_pelt()
103 * Scale the elapsed time to reflect the real amount of in update_rq_clock_pelt()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c198 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All); in KdAddRotation() local
202 return reflect | rotate; in KdAddRotation()
209 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All); in KdSubRotation() local
213 return reflect | rotate; in KdSubRotation()
652 int reflect; in KdSetSubpixelOrder() member
674 /* reflect */ in KdSetSubpixelOrder()
678 subpixel_order = reflects[i].reflect; in KdSetSubpixelOrder()
698 * there should reflect a rotated frame buffer (or shadow). in KdScreenInit()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dbase64.h52 * *olen is always updated to reflect the amount
75 * not correct. *olen is always updated to reflect the amount
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dbase64.h52 * *olen is always updated to reflect the amount
75 * not correct. *olen is always updated to reflect the amount
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dbase64.h52 * *olen is always updated to reflect the amount
75 * not correct. *olen is always updated to reflect the amount
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dbase64.h52 * *olen is always updated to reflect the amount
75 * not correct. *olen is always updated to reflect the amount
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h455 * @reflect: Reflect
460 uint64_t invert_result, uint64_t reflect, in cvmx_pip_config_crc() argument
469 config.s.reflect = reflect; in cvmx_pip_config_crc()
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Dcpuidle.rst54 :c:member:`select`, :c:member:`reflect`, a :c:member:`rating` field described
137 :c:member:`reflect`
140 void (*reflect) (struct cpuidle_device *dev, int index);
174 :c:member:`target_residency` value is expected to reflect the "depth" of the
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_main.c430 * evm_inode_post_setxattr - update 'security.evm' to reflect the changes
436 * Update the HMAC stored in 'security.evm' to reflect the change.
459 * Update the HMAC stored in 'security.evm' to reflect removal of the xattr.
509 * For now, update the HMAC stored in 'security.evm' to reflect UID/GID
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dinterrupt.c37 * Cause bits to reflect the pending timer interrupt, in kvm_mips_queue_timer_int_cb()
60 * Cause bits to reflect the pending IO interrupt, in kvm_mips_queue_io_int_cb()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c156 * reflect the new CE state. If an ACK was delayed, in dctcp_ece_ack_update()
157 * send that first to reflect the prior CE state. in dctcp_ece_ack_update()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/
H A Dxrandr_1.5.1.bb3 SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command"
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-gnss6 The GNSS receiver type. The currently identified types reflect
H A Dsysfs-devices-power_state11 "D0", "D1", "D2", "D3hot", and "D3cold", reflect the power state
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Disadep.h4 * Most of the following constants reflect the different layout
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Disadep.h3 * Most of the following constants reflect the different layout
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/
H A Dwatchquagga.default6 # the WATCH_DAEMONS line to reflect the daemons you are actually using):
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dhealth.c23 * good position to update the online filesystem health assessments to reflect
61 * sick_mask_visible to reflect whatever other structures are rebuilt, and
/OK3568_Linux_fs/u-boot/api/
H A Dapi_platform-mips.c23 * need to reflect their current state and layout of structures involved!

12345678910>>...37