Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/win32/
H A Dphp_stdint.h80 #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 Dmysqlnd_portability.h188 #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 Dconfig-win.h66 #define sint2korr(A) (*((int16_t *) (A)))
/PHP-7.2/main/
H A Dphp_stdint.h104 typedef int16 int16_t; variable
106 typedef signed short int16_t;
/PHP-7.2/ext/zip/lib/
H A Dzipconf.h67 typedef int16_t zip_int16_t;
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.h171 int16_t _pi_s16;
H A Dcdf.c1032 if (!cdf_copy_info(&inp[i], &q[o4], e, sizeof(int16_t))) in cdf_read_property_info()
/PHP-7.2/ext/zip/
H A Dconfig.m4169 AC_CHECK_TYPES([int16_t])
/PHP-7.2/ext/intl/locale/
H A Dlocale_methods.c109 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 Dacinclude.m43083 …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 Dmagic24101 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
H A Dmagic私はガラスを食べられます24101 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c13834 # define INT16_TYPE int16_t

Completed in 589 milliseconds