Searched refs:FUNCTION2 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | aors_ui.h | 38 #define FUNCTION2 mpz_add macro 46 #define FUNCTION2 mpz_sub macro 74 FUNCTION2 (w, u, v);
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 18077 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ macro 130516 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), 130517 FUNCTION2(subtype, 1, 0, 0, subtypeFunc, SQLITE_FUNC_TYPEOF), 130518 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), 130519 FUNCTION2(octet_length, 1, 0, 0, bytelengthFunc,SQLITE_FUNC_BYTELEN),
|