Home
last modified time | relevance | path

Searched refs:SIZEOF_INT (Results 1 – 10 of 10) sorted by relevance

/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-win32ce.h195 #define SIZEOF_INT 4 macro
H A Dconfig-dos.h80 #define SIZEOF_INT 4 macro
H A Dconfig-plan9.h51 #define SIZEOF_INT 4 macro
H A Dconfig-riscos.h190 #define SIZEOF_INT 4 macro
H A Dconfig-os400.h209 #define SIZEOF_INT 4 macro
H A Dconfig-win32.h271 #define SIZEOF_INT 4 macro
/curl/tests/libtest/
H A Dlib557.c265 #if (SIZEOF_INT == 2) in test_unsigned_int_formatting()
286 #elif (SIZEOF_INT == 4) in test_unsigned_int_formatting()
320 #elif (SIZEOF_INT == 8) in test_unsigned_int_formatting()
415 #if (SIZEOF_INT == 2) in test_signed_int_formatting()
458 #elif (SIZEOF_INT == 4) in test_signed_int_formatting()
525 #elif (SIZEOF_INT == 8) in test_signed_int_formatting()
1451 #if (SIZEOF_INT == 2) in test_oct_hex_formatting()
1454 #elif (SIZEOF_INT == 4) in test_oct_hex_formatting()
1458 #elif (SIZEOF_INT == 8) in test_oct_hex_formatting()
/curl/
H A DCMakeLists.txt1526 check_type_size("int" SIZEOF_INT)

Completed in 33 milliseconds