Searched refs:int16_t (Results 1 – 13 of 13) sorted by relevance
/PHP-5.6/win32/ |
H A D | php_stdint.h | 76 #ifndef int16_t 77 typedef __int16 int16_t; typedef 99 typedef int16_t int_least16_t; 109 typedef int16_t int_fast16_t; 139 #define INT16_MIN ((int16_t)_I16_MIN)
|
/PHP-5.6/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-5.6/main/ |
H A D | php_stdint.h | 84 typedef int16 int16_t; variable 86 typedef signed short int16_t;
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapidef.h | 166 int16_t m_headerLen[H_TRANSFER_ENCODING+1];
|
/PHP-5.6/ext/zip/lib/ |
H A D | zipconf.h | 63 typedef int16_t zip_int16_t;
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf.h | 173 int16_t _pi_s16;
|
H A D | cdf.c | 765 int16_t s16; in cdf_read_property_info()
|
/PHP-5.6/ext/zip/ |
H A D | config.m4 | 137 AC_CHECK_TYPES([int16_t])
|
/PHP-5.6/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-5.6/ext/gd/libgd/ |
H A D | webpimg.c | 131 static int16_t kVToR[256], kUToB[256];
|
/PHP-5.6/ |
H A D | acinclude.m4 | 3024 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 8958 # define INT16_TYPE int16_t
|
Completed in 301 milliseconds