Searched refs:IS_64BIT (Results 1 – 2 of 2) sorted by relevance
222 #define IS_64BIT (SIZEOF_LONG == 8) macro
126 Gdx.app.debug("IOSApplication", "Running in " + (Bro.IS_64BIT ? "64-bit" : "32-bit") + " mode"); in didFinishLaunching()