Searched refs:int16_t (Results 1 – 13 of 13) sorted by relevance
/PHP-7.4/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.4/main/ |
H A D | php_stdint.h | 107 typedef int16 int16_t; variable 109 typedef signed short int16_t;
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 123 #define sint2korr(A) (*((int16_t *) (A))) 184 #define sint2korr(A) (int16_t) (((int16_t) ((zend_uchar) (A)[0])) +\ 185 ((int16_t) ((int16_t) (A)[1]) << 8))
|
H A D | config-win.h | 65 #define sint2korr(A) (*((int16_t *) (A)))
|
/PHP-7.4/ext/standard/ |
H A D | crc32.c | 60 if (nr >= sizeof(int16_t)) { in crc32_aarch64()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | cdf.h | 169 int16_t _pi_s16;
|
H A D | cdf.c | 1016 if (!cdf_copy_info(&inp[i], &q[o4], e, sizeof(int16_t))) in cdf_read_property_info()
|
/PHP-7.4/ext/intl/locale/ |
H A D | locale_methods.c | 107 static int16_t findOffset(const char* const* list, const char* key) in findOffset() 112 return (int16_t)(list - anchor); in findOffset()
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_internal.h | 1800 int16_t scriptx; /* script extension value */ 1801 int16_t dummy; /* spare - to round to multiple of 4 bytes */
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 490 ZVAL_LONG(rv, *(int16_t*)ptr); in zend_ffi_cdata_to_zval() 694 *(int16_t*)ptr = lval; in zend_ffi_zval_to_cdata() 1069 ZVAL_LONG(writeobj, *(int16_t*)ptr); in zend_ffi_cdata_cast_object() 2487 *(int16_t*)arg_values[n] = (int16_t)lval; in zend_ffi_pass_arg() 5209 …nd_ffi_type zend_ffi_type_sint16 = {.kind=ZEND_FFI_TYPE_SINT16, .size=2, .align=_Alignof(int16_t)};
|
/PHP-7.4/build/ |
H A D | php.m4 | 2428 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 27866 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
|
H A D | magic | 27866 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
|
Completed in 170 milliseconds