total            2080 Zend/zend_alloc.c 	uint32_t total = 0;
total            2098 Zend/zend_alloc.c 		total += 1 + repeated;
total            2137 Zend/zend_alloc.c 							total += 1 + repeated;
total            2163 Zend/zend_alloc.c 					total += 1 + repeated;
total            2175 Zend/zend_alloc.c 	if (total) {
total            2176 Zend/zend_alloc.c 		zend_message_dispatcher(ZMSG_MEMORY_LEAKS_GRAND_TOTAL, &total);
total             239 ext/enchant/enchant.c 						int total;
total             240 ext/enchant/enchant.c 						total = broker->dictcnt-1;
total             242 ext/enchant/enchant.c 							if (broker->dict[total]) {
total             243 ext/enchant/enchant.c 								enchant_dict *pdict = broker->dict[total];
total             244 ext/enchant/enchant.c 								broker->dict[total] = NULL;
total             248 ext/enchant/enchant.c 							total--;
total             249 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             307 ext/gd/libgd/gdft.c 		int ch, total, trail;
total             309 ext/gd/libgd/gdft.c 		total = totalBytes[byte];
total             310 ext/gd/libgd/gdft.c 		trail = total - 1;
total             325 ext/gd/libgd/gdft.c 			return total;
total            98193 ext/sqlite3/libsqlite/sqlite3.c     AGGREGATE(total,             1, 0, 0, sumStep,         totalFinalize    ),
total              66 ext/standard/crypt_sha256.c 	uint32_t total[2];
total             123 ext/standard/crypt_sha256.c 	ctx->total[0] += (uint32_t)len;
total             124 ext/standard/crypt_sha256.c 	if (ctx->total[0] < len) {
total             125 ext/standard/crypt_sha256.c 		++ctx->total[1];
total             214 ext/standard/crypt_sha256.c 	ctx->total[0] = ctx->total[1] = 0;
total             231 ext/standard/crypt_sha256.c 	ctx->total[0] += bytes;
total             232 ext/standard/crypt_sha256.c 	if (ctx->total[0] < bytes) {
total             233 ext/standard/crypt_sha256.c 		++ctx->total[1];
total             240 ext/standard/crypt_sha256.c 	*(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3);
total             241 ext/standard/crypt_sha256.c 	*(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) |
total             242 ext/standard/crypt_sha256.c 						  (ctx->total[0] >> 29));
total              60 ext/standard/crypt_sha512.c 	uint64_t total[2];
total             147 ext/standard/crypt_sha512.c 	ctx->total[0] += len;
total             148 ext/standard/crypt_sha512.c 	if (ctx->total[0] < len) {
total             149 ext/standard/crypt_sha512.c 		++ctx->total[1];
total             241 ext/standard/crypt_sha512.c 	ctx->total[0] = ctx->total[1] = 0;
total             258 ext/standard/crypt_sha512.c 	ctx->total[0] += bytes;
total             259 ext/standard/crypt_sha512.c 	if (ctx->total[0] < bytes) {
total             260 ext/standard/crypt_sha512.c 		++ctx->total[1];
total             267 ext/standard/crypt_sha512.c 	*(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3);
total             268 ext/standard/crypt_sha512.c 	*(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) |
total             269 ext/standard/crypt_sha512.c 						(ctx->total[0] >> 61));
total              64 ext/sysvshm/php_sysvshm.h 	zend_long total;
total             196 ext/sysvshm/sysvshm.c 		chunk_ptr->total = shm_size;
total              16 sapi/fpm/fpm/fpm_status.h 	int total;
total              25 sapi/fpm/fpm/fpm_status.h void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cur_lq, int max_lq, int clear_last_update);
total            1544 sapi/litespeed/lsapilib.c     off_t total;
total            1549 sapi/litespeed/lsapilib.c     total = pReq->m_reqBodyLen - pReq->m_reqBodyRead;
total            1551 sapi/litespeed/lsapilib.c     if ( total <= 0 )
total            1553 sapi/litespeed/lsapilib.c     if ( total < bufLen )
total            1554 sapi/litespeed/lsapilib.c         bufLen = total;
total            1556 sapi/litespeed/lsapilib.c     total = 0;
total            1564 sapi/litespeed/lsapilib.c         total += len;
total            1573 sapi/litespeed/lsapilib.c             total += len;
total            1579 sapi/litespeed/lsapilib.c             if ( !total)
total            1584 sapi/litespeed/lsapilib.c     pReq->m_reqBodyRead += total;
total            1585 sapi/litespeed/lsapilib.c     return total;