Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022jp_mobile.c100 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
114 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
134 #define CODE2JIS(c1,c2,s1,s2) \ argument
388 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jp_mobile() local
652 unsigned int s1 = 0; in mb_wchar_to_iso2022jp_kddi() local
670 unsigned int s1 = nflags_code_kddi[i]; in mb_wchar_to_iso2022jp_kddi() local
682 unsigned int s1 = 0x27DC; in mb_wchar_to_iso2022jp_kddi() local
685 unsigned int s1 = 0x27DD; in mb_wchar_to_iso2022jp_kddi() local
690 unsigned int s1 = mb_tbl_uni_kddi2code2_value[i]; in mb_wchar_to_iso2022jp_kddi() local
696 unsigned int s1 = mb_tbl_uni_kddi2code3_value[i]; in mb_wchar_to_iso2022jp_kddi() local
[all …]
H A Dmbfilter_sjis_mac.c100 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
121 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
150 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
300 int i, c1, c2, s1 = 0, s2 = 0, mode; in mbfl_filt_conv_wchar_sjis_mac() local
668 int i, c1, s1 = 0; in mbfl_filt_conv_wchar_sjis_mac_flush() local
715 unsigned int w = 0, s1 = 0, s2 = 0; in mb_sjismac_to_wchar() local
1021 unsigned int c1 = (s / 94) + 0x21, c2 = (s % 94) + 0x21, s1, s2; in mb_wchar_to_sjismac() local
1082 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjismac() local
H A Dmbfilter_cp932.c163 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
184 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
208 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
294 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_cp932() local
408 unsigned int s1, s2, w = 0; in mb_cp932_to_wchar() local
468 unsigned int s1 = 0, s2 = 0, c1, c2; in mb_wchar_to_cp932() local
549 unsigned int s1 = 0, s2 = 0, c1, c2; in mb_wchar_to_sjiswin() local
H A Dmbfilter_sjis_mobile.c223 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
237 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
379 mbfilter_unicode2sjis_emoji_docomo(int c, int *s1, mbfl_convert_filter *filter) in mbfilter_unicode2sjis_emoji_docomo()
588 int c1, s, s1, s2, w, snd = 0; in mbfl_filt_conv_sjis_mobile_wchar() local
757 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_sjis_mobile() local
891 unsigned int s1, s2; in mb_sjis_docomo_to_wchar() local
1089 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjis_docomo() local
1122 unsigned int s1, s2; in mb_sjis_kddi_to_wchar() local
1338 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjis_kddi() local
1429 unsigned int s1, s2; in mb_sjis_sb_to_wchar() local
[all …]
H A Dmbfilter_sjis.c100 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
121 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
145 int s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
199 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_sjis() local
269 unsigned int s1, s2; in mb_sjis_to_wchar() local
H A Dmbfilter_sjis_2004.c164 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument
185 #define SJIS_DECODE(c1,c2,s1,s2) \ argument
210 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
515 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004() local
703 int k, c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004_flush() local
782 unsigned int s1, s2; in mb_sjis2004_to_wchar() local
915 unsigned int c1 = (s >> 8) & 0xFF, c2 = s & 0xFF, s1, s2; in mb_wchar_to_sjis2004() local
947 unsigned int s1 = c - 0x80, s2 = c2 - 0x80; in mb_eucjp2004_to_wchar() local
994 unsigned int s1 = c2 - 0xA1, s2 = c3 - 0xA1; in mb_eucjp2004_to_wchar() local
1240 unsigned int s1 = c - 0x21, s2 = c2 - 0x21; in mb_iso2022jp2004_to_wchar() local
H A Dmbfilter_utf8_mobile.c198 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
298 int s1, c1; in mbfl_filt_conv_wchar_utf8_mobile() local
428 int s1 = 0, snd = 0; in mb_mobile_utf8_to_wchar() local
H A Dmbfilter_cp51932.c198 int c1, c2, s1; in mbfl_filt_conv_wchar_cp51932() local
H A Dmbfilter_euc_jp_win.c242 int c1, c2, s1 = 0; in mbfl_filt_conv_wchar_eucjpwin() local
H A Dmbfilter_iso2022_jp_ms.c248 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jpms() local
/PHP-8.2/Zend/
H A Dzend_long.h66 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
67 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
78 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
85 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
86 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_config.w32.h48 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument
49 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
H A Dzend_string.h344 static zend_always_inline bool zend_string_equals_cstr(const zend_string *s1, const char *s2, size_… in zend_string_equals_cstr()
365 static zend_always_inline bool zend_string_equals(const zend_string *s1, const zend_string *s2) in zend_string_equals()
370 #define zend_string_equals_ci(s1, s2) \ argument
H A Dzend_operators.c2955 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp()
2971 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp()
2987 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp()
3009 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp()
3030 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l()
3052 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, s… in zend_binary_strncasecmp_l()
3073 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp()
3079 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp()
3085 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */
3133 ZEND_API int ZEND_FASTCALL zendi_smart_strcmp(zend_string *s1, zend_string *s2) /* {{{ */
H A Dzend_string.c388 ZEND_API zend_never_inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, co… in zend_string_equal_val()
426 ZEND_API zend_never_inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, co… in zend_string_equal_val()
H A Dzend_builtin_functions.c302 zend_string *s1, *s2; in ZEND_FUNCTION() local
316 zend_string *s1, *s2; in ZEND_FUNCTION() local
337 zend_string *s1, *s2; in ZEND_FUNCTION() local
351 zend_string *s1, *s2; in ZEND_FUNCTION() local
/PHP-8.2/ext/fileinfo/libmagic/
H A Dstrcasestr.c49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
/PHP-8.2/ext/random/
H A Dengine_xoshiro256starstar.c63 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local
84 static inline void seed256(php_random_status *status, uint64_t s0, uint64_t s1, uint64_t s2, uint64… in seed256()
/PHP-8.2/ext/phar/
H A Dmakestub.php28 $s1 = substr($s, 0, strpos($s, 'index.php')); variable
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_main.c55 char *s1, *s2; in PHP_METHOD() local
/PHP-8.2/ext/date/lib/
H A Dtimelib.c257 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp()
280 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h282 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) argument
284 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) argument
323 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) argument
332 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) argument
334 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) argument
/PHP-8.2/ext/mbstring/
H A Dmb_gpc.c188 for (char *s1 = res; *s1; s1++) { in _php_mb_encoding_handler_ex() local
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_env.c103 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
/PHP-8.2/ext/standard/html_tables/
H A Dhtml_table_gen.php521 $s1 = (hexdec($el[1]) & 0xFFF000) >> 12; variable

Completed in 139 milliseconds

12