Home
last modified time | relevance | path

Searched defs:MAX_OBJ_SIZE (Results 1 – 12 of 12) sorted by relevance

/dports/math/yices/yices-2.6.2/src/utils/
H A Dobject_stores.h75 #define MAX_OBJ_SIZE 512 macro
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/ramysql/
H A Drasqltimeindex.h43 #define MAX_OBJ_SIZE 1024 macro
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCaches.h83 static constexpr unsigned MAX_OBJ_SIZE = sizeof(JSObject_Slots16); variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCaches.h83 static constexpr unsigned MAX_OBJ_SIZE = sizeof(JSObject_Slots16); variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCaches.h85 static const unsigned MAX_OBJ_SIZE = 4 * sizeof(void*) + 16 * sizeof(Value); variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DCaches.h97 static const unsigned MAX_OBJ_SIZE = 4 * sizeof(void*) + 16 * sizeof(Value); variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DCaches.h154 static const unsigned MAX_OBJ_SIZE = 4 * sizeof(void*) + 16 * sizeof(Value); variable
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/skycpt/
H A Dcptcompiler.cpp34 #define MAX_OBJ_SIZE (0x2000 * 2) macro
/dports/games/scummvm/scummvm-2.5.1/devtools/skycpt/
H A Dcptcompiler.cpp34 #define MAX_OBJ_SIZE (0x2000 * 2) macro
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/rapath/
H A Drapath.c90 #define MAX_OBJ_SIZE 1024 macro
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/clients/
H A Dranonymize.c47 #define MAX_OBJ_SIZE 1024 macro
867 #define MAX_OBJ_SIZE 1024 macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DRuntime.h247 static const unsigned MAX_OBJ_SIZE = 4 * sizeof(void*) + 16 * sizeof(Value); variable