Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 169) sorted by relevance

1234567

/php-src/ext/date/lib/
H A Dtm2unixtime.c32 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
189 unsigned long long m = 1ULL, a, b, c; in dasm_imm13() local
H A Ddasm_ppc.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c48 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
224 sljit_s32 a, sljit_s32 v, in emit_vex_instruction()
H A DsljitNativeMIPS_common.c935 #define SELECT_OP(a, b) (b) argument
937 #define SELECT_OP(a, b) (!(op & SLJIT_32) ? a : b) argument
1313 #define ARCH_32_64(a, b) a argument
1315 #define ARCH_32_64(a, b) b argument
/php-src/Zend/Optimizer/
H A Dsccp.c1974 static zend_result join_partial_arrays(zval *a, zval *b) in join_partial_arrays()
1991 static zend_result join_partial_objects(zval *a, zval *b) in join_partial_objects()
2007 static void join_phi_values(zval *a, zval *b, bool escape) { in join_phi_values()
H A Dzend_cfg.c768 static bool dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c28 IR_ALWAYS_INLINE ir_ref ir_sccp_identity(ir_insn *_values, ir_ref a) in ir_sccp_identity()
307 static bool ir_sccp_is_true(ir_ctx *ctx, ir_insn *_values, ir_ref a) in ir_sccp_is_true()
314 static bool ir_sccp_is_equal(ir_ctx *ctx, ir_insn *_values, ir_ref a, ir_ref b) in ir_sccp_is_equal()
H A Dir_disasm.c297 void *a = (void*)(uintptr_t)(addr); in ir_disasm_resolver() local
/php-src/ext/gd/libgd/
H A Dgd_avif.c419 uint8_t a = alpha8BitTo7Bit(*(p++)); in gdImageCreateFromAvifCtx() local
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h53 #define min(a,b) ((a)<(b)?(a):(b)) argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1795 int a = -1; in PRIV() local
H A Dpcre2.h810 #define PCRE2_JOIN(a,b) a ## b argument
811 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
812 #define PCRE2_SUFFIX(a) PCRE2_GLUE(a,PCRE2_LOCAL_WIDTH) argument
/php-src/ext/session/
H A Dmod_mm.c64 # define ps_mm_debug(a) argument
/php-src/main/streams/
H A Dstreams.c2426 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2433 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2440 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
/php-src/Zend/
H A Dmicro_bench.php25 static $a = 0; variable in Foo
/php-src/ext/standard/
H A Dfilters.c191 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
192 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
490 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dpack.c46 #define INC_OUTPUTPOS(a,b) \ argument
/php-src/ext/sockets/
H A Dphp_sockets.h33 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
/php-src/main/
H A Dphp_network.h43 # define ftruncate(a, b) chsize(a, b) argument
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.h9 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c19 static inline uint32_t coalesce(uint32_t a, uint32_t b) in coalesce()
/php-src/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
/php-src/ext/snmp/
H A Dsnmp.c80 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
144 #define PHP_SNMP_SESSION_FREE(a) { \ argument

Completed in 123 milliseconds

1234567