Home
last modified time | relevance | path

Searched refs:v__ (Results 1 – 25 of 68) sorted by relevance

123

/dports/databases/iowow/iowow-1.4.13/src/
H A Dbasedefs.h111 ({ __typeof__(val__) v__ = (val__); \
112 if (!v__) goto label__; \
113 v__; })
116 ({ __typeof__(val__) v__ = (val__); \
117 if (!v__) return ret__; \
118 v__; })
139 #define RCGA(v__, label__) \ argument
140 if (!(v__)) { \
147 #define RCA(v__, label__) RCGA(v__, label__) argument
151 #define RCB(label__, v__) RCGA(v__, label__) argument
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_mtrace.c118 Uint16 v__ = (Uint16) (V); \
121 case 1: *((P)++) = (byte) ((v__ >> 8) & 0xff); \
122 case 0: *((P)++) = (byte) ( v__ & 0xff); \
128 Uint32 v__ = (Uint32) (V); \
129 if (v__ >= (((Uint32) 1) << 16)) { \
135 case 3: *((P)++) = (byte) ((v__ >> 24) & 0xff); \
136 case 2: *((P)++) = (byte) ((v__ >> 16) & 0xff); \
146 Uint64 v__ = (Uint64) (V); \
147 if (v__ >= (((Uint64) 1) << 32)) { \
148 if (v__ >= (((Uint64) 1) << 48)) { \
[all …]
/dports/devel/bison/bison-3.7.6/src/
H A Dmuscle-tab.h71 int v__ = Value; \
72 MUSCLE_INSERT_INT (Key, v__); \
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/generated/
H A DKeeICE.cs1258 if(v__ == null) in write()
1288 return v__; in read()
1296 if(v__ == null) in write()
1305 (v__ == null ? new KeeICE.KPlib.KPGroup() : v__[ix__]).write__(os__); in write()
1326 return v__; in read()
1339 string[] v__; in read()
1341 return v__; in read()
1349 if(v__ == null) in write()
1379 return v__; in read()
1392 string[] v__; in read()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/TemplateModels/
H A DRNAMuse95.mdl55 result[idx] := freq_Mod*R_gained/R_lost*obsF__[h__]*obsF__[v__];
59 result[idx] := freq_Mod*obsF__[h__]*obsF__[v__];
/dports/print/tex-luatex/texlive-20150521-source/libs/lua52/lua-5.2.4/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/lua-5.2.3/src/
H A Dlobject.h326 Value v__; \
338 #define v_(o) ((o)->u.i.v__)
350 Value v__; \
361 #define v_(o) ((o)->u.i.v__)
/dports/games/pioneer/pioneer-20210723/contrib/lua/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/lua/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/lang/lua52/lua-5.2.4/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/games/blobby/blobby-1.0/src/lua/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/emulators/fs-uae/fs-uae-3.1.35/lua/src/
H A Dlobject.h306 union { struct { Value v__; int tt__; } i; double d__; } u
309 #define v_(o) ((o)->u.i.v__)
317 union { struct { int tt__; Value v__; } i; double d__; } u
320 #define v_(o) ((o)->u.i.v__)
/dports/sysutils/syslinux/syslinux-6.03/com32/lua/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/games/alephone/alephone-release-20190331/Source_Files/Lua/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/lua/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.2.4/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/devel/tex-libtexlua/texlive-20150521-source/libs/lua52/lua-5.2.4/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.2.4/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/external/lua-5.2.3/src/
H A Dlobject.h303 union { struct { Value v__; int tt__; } i; double d__; } u
306 #define v_(o) ((o)->u.i.v__)
314 union { struct { int tt__; Value v__; } i; double d__; } u
317 #define v_(o) ((o)->u.i.v__)

123