Home
last modified time | relevance | path

Searched defs:_val (Results 226 – 250 of 2978) sorted by relevance

12345678910>>...120

/dports/devel/openocd/openocd-0.11.0/contrib/loaders/flash/at91sam7x/
H A Dplatform.h24 #define outb(_reg, _val) (*((volatile unsigned char *)(_reg)) = (_val)) argument
25 #define outw(_reg, _val) (*((volatile unsigned short *)(_reg)) = (_val)) argument
26 #define outr(_reg, _val) (*((volatile unsigned int *)(_reg)) = (_val)) argument
/dports/misc/ncnn/ncnn-20211208/src/layer/x86/
H A Dpooling_x86.cpp100 __m256 _val = _mm256_loadu_ps(ptr); in forward() local
119 __m256 _val = _mm256_loadu_ps(ptr); in forward() local
201 __m256 _val = _mm256_loadu_ps(sptr + space_ofs[k] * 8); in forward() local
262 __m256 _val = _mm256_loadu_ps(m.row(sy) + sx * 8); in forward() local
297 __m256 _val = _mm256_loadu_ps(sptr + space_ofs[k] * 8); in forward() local
335 __m128 _val = _mm_loadu_ps(ptr); in forward() local
354 __m128 _val = _mm_loadu_ps(ptr); in forward() local
436 __m128 _val = _mm_loadu_ps(sptr + space_ofs[k] * 4); in forward() local
497 __m128 _val = _mm_loadu_ps(m.row(sy) + sx * 4); in forward() local
532 __m128 _val = _mm_loadu_ps(sptr + space_ofs[k] * 4); in forward() local
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/compile-fail/stacked_borrows/
H A Dillegal_read1.rs9 let _val = *xref; // ...but any use of raw will invalidate our ref. in main() localVariable
14 let _val = unsafe { *xraw }; in callee() localVariable
H A Dillegal_read2.rs9 let _val = *xref; // ...but any use of raw will invalidate our ref. in main() localVariable
17 let _val = *shr; in callee() localVariable
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Duint32_t.inl286 inline BX_CONSTEXPR_FUNC uint32_t uint32_incwrap(uint32_t _val, uint32_t _min, uint32_t _max)
298 inline BX_CONSTEXPR_FUNC uint32_t uint32_decwrap(uint32_t _val, uint32_t _min, uint32_t _max)
311 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntbits(uint32_t _val)
339 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntbits(uint64_t _val)
361 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntlz(uint32_t _val)
384 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntlz(uint64_t _val)
404 inline BX_CONSTEXPR_FUNC uint32_t uint32_cnttz(uint32_t _val)
419 inline BX_CONSTEXPR_FUNC uint32_t uint32_cnttz(uint64_t _val)
522 inline BX_CONSTEXPR_FUNC uint32_t uint64_cntbits(uint64_t _val)
532 inline BX_CONSTEXPR_FUNC uint32_t uint64_cntlz(uint64_t _val)
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Duint32_t.inl286 inline BX_CONSTEXPR_FUNC uint32_t uint32_incwrap(uint32_t _val, uint32_t _min, uint32_t _max)
298 inline BX_CONSTEXPR_FUNC uint32_t uint32_decwrap(uint32_t _val, uint32_t _min, uint32_t _max)
311 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntbits(uint32_t _val)
339 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntbits(uint64_t _val)
361 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntlz(uint32_t _val)
384 inline BX_CONSTEXPR_FUNC uint32_t uint32_cntlz(uint64_t _val)
404 inline BX_CONSTEXPR_FUNC uint32_t uint32_cnttz(uint32_t _val)
419 inline BX_CONSTEXPR_FUNC uint32_t uint32_cnttz(uint64_t _val)
522 inline BX_CONSTEXPR_FUNC uint32_t uint64_cntbits(uint64_t _val)
532 inline BX_CONSTEXPR_FUNC uint32_t uint64_cntlz(uint64_t _val)
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/
H A DOMFormatT_impl.hh70 const T& _val, in store()
108 const T& _val, in store()
147 T& _val, in restore()
194 T& _val, in restore()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-rpi/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument
/dports/sysutils/u-boot-chip/u-boot-2021.07/include/linux/
H A Dbitfield.h52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
73 #define FIELD_FIT(_mask, _val) \ argument
87 #define FIELD_PREP(_mask, _val) \ argument

12345678910>>...120