Home
last modified time | relevance | path

Searched refs:int32_t (Results 26 – 50 of 87) sorted by relevance

1234

/PHP-7.3/ext/intl/idn/
H A Didn.c140 int32_t len; in php_intl_idn_to_46()
151 const int32_t buffer_capac = 255; in php_intl_idn_to_46()
161 const int32_t buffer_capac = 252*4; in php_intl_idn_to_46()
229 int32_t converted_ret_len; in php_intl_idn_to()
240 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
242 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
/PHP-7.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp164 int32_t num_rules = fetch_rbbi(bio)->getRuleStatusVec(NULL, 0, in PHP_FUNCTION()
173 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION()
185 for (int32_t i = 0; i < num_rules; i++) { in PHP_FUNCTION()
H A Dbreakiterator_iterators.cpp68 int32_t pos = biter->next(); in _breakiterator_move_forward()
79 int32_t pos = biter->first(); in _breakiterator_rewind()
150 int32_t cur, in _breakiterator_parts_move_forward()
/PHP-7.3/ext/standard/
H A Dlcg.c55 int32_t q; in php_combined_lcg()
56 int32_t z; in php_combined_lcg()
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))
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle.c32 const int32_t* vfield; in resourcebundle_extract_value()
33 int32_t ilen; in resourcebundle_extract_value()
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.3/ext/intl/transliterator/
H A Dtransliterator_methods.c34 int32_t ustr_id_len = 0; in create_transliterator()
141 int32_t ustr_rules_len = 0; in PHP_FUNCTION()
246 int32_t elem_len; in PHP_FUNCTION()
301 int32_t ustr_len = 0, in PHP_FUNCTION()
408 int32_t temp_limit = ( limit == -1 ? ustr_len : (int32_t) limit ); in PHP_FUNCTION()
412 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-7.3/ext/intl/collator/
H A Dcollator_is_numeric.h24 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, int allo…
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()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_portability.h189 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
251 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
259 #define sint4korr(A) (int32_t) (((int32_t) ((zend_uchar) (A)[0])) +\
260 (((int32_t) ((zend_uchar) (A)[1]) << 8)) +\
261 (((int32_t) ((zend_uchar) (A)[2]) << 16)) +\
262 (((int32_t) ((int16_t) (A)[3]) << 24)))
/PHP-7.3/ext/date/lib/
H A Dtimelib.h40 typedef int int32_t; typedef
42 typedef long int int32_t; typedef
64 # ifndef int32_t
65 typedef __int32 int32_t; typedef
92 #define INT32_MIN ((int32_t)_I32_MIN)
117 typedef int32_t timelib_long;
199 int32_t offset;
H A Dparse_tz.c84 #define timelib_conv_int_signed(value) ((int32_t) timelib_conv_int_unsigned((int32_t) value))
210 *tzf += (sizeof(int32_t) * tz->_bit32.timecnt); in skip_32bit_transitions()
218 int32_t *leap_buffer; in read_64bit_types()
238 …tz->type[i].offset += (int32_t) (((uint32_t) buffer[j]) << 24) + (buffer[j + 1] << 16) + (buffer[j… in read_64bit_types()
254 leap_buffer = (int32_t *) timelib_malloc(tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t))); in read_64bit_types()
258 memcpy(leap_buffer, *tzf, tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t))); in read_64bit_types()
259 *tzf += tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t)); in read_64bit_types()
316 *tzf += sizeof(int32_t) * tz->_bit32.leapcnt * 2; in skip_32bit_types()
666 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.h20 int32_t umsg_format_arg_count(UMessageFormat *fmt);
H A Dmsgformat_attr.c66 int32_t spattern_len = 0; in PHP_FUNCTION()
/PHP-7.3/ext/intl/formatter/
H A Dformatter_attr.c106 int32_t value_buf_size = USIZE( value_buf ); in PHP_FUNCTION()
108 int32_t length = 0; in PHP_FUNCTION()
208 int32_t slength = 0; in PHP_FUNCTION()
302 int32_t slength = 0; in PHP_FUNCTION()
389 int32_t slength = 0; in PHP_FUNCTION()
H A Dformatter_main.c35 int32_t spattern_len = 0; in numfmt_ctor()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c63 int32_t *);
502 private int32_t
579 t = ms->offset + sizeof(int32_t); in mprint()
775 return (int32_t)t; in mprint()
780 int32_t *op) in moffset()
783 int32_t o; in moffset()
800 o = CAST(int32_t, (ms->offset + sizeof(int32_t))); in moffset()
868 o = CAST(int32_t, in moffset()
1142 p->l = (int32_t)BE32(p); in mconvert()
1162 p->l = (int32_t)LE32(p); in mconvert()
[all …]
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];
/PHP-7.3/ext/intl/spoofchecker/
H A Dspoofchecker_main.c76 …ret = uspoof_areConfusableUTF8(co->uspoof, s1, (int32_t)s1_len, s2, (int32_t)s2_len, SPOOFCHECKER_… in PHP_METHOD()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_atomic.h27 typedef int32_t atomic_int_t;
86 typedef int32_t atomic_int_t;
/PHP-7.3/Zend/
H A Dzend_long.h41 typedef int32_t zend_long;
43 typedef int32_t zend_off_t;
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp173 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
231 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
242 int32_t offset, in PHP_FUNCTION()
268 offset = (int32_t)offset_arg; in PHP_FUNCTION()
345 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
393 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
449 int32_t rawOffset, in PHP_FUNCTION()
/PHP-7.3/ext/zip/lib/
H A Dzipconf.h81 typedef int32_t zip_int32_t;

Completed in 61 milliseconds

1234