Home
last modified time | relevance | path

Searched refs:_op_ (Results 1 – 25 of 90) sorted by relevance

1234

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/
H A Dprim_templates.h107 xmm0 = _op_(xmm0, val); \
108 xmm1 = _op_(xmm1, val); \
109 xmm2 = _op_(xmm2, val); \
110 xmm3 = _op_(xmm3, val); \
111 xmm4 = _op_(xmm4, val); \
112 xmm5 = _op_(xmm5, val); \
113 xmm6 = _op_(xmm6, val); \
114 xmm7 = _op_(xmm7, val); \
154 xmm0 = _op_(xmm0, val); \
155 xmm1 = _op_(xmm1, val); \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/utils/
H A DStrongPointer.h33 #define COMPARE(_op_) \ argument
34 inline bool operator _op_ (const sp<T>& o) const { \
35 return m_ptr _op_ o.m_ptr; \
37 inline bool operator _op_ (const T* o) const { \
38 return m_ptr _op_ o; \
41 inline bool operator _op_ (const sp<U>& o) const { \
42 return m_ptr _op_ o.m_ptr; \
45 inline bool operator _op_ (const U* o) const { \
46 return m_ptr _op_ o; \
48 inline bool operator _op_ (const wp<T>& o) const { \
[all …]
H A DRefBase.h42 #define COMPARE_WEAK(_op_) \ argument
43 inline bool operator _op_ (const sp<T>& o) const { \
44 return m_ptr _op_ o.m_ptr; \
46 inline bool operator _op_ (const T* o) const { \
47 return m_ptr _op_ o; \
50 inline bool operator _op_ (const sp<U>& o) const { \
51 return m_ptr _op_ o.m_ptr; \
54 inline bool operator _op_ (const U* o) const { \
55 return m_ptr _op_ o; \
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/rs/cpp/util/
H A DStrongPointer.h37 #define COMPARE(_op_) \ argument
38 inline bool operator _op_ (const sp<T>& o) const { \
39 return m_ptr _op_ o.m_ptr; \
41 inline bool operator _op_ (const T* o) const { \
42 return m_ptr _op_ o; \
45 inline bool operator _op_ (const sp<U>& o) const { \
46 return m_ptr _op_ o.m_ptr; \
49 inline bool operator _op_ (const U* o) const { \
50 return m_ptr _op_ o; \
52 inline bool operator _op_ (const wp<T>& o) const { \
[all …]
H A DRefBase.h38 #define COMPARE_WEAK(_op_) \ argument
39 inline bool operator _op_ (const sp<T>& o) const { \
40 return m_ptr _op_ o.m_ptr; \
42 inline bool operator _op_ (const T* o) const { \
43 return m_ptr _op_ o; \
46 inline bool operator _op_ (const sp<U>& o) const { \
47 return m_ptr _op_ o.m_ptr; \
50 inline bool operator _op_ (const U* o) const { \
51 return m_ptr _op_ o; \
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/rs/cpp/util/
H A DStrongPointer.h37 #define COMPARE(_op_) \ argument
38 inline bool operator _op_ (const sp<T>& o) const { \
39 return m_ptr _op_ o.m_ptr; \
41 inline bool operator _op_ (const T* o) const { \
42 return m_ptr _op_ o; \
45 inline bool operator _op_ (const sp<U>& o) const { \
46 return m_ptr _op_ o.m_ptr; \
49 inline bool operator _op_ (const U* o) const { \
50 return m_ptr _op_ o; \
52 inline bool operator _op_ (const wp<T>& o) const { \
[all …]
H A DRefBase.h38 #define COMPARE_WEAK(_op_) \ argument
39 inline bool operator _op_ (const sp<T>& o) const { \
40 return m_ptr _op_ o.m_ptr; \
42 inline bool operator _op_ (const T* o) const { \
43 return m_ptr _op_ o; \
46 inline bool operator _op_ (const sp<U>& o) const { \
47 return m_ptr _op_ o.m_ptr; \
50 inline bool operator _op_ (const U* o) const { \
51 return m_ptr _op_ o; \
/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/include/ics/utils/
H A DStrongPointer.h36 #define COMPARE(_op_) \ argument
37 inline bool operator _op_ (const sp<T>& o) const { \
38 return m_ptr _op_ o.m_ptr; \
40 inline bool operator _op_ (const T* o) const { \
41 return m_ptr _op_ o; \
44 inline bool operator _op_ (const sp<U>& o) const { \
45 return m_ptr _op_ o.m_ptr; \
48 inline bool operator _op_ (const U* o) const { \
49 return m_ptr _op_ o; \
51 inline bool operator _op_ (const wp<T>& o) const { \
[all …]
H A DRefBase.h37 #define COMPARE_WEAK(_op_) \ argument
38 inline bool operator _op_ (const sp<T>& o) const { \
39 return m_ptr _op_ o.m_ptr; \
41 inline bool operator _op_ (const T* o) const { \
42 return m_ptr _op_ o; \
45 inline bool operator _op_ (const sp<U>& o) const { \
46 return m_ptr _op_ o.m_ptr; \
49 inline bool operator _op_ (const U* o) const { \
50 return m_ptr _op_ o; \
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h30 #define COMPARE(_op_) \ argument
31 inline bool operator _op_ (const sp<T>& o) const { \
32 return m_ptr _op_ o.m_ptr; \
34 inline bool operator _op_ (const T* o) const { \
35 return m_ptr _op_ o; \
38 inline bool operator _op_ (const sp<U>& o) const { \
39 return m_ptr _op_ o.m_ptr; \
42 inline bool operator _op_ (const U* o) const { \
43 return m_ptr _op_ o; \
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h30 #define COMPARE(_op_) \ argument
31 inline bool operator _op_ (const sp<T>& o) const { \
32 return m_ptr _op_ o.m_ptr; \
34 inline bool operator _op_ (const T* o) const { \
35 return m_ptr _op_ o; \
38 inline bool operator _op_ (const sp<U>& o) const { \
39 return m_ptr _op_ o.m_ptr; \
42 inline bool operator _op_ (const U* o) const { \
43 return m_ptr _op_ o; \
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/include/utils/
H A DStrongPointer.h27 #define COMPARE(_op_) \ argument
28 inline bool operator _op_ (const sp<T>& o) const { \
29 return m_ptr _op_ o.m_ptr; \
31 inline bool operator _op_ (const T* o) const { \
32 return m_ptr _op_ o; \
35 inline bool operator _op_ (const sp<U>& o) const { \
36 return m_ptr _op_ o.m_ptr; \
39 inline bool operator _op_ (const U* o) const { \
40 return m_ptr _op_ o; \
42 inline bool operator _op_ (const wp<T>& o) const { \
[all …]
H A DRefBase.h194 #define COMPARE_WEAK(_op_) \ argument
195 inline bool operator _op_ (const sp<T>& o) const { \
196 return m_ptr _op_ o.m_ptr; \
198 inline bool operator _op_ (const T* o) const { \
199 return m_ptr _op_ o; \
202 inline bool operator _op_ (const sp<U>& o) const { \
203 return m_ptr _op_ o.m_ptr; \
206 inline bool operator _op_ (const U* o) const { \
207 return m_ptr _op_ o; \
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/include/utils/
H A DStrongPointer.h35 #define COMPARE_STRONG(_op_) \ argument
37 inline bool operator _op_ (const sp<U>& o) const { \
38 return m_ptr _op_ o.m_ptr; \
41 inline bool operator _op_ (const U* o) const { \
42 return m_ptr _op_ o; \
45 inline bool operator _op_ (const T* o) const { \
46 return m_ptr _op_ o; \
56 #define COMPARE_STRONG_FUNCTIONAL(_op_, _compare_) \ argument
58 inline bool operator _op_ (const sp<U>& o) const { \
62 inline bool operator _op_ (const U* o) const { \
H A DRefBase.h193 #define COMPARE_WEAK(_op_) \ argument
195 inline bool operator _op_ (const U* o) const { \
196 return m_ptr _op_ o; \
199 inline bool operator _op_ (const T* o) const { \
200 return m_ptr _op_ o; \
210 #define COMPARE_WEAK_FUNCTIONAL(_op_, _compare_) \ argument
212 inline bool operator _op_ (const U* o) const { \
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/ad_panfs/
H A Dad_panfs.h43 #define AD_PANFS_RETRY(_op_,_rc_) \ argument
45 _rc_ = (_op_); \
52 _rc_ = (_op_); \
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/ad_panfs/
H A Dad_panfs.h49 #define AD_PANFS_RETRY(_op_,_rc_) \ argument
51 _rc_ = (_op_); \
58 _rc_ = (_op_); \
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/ad_panfs/
H A Dad_panfs.h52 #define AD_PANFS_RETRY(_op_,_rc_) \ argument
54 _rc_ = (_op_); \
61 _rc_ = (_op_); \
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/ad_panfs/
H A Dad_panfs.h57 #define AD_PANFS_RETRY(_op_,_rc_) \ argument
59 _rc_ = (_op_); \
66 _rc_ = (_op_); \
/dports/shells/ksh93/ast-93u/src/cmd/mam/
H A Dmamexec.sh160 while IFS=' '; $_read_ _op_ _arg_ _val_
162 case $_op_ in
259 _) echo $_op_: missing make op >&2; continue ;;
261 case $_op_ in
322 *) echo $_val_: $_op_ $_name_ expected >&2
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mam/
H A Dmamexec.sh160 while IFS=' '; $_read_ _op_ _arg_ _val_
162 case $_op_ in
259 _) echo $_op_: missing make op >&2; continue ;;
261 case $_op_ in
322 *) echo $_val_: $_op_ $_name_ expected >&2
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mam/
H A Dmamexec.sh160 while IFS=' '; $_read_ _op_ _arg_ _val_
162 case $_op_ in
259 _) echo $_op_: missing make op >&2; continue ;;
261 case $_op_ in
322 *) echo $_val_: $_op_ $_name_ expected >&2
/dports/devel/allegro5/allegro5-5.2.7.0/addons/primitives/
H A Dnshader.fx22 …input_, v0) i, out JOIN2(vs_output_, v0) o) { _op_##v0 …
23 …ut_, v0, _, v1) i, out JOIN4(vs_output_, v0, _) o) { _op_##v0 _op_##v1 }
24 …ut_, v0, _, v1, _, v2) i, out JOIN6(vs_output_, v0, _, v1, _, v2) o) { _op_##v0 _op_##v1 _op_##v2 }
/dports/science/ALPSCore/ALPSCore-2.2.0/accumulators/test/
H A Dbinop_mixed.cpp83 #define GENERATE_TEST_MEMBER(_name_, _op_) \ argument
88 … right_raw_res_type>(result("left")) _op_ result("right"); \
91 …value_type expected_mean=aat::gen_data<value_type>(exp_scalar_left_mean_ _op_ exp_scalar_right_mea…
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/
H A Dmamexec131 while IFS=' '; $_read_ _op_ _arg_ _val_
133 case $_op_ in
230 _) echo $_op_: missing make op >&2; continue ;;
232 case $_op_ in
293 *) echo $_val_: $_op_ $_name_ expected >&2

1234