Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 98) sorted by last modified time

1234

/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/breakiterator/
H A Dcodepointiterator_internal.cpp149 int32_t CodePointBreakIterator::first(void) in first()
157 int32_t CodePointBreakIterator::last(void) in last()
159 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last()
166 int32_t CodePointBreakIterator::previous(void) in previous()
173 return (int32_t)UTEXT_GETNATIVEINDEX(this->fText); in previous()
176 int32_t CodePointBreakIterator::next(void) in next()
183 return (int32_t)UTEXT_GETNATIVEINDEX(this->fText); in next()
186 int32_t CodePointBreakIterator::current(void) const in current()
191 int32_t CodePointBreakIterator::following(int32_t offset) in following()
201 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
[all …]
H A Dcodepointiterator_internal.h62 virtual int32_t first(void);
64 virtual int32_t last(void);
66 virtual int32_t previous(void);
68 virtual int32_t next(void);
70 virtual int32_t current(void) const;
72 virtual int32_t following(int32_t offset);
74 virtual int32_t preceding(int32_t offset);
76 virtual UBool isBoundary(int32_t offset);
78 virtual int32_t next(int32_t n);
81 int32_t &BufferSize,
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1360 typedef int32_t cdf_secid_t;
/PHP-7.4/ext/standard/
H A Dimage.c170 result->height = abs((int32_t)result->height); in php_handle_bmp()
H A Dcrc32.c55 if (nr >= sizeof(int32_t)) { in crc32_aarch64()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c52 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t in grapheme_substr_ascii()
54 int32_t str_len2 = (int32_t)str_len; /* in order to avoid signed/unsigned problems */ in grapheme_substr_ascii()
133 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16()
136 int32_t uhaystack_len = 0, uneedle_len = 0, char_pos, ret_pos, offset_pos = 0; in grapheme_strpos_utf16()
196 int32_t prev_pos = USEARCH_DONE; in grapheme_strpos_utf16()
248 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
286 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len) in grapheme_count_graphemes()
310 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
312 int32_t pos; in grapheme_get_haystack_offset()
313 int32_t (*iter_op)(UBreakIterator* bi); in grapheme_get_haystack_offset()
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp325 int32_t rawOffset, dstOffset; in TimeZone_get_debug_info()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_atomic.h27 typedef int32_t atomic_int_t;
86 typedef int32_t atomic_int_t;
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c785 static int (*fp_lve_enter)(struct liblve *, uint32_t, int32_t, int32_t, uint32_t *) = NULL;
/PHP-7.4/Zend/
H A Dzend_hash.c166 vst1q_s32((int32_t*)&HT_HASH_EX(data, 0), t); in zend_hash_real_init_mixed_ex()
167 vst1q_s32((int32_t*)&HT_HASH_EX(data, 4), t); in zend_hash_real_init_mixed_ex()
168 vst1q_s32((int32_t*)&HT_HASH_EX(data, 8), t); in zend_hash_real_init_mixed_ex()
169 vst1q_s32((int32_t*)&HT_HASH_EX(data, 12), t); in zend_hash_real_init_mixed_ex()
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp43 int32_t id_len = 0; in timezone_convert_datetimezone()
/PHP-7.4/build/
H A Dphp.m42428 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp83 int32_t fmt_count = 0; in umsg_format_arg_count()
96 int32_t parts_count; in umsg_get_numeric_types()
137 int32_t parts_count; in umsg_parse_format()
190 int32_t argNumber = name_part.getValue(); in umsg_parse_format()
303 int32_t count; in umsg_set_timezone()
370 int32_t *formatted_len) in umsg_format_helper()
479 int32_t tInt32 = 0; in umsg_format_helper()
488 tInt32 = (int32_t)Z_DVAL_P(elem); in umsg_format_helper()
497 tInt32 = (int32_t)Z_LVAL_P(elem); in umsg_format_helper()
500 tInt32 = (int32_t)zval_get_long(elem); in umsg_format_helper()
[all …]
H A Dmsgformat_format.c38 int32_t formatted_len = 0; in msgfmt_do_format()
/PHP-7.4/ext/fileinfo/libmagic/
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 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/ext/ffi/
H A Dffi.c496 ZVAL_LONG(rv, *(int32_t*)ptr); in zend_ffi_cdata_to_zval()
702 *(int32_t*)ptr = lval; in zend_ffi_zval_to_cdata()
1075 ZVAL_LONG(writeobj, *(int32_t*)ptr); in zend_ffi_cdata_cast_object()
2497 *(int32_t*)arg_values[n] = (int32_t)lval; in zend_ffi_pass_arg()
2608 *(int32_t*)arg_values[n] = Z_LVAL_P(arg); in zend_ffi_pass_var_arg()
5211 …nd_ffi_type zend_ffi_type_sint32 = {.kind=ZEND_FFI_TYPE_SINT32, .size=4, .align=_Alignof(int32_t)};
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c71 PCRE2_EXP_DEFN int32_t PCRE2_CALL_CONVENTION
72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode()
78 int32_t i; in pcre2_serialize_encode()
162 PCRE2_EXP_DEFN int32_t PCRE2_CALL_CONVENTION
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode()
173 int32_t i, j; in pcre2_serialize_decode()
258 PCRE2_EXP_DEFN int32_t PCRE2_CALL_CONVENTION
H A Dpcre2_internal.h1799 int32_t other_case; /* offset to other case, or zero if none */
1832 int32_t number_of_codes;
H A Dpcre2_compile.c127 uint32_t *, int32_t *, uint32_t *, int32_t *, branch_chain *,
1403 int32_t min = 0; in read_repeat_counts()
5281 int *errorcodeptr, uint32_t *firstcuptr, int32_t *firstcuflagsptr, in compile_branch()
5282 uint32_t *reqcuptr, int32_t *reqcuflagsptr, branch_chain *bcptr, in compile_branch()
5297 int32_t firstcuflags, reqcuflags; in compile_branch()
5298 int32_t zeroreqcuflags, zerofirstcuflags; in compile_branch()
5299 int32_t req_caseopt, reqvary, tempreqvary; in compile_branch()
5382 int32_t subreqcuflags, subfirstcuflags; /* Must be signed */ in compile_branch()
7972 int32_t *firstcuflagsptr, uint32_t *reqcuptr,int32_t *reqcuflagsptr, in compile_regex()
7985 int32_t firstcuflags, reqcuflags; in compile_regex()
[all …]
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 \
/PHP-7.4/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;
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c153 int32_t elementDiff; in phpdbg_print_watch_diff()
/PHP-7.4/ext/ffi/tests/
H A D040.phpt51 object(FFI\CData:int32_t)#%d (1) {
55 object(FFI\CType:int32_t)#%d (0) {
67 object(FFI\CData:int32_t*)#%d (1) {
71 object(FFI\CData:int32_t)#%d (1) {
80 object(FFI\CType:int32_t)#%d (0) {
92 object(FFI\CData:int32_t*)#%d (1) {

Completed in 146 milliseconds

1234