Searched defs:uint32_t (Results 1 - 3 of 3) sorted by relevance
/php-7.4/Zend/ | ||
H A D | zend_strtod_int.h(last modified 13/02/2019 23:05) | 61 typedef unsigned int uint32_t; typedef 63 typedef unsigned long int uint32_t; typedef 123 #define uint32_t unsigned __int32 macro |
/php-7.4/win32/ | ||
H A D | php_stdint.h(last modified 13/02/2019 23:05) | 94 typedef unsigned __int32 uint32_t; typedef |
/php-7.4/ext/date/lib/ | ||
H A D | timelib.h(last modified 01/09/2020 08:00) | 48 typedef unsigned int uint32_t; typedef 50 typedef unsigned long int uint32_t; typedef 68 typedef unsigned __int32 uint32_t; typedef [all...] |
Completed in 18 milliseconds