Home
last modified time | relevance | path

Searched refs:FUNCTION2 (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DIQ3Shader.h381 FUNCTION2 = 0x10, enumerator
382 SCROLL = FUNCTION2 + 1,
383 SCALE = FUNCTION2 + 2,
384 ROTATE = FUNCTION2 + 3,
385 STRETCH = FUNCTION2 + 4,
387 WAVE = FUNCTION2 + 6,
389 IDENTITY = FUNCTION2 + 7,
390 VERTEX = FUNCTION2 + 8,
391 TEXTURE = FUNCTION2 + 9,
395 BULGE = FUNCTION2 + 13,
[all …]
/dports/math/gmp/gmp-6.2.1/mpz/
H A Daors_ui.h38 #define FUNCTION2 mpz_add macro
46 #define FUNCTION2 mpz_sub macro
74 FUNCTION2 (w, u, v);
/dports/math/gap/gap-4.11.0/extern/gmp/mpz/
H A Daors_ui.h39 #define FUNCTION2 mpz_add macro
47 #define FUNCTION2 mpz_sub macro
75 FUNCTION2 (w, u, v);
/dports/math/mingw32-libgmp/gmp-6.0.0/mpz/
H A Daors_ui.h39 #define FUNCTION2 mpz_add macro
47 #define FUNCTION2 mpz_sub macro
75 FUNCTION2 (w, u, v);
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpz/
H A Daors_ui.h38 #define FUNCTION2 mpz_add macro
46 #define FUNCTION2 mpz_sub macro
74 FUNCTION2 (w, u, v);
/dports/math/mpir/mpir-3.0.0/mpz/
H A Daors_ui.h30 #define FUNCTION2 mpz_add macro
38 #define FUNCTION2 mpz_sub macro
66 FUNCTION2 (w, u, v);
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/
H A Dqgsmeshcalclexer.ll64 "max" { meshlval.op = QgsMeshCalcNode::opMAX; return FUNCTION2; }
65 "min" { meshlval.op = QgsMeshCalcNode::opMIN; return FUNCTION2; }
H A Dqgsmeshcalcparser.yy59 %token<op> FUNCTION2
85 …| FUNCTION2 '(' mesh_exp ',' mesh_exp ')' { $$ = new QgsMeshCalcNode($1, $3, $5); joinTmpNodes($…
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshcalclexer.ll65 "max" { mesh_lval.op = QgsMeshCalcNode::opMAX; return FUNCTION2; }
66 "min" { mesh_lval.op = QgsMeshCalcNode::opMIN; return FUNCTION2; }
H A Dqgsmeshcalcparser.yy59 %token<op> FUNCTION2
85 …| FUNCTION2 '(' mesh_exp ',' mesh_exp ')' { $$ = new QgsMeshCalcNode($1, $3, $5); joinTmpNodes($…
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dtest2.c25 #define FUNCTION2 Test2Function2 macro
173 APIRET APIENTRY FUNCTION2(PCSZ name,ULONG argc,PRXSTRING argv,PCSZ stck,PRXSTRING retstr) in FUNCTION2() function
H A Dtest1.c25 #define FUNCTION2 Test1Function2 macro
173 APIRET APIENTRY FUNCTION2(PCSZ name,ULONG argc,PRXSTRING argv,PCSZ stck,PRXSTRING retstr) in FUNCTION2() function
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c1791 FUNCTION2(unlikely, 1, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY), in sqlite3RegisterBuiltinFunctions()
1792 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY), in sqlite3RegisterBuiltinFunctions()
1793 FUNCTION2(likely, 1, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY), in sqlite3RegisterBuiltinFunctions()
1795 FUNCTION2(affinity, 1, 0, 0, noopFunc, SQLITE_FUNC_AFFINITY), in sqlite3RegisterBuiltinFunctions()
1811 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), in sqlite3RegisterBuiltinFunctions()
1812 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), in sqlite3RegisterBuiltinFunctions()
1825 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE), in sqlite3RegisterBuiltinFunctions()
1862 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE), in sqlite3RegisterBuiltinFunctions()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/ns-eel2/
H A Dns-eel-int.h144 #define FUNCTION2 261 macro
H A Dnseel-caltab.c30 #define FUNCTION2 261 macro
H A Dnseel-eval.c294 case 2: *typeOfObject = FUNCTION2; break; in nseel_lookup()
/dports/devel/libstroke/libstroke-0.5.1/
H A DREADME.libgstroke30 gstroke_signal_connect (widget, STROKE_STRING2, FUNCTION2, DATA2);
/dports/graphics/flasm/flasm-1.62_1/
H A Dkeywords.gperf50 function2, 1, FUNCTION2
H A Dassembler.y181 %token FUNCTION2
839 : FUNCTION2 name_opt {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c1941 FUNCTION2(sqlite_offset, 1, 0, 0, noopFunc, SQLITE_FUNC_OFFSET| in sqlite3RegisterBuiltinFunctions()
1958 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), in sqlite3RegisterBuiltinFunctions()
1959 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), in sqlite3RegisterBuiltinFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfunc.c1952 FUNCTION2(sqlite_offset, 1, 0, 0, noopFunc, SQLITE_FUNC_OFFSET| in sqlite3RegisterBuiltinFunctions()
1969 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), in sqlite3RegisterBuiltinFunctions()
1970 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), in sqlite3RegisterBuiltinFunctions()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfunc.c2152 FUNCTION2(sqlite_offset, 1, 0, 0, noopFunc, SQLITE_FUNC_OFFSET| in sqlite3RegisterBuiltinFunctions()
2169 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), in sqlite3RegisterBuiltinFunctions()
2170 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), in sqlite3RegisterBuiltinFunctions()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dcore_sc300.h673 …__IO uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 … member
H A Dcore_cm3.h702 …__IO uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 … member
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/
H A Dcore_sc300.h802 …__IO uint32_t FUNCTION2; /*!< Offset: 0x048 (R/W) Function Register 2 … member

12345678910