Home
last modified time | relevance | path

Searched defs:d (Results 26 – 50 of 93) sorted by relevance

1234

/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c546 zend_ulong minOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minOR()
570 zend_ulong maxOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxOR()
593 zend_ulong minAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minAND()
616 zend_ulong maxAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxAND()
640 zend_ulong minXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minXOR()
645 zend_ulong maxXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxXOR()
663 static void zend_ssa_range_or(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *t… in zend_ssa_range_or()
711 static void zend_ssa_range_and(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *… in zend_ssa_range_and()
/PHP-8.3/ext/mysqli/
H A Dmysqli_mysqlnd.h42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), t… argument
/PHP-8.3/ext/standard/
H A Dquot_print.c147 unsigned char c, *d; in php_quot_print_encode() local
H A Dexec.c119 char *b, *d=NULL; in php_exec() local
H A Dmath.c1006 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()
1011 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, in _php_math_number_format_ex()
H A Dhttp_fopen_wrapper.c206 double d = zval_get_double(tmpzval); in php_stream_url_wrap_http_ex() local
H A Dvar.c1273 struct php_serialize_data *d; in php_var_serialize_init() local
1290 PHPAPI void php_var_serialize_destroy(php_serialize_data_t d) { in php_var_serialize_destroy()
/PHP-8.3/ext/date/lib/
H A Dunixtime2tm.c29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date()
H A Dparse_posix.c439 int i, d, m1, yy0, yy1, yy2, dow; in calc_transition() local
/PHP-8.3/ext/fileinfo/libmagic/
H A Dder.c241 const uint8_t *d = CAST(const uint8_t *, q); in der_data() local
390 const uint8_t *d = q; in printtag() local
H A Dapprentice.c1463 php_stream_dirent d; in apprentice_load() local
3457 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); local
3471 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); local
3487 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); local
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h71 #define BCD_CHAR(d) (d + '0') argument
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c208 unsigned int d = UUDEC(*p++); in mb_uuencode_to_wchar() local
/PHP-8.3/ext/hash/
H A Dhash_sha.c163 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
475 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c112 #define D(d) ((sljit_ins)reg_map[d] << 25) argument
113 #define FD(d) ((sljit_ins)freg_map[d] << 25) argument
114 #define FDN(d) (((sljit_ins)freg_map[d] | 0x1) << 25) argument
115 #define DA(d) ((sljit_ins)(d) << 25) argument
H A DsljitNativeS390X.c444 #define is_u12(d) (0 <= (d) && (d) <= 0x00000fffL) in HAVE_FACILITY() argument
445 #define is_u32(d) (0 <= (d) && (d) <= 0xffffffffL) in HAVE_FACILITY() argument
450 #define is_s8(d) CHECK_SIGNED((d), 8) in HAVE_FACILITY() argument
451 #define is_s16(d) CHECK_SIGNED((d), 16) in HAVE_FACILITY() argument
452 #define is_s20(d) CHECK_SIGNED((d), 20) in HAVE_FACILITY() argument
453 #define is_s32(d) ((d) == (sljit_s32)(d)) in HAVE_FACILITY() argument
/PHP-8.3/ext/random/
H A Dengine_mt19937.c344 HashTable *d; in PHP_METHOD() local
H A Drandomizer.c481 HashTable *d; in PHP_METHOD() local
/PHP-8.3/Zend/
H A Dzend_strtod.c307 typedef union { double d; ULong L[2]; } U; member
1249 U d; local
1310 d2b in d2b() argument
1595 int c, d; local
2324 Bigint *b, *d; local
H A Dzend_operators.c611 double d = (double) Z_RES_HANDLE_P(op); in convert_to_double() local
894 ZEND_API void ZEND_COLD zend_incompatible_double_to_long_error(double d) in zend_incompatible_double_to_long_error()
2636 double d = (double)lval; in increment_function() local
2727 double d = (double)lval; in decrement_function() local
3743 ZEND_API zend_long ZEND_FASTCALL zend_dval_to_lval_slow(double d) /* {{{ */
3757 ZEND_API zend_long ZEND_FASTCALL zend_dval_to_lval_slow(double d)
/PHP-8.3/ext/date/
H A Dphp_date.c656 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
665 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1234 zend_long m, d, y; in PHP_FUNCTION() local
3597 static void php_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_val… in php_date_date_set()
3613 zend_long y, m, d; in PHP_FUNCTION() local
3629 zend_long y, m, d; in PHP_METHOD() local
3643 static void php_date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_… in php_date_isodate_set()
3663 zend_long y, w, d = 1; in PHP_FUNCTION() local
3679 zend_long y, w, d = 1; in PHP_METHOD() local
4835 static bool date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, zend… in date_period_initialize()
/PHP-8.3/ext/mbstring/ucgendat/
H A Ducgendat.php592 function hashInt(int $d, int $x) {
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp471 double d = zval_get_double(elem); in umsg_format_helper() local
/PHP-8.3/ext/mbstring/
H A Dphp_unicode.c91 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash()
/PHP-8.3/ext/openssl/
H A Dopenssl.c323 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
373 static void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DSA_get0_pqg()
380 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
389 static void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key()
395 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
3842 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3871 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in php_openssl_pkey_init_rsa() local
4278 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_legacy_ec() local
4425 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_ec() local
5046 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
[all …]

Completed in 135 milliseconds

1234