Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 209) sorted by relevance

123456789

/PHP-8.2/Zend/
H A Dmicro_bench.php6 function simpleucall($n) {
11 function simpleudcall($n) {
19 function simpleicall($n) {
119 function call($n) {
133 function read_static($n) {
171 function read_const($n) {
191 function read_hash($n) {
205 function issetor($n) {
212 function issetor2($n) {
219 function ternary($n) {
[all …]
H A Dbench.php99 function Ack($m, $n){
112 function ary($n) {
125 function ary2($n) {
158 function ary3($n) {
174 function fibo_r($n){
178 function fibo($n) {
185 function hash1($n) {
198 function hash2($n) {
292 function matrix($n) {
318 function sieve($n) {
[all …]
H A Dzend_bitset.h27 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 5) argument
28 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) argument
30 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 6) argument
31 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) argument
33 # define ZEND_BITSET_ELM_NUM(n) ((n) / (sizeof(zend_long) * 8)) argument
34 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) argument
37 #define ZEND_BITSET_ALLOCA(n, use_heap) \ argument
120 static inline uint32_t zend_bitset_len(uint32_t n)
125 static inline bool zend_bitset_in(zend_bitset set, uint32_t n)
130 static inline void zend_bitset_incl(zend_bitset set, uint32_t n)
[all …]
/PHP-8.2/ext/opcache/jit/libudis86/
H A Ddecode.h39 #define P_INV64(n) ( ( n >> 0 ) & 1 ) argument
41 #define P_DEF64(n) ( ( n >> 1 ) & 1 ) argument
44 #define P_OSO(n) ( ( n >> 2 ) & 1 ) argument
46 #define P_ASO(n) ( ( n >> 3 ) & 1 ) argument
49 #define P_REXB(n) ( ( n >> 4 ) & 1 ) argument
51 #define P_REXW(n) ( ( n >> 5 ) & 1 ) argument
53 #define P_REXR(n) ( ( n >> 6 ) & 1 ) argument
55 #define P_REXX(n) ( ( n >> 7 ) & 1 ) argument
58 #define P_SEG(n) ( ( n >> 8 ) & 1 ) argument
61 #define P_VEXL(n) ( ( n >> 9 ) & 1 ) argument
[all …]
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c154 int n = (filter->cache << 8) | (c & 0xFF); in mbfl_filt_conv_utf16_wchar() local
179 int n; in mbfl_filt_conv_utf16be_wchar() local
230 int n; in mbfl_filt_conv_wchar_utf16be() local
251 int n; in mbfl_filt_conv_utf16le_wchar() local
306 int n; in mbfl_filt_conv_wchar_utf16le() local
353 uint16_t n = (c1 << 8) | c2; in mb_utf16_to_wchar() local
383 uint16_t n = (c1 << 8) | c2; in mb_utf16be_to_wchar() local
461 uint16_t n = (c2 << 8) | c1; in mb_utf16le_to_wchar() local
H A Dmbfilter_utf32.c146 static int emit_char_if_valid(int n, mbfl_convert_filter *filter) in emit_char_if_valid()
162 int n = ((unsigned int)filter->cache << 8) | (c & 0xFF); in mbfl_filt_conv_utf32_wchar() local
185 int n = ((unsigned int)filter->cache << 8) | (c & 0xFF); in mbfl_filt_conv_utf32be_wchar() local
212 int n = ((c & 0xFFU) << 24) | filter->cache; in mbfl_filt_conv_utf32le_wchar() local
H A Dmbfilter_utf7imap.c128 int s, n = -1; in mbfl_filt_conv_utf7imap_wchar() local
322 int n = 0, s; in mbfl_filt_conv_wchar_utf7imap() local
498 static uint32_t* handle_base64_end(unsigned char n, uint32_t *out, bool *base64, bool abrupt, uint1… in handle_base64_end()
838 unsigned char n = decode_base64(*p); in mb_check_utf7imap() local
H A Dmbfilter_utf7.c109 int s, n = -1; in mbfl_filt_conv_utf7_wchar() local
288 int n = 0; in mbfl_filt_conv_wchar_utf7() local
477 static uint32_t* handle_base64_end(unsigned char n, unsigned char **p, uint32_t *out, bool *base64,… in handle_base64_end()
819 unsigned char n = decode_base64(*p); in mb_check_utf7() local
H A Dmbfilter_cp5022x.c375 int n = c - 0xFF60; in mb_convert_kana_codepoint() local
397 int n = c - 0xFF60; in mb_convert_kana_codepoint() local
460 int n = c - 0x30A1; in mb_convert_kana_codepoint() local
468 int n = c - 0x3041; in mb_convert_kana_codepoint() local
H A Dmbfilter_ucs4.c159 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
218 int n; in mbfl_filt_conv_ucs4be_wchar() local
262 int n; in mbfl_filt_conv_ucs4le_wchar() local
/PHP-8.2/ext/soap/
H A Dphp_xml.h44 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) argument
45 #define FOREACHATTRNODEEX(n,c,ns,i) \ argument
58 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) argument
59 #define FOREACHNODEEX(n,c,ns,i) \ argument
72 #define ENDFOREACH(n) \ argument
/PHP-8.2/ext/standard/
H A Dmd5.c77 ssize_t n; in PHP_FUNCTION() local
167 # define SET(n) \ argument
169 # define GET(n) \ argument
172 # define SET(n) \ argument
178 # define GET(n) \ argument
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcompress.c358 swrite(int fd, const void *buf, size_t n) in swrite()
383 sread(int fd, void *buf, size_t n, int canbepipe) in sread()
527 size_t bytes_max, size_t *n) in uncompressgzipped()
562 size_t bytes_max, size_t *n, int zlib) in uncompresszlib()
606 size_t bytes_max, size_t *n) in uncompressbzlib()
649 size_t bytes_max, size_t *n) in uncompressxzlib()
737 writechild(int fd, const void *old, size_t n) in writechild()
763 filter_error(unsigned char *ubuf, ssize_t n) in filter_error()
815 unsigned char **newch, size_t* n) in uncompressbuf()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_disasm.c197 static void zend_jit_disasm_destroy_symbols(zend_sym_node *n) { in zend_jit_disasm_destroy_symbols()
303 zend_long n, m; local
576 #define REGISTER_EG(n) \ argument
590 #define REGISTER_CG(n) \ argument
598 #define REGISTER_HELPER(n) \ argument
/PHP-8.2/ext/hash/murmur/
H A DPMurHash.c106 #define dobytes(cnt, h1, c, n, ptr, len) \ argument
132 int n = c & 3; in PMurHash32_Process() local
211 int n = carry & 3; in PMurHash32_Result() local
H A DPMurHash128.c143 #define dobytes128x86(cnt, h1, h2, h3, h4, k1, k2, k3, k4, n, ptr, len)\ argument
182 int n = k4 & 15; in PMurHash128x86_Result() local
259 int n = k4 & 15; in PMurHash128x86_Process() local
459 #define dobytes128x64(cnt, h1, h2, k1, k2, n, ptr, len) \ argument
492 int n = k2 & 15; in PMurHash128x64_Result() local
538 int n = k2 & 15; in PMurHash128x64_Process() local
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c168 size_t n; in mbfl_buffer_converter_feed() local
311 size_t n = string->len; in mbfl_encoding_detector_feed() local
376 size_t n; in mbfl_convert_encoding() local
496 ssize_t n; in collector_strpos() local
681 size_t n, result = 0; in mbfl_substr_count() local
776 size_t n, k, len, start, end; in mbfl_substr() local
1231 size_t n; in mime_header_encoder_block_collector() local
1292 size_t n; in mime_header_encoder_collector() local
1372 size_t n; in mime_header_encoder_new() local
1475 size_t n; in mbfl_mime_header_encode() local
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dcreate-test.php73 $n = @stream_select($r, $w, $e, null); variable
87 $n = false; variable
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_arrays.h48 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item()
64 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
/PHP-8.2/main/
H A Dphp_network.h32 #define shutdown(s,n) /* nothing */ argument
178 int n; in php_pollfd_for() local
196 int n; in php_pollfd_for_ms() local
239 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument
244 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument
H A Dnetwork.c159 int n; local
316 int n; local
419 int num_addrs, n, err = 0; local
521 int n; local
739 int error = 0, n; local
793 int num_addrs, n, fatal = 0; local
1193 int n; local
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h105 #define PUT(a,n,d) \ argument
108 #define GET(a,n) \ argument
117 #define GET(a,n) \ argument
127 #define GET(a,n) \ argument
143 #define PUT(a,n,d) \ argument
145 #define GET(a,n) \ argument
152 #define PUT(a,n,d) \ argument
155 #define GET(a,n) \ argument
169 #define PUT(a,n,d) \ argument
171 #define GET(a,n) \ argument
[all …]
H A Dpcre2_find_bracket.c99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() local
H A Dpcre2_substring.c86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname() local
174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname() local
281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname() local
/PHP-8.2/ext/filter/
H A Dlogical_filters.c153 zend_ulong n = ((*(str++)) - '0'); in php_filter_parse_octal() local
173 zend_ulong n; in php_filter_parse_hex() local
362 int first, n; in php_filter_float() local
730 int n = 0; in _php_filter_validate_ipv4() local
765 int num, n, i; in _php_filter_validate_ipv6() local

Completed in 72 milliseconds

123456789