Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/main/
H A Dphp_stdint.h107 typedef int16 int16_t; variable
109 typedef signed short int16_t;
/PHP-7.3/ext/zip/lib/
H A Dzipconf.h67 typedef int16_t zip_int16_t;
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.h169 int16_t _pi_s16;
H A Dcdf.c1010 if (!cdf_copy_info(&inp[i], &q[o4], e, sizeof(int16_t))) in cdf_read_property_info()
/PHP-7.3/ext/zip/
H A Dconfig.m4167 AC_CHECK_TYPES([int16_t])
/PHP-7.3/ext/intl/locale/
H A Dlocale_methods.c107 static int16_t findOffset(const char* const* list, const char* key) in findOffset()
112 return (int16_t)(list - anchor); in findOffset()
/PHP-7.3/
H A Dacinclude.m43062 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic26062 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
H A Dmagic私はガラスを食べられます26062 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c13834 # define INT16_TYPE int16_t

Completed in 544 milliseconds