Home
last modified time | relevance | path

Searched defs:SIZEOF_LONG (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Include/
Dpymacconfig.h41 # define SIZEOF_LONG 8 macro
54 # define SIZEOF_LONG 4 macro
/third_party/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h46 #define SIZEOF_LONG 4 macro
/third_party/lame/mac/
DPrecompile_Common.h36 #define SIZEOF_LONG 4 macro
/third_party/elfutils/
Dconfig.h150 #define SIZEOF_LONG 8 macro
/third_party/curl/lib/
Dconfig-mac.h77 #define SIZEOF_LONG 4 macro
Dconfig-win32ce.h201 #define SIZEOF_LONG 4 macro
Dconfig-dos.h81 #define SIZEOF_LONG 4 macro
Dconfig-os400.h224 #define SIZEOF_LONG 4 macro
Dconfig-plan9.h53 #define SIZEOF_LONG 4 macro
Dconfig-win32.h274 #define SIZEOF_LONG 4 macro
/third_party/lame/
DconfigMS.h14 #define SIZEOF_LONG 4 macro
/third_party/libsnd/include/
Dconfig.h264 #define SIZEOF_LONG 8 macro
/third_party/node/deps/cares/config/cygwin/
Dares_config.h454 #define SIZEOF_LONG 4 macro
/third_party/python/PC/
Dpyconfig.h325 #define SIZEOF_LONG 4 macro
/third_party/curl/customized/include/
Dcurl_config_standard.h933 #define SIZEOF_LONG 8 macro
Dcurl_config_liteos_m.h954 #define SIZEOF_LONG 4 macro
Dcurl_config_liteos_a.h900 #define SIZEOF_LONG 4 macro
Dcurl_config_standard_http3.h934 #define SIZEOF_LONG 8 macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs437 const SIZEOF_LONG: usize = 4; constant
439 const SIZEOF_LONG: usize = 8; constant
441 const SIZEOF_LONG: usize = ::mem::size_of::<::c_long>(); constant