Home
last modified time | relevance | path

Searched defs:SIZEOF_INT (Results 1 – 16 of 16) sorted by relevance

/third_party/flatbuffers/ts/
Dconstants.ts2 export const SIZEOF_INT = 4; constant
/third_party/flatbuffers/php/
DConstants.php23 const SIZEOF_INT = 4; define in Google\\FlatBuffers\\Constants
/third_party/freetype/builds/vms/
Dftconfig.h45 #define SIZEOF_INT 4 macro
/third_party/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h45 #define SIZEOF_INT 4 macro
/third_party/flatbuffers/java/com/google/flatbuffers/
DConstants.java31 static final int SIZEOF_INT = 4; field in Constants
/third_party/gstreamer/gstplugins_good/
Dconfig.h99 #define SIZEOF_INT 4 macro
/third_party/gstreamer/gstplugins_bad/
Dconfig.h104 #define SIZEOF_INT 4 macro
/third_party/gstreamer/gstplugins_base/
Dconfig.h120 #define SIZEOF_INT 4 macro
/third_party/node/deps/cares/config/cygwin/
Dares_config.h451 #define SIZEOF_INT 4 macro
/third_party/flutter/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h60 #define SIZEOF_INT 4 macro
/third_party/python/PC/
Dpyconfig.h324 #define SIZEOF_INT 4 macro
/third_party/curl/customized/include/
Dcurl_config_liteos_m.h951 #define SIZEOF_INT 4 macro
Dcurl_config_liteos_a.h897 #define SIZEOF_INT 4 macro
Dcurl_config_standard.h930 #define SIZEOF_INT 4 macro
/third_party/python/Lib/test/
Dtest_time.py21 SIZEOF_INT = sysconfig.get_config_var('SIZEOF_INT') or 4 variable
Dtest_socket.py173 SIZEOF_INT = array.array("i").itemsize variable