Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/intl/formatter/
H A Dformatter_format.c40 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()
78 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_P(number), in PHP_FUNCTION()
83 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_P(number), in PHP_FUNCTION()
142 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()
146 int32_t scurrency_len = 0; in PHP_FUNCTION()
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()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp184 int32_t (BreakIterator::*func)(), in _breakiter_no_args_ret_int32()
200 int32_t res = (bio->biter->*func)(); in _breakiter_no_args_ret_int32()
207 int32_t (BreakIterator::*func)(int32_t), in _breakiter_int32_ret_int32() argument
232 int32_t res = (bio->biter->*func)((int32_t)arg); in _breakiter_int32_ret_int32()
300 int32_t res = bio->biter->current(); in PHP_FUNCTION()
341 UBool res = bio->biter->isBoundary((int32_t)offset); in PHP_FUNCTION()
H A Drulebasedbreakiterator_methods.cpp158 int32_t num_rules = fetch_rbbi(bio)->getRuleStatusVec(NULL, 0, in PHP_FUNCTION()
167 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION()
179 for (int32_t i = 0; i < num_rules; i++) { in PHP_FUNCTION()
/PHP-7.4/ext/ffi/tests/
H A D039.phpt30 object(FFI\CData:int32_t*)#%d (1) {
34 object(FFI\CData:int32_t*)#%d (1) {
H A D009.phpt22 object(FFI\CData:int32_t[4])#%d (4) {
33 object(FFI\CData:int32_t[3])#%d (3) {
H A D025.phpt26 object(FFI\CData:int32_t)#%d (1) {
30 object(FFI\CData:int32_t)#%d (1) {
H A D004.phpt71 object(FFI\CData:int32_t[1])#%d (1) {
75 object(FFI\CData:int32_t[1])#%d (1) {
79 object(FFI\CData:int32_t[2])#%d (2) {
H A D037.phpt21 object(FFI\CData:int32_t*)#%d (1) {
H A D036.phpt25 object(FFI\CData:int32_t*)#%d (1) {
/PHP-7.4/ext/intl/idn/
H A Didn.c128 int32_t len; in php_intl_idn_to_46()
138 const int32_t buffer_capac = 255; in php_intl_idn_to_46()
148 const int32_t buffer_capac = 252*4; in php_intl_idn_to_46()
203 int32_t converted_ret_len; in php_intl_idn_to()
214 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
216 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
/PHP-7.4/ext/date/lib/
H A Dtimelib_private.h107 int32_t offset;
118 int32_t offset;
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.4/ext/intl/dateformat/
H A Ddateformat_format.c39 int32_t resultlengthneeded =0 ; in internal_format()
63 static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, in internal_get_arr_ele()
67 int32_t result = 0; in internal_get_arr_ele()
104 int32_t year, in internal_get_timestamp()
/PHP-7.4/main/
H A Dphp_stdint.h137 typedef int32 int32_t; variable
139 typedef int int32_t;
141 typedef long int32_t;
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle.c32 const int32_t* vfield; in resourcebundle_extract_value()
33 int32_t ilen; in resourcebundle_extract_value()
/PHP-7.4/ext/standard/
H A Dlcg.c55 int32_t q; in php_combined_lcg()
56 int32_t z; in php_combined_lcg()
/PHP-7.4/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…
/PHP-7.4/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()
407 int32_t temp_limit = ( limit == -1 ? ustr_len : (int32_t) limit ); in PHP_FUNCTION()
411 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.h20 int32_t umsg_format_arg_count(UMessageFormat *fmt);
/PHP-7.4/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.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c62 int32_t *);
549 private int32_t
628 t = ms->offset + sizeof(int32_t); in mprint()
827 return CAST(int32_t, t); in mprint()
832 int32_t *op) in moffset()
835 int32_t o; in moffset()
852 o = CAST(int32_t, (ms->offset + sizeof(int32_t))); in moffset()
921 o = CAST(int32_t, in moffset()
1195 p->l = CAST(int32_t, BE32(p)); in mconvert()
1215 p->l = CAST(int32_t, LE32(p)); in mconvert()
[all …]
/PHP-7.4/Zend/
H A Dzend_long.h41 typedef int32_t zend_long;
43 typedef int32_t zend_off_t;
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_atomic.h27 typedef int32_t atomic_int_t;
86 typedef int32_t atomic_int_t;

Completed in 37 milliseconds

1234