Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp160 int32_t num_rules = fetch_rbbi(bio)->getRuleStatusVec(NULL, 0, in PHP_FUNCTION()
169 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION()
181 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()
175 next = (int32_t)slen; in _breakiterator_parts_move_forward()
/PHP-7.0/ext/date/lib/
H A Dparse_tz.c105 int32_t *buffer = NULL; in read_transistions()
110 buffer = (int32_t*) timelib_malloc(tz->bit32.timecnt * sizeof(int32_t)); in read_transistions()
114 memcpy(buffer, *tzf, sizeof(int32_t) * tz->bit32.timecnt); in read_transistions()
115 *tzf += (sizeof(int32_t) * tz->bit32.timecnt); in read_transistions()
151 int32_t *leap_buffer; in read_types()
183 leap_buffer = (int32_t *) timelib_malloc(tz->bit32.leapcnt * 2 * sizeof(int32_t)); in read_types()
187 memcpy(leap_buffer, *tzf, sizeof(int32_t) * tz->bit32.leapcnt * 2); in read_types()
188 *tzf += sizeof(int32_t) * tz->bit32.leapcnt * 2; in read_types()
483 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info()
H A Dtimelib.c148 tmp->trans = (int32_t *) timelib_malloc(tz->bit32.timecnt * sizeof(int32_t)); in timelib_tzinfo_clone()
150 memcpy(tmp->trans, tz->trans, tz->bit32.timecnt * sizeof(int32_t)); in timelib_tzinfo_clone()
H A Dtimelib.m467 TL_CHECK_INT_TYPE(int32_t)
/PHP-7.0/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.0/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.c179 int32_t meindex = 0; in resourcebundle_array_fetch()
190 meindex = (int32_t)Z_LVAL_P(offset); in resourcebundle_array_fetch()
298 int32_t len; in ZEND_END_ARG_INFO()
/PHP-7.0/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.0/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.c50 int32_t new_val_len = 0; in collator_convert_hash_item_from_utf8_to_utf16()
197 int32_t ustr_len = 0; in collator_convert_zstr_utf8_to_utf16()
226 int32_t ustr_len = 0; in collator_convert_object_to_string()
/PHP-7.0/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()
H A Dmsgformat_format.c39 int32_t formatted_len = 0; in msgfmt_do_format()
/PHP-7.0/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.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c402 private int32_t
473 t = ms->offset + sizeof(int32_t); in mprint()
676 return (int32_t)t; in mprint()
679 private int32_t
695 return CAST(int32_t, (ms->offset + sizeof(int32_t))); in moffset()
754 return CAST(int32_t, ms->search.offset); in moffset()
756 return CAST(int32_t, (ms->search.offset + in moffset()
761 return CAST(int32_t, ms->search.offset); in moffset()
973 p->l = (int32_t) in mconvert()
995 p->l = (int32_t) in mconvert()
[all …]
H A Dcdf.h50 typedef int32_t cdf_secid_t;
86 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.0/ext/intl/timezone/
H A Dtimezone_methods.cpp169 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
229 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
240 int32_t offset, in PHP_FUNCTION()
266 offset = (int32_t)offset_arg; in PHP_FUNCTION()
343 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
391 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
447 int32_t rawOffset, in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_long.h44 typedef int32_t zend_long;
46 typedef int32_t zend_off_t;
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_atomic.h29 typedef int32_t atomic_int_t;
88 typedef int32_t atomic_int_t;
/PHP-7.0/ext/zip/lib/
H A Dzipconf.h81 typedef int32_t zip_int32_t;
/PHP-7.0/ext/intl/formatter/
H A Dformatter_main.c35 int32_t spattern_len = 0; in numfmt_ctor()
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c63 if (!(ht->u.flags & HASH_FLAG_PACKED) && ht->nNumUsed < -(int32_t)ht->nTableMask / 2) { in zend_hash_persist_calc()
65 int32_t hash_size; in zend_hash_persist_calc()
70 hash_size = -(int32_t)ht->nTableMask; in zend_hash_persist_calc()
/PHP-7.0/ext/hash/
H A Dphp_hash.h34 #define php_hash_int32 int32_t

Completed in 58 milliseconds

1234