Home
last modified time | relevance | path

Searched +defs:D +defs:n (Results 1 – 25 of 14577) sorted by relevance

12345678910>>...584

/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
49 #define dumpVar(D,x) dumpVector(D,&x,1) argument
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
63 int n = 0; in dumpSize() local
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
110 int n = f->sizek; in dumpConstants() local
136 int n = f->sizep; in dumpProtos() local
144 int i, n = f->sizeupvalues; in dumpUpvalues() local
155 int i, n; in dumpDebug() local
197 static void dumpHeader (DumpState *D) { in dumpHeader()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
49 #define dumpVar(D,x) dumpVector(D,&x,1) argument
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
63 int n = 0; in dumpSize() local
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
110 int n = f->sizek; in dumpConstants() local
136 int n = f->sizep; in dumpProtos() local
144 int i, n = f->sizeupvalues; in dumpUpvalues() local
155 int i, n; in dumpDebug() local
197 static void dumpHeader (DumpState *D) { in dumpHeader()
[all …]
/dports/lang/lua54/lua-5.4.2/src/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
49 #define dumpVar(D,x) dumpVector(D,&x,1) argument
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
63 int n = 0; in dumpSize() local
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
110 int n = f->sizek; in dumpConstants() local
136 int n = f->sizep; in dumpProtos() local
144 int i, n = f->sizeupvalues; in dumpUpvalues() local
155 int i, n; in dumpDebug() local
197 static void dumpHeader (DumpState *D) { in dumpHeader()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
49 #define dumpVar(D,x) dumpVector(D,&x,1) argument
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
63 int n = 0; in dumpSize() local
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
110 int n = f->sizek; in dumpConstants() local
136 int n = f->sizep; in dumpProtos() local
144 int i, n = f->sizeupvalues; in dumpUpvalues() local
155 int i, n; in dumpDebug() local
197 static void dumpHeader (DumpState *D) { in dumpHeader()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
49 #define dumpVar(D,x) dumpVector(D,&x,1) argument
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
63 int n = 0; in dumpSize() local
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
110 int n = f->sizek; in dumpConstants() local
136 int n = f->sizep; in dumpProtos() local
144 int i, n = f->sizeupvalues; in dumpUpvalues() local
155 int i, n; in dumpDebug() local
197 static void dumpHeader (DumpState *D) { in dumpHeader()
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument
49 #define dumpVar(D,x) dumpVector(D,&x,1) argument
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
63 int n = 0; in dumpSize() local
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
110 int n = f->sizek; in dumpConstants() local
136 int n = f->sizep; in dumpProtos() local
144 int i, n = f->sizeupvalues; in dumpUpvalues() local
155 int i, n; in dumpDebug() local
197 static void dumpHeader (DumpState *D) { in dumpHeader()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
99 int n = f->sizek; in DumpConstants() local
129 int n = f->sizep; in DumpProtos() local
137 int i, n = f->sizeupvalues; in DumpUpvalues() local
147 int i, n; in DumpDebug() local
183 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/lua/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/lua/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/lua/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
99 int n = f->sizek; in DumpConstants() local
129 int n = f->sizep; in DumpProtos() local
137 int i, n = f->sizeupvalues; in DumpUpvalues() local
147 int i, n; in DumpDebug() local
183 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lua/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/golly/golly-3.3-src/lua/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/security/nmap/nmap-7.91/liblua/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/x11-toolkits/scintilla/scite/lua/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/lua/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/freeciv/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/lua/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/widelands/widelands-build21/src/third_party/eris/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/lang/lua53/lua-5.3.6/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/lua-5.3.5/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/net-mgmt/yaf/yaf-2.11.0/lua/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
100 int n = f->sizek; in DumpConstants() local
130 int n = f->sizep; in DumpProtos() local
138 int i, n = f->sizeupvalues; in DumpUpvalues() local
148 int i, n; in DumpDebug() local
184 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]
/dports/devel/genie/GENie-a503d6e/src/host/lua-5.3.0/src/
H A Dldump.c35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte()
58 static void DumpInt (int x, DumpState *D) { in DumpInt()
63 static void DumpNumber (lua_Number x, DumpState *D) { in DumpNumber()
99 int n = f->sizek; in DumpConstants() local
129 int n = f->sizep; in DumpProtos() local
137 int i, n = f->sizeupvalues; in DumpUpvalues() local
147 int i, n; in DumpDebug() local
183 static void DumpHeader (DumpState *D) { in DumpHeader()
[all …]

12345678910>>...584