Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 103) sorted by relevance

12345

/php-src/ext/standard/
H A Dphp_var.h50 #define PHP_VAR_SERIALIZE_INIT(d) \ argument
53 #define PHP_VAR_SERIALIZE_DESTROY(d) \ argument
56 #define PHP_VAR_UNSERIALIZE_INIT(d) \ argument
59 #define PHP_VAR_UNSERIALIZE_DESTROY(d) \ argument
H A Dsha1.c130 #define FF(a, b, c, d, e, w) { \ argument
135 #define GG(a, b, c, d, e, w) { \ argument
140 #define HH(a, b, c, d, e, w) { \ argument
145 #define II(a, b, c, d, e, w) { \ argument
254 uint32_t d = state[3], e = state[4], x[16], tmp; in SHA1Transform() local
H A Dmd5.h37 uint32_t a, b, c, d; member
H A Dmd5.c152 #define STEP(f, a, b, c, d, x, t, s) \ argument
189 uint32_t a, b, c, d; in body() local
H A Dpack.c157 static void php_pack_copy_double(int is_little_endian, void * dst, double d) in php_pack_copy_double()
160 double d; in php_pack_copy_double() member
206 double d; in php_pack_parse_double() member
/php-src/ext/date/lib/
H A Ddow.c48 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex()
67 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
72 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
83 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
93 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
141 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli… in timelib_isodate_from_date()
160 …ate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_date_from_isodate()
203 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
113 static double astro_GMST0(double d) in astro_GMST0()
133 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos()
160 static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) in astro_sun_RA_dec()
214 double d, /* Days since 2000 Jan 0.0 (negative before) */ in timelib_astro_rise_set_altitude() local
H A Dtimelib.c170 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int()
305 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
376 void timelib_dump_rel_time(timelib_rel_time *d) in timelib_dump_rel_time()
H A Dtm2unixtime.c70 …ib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll i… in do_range_limit_days_relative()
112 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
/php-src/sapi/apache2handler/
H A Dapache_config.c61 php_conf_rec *d = dummy; in real_value_hnd() local
151 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
182 php_conf_rec *d = conf; in get_php_config() local
194 php_conf_rec *d = dummy; in apply_config() local
218 php_conf_rec *d = data; in destroy_php_config() local
/php-src/ext/hash/
H A Dhash_md.c115 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
116 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
117 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
121 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
H A Dhash_ripemd.c221 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local
313 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
412 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
512 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h101 lexbor_diyfp_from_d2(double d) in lexbor_diyfp_from_d2()
108 double d; in lexbor_diyfp_from_d2() member
138 double d; in lexbor_diyfp_2d() member
/php-src/Zend/
H A Dzend_operators.h112 # define ZEND_DOUBLE_FITS_LONG(d) (!((d) > (double)ZEND_LONG_MAX || (d) < (double)ZEND_LONG_MIN)) argument
115 # define ZEND_DOUBLE_FITS_LONG(d) (!((d) >= (double)ZEND_LONG_MAX || (d) < (double)ZEND_LONG_MIN)) argument
120 static zend_always_inline zend_long zend_dval_to_lval(double d) in zend_dval_to_lval()
131 static zend_always_inline zend_long zend_dval_to_lval_cap(double d) in zend_dval_to_lval_cap()
142 static zend_always_inline bool zend_is_long_compatible(double d, zend_long l) { in zend_is_long_compatible()
149 static zend_always_inline zend_long zend_dval_to_lval_safe(double d) in zend_dval_to_lval_safe()
H A Dzend_sort.c53 static void zend_sort_4(void *a, void *b, void *c, void *d, compare_func_t cmp, swap_func_t swp) /*… in zend_sort_4()
67 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5()
/php-src/ext/json/
H A Djson_encoder.c78 bool php_json_is_valid_double(double d) /* {{{ */ in php_json_is_valid_double()
84 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
366 double d; in php_json_escape_string() local
/php-src/sapi/fpm/fpm/
H A Dfpm_str.h8 char *d, *end; in str_purify_filename() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_valid_utf.c136 uint32_t ab, d; in PRIV() local
H A Dpcre2_study.c138 int d, min, recno; in find_minlength() local
1692 int d = (c >> 6) | 0xc0; /* Set bit for this starter */ in set_start_bits() local
1838 int d = TABLE_GET((unsigned int)c, re->tables + fcc_offset, c); in PRIV() local
H A Dpcre2_match.c408 uint32_t c, d; in match_ref() local
1639 uint32_t d; in match() local
1675 uint32_t d; in match() local
1721 uint32_t d; in match() local
1781 uint32_t d; in match() local
1815 uint32_t d; in match() local
1859 uint32_t d; in match() local
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c117 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); in _cdf_tole2() local
131 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); in _cdf_tole4() local
147 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); in _cdf_tole8() local
253 cdf_swap_dir(cdf_directory_t *d) in cdf_swap_dir()
270 cdf_swap_class(cdf_classid_t *d) in cdf_swap_class()
278 cdf_unpack_dir(cdf_directory_t *d, char *buf) in cdf_unpack_dir()
776 const cdf_directory_t *d; in cdf_read_short_stream() local
806 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
837 const cdf_directory_t *d; in cdf_read_user_stream() local
1400 cdf_directory_t *d; in cdf_dump_dir() local
/php-src/main/
H A Dstrlcat.c66 const char *d = dst; in php_strlcat() local
H A Dphp_ticks.c61 static void php_tick_iterator(void *d, void *arg) in php_tick_iterator()
/php-src/ext/date/
H A Dphp_date.h34 # define PHP_DATE_DOUBLE_FITS_LONG(d) (!((d) > (double)TIMELIB_LONG_MAX || (d) < (double)TIMELIB_LO… argument
37 # define PHP_DATE_DOUBLE_FITS_LONG(d) (!((d) >= (double)TIMELIB_LONG_MAX || (d) < (double)TIMELIB_L… argument
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h136 #define php_firebird_error(d) php_firebird_set_error(d, NULL, NULL, 0, NULL, 0) argument
138 #define php_firebird_error_with_info(d,e,el,m,ml) php_firebird_set_error(d, NULL, e, el, m, ml) argument

Completed in 61 milliseconds

12345