Home
last modified time | relevance | path

Searched refs:SIZEOF_INT (Results 1 - 25 of 37) sorted by relevance

12

/third_party/python/Include/
H A Dlongobject.h34 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
50 #if SIZEOF_VOID_P == SIZEOF_INT
/third_party/python/PC/
H A Dpyconfig.h331 #define SIZEOF_INT 4 macro
638 #define SIZEOF_PID_T SIZEOF_INT
/third_party/skia/third_party/externals/freetype/builds/vms/
H A Dftconfig.h45 #define SIZEOF_INT 4 macro
/third_party/curl/lib/
H A Dconfig-mac.h76 #define SIZEOF_INT 4 macro
H A Dconfig-amigaos.h64 #define SIZEOF_INT 4 macro
H A Dconfig-dos.h80 #define SIZEOF_INT 4 macro
H A Dconfig-plan9.h52 #define SIZEOF_INT 4 macro
H A Dconfig-win32ce.h195 #define SIZEOF_INT 4 macro
H A Dconfig-os400.h215 #define SIZEOF_INT 4 macro
H A Dconfig-riscos.h199 #define SIZEOF_INT 4 macro
H A Dconfig-win32.h268 #define SIZEOF_INT 4 macro
/third_party/lame/mac/
H A DPrecompile_Common.h35 #define SIZEOF_INT 4 macro
/third_party/lame/
H A DconfigMS.h11 #define SIZEOF_INT 4 macro
/third_party/node/deps/cares/config/cygwin/
H A Dares_config.h451 #define SIZEOF_INT 4 macro
/third_party/python/Include/internal/
H A Dpycore_bitutils.h99 #if SIZEOF_INT >= 4 in _Py_popcount32()
/third_party/python/Lib/test/
H A Dtest_socket.py175 SIZEOF_INT = array.array("i").itemsize variable
3518 self.assertEqual(len(cmsg_data) % SIZEOF_INT, 0)
3551 socket.CMSG_SPACE(4 * SIZEOF_INT)))
3561 socket.CMSG_LEN(4 * SIZEOF_INT)),
3603 socket.CMSG_SPACE(SIZEOF_INT) +
3604 socket.CMSG_LEN(SIZEOF_INT * num_fds)),
3656 self.assertLess(len(cmsg_data), SIZEOF_INT)
3740 SIZEOF_INT * 2))
3792 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(SIZEOF_INT),
3793 maxdata=SIZEOF_INT)
[all...]
/third_party/curl/customized/include/
H A Dcurl_config_liteos_m.h951 #define SIZEOF_INT 4 macro
H A Dcurl_config_standard_http3.h931 #define SIZEOF_INT 4 macro
H A Dcurl_config_standard.h930 #define SIZEOF_INT 4 macro
H A Dcurl_config_liteos_a.h897 #define SIZEOF_INT 4 macro
/third_party/python/Modules/
H A Dsocketmodule.h232 # define SIZEOF_SOCKET_T SIZEOF_INT
H A Dsha1module.c34 #if SIZEOF_INT == 4
/third_party/python/Modules/_ctypes/
H A Dcfield.c431 #if SIZEOF_INT == 4
1501 #if SIZEOF__BOOL == SIZEOF_INT
1577 #elif SIZEOF__BOOL == SIZEOF_INT in _ctypes_init_fielddesc()
/third_party/curl/tests/libtest/
H A Dlib557.c258 #if (SIZEOF_INT == 2) in test_unsigned_int_formatting()
279 #elif (SIZEOF_INT == 4) in test_unsigned_int_formatting()
313 #elif (SIZEOF_INT == 8) in test_unsigned_int_formatting()
408 #if (SIZEOF_INT == 2) in test_signed_int_formatting()
451 #elif (SIZEOF_INT == 4) in test_signed_int_formatting()
518 #elif (SIZEOF_INT == 8) in test_signed_int_formatting()
/third_party/selinux/libselinux/src/
H A Daudit2why.c3 #define SIZEOF_SOCKET_T SIZEOF_INT

Completed in 24 milliseconds

12