Home
last modified time | relevance | path

Searched refs:vctype (Results 1 – 15 of 15) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-atomics.cc73 #define ATOMIC_OPS(type, suffix, vctype) \
75 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
76 bit_cast<vctype>(value)); \
79 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
80 bit_cast<vctype>(newval), \
81 bit_cast<vctype>(oldval)); \
84 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
85 bit_cast<vctype>(value)); \
88 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
89 -bit_cast<vctype>(value)); \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-atomics.cc105 #define ATOMIC_OPS(type, suffix, vctype) \
107 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
108 bit_cast<vctype>(value)); \
111 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
112 bit_cast<vctype>(newval), \
113 bit_cast<vctype>(oldval)); \
116 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
117 bit_cast<vctype>(value)); \
120 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
121 -bit_cast<vctype>(value)); \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-atomics.cc104 #define ATOMIC_OPS(type, suffix, vctype) \
106 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
107 bit_cast<vctype>(value)); \
110 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
111 bit_cast<vctype>(newval), \
112 bit_cast<vctype>(oldval)); \
115 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
116 bit_cast<vctype>(value)); \
119 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
120 -bit_cast<vctype>(value)); \
[all …]
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-atomics.cc142 #define ATOMIC_OPS(type, suffix, vctype) \
144 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
145 bit_cast<vctype>(value)); \
148 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
149 bit_cast<vctype>(newval), \
150 bit_cast<vctype>(oldval)); \
153 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
154 bit_cast<vctype>(value)); \
157 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
158 -bit_cast<vctype>(value)); \
[all …]
/dports/devel/libdlna/libdlna-0.2.3/src/
H A Dav_mpeg4_part2.c792 mpeg4_video_get_profile (mpeg4_vcodec_type_t vctype, in mpeg4_video_get_profile() argument
798 if (vctype == MPEG4_VCODEC_H263) in mpeg4_video_get_profile()
809 else if (vctype == MPEG4_VCODEC_P2) in mpeg4_video_get_profile()
871 mpeg4_vcodec_type_t vctype; in probe_mpeg4_part2() local
879 vctype = mpeg4_get_vcodec (codecs->vc); in probe_mpeg4_part2()
880 if (vctype == MPEG4_VCODEC_INVALID) in probe_mpeg4_part2()
898 vp = mpeg4_video_get_profile (vctype, codecs->vs, codecs->vc); in probe_mpeg4_part2()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/clients/
H A Dtryclient.py422 def getSourceStamp(vctype, treetop, branch=None, repository=None): argument
423 if vctype == "cvs":
425 elif vctype == "svn":
427 elif vctype == "bzr":
429 elif vctype == "hg":
431 elif vctype == "p4":
433 elif vctype == "darcs":
435 elif vctype == "git":
437 elif vctype == "mtn":
439 elif vctype == "none":
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dsyrxk.c1228 Kstring vctype; in genUpdateGenericDiagTile() local
1277 kstrcpy(&vctype, "uint"); in genUpdateGenericDiagTile()
1280 ksprintf(&vctype, "uint%u", nrCols); in genUpdateGenericDiagTile()
1287 ksprintf(&constOffs, "(%s)(", vctype.buf); in genUpdateGenericDiagTile()
1288 ksprintf(&constShifts, "(%s)(", vctype.buf); in genUpdateGenericDiagTile()
1289 ksprintf(&constMasks, "(%s)(", vctype.buf); in genUpdateGenericDiagTile()
1336 declareDiagUpresIndexedVars(ctx, vctype.buf, "cc", size); in genUpdateGenericDiagTile()
1425 i, vctype.buf, constMasks.buf, constShifts.buf, in genUpdateGenericDiagTile()
1439 i, vctype.buf, constMasks.buf, constShifts.buf, in genUpdateGenericDiagTile()
1446 i, i, vctype.buf, ldcName, vctype.buf); in genUpdateGenericDiagTile()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/integration/
H A Dtest_try_client.py71 def getSourceStamp(vctype, treetop, branch=None, repository=None): argument
/dports/net-mgmt/observium/observium/mibs/zte/
H A DZXR10-MPLS-L2VPN194 proto-vctype-negotiate-fail(15),
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/
H A Dviewvc.py290 vctype = self.repos.roottype()
291 if vctype == vclib.SVN:
293 elif vctype == vclib.CVS:
298 % (self.rootname, vctype),
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp1868 char *vctype, *constant; in write_vconstant_value() local
H A Dcgmain.cpp12192 char *vctype, *constant; in gen_vconstant() local
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-PWE3-MIB1654 when vctype is atm."
5158 when vctype is atm."
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/huawei/
H A DHUAWEI-PWE3-MIB1631 when vctype is atm."
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/huawei/
H A Dhuawei-pwe3-mib.mib1634 when vctype is atm."