Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 69) sorted by path

123

/php-src/Zend/Optimizer/
H A Dzend_inference.c548 zend_ulong m, temp; in minOR() local
572 zend_ulong m, temp; in maxOR() local
595 zend_ulong m, temp; in minAND() local
618 zend_ulong m, temp; in maxAND() local
H A Dzend_optimizer.c147 zend_module_entry *m = zend_hash_find_ptr(&module_registry, lc_name); in zend_optimizer_eval_special_func_call() local
/php-src/Zend/
H A Dbench.php99 function Ack($m, $n){
H A Dzend_API.c2367 zend_module_entry *m, *r; in zend_sort_modules() local
H A Dzend_portability.h331 #define ZEND_ELEMENT_COUNT(m) __attribute__((element_count(m))) argument
333 #define ZEND_ELEMENT_COUNT(m) __attribute__((counted_by(m))) argument
335 #define ZEND_ELEMENT_COUNT(m) argument
779 # define ZEND_STATIC_ASSERT(c, m) _Static_assert((c), m) argument
781 # define ZEND_STATIC_ASSERT(c, m) argument
H A Dzend_string.h185 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, bool pe… in zend_string_safe_alloc()
308 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
H A Dzend_strtod.c642 multadd in multadd() argument
/php-src/ext/date/lib/
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
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()
88 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
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 …date(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, timelib_sll *m, timelib_sll *… 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 Dtimelib.c227 timelib_sll timelib_hms_to_seconds(timelib_sll h, timelib_sll m, timelib_sll s) in timelib_hms_to_seconds()
H A Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
H A Dtimelib_private.h109 #define TIMELIB_TIME_FREE(m) \ argument
H A Dtm2unixtime.c52 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
61 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
70 …s_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *… 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()
H A Dunixtime2tm.c29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date()
/php-src/ext/date/
H A Dphp_date.c655 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
664 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1239 zend_long m, d, y; in PHP_FUNCTION() local
3716 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()
3732 zend_long y, m, d; in PHP_FUNCTION() local
3748 zend_long y, m, d; in PHP_METHOD() local
4505 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4554 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
/php-src/ext/dba/
H A Ddba_cdb.c49 struct cdb_make m; member
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c879 apprentice_magic_strength_1(const struct magic *m) in apprentice_magic_strength_1()
1016 file_magic_strength(const struct magic *m, in file_magic_strength()
1101 struct magic *m = &ml->magic[magindex]; in apprentice_list() local
1137 set_test_type(struct magic *mstart, struct magic *m) in set_test_type()
1664 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check()
1971 struct magic *m; in parse() local
2388 struct magic *m = &me->mp[0]; in parse_strength() local
2730 check_format(struct magic_set *ms, struct magic *m) in check_format()
3355 static const size_t m = sizeof(**map->magic); in apprentice_compile() local
3362 struct magic m; in apprentice_compile() member
[all …]
H A Dcdf_time.c69 size_t m; in cdf_getday() local
86 size_t m; in cdf_getmonth() local
H A Dder.c266 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
305 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
H A Dfuncs.c321 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
H A Dprint.c50 file_mdump(struct magic *m) in file_mdump()
H A Dreadcdf.c292 int m; in cdf_file_summary_info() local
H A Dsoftmagic.c239 struct magic *m = &magic[magindex]; in match() local
592 mprint(struct magic_set *ms, struct magic *m) in mprint()
1093 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1100 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1107 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1114 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1140 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1147 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1159 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1593 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
[all …]
/php-src/ext/filter/
H A Dlogical_filters.c724 int num, m; in _php_filter_validate_ipv4() local
/php-src/ext/gd/libgd/
H A Dgd.c685 double m; /* gradient of line */ in clip_1d() local

Completed in 117 milliseconds

123