Searched refs:int16_t (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/win32/ |
H A D | php_stdint.h | 80 #ifndef int16_t 81 typedef __int16 int16_t; typedef 100 typedef int16_t int_least16_t; 110 typedef int16_t int_fast16_t; 136 #define INT16_MIN ((int16_t)_I16_MIN)
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 188 #define sint2korr(A) (*((int16_t *) (A))) 249 #define sint2korr(A) (int16_t) (((int16_t) ((zend_uchar) (A)[0])) +\ 250 ((int16_t) ((int16_t) (A)[1]) << 8)) 262 (((int32_t) ((int16_t) (A)[3]) << 24)))
|
H A D | config-win.h | 66 #define sint2korr(A) (*((int16_t *) (A)))
|
/PHP-7.2/main/ |
H A D | php_stdint.h | 104 typedef int16 int16_t; variable 106 typedef signed short int16_t;
|
/PHP-7.2/ext/zip/lib/ |
H A D | zipconf.h | 67 typedef int16_t zip_int16_t;
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.h | 171 int16_t _pi_s16;
|
H A D | cdf.c | 1032 if (!cdf_copy_info(&inp[i], &q[o4], e, sizeof(int16_t))) in cdf_read_property_info()
|
/PHP-7.2/ext/zip/ |
H A D | config.m4 | 169 AC_CHECK_TYPES([int16_t])
|
/PHP-7.2/ext/intl/locale/ |
H A D | locale_methods.c | 109 static int16_t findOffset(const char* const* list, const char* key) in findOffset() 114 return (int16_t)(list - anchor); in findOffset()
|
/PHP-7.2/ |
H A D | acinclude.m4 | 3083 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 24101 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
|
H A D | magic私はガラスを食べられます | 24101 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 13834 # define INT16_TYPE int16_t
|
Completed in 711 milliseconds