Home
last modified time | relevance | path

Searched refs:int32_t (Results 51 – 75 of 98) sorted by relevance

1234

/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp171 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
231 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
241 int32_t offset, in PHP_FUNCTION()
267 offset = (int32_t)offset_arg; in PHP_FUNCTION()
342 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
389 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
445 int32_t rawOffset, in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c44 int32_t new_val_len = 0; in collator_convert_hash_item_from_utf8_to_utf16()
191 int32_t ustr_len = 0; in collator_convert_zstr_utf8_to_utf16()
220 int32_t ustr_len = 0; in collator_convert_object_to_string()
H A Dcollator_is_numeric.c214 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, int allo… in collator_is_numeric()
/PHP-7.4/ext/standard/
H A Dcrc32.c55 if (nr >= sizeof(int32_t)) { in crc32_aarch64()
H A Dmt_rand.c93 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(v))) & 0x9908b0dfU))
94 #define twist_php(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(u))) & 0x9908b0dfU))
H A Dbasic_functions.h165 typedef int32_t php_int32;
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.h48 typedef int32_t cdf_secid_t;
85 typedef int32_t cdf_dirid_t;
171 int32_t _pi_s32;
H A Delfclass.h32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
H A Dfile.h305 int32_t offset; /* offset to magic number */
307 int32_t in_offset; /* offset from indirection */
392 int32_t off;
H A Dder.c243 int32_t
274 return CAST(int32_t, offs); in der_offs()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp68 int32_t pos = biter->next(); in _breakiterator_move_forward()
79 int32_t pos = biter->first(); in _breakiterator_rewind()
151 int32_t cur, in _breakiterator_parts_move_forward()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_attr.c66 int32_t spattern_len = 0; in PHP_FUNCTION()
H A Dmsgformat_format.c38 int32_t formatted_len = 0; in msgfmt_do_format()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c181 int32_t meindex = 0; in resourcebundle_array_fetch()
192 meindex = (int32_t)Z_LVAL_P(offset); in resourcebundle_array_fetch()
300 int32_t len; in ZEND_END_ARG_INFO()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c35 int32_t spattern_len = 0; in numfmt_ctor()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h124 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
186 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
194 #define sint4korr(A) (int32_t) (((uint32_t) ((A)[0])) +\
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h730 PCRE2_EXP_DECL int32_t PCRE2_CALL_CONVENTION \
731 pcre2_serialize_encode(const pcre2_code **, int32_t, uint8_t **, \
733 PCRE2_EXP_DECL int32_t PCRE2_CALL_CONVENTION \
734 pcre2_serialize_decode(pcre2_code **, int32_t, const uint8_t *, \
736 PCRE2_EXP_DECL int32_t PCRE2_CALL_CONVENTION \
H A Dpcre2_script_run.c122 int32_t scriptx = ucd->scriptx; in PRIV()
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c260 int32_t tag_value_len = 512; in get_icu_value_internal()
264 int32_t buflen = 512; in get_icu_value_internal()
492 int32_t disp_name_len = 0; in get_icu_disp_value_src_php()
496 int32_t buflen = 512; in get_icu_disp_value_src_php()
691 int32_t kw_key_len = 0; in PHP_FUNCTION()
728 int32_t kw_value_len = 100; in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attr.c132 int32_t slength = 0; in PHP_FUNCTION()
H A Ddateformat_create.cpp66 int32_t slength = 0; in datefmt_ctor()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c16 int32_t i = 0; in convert_cp()
250 int32_t buffer_len; in ZEND_END_ARG_INFO()
304 const char *name, int32_t length) { in enumCharNames_callback()
548 int32_t closure_len; in IC_METHOD()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c223 const char *codeUnits, int32_t length, in php_converter_to_u_callback()
306 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback()
664 UConverter *src_cnv, const char *src, int32_t src_len, in php_converter_do_convert()
668 int32_t temp_len, ret_len; in php_converter_do_convert()
889 int32_t i, in PHP_METHOD()
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp43 int32_t id_len = 0; in timezone_convert_datetimezone()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c114 } else if (ht->nNumUsed > HT_MIN_SIZE && ht->nNumUsed < (uint32_t)(-(int32_t)ht->nTableMask) / 4) { in zend_hash_persist()
120 hash_size = (uint32_t)(-(int32_t)ht->nTableMask); in zend_hash_persist()
124 ht->nTableMask = (uint32_t)(-(int32_t)hash_size); in zend_hash_persist()
413 (int32_t)opline->op1.constant) - orig_literals)) - in zend_persist_op_array_ex()
425 (int32_t)opline->op2.constant) - orig_literals)) - in zend_persist_op_array_ex()

Completed in 114 milliseconds

1234