Searched refs:mm (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | bench.php | 297 $mm = mmult($SIZE, $SIZE, $m1, $m2); variable 299 print "{$mm[0][0]} {$mm[2][3]} {$mm[3][2]} {$mm[4][4]}\n";
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 4003 distance_value(MinMaxLen* mm) argument 4021 if (mm->max == ONIG_INFINITE_DISTANCE) return 0; 4023 d = mm->max - mm->min; 4025 /* return dist_vals[d] * 16 / (mm->min + 12); */
|
| /PHP_TRUNK/ext/session/ |
| H A D | mod_mm.c | 26 #include <mm.h> 37 # error mm is not thread-safe 58 MM *mm; member in struct:__anon183 94 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); 109 mm_free(data->mm, data->hash); 123 sd = mm_malloc(data->mm, sizeof(ps_sd) + keylen); 127 php_error_docref(NULL TSRMLS_CC, E_WARNING, "mm_malloc failed, avail %d, err %s", mm_available(data->mm), mm_error()); 176 mm_free(data->mm, sd->data); 179 mm_free(data->mm, sd); 212 PS_MOD(mm) [all...] |
| H A D | mod_mm.h | 34 PS_FUNCS(mm); variable
|
Completed in 27 milliseconds