Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h45 #define SIZEOF_INT 4 macro
/third_party/curl/lib/
Dconfig-riscos.h205 #define SIZEOF_INT 4 macro
Dconfig-mac.h76 #define SIZEOF_INT 4 macro
Dconfig-win32ce.h205 #define SIZEOF_INT 4 macro
Dconfig-amigaos.h65 #define SIZEOF_INT 4 macro
Dconfig-dos.h80 #define SIZEOF_INT 4 macro
Dconfig-os400.h227 #define SIZEOF_INT 4 macro
Dconfig-plan9.h52 #define SIZEOF_INT 4 macro
Dconfig-win32.h293 #define SIZEOF_INT 4 macro
/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/python/PC/
Dpyconfig.h324 #define SIZEOF_INT 4 macro
/third_party/curl/customized/include/
Dcurl_config_standard.h930 #define SIZEOF_INT 4 macro
Dcurl_config_liteos_m.h951 #define SIZEOF_INT 4 macro
Dcurl_config_liteos_a.h897 #define SIZEOF_INT 4 macro
Dcurl_config_standard_http3.h931 #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