total 419 Zend/bench.php total($t0, "Total");
total 1183 Zend/zend_alloc.c zend_uint total = 0;
total 1213 Zend/zend_alloc.c total += 1 + repeated;
total 1234 Zend/zend_alloc.c if (total) {
total 1235 Zend/zend_alloc.c zend_message_dispatcher(ZMSG_MEMORY_LEAKS_GRAND_TOTAL, &total);
total 276 ext/gd/gdttf.c int ch, total, trail;
total 278 ext/gd/gdttf.c total = totalBytes[byte];
total 279 ext/gd/gdttf.c trail = total - 1;
total 293 ext/gd/gdttf.c return total;
total 726 ext/gd/libgd/gd_topal.c long total = 0;
total 746 ext/gd/libgd/gd_topal.c total += count;
total 758 ext/gd/libgd/gd_topal.c cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total >> 1)) / total);
total 759 ext/gd/libgd/gd_topal.c cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total >> 1)) / total);
total 760 ext/gd/libgd/gd_topal.c cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total >> 1)) / total);
total 765 ext/gd/libgd/gd_topal.c nim->red[icolor] = (int) ((c0total + (total >> 1)) / total);
total 766 ext/gd/libgd/gd_topal.c nim->green[icolor] = (int) ((c1total + (total >> 1)) / total);
total 767 ext/gd/libgd/gd_topal.c nim->blue[icolor] = (int) ((c2total + (total >> 1)) / total);
total 306 ext/gd/libgd/gdft.c int ch, total, trail;
total 308 ext/gd/libgd/gdft.c total = totalBytes[byte];
total 309 ext/gd/libgd/gdft.c trail = total - 1;
total 324 ext/gd/libgd/gdft.c return total;
total 50 ext/sysvshm/php_sysvshm.h long total;
total 171 ext/sysvshm/sysvshm.c chunk_ptr->total = shm_size;