total 421 Zend/bench.php total($t0, "Total");
total 358 Zend/micro_bench.php total($t0, "Total");
total 1279 Zend/zend_alloc.c zend_uint total = 0;
total 1309 Zend/zend_alloc.c total += 1 + repeated;
total 1330 Zend/zend_alloc.c if (total) {
total 1331 Zend/zend_alloc.c zend_message_dispatcher(ZMSG_MEMORY_LEAKS_GRAND_TOTAL, &total TSRMLS_CC);
total 247 ext/enchant/enchant.c int total;
total 248 ext/enchant/enchant.c total = broker->dictcnt-1;
total 250 ext/enchant/enchant.c zend_list_delete(broker->dict[total]->rsrc_id);
total 251 ext/enchant/enchant.c efree(broker->dict[total]);
total 252 ext/enchant/enchant.c total--;
total 253 ext/enchant/enchant.c } while (total>=0);
total 27 ext/gd/libgd/gd_pixelate.c int total;
total 30 ext/gd/libgd/gd_pixelate.c a = r = g = b = c = total = 0;
total 42 ext/gd/libgd/gd_pixelate.c total++;
total 46 ext/gd/libgd/gd_pixelate.c if (total > 0) {
total 47 ext/gd/libgd/gd_pixelate.c c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / 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 98193 ext/sqlite3/libsqlite/sqlite3.c AGGREGATE(total, 1, 0, 0, sumStep, totalFinalize ),
total 72 ext/standard/crypt_sha256.c uint32_t total[2];
total 129 ext/standard/crypt_sha256.c ctx->total[0] += len;
total 130 ext/standard/crypt_sha256.c if (ctx->total[0] < len) {
total 131 ext/standard/crypt_sha256.c ++ctx->total[1];
total 220 ext/standard/crypt_sha256.c ctx->total[0] = ctx->total[1] = 0;
total 237 ext/standard/crypt_sha256.c ctx->total[0] += bytes;
total 238 ext/standard/crypt_sha256.c if (ctx->total[0] < bytes) {
total 239 ext/standard/crypt_sha256.c ++ctx->total[1];
total 246 ext/standard/crypt_sha256.c *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3);
total 247 ext/standard/crypt_sha256.c *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) |
total 248 ext/standard/crypt_sha256.c (ctx->total[0] >> 29));
total 66 ext/standard/crypt_sha512.c uint64_t total[2];
total 153 ext/standard/crypt_sha512.c ctx->total[0] += len;
total 154 ext/standard/crypt_sha512.c if (ctx->total[0] < len) {
total 155 ext/standard/crypt_sha512.c ++ctx->total[1];
total 247 ext/standard/crypt_sha512.c ctx->total[0] = ctx->total[1] = 0;
total 264 ext/standard/crypt_sha512.c ctx->total[0] += bytes;
total 265 ext/standard/crypt_sha512.c if (ctx->total[0] < bytes) {
total 266 ext/standard/crypt_sha512.c ++ctx->total[1];
total 273 ext/standard/crypt_sha512.c *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3);
total 274 ext/standard/crypt_sha512.c *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) |
total 275 ext/standard/crypt_sha512.c (ctx->total[0] >> 61));
total 52 ext/sysvshm/php_sysvshm.h long total;
total 192 ext/sysvshm/sysvshm.c chunk_ptr->total = shm_size;
total 16 sapi/fpm/fpm/fpm_status.h int total;
total 1489 sapi/litespeed/lsapilib.c off_t total;
total 1494 sapi/litespeed/lsapilib.c total = pReq->m_reqBodyLen - pReq->m_reqBodyRead;
total 1496 sapi/litespeed/lsapilib.c if ( total <= 0 )
total 1498 sapi/litespeed/lsapilib.c if ( total < bufLen )
total 1499 sapi/litespeed/lsapilib.c bufLen = total;
total 1501 sapi/litespeed/lsapilib.c total = 0;
total 1509 sapi/litespeed/lsapilib.c total += len;
total 1518 sapi/litespeed/lsapilib.c total += len;
total 1524 sapi/litespeed/lsapilib.c if ( !total)
total 1529 sapi/litespeed/lsapilib.c pReq->m_reqBodyRead += total;
total 1530 sapi/litespeed/lsapilib.c return total;