total             164 base/callback_list_unittest.cc   EXPECT_EQ(1, a.total());
total             165 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
total             174 base/callback_list_unittest.cc   EXPECT_EQ(2, a.total());
total             175 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
total             176 base/callback_list_unittest.cc   EXPECT_EQ(1, c.total());
total             199 base/callback_list_unittest.cc   EXPECT_EQ(10, a.total());
total             200 base/callback_list_unittest.cc   EXPECT_EQ(-10, b.total());
total             209 base/callback_list_unittest.cc   EXPECT_EQ(20, a.total());
total             210 base/callback_list_unittest.cc   EXPECT_EQ(-10, b.total());
total             211 base/callback_list_unittest.cc   EXPECT_EQ(10, c.total());
total             245 base/callback_list_unittest.cc   EXPECT_EQ(1, remover_1.total());
total             246 base/callback_list_unittest.cc   EXPECT_EQ(1, remover_2.total());
total             247 base/callback_list_unittest.cc   EXPECT_EQ(0, a.total());
total             248 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
total             253 base/callback_list_unittest.cc   EXPECT_EQ(1, remover_1.total());
total             254 base/callback_list_unittest.cc   EXPECT_EQ(2, remover_2.total());
total             255 base/callback_list_unittest.cc   EXPECT_EQ(0, a.total());
total             256 base/callback_list_unittest.cc   EXPECT_EQ(2, b.total());
total             273 base/callback_list_unittest.cc   EXPECT_EQ(1, a.total());
total             274 base/callback_list_unittest.cc   EXPECT_EQ(1, b.total());
total             279 base/callback_list_unittest.cc   EXPECT_EQ(2, a.total());
total             280 base/callback_list_unittest.cc   EXPECT_EQ(2, b.total());
total             117 base/md5_unittest.cc   int total = 0;
total             118 base/md5_unittest.cc   while (total < length) {
total             120 base/md5_unittest.cc     if (len > length - total)
total             121 base/md5_unittest.cc       len = length - total;
total             124 base/md5_unittest.cc               StringPiece(reinterpret_cast<char*>(data.get() + total), len));
total             125 base/md5_unittest.cc     total += len;
total             128 base/md5_unittest.cc   EXPECT_EQ(length, total);
total              28 base/observer_list_unittest.cc   explicit Adder(int scaler) : total(0), scaler_(scaler) {}
total              30 base/observer_list_unittest.cc     total += x * scaler_;
total              33 base/observer_list_unittest.cc   int total;
total             203 base/observer_list_unittest.cc   EXPECT_EQ(20, a.total);
total             204 base/observer_list_unittest.cc   EXPECT_EQ(-20, b.total);
total             205 base/observer_list_unittest.cc   EXPECT_EQ(0, c.total);
total             206 base/observer_list_unittest.cc   EXPECT_EQ(-10, d.total);
total             207 base/observer_list_unittest.cc   EXPECT_EQ(0, e.total);
total             234 base/observer_list_unittest.cc   EXPECT_EQ(20, a.total);
total             235 base/observer_list_unittest.cc   EXPECT_EQ(-20, b.total);
total             236 base/observer_list_unittest.cc   EXPECT_EQ(0, c.total);
total             237 base/observer_list_unittest.cc   EXPECT_EQ(-10, d.total);
total             257 base/observer_list_unittest.cc   EXPECT_EQ(0, a.total);
total             258 base/observer_list_unittest.cc   EXPECT_EQ(0, b.total);
total             268 base/observer_list_unittest.cc   EXPECT_EQ(10, a.total);
total             269 base/observer_list_unittest.cc   EXPECT_EQ(0, b.total);
total             290 base/observer_list_unittest.cc     EXPECT_EQ(0, a.total);
total             291 base/observer_list_unittest.cc     EXPECT_EQ(0, b.total);
total             292 base/observer_list_unittest.cc     EXPECT_EQ(10, c.total);
total             304 base/observer_list_unittest.cc     EXPECT_EQ(20, a.total);
total             305 base/observer_list_unittest.cc     EXPECT_EQ(0, b.total);
total             306 base/observer_list_unittest.cc     EXPECT_EQ(10, c.total);
total             318 base/observer_list_unittest.cc   EXPECT_EQ(20, a.total);
total             319 base/observer_list_unittest.cc   EXPECT_EQ(30, b.total);
total             320 base/observer_list_unittest.cc   EXPECT_EQ(10, c.total);
total             447 base/observer_list_unittest.cc   EXPECT_EQ(0, b.adder.total);
total             451 base/observer_list_unittest.cc   EXPECT_EQ(1, b.adder.total);
total             471 base/observer_list_unittest.cc   EXPECT_EQ(0, b.adder.total);
total             476 base/observer_list_unittest.cc   EXPECT_EQ(1, b.adder.total);
total             508 base/observer_list_unittest.cc   EXPECT_EQ(1, a.adder().total)
total             520 base/observer_list_unittest.cc   EXPECT_EQ(0, a.adder().total)
total              94 base/process/process_metrics.h   size_t total;
total             263 base/process/process_metrics.h   int total;
total             384 base/process/process_metrics_linux.cc   return meminfo.total - meminfo.free - meminfo.buffers - meminfo.cached;
total             463 base/process/process_metrics_linux.cc   total = 0;
total             490 base/process/process_metrics_linux.cc   res->SetInteger("total", total);
total             530 base/process/process_metrics_linux.cc   meminfo->total = 0;
total             542 base/process/process_metrics_linux.cc         StringToInt(tokens[1], &meminfo->total);
total             591 base/process/process_metrics_linux.cc   if (!meminfo->total)
total             146 base/process/process_metrics_unittest.cc   EXPECT_TRUE(meminfo.total == 3981504);
total             162 base/process/process_metrics_unittest.cc   EXPECT_TRUE(meminfo.total == 255908);
total             279 base/process/process_metrics_unittest.cc   EXPECT_GT(info.total, 0);
total             289 base/process/process_metrics_unittest.cc   EXPECT_LT(info.free, info.total);
total             290 base/process/process_metrics_unittest.cc   EXPECT_LT(info.buffers, info.total);
total             291 base/process/process_metrics_unittest.cc   EXPECT_LT(info.cached, info.total);
total             292 base/process/process_metrics_unittest.cc   EXPECT_LT(info.active_anon, info.total);
total             293 base/process/process_metrics_unittest.cc   EXPECT_LT(info.inactive_anon, info.total);
total             294 base/process/process_metrics_unittest.cc   EXPECT_LT(info.active_file, info.total);
total             295 base/process/process_metrics_unittest.cc   EXPECT_LT(info.inactive_file, info.total);
total             300 base/process/process_metrics_unittest.cc   EXPECT_LT(info.shmem, info.total);
total             327 base/process/process_metrics_unittest.cc   EXPECT_LT(10u, free_mem1.total);
total             329 base/process/process_metrics_unittest.cc   EXPECT_GT(2048u, free_mem1.total);
total             331 base/process/process_metrics_unittest.cc   EXPECT_GE(free_mem1.total, free_mem1.largest);
total             337 base/process/process_metrics_unittest.cc   size_t expected_total = free_mem1.total - kAllocMB;
total             342 base/process/process_metrics_unittest.cc   EXPECT_GE(free_mem2.total, free_mem2.largest);
total             347 base/process/process_metrics_unittest.cc     EXPECT_GE(expected_total, free_mem2.total);
total             261 base/process/process_metrics_win.cc   free->total = accumulated / kMegabyte;
total             647 base/synchronization/condition_variable_unittest.cc   int total = 0;
total             649 base/synchronization/condition_variable_unittest.cc     total += completion_history_[i];
total             650 base/synchronization/condition_variable_unittest.cc   return total;
total              55 base/sys_info_win.cc   ULARGE_INTEGER available, total, free;
total              56 base/sys_info_win.cc   if (!GetDiskFreeSpaceExW(path.value().c_str(), &available, &total, &free)) {
total              60 base/threading/simple_thread_unittest.cc                    int total, WaitableEvent* event)
total              61 base/threading/simple_thread_unittest.cc       : seq_(seq), total_(total), event_(event) { }
total             318 cc/trees/layer_tree_impl.cc   float total = page_scale_factor_ * delta;
total             319 cc/trees/layer_tree_impl.cc   if (min_page_scale_factor_ && total < min_page_scale_factor_)
total             321 cc/trees/layer_tree_impl.cc   else if (max_page_scale_factor_ && total > max_page_scale_factor_)
total              56 chrome/browser/bitmap_fetcher.cc                                                int64 total) {
total              50 chrome/browser/bitmap_fetcher.h                                           int64 total) OVERRIDE;
total             173 chrome/browser/chromeos/boot_times_loader.cc   base::TimeDelta total = last - first;
total             180 chrome/browser/chromeos/boot_times_loader.cc   total_hist->AddTime(total);
total             182 chrome/browser/chromeos/boot_times_loader.cc       base::StringPrintf("%s: %.2f", uma_name.c_str(), total.InSecondsF());
total              40 chrome/browser/chromeos/drive/drive_file_stream_reader.cc bool ComputeConcretePosition(net::HttpByteRange range, int64 total,
total              43 chrome/browser/chromeos/drive/drive_file_stream_reader.cc   if (range.HasFirstBytePosition() && range.first_byte_position() == total) {
total              50 chrome/browser/chromeos/drive/drive_file_stream_reader.cc   if (!range.ComputeBounds(total))
total            1044 chrome/browser/chromeos/drive/job_scheduler.cc void JobScheduler::UpdateProgress(JobID job_id, int64 progress, int64 total) {
total            1049 chrome/browser/chromeos/drive/job_scheduler.cc   if (total != -1)
total            1050 chrome/browser/chromeos/drive/job_scheduler.cc     job_entry->job_info.num_total_bytes = total;
total             344 chrome/browser/chromeos/drive/job_scheduler.h   void UpdateProgress(JobID job_id, int64 progress, int64 total);
total             120 chrome/browser/chromeos/extensions/file_manager/event_router.cc   status->total.reset(
total             471 chrome/browser/chromeos/imageburner/burn_manager.cc                                              int64 total) {
total             481 chrome/browser/chromeos/imageburner/burn_manager.cc         estimated_remaining_time = elapsed_time * (total - current) / current;
total             489 chrome/browser/chromeos/imageburner/burn_manager.cc                 DOWNLOADING, current, total, estimated_remaining_time));
total              46 chrome/browser/chromeos/imageburner/burn_manager.h   ImageBurnStatus(int64 burnt, int64 total)
total              47 chrome/browser/chromeos/imageburner/burn_manager.h       : amount_burnt(burnt), total_size(total) {
total             317 chrome/browser/chromeos/imageburner/burn_manager.h                                           int64 total) OVERRIDE;
total              88 chrome/browser/component_updater/url_fetcher_downloader.cc     int64 total) {
total              91 chrome/browser/component_updater/url_fetcher_downloader.cc   total_bytes_ = total;
total              41 chrome/browser/component_updater/url_fetcher_downloader.h                                           int64 total) OVERRIDE;
total             148 chrome/browser/devtools/port_forwarding_controller.cc     int total = result;
total             150 chrome/browser/devtools/port_forwarding_controller.cc         new net::DrainableIOBuffer(buffer.get(), total);
total             154 chrome/browser/devtools/port_forwarding_controller.cc                        total,
total             312 chrome/browser/download/download_item_model.cc   int64 total = GetTotalBytes();
total             321 chrome/browser/download/download_item_model.cc   if (total) {
total             322 chrome/browser/download/download_item_model.cc     base::string16 total_text = ui::FormatBytes(total);
total             581 chrome/browser/download/download_item_model.cc   int64 total = GetTotalBytes();
total             582 chrome/browser/download/download_item_model.cc   if (total > 0) {
total             583 chrome/browser/download/download_item_model.cc     ui::DataUnits amount_units = ui::GetByteDisplayUnits(total);
total             592 chrome/browser/download/download_item_model.cc         ui::FormatBytesWithUnits(total, amount_units, true));
total             254 chrome/browser/drive/fake_drive_service.cc void FakeDriveService::SetQuotaValue(int64 used, int64 total) {
total             258 chrome/browser/drive/fake_drive_service.cc   about_resource_->set_quota_bytes_total(total);
total              61 chrome/browser/drive/fake_drive_service.h   void SetQuotaValue(int64 used, int64 total);
total             105 chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc     int64 total) {
total             112 chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc     int64 total) {
total             119 chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc   int progress = (kProgressComplete * current) / total;
total              57 chrome/browser/extensions/api/image_writer_private/write_from_url_operation.h                                           int64 total) OVERRIDE;
total              60 chrome/browser/extensions/api/image_writer_private/write_from_url_operation.h                                         int64 total) OVERRIDE;
total              49 chrome/browser/extensions/api/system_cpu/cpu_info_provider_linux.cc     infos->at(i)->usage.total = static_cast<double>(sys + user + nice + idle);
total              41 chrome/browser/extensions/api/system_cpu/cpu_info_provider_mac.cc       infos->at(i)->usage.total = sys + user + nice + idle;
total              67 chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc     infos->at(i)->usage.total = kernel + user;
total              31 chrome/browser/extensions/api/system_cpu/system_cpu_apitest.cc     info_.processors[0]->usage.total = 6;
total             185 chrome/browser/extensions/bundle_installer.cc   size_t total = GetItemsWithState(state).size();
total             190 chrome/browser/extensions/bundle_installer.cc   bool has_extensions = apps < total;
total              41 chrome/browser/extensions/permissions_updater.cc   scoped_refptr<PermissionSet> total(
total              44 chrome/browser/extensions/permissions_updater.cc       PermissionSet::CreateDifference(total.get(), existing.get()));
total              46 chrome/browser/extensions/permissions_updater.cc   UpdateActivePermissions(extension, total.get());
total              58 chrome/browser/extensions/permissions_updater.cc   scoped_refptr<PermissionSet> total(
total              61 chrome/browser/extensions/permissions_updater.cc       PermissionSet::CreateDifference(existing.get(), total.get()));
total              66 chrome/browser/extensions/permissions_updater.cc   UpdateActivePermissions(extension, total.get());
total              29 chrome/browser/history/download_row.cc     int64 total,
total              46 chrome/browser/history/download_row.cc       total_bytes(total),
total              34 chrome/browser/history/download_row.h       int64 total,
total             344 chrome/browser/history/typed_url_syncable_service.cc     int total = 0;
total             353 chrome/browser/history/typed_url_syncable_service.cc       ++total;
total             366 chrome/browser/history/typed_url_syncable_service.cc     } else if (total > kMaxTypedUrlVisits) {
total             367 chrome/browser/history/typed_url_syncable_service.cc       skip_count = total - kMaxTypedUrlVisits;
total              91 chrome/browser/media/webrtc_log_uploader.cc     const net::URLFetcher* source, int64 current, int64 total) {
total              54 chrome/browser/media/webrtc_log_uploader.h                                         int64 current, int64 total) OVERRIDE;
total             192 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc     int total = 0;
total             202 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc       total++;
total             204 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc     if (total > 0) {
total             206 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.cc                                (granted * 100 / total));
total             421 chrome/browser/net/spdyproxy/data_saving_metrics.cc   DailyDataSavingUpdate total(
total             425 chrome/browser/net/spdyproxy/data_saving_metrics.cc   total.UpdateForDataChange(days_since_last_update);
total             456 chrome/browser/net/spdyproxy/data_saving_metrics.cc   total.Add(original_content_length, received_content_length);
total             493 chrome/browser/net/spdyproxy/data_saving_metrics.cc           total.GetOriginalListPrefValue(kNumDaysInHistory - 2),
total             494 chrome/browser/net/spdyproxy/data_saving_metrics.cc           total.GetReceivedListPrefValue(kNumDaysInHistory - 2),
total              25 chrome/browser/profiles/profile_metrics.cc   size_t total;
total              30 chrome/browser/profiles/profile_metrics.cc   ProfileCounts() : total(0), signedin(0), managed(0), unused(0) {}
total              58 chrome/browser/profiles/profile_metrics.cc   counts->total = number_of_profiles;
total             118 chrome/browser/profiles/profile_metrics.cc     int limited_total = counts.total;
total             124 chrome/browser/profiles/profile_metrics.cc           / counts.total + 0.5);
total             133 chrome/browser/profiles/profile_metrics.cc   UMA_HISTOGRAM_COUNTS_100("Profile.NumberOfProfiles", counts.total);
total             140 chrome/browser/profiles/profile_metrics.cc                              100 * counts.managed / counts.total);
total             146 chrome/browser/profiles/profile_metrics.cc     UpdateReportedOSProfileStatistics(counts.total, counts.signedin);
total              45 chrome/browser/safe_browsing/two_phase_uploader.cc                                         int64 total) OVERRIDE;
total             152 chrome/browser/safe_browsing/two_phase_uploader.cc     int64 total) {
total             155 chrome/browser/safe_browsing/two_phase_uploader.cc            << " " << current << "/" << total;
total             157 chrome/browser/safe_browsing/two_phase_uploader.cc     progress_callback_.Run(current, total);
total              43 chrome/browser/safe_browsing/two_phase_uploader.h   typedef base::Callback<void(int64 sent, int64 total)> ProgressCallback;
total              27 chrome/browser/safe_browsing/two_phase_uploader_unittest.cc   void ProgressCallback(int64 current, int64 total) {}
total             704 chrome/browser/sync/glue/typed_url_model_associator.cc     int total = 0;
total             713 chrome/browser/sync/glue/typed_url_model_associator.cc       ++total;
total             726 chrome/browser/sync/glue/typed_url_model_associator.cc     } else if (total > kMaxTypedUrlVisits) {
total             727 chrome/browser/sync/glue/typed_url_model_associator.cc       skip_count = total - kMaxTypedUrlVisits;
total              36 chrome/browser/thumbnails/content_analysis_unittest.cc   unsigned long total = 0;
total              41 chrome/browser/thumbnails/content_analysis_unittest.cc       total += row_data[c];
total              44 chrome/browser/thumbnails/content_analysis_unittest.cc   return total;
total              20 chrome/browser/ui/cocoa/find_bar/find_bar_text_field_cell.h - (void)setActiveMatch:(NSInteger)current of:(NSInteger)total;
total             482 chrome/browser/ui/webui/about_ui.cc       "Total", base::IntToString(meminfo.total / 1024)));
total             287 chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc     base::string16 total;
total             288 chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc     GetDataSizeText(amount_total, &total);
total             289 chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc     *progress_text = l10n_util::GetStringFUTF16(message_id, finished, total);
total             426 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php     $total = array();
total              48 chrome/common/media_galleries/pmp_test_util.cc   std::vector<char> total;
total              50 chrome/common/media_galleries/pmp_test_util.cc   std::copy(a.begin(), a.end(), std::back_inserter(total));
total              51 chrome/common/media_galleries/pmp_test_util.cc   std::copy(b.begin(), b.end(), std::back_inserter(total));
total              53 chrome/common/media_galleries/pmp_test_util.cc   return total;
total              43 chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc   StressData(const PPB_Core* ppb_core, int callbacks_per_thread, int total)
total              46 chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc         callback_counter_(total),
total              43 chrome/utility/cloud_print/pwg_encoder.cc inline int FlipIfNeeded(bool flip, int current, int total) {
total              44 chrome/utility/cloud_print/pwg_encoder.cc   return flip ? total - current : current;
total             248 components/policy/core/common/cloud/external_policy_data_fetcher.cc     int64 total) {
total             257 components/policy/core/common/cloud/external_policy_data_fetcher.cc   if (current > it->second->max_size || total > it->second->max_size) {
total             162 components/policy/core/common/cloud/external_policy_data_fetcher.h                                           int64 total) OVERRIDE;
total             110 components/storage_monitor/volume_mount_watcher_win.cc   ULARGE_INTEGER total;
total             111 components/storage_monitor/volume_mount_watcher_win.cc   if (!GetDiskFreeSpaceExW(mount_point.c_str(), NULL, &total, NULL))
total             113 components/storage_monitor/volume_mount_watcher_win.cc   return total.QuadPart;
total             234 content/browser/download/download_stats.cc                                int64 total) {
total             246 content/browser/download/download_stats.cc   int64 delta_bytes = total - received;
total             247 content/browser/download/download_stats.cc   bool unknown_size = total <= 0;
total             249 content/browser/download/download_stats.cc   int64 total_kb = total / 1024;
total             135 content/browser/download/download_stats.h                                int64 total);
total             286 content/browser/fileapi/blob_url_request_job_unittest.cc     int64 total = 0;
total             291 content/browser/fileapi/blob_url_request_job_unittest.cc       CHECK(length <= kint64max - total);
total             292 content/browser/fileapi/blob_url_request_job_unittest.cc       total += length;
total             294 content/browser/fileapi/blob_url_request_job_unittest.cc     return total;
total             453 content/browser/fileapi/blob_url_request_job_unittest.cc   int64 total = GetTotalBlobLength();
total             457 content/browser/fileapi/blob_url_request_job_unittest.cc   EXPECT_EQ(total - 10, first);
total             458 content/browser/fileapi/blob_url_request_job_unittest.cc   EXPECT_EQ(total - 1, last);
total             459 content/browser/fileapi/blob_url_request_job_unittest.cc   EXPECT_EQ(total, length);
total             121 content/browser/speech/google_streaming_remote_engine.cc     const URLFetcher* source, int64 current, int64 total) {
total              74 content/browser/speech/google_streaming_remote_engine.h                                           int64 current, int64 total) OVERRIDE;
total            2433 content/renderer/pepper/pepper_plugin_instance_impl.cc     int32_t total,
total            2438 content/renderer/pepper/pepper_plugin_instance_impl.cc         find_identifier_, total, PP_ToBool(final_result));
total             397 content/renderer/pepper/pepper_plugin_instance_impl.h                                           int32_t total,
total             620 courgette/disassembler_win32_x64.cc   int total = 0;
total             626 courgette/disassembler_win32_x64.cc     total += p->second;
total             629 courgette/disassembler_win32_x64.cc   std::cout << total << " " << kind << " to "
total             620 courgette/disassembler_win32_x86.cc   int total = 0;
total             626 courgette/disassembler_win32_x86.cc     total += p->second;
total             629 courgette/disassembler_win32_x86.cc   std::cout << total << " " << kind << " to "
total             778 google_apis/drive/base_requests.cc     int64 total) {
total             780 google_apis/drive/base_requests.cc     progress_callback_.Run(current, total);
total              37 google_apis/drive/base_requests.h typedef base::Callback<void(int64 progress, int64 total)> ProgressCallback;
total             525 google_apis/drive/base_requests.h                                           int64 current, int64 total) OVERRIDE;
total             787 google_apis/drive/drive_api_requests.cc     const net::URLFetcher* source, int64 current, int64 total) {
total             789 google_apis/drive/drive_api_requests.cc     progress_callback_.Run(current, total);
total             795 google_apis/drive/drive_api_requests.h                                         int64 current, int64 total) OVERRIDE;
total             158 google_apis/drive/test_util.cc                                   int64 total) {
total             159 google_apis/drive/test_util.cc   progress_values->push_back(ProgressInfo(progress, total));
total             273 google_apis/drive/test_util.h                                   int64 total);
total              46 google_apis/gaia/merge_session_helper_unittest.cc int total = 0;
total              54 google_apis/gaia/merge_session_helper_unittest.cc     total++;
total              58 google_apis/gaia/merge_session_helper_unittest.cc     total--;
total             331 gpu/command_buffer/service/context_group.cc   uint32 total = 0;
total             333 gpu/command_buffer/service/context_group.cc     total += buffer_manager_->mem_represented();
total             335 gpu/command_buffer/service/context_group.cc     total += renderbuffer_manager_->mem_represented();
total             337 gpu/command_buffer/service/context_group.cc     total += texture_manager_->mem_represented();
total             338 gpu/command_buffer/service/context_group.cc   return total;
total              93 gpu/command_buffer/service/program_cache.cc   size_t total = 0;
total              95 gpu/command_buffer/service/program_cache.cc     total += 4 + it->first.length();
total              97 gpu/command_buffer/service/program_cache.cc   return total;
total             320 media/base/video_frame.cc   size_t total = 0;
total             322 media/base/video_frame.cc     total += PlaneAllocationSize(format, i, coded_size);
total             323 media/base/video_frame.cc   return total;
total             165 mojo/examples/pepper_container_app/plugin_instance.cc                                                 int32_t total,
total              65 mojo/examples/pepper_container_app/plugin_instance.h                                           int32_t total,
total              38 native_client_sdk/src/libraries/xray/report.c   float total;
total              55 native_client_sdk/src/libraries/xray/report.c   total = XRayFrameGetTotalTicks(capture, frame);
total              69 native_client_sdk/src/libraries/xray/report.c       float percent = 100.0f * (float)ticks / total;
total             315 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   size_t total = 0;
total             316 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   while (total < kQueueSize * 8) {
total             328 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       total += len;
total             331 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   EXPECT_GT(total, kQueueSize - 1);
total             332 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   EXPECT_LT(total, kQueueSize * 8);
total             101 net/base/prioritized_dispatcher.cc   size_t total = 0;
total             103 net/base/prioritized_dispatcher.cc     total += limits.reserved_slots[i];
total             104 net/base/prioritized_dispatcher.cc     max_running_jobs_[i] = total;
total             107 net/base/prioritized_dispatcher.cc   DCHECK_LE(total, limits.total_jobs) << "sum(reserved_slots) <= total_jobs";
total             108 net/base/prioritized_dispatcher.cc   size_t spare = limits.total_jobs - total;
total             501 net/disk_cache/blockfile/rankings.cc   int total = 0;
total             508 net/disk_cache/blockfile/rankings.cc       total += partial;
total             511 net/disk_cache/blockfile/rankings.cc   return error ? error : total;
total             207 net/disk_cache/blockfile/stats.cc   int total = 0;
total             211 net/disk_cache/blockfile/stats.cc     total += data_sizes_[bucket] * GetBucketRange(bucket);
total             213 net/disk_cache/blockfile/stats.cc   return total;
total             278 net/dns/dns_session.cc   base::HistogramBase::Count total = samples.TotalCount();
total             279 net/dns/dns_session.cc   base::HistogramBase::Count remaining_count = kRTOPercentile * total / 100;
total              89 net/quic/test_tools/reliable_quic_stream_peer.cc   uint32 total = 0;
total              93 net/quic/test_tools/reliable_quic_stream_peer.cc     total += it->data.size();
total              96 net/quic/test_tools/reliable_quic_stream_peer.cc   return total;
total            1060 net/socket/client_socket_pool_base.cc   int total = handed_out_socket_count_ + connecting_socket_count_ +
total            1064 net/socket/client_socket_pool_base.cc   if (total < max_sockets_)
total              84 net/tools/get_server_time/get_server_time.cc       int64 current, int64 total) OVERRIDE {
total              89 net/tools/get_server_time/get_server_time.cc                                         int64 current, int64 total) OVERRIDE {
total             859 net/url_request/url_fetcher_core.cc       int64 total = -1;
total             861 net/url_request/url_fetcher_core.cc         total = static_cast<int64>(request_->GetUploadProgress().size());
total             864 net/url_request/url_fetcher_core.cc         if (!total)
total             871 net/url_request/url_fetcher_core.cc               this, current, total));
total             877 net/url_request/url_fetcher_core.cc     int64 current, int64 total) {
total             880 net/url_request/url_fetcher_core.cc     delegate_->OnURLFetchUploadProgress(fetcher_, current, total);
total             893 net/url_request/url_fetcher_core.cc     int64 current, int64 total) {
total             896 net/url_request/url_fetcher_core.cc     delegate_->OnURLFetchDownloadProgress(fetcher_, current, total);
total             203 net/url_request/url_fetcher_core.h   void InformDelegateUploadProgressInDelegateThread(int64 current, int64 total);
total             206 net/url_request/url_fetcher_core.h                                                       int64 total);
total              10 net/url_request/url_fetcher_delegate.cc     const URLFetcher* source, int64 current, int64 total) {}
total              13 net/url_request/url_fetcher_delegate.cc     const URLFetcher* source, int64 current, int64 total) {}
total              29 net/url_request/url_fetcher_delegate.h                                           int64 current, int64 total);
total              35 net/url_request/url_fetcher_delegate.h                                         int64 current, int64 total);
total             287 net/url_request/url_fetcher_impl_unittest.cc                                           int64 total) OVERRIDE;
total             307 net/url_request/url_fetcher_impl_unittest.cc                                           int64 total) OVERRIDE;
total             321 net/url_request/url_fetcher_impl_unittest.cc                                         int64 total) OVERRIDE;
total             598 net/url_request/url_fetcher_impl_unittest.cc     const URLFetcher* source, int64 progress, int64 total) {
total             601 net/url_request/url_fetcher_impl_unittest.cc   EXPECT_GE(total, progress);
total             603 net/url_request/url_fetcher_impl_unittest.cc   EXPECT_EQ(expected_total_, total);
total             616 net/url_request/url_fetcher_impl_unittest.cc     const URLFetcher* source, int64 current, int64 total) {
total             646 net/url_request/url_fetcher_impl_unittest.cc     const URLFetcher* source, int64 current, int64 total) {
total             653 net/url_request/url_fetcher_impl_unittest.cc   EXPECT_EQ(-1, total);
total              60 ppapi/c/private/ppb_find_private.h                                      int32_t total,
total              72 ppapi/cpp/private/find_private.cc void Find_Private::NumberOfFindResultsChanged(int32_t total,
total              76 ppapi/cpp/private/find_private.cc         associated_instance_.pp_instance(), total, PP_FromBool(final_result));
total              56 ppapi/cpp/private/find_private.h   void NumberOfFindResultsChanged(int32_t total, bool final_result);
total             769 ppapi/native_client/src/trusted/plugin/plugin.cc     int64_t total;
total             770 ppapi/native_client/src/trusted/plugin/plugin.cc     pnacl_coordinator_->GetCurrentProgress(&loaded, &total);
total             771 ppapi/native_client/src/trusted/plugin/plugin.cc     ReportLoadSuccess(loaded, total);
total             328 ppapi/proxy/ppb_instance_proxy.cc                                                     int32_t total,
total             331 ppapi/proxy/ppb_instance_proxy.cc       API_ID_PPB_INSTANCE, instance, total, final_result));
total             936 ppapi/proxy/ppb_instance_proxy.cc     int32_t total,
total             943 ppapi/proxy/ppb_instance_proxy.cc         instance, total, final_result);
total              63 ppapi/proxy/ppb_instance_proxy.h                                           int32_t total,
total             181 ppapi/proxy/ppb_instance_proxy.h                                            int32_t total,
total              27 ppapi/thunk/ppb_find_private_thunk.cc                                 int32_t total,
total              33 ppapi/thunk/ppb_find_private_thunk.cc   enter.functions()->NumberOfFindResultsChanged(instance, total, final_result);
total              83 ppapi/thunk/ppb_instance_api.h                                           int32_t total,
total             145 printing/printed_document.cc   uint32 total = 0;
total             147 printing/printed_document.cc     total += pages_copy[i]->metafile()->GetDataSize();
total             149 printing/printed_document.cc   return total;
total             164 sandbox/win/src/file_policy_test.cc   ULARGE_INTEGER total = {0};
total             166 sandbox/win/src/file_policy_test.cc   if (::GetDiskFreeSpaceExW(sys_path.c_str(), &free_user, &total,
total             168 sandbox/win/src/file_policy_test.cc     if ((total.QuadPart != 0) && (free_total.QuadPart !=0)) {
total            1247 third_party/cld/base/logging.h void StatusMessage(int64 done, int64 total);
total              21 third_party/lcov/example/methods/iterate.c 	int i, total;
total              23 third_party/lcov/example/methods/iterate.c 	total = 0;
total              33 third_party/lcov/example/methods/iterate.c 		if (total + i < total)
total              41 third_party/lcov/example/methods/iterate.c 		total += i;
total              44 third_party/lcov/example/methods/iterate.c 	return total;
total             127 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   int total = 0;
total             128 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   while (total < length) {
total             130 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc     if (len > length - total)
total             131 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc       len = length - total;
total             134 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc               std::string(reinterpret_cast<char*>(data.get() + total), len));
total             135 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc     total += len;
total             138 third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc   EXPECT_EQ(length, total);
total             510 third_party/libjpeg/jquant2.c   long total = 0;
total             524 third_party/libjpeg/jquant2.c 	  total += count;
total             532 third_party/libjpeg/jquant2.c   cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
total             533 third_party/libjpeg/jquant2.c   cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
total             534 third_party/libjpeg/jquant2.c   cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
total             809 third_party/libwebp/demux/demux.c   int total;
total             811 third_party/libwebp/demux/demux.c   for (total = 0; f != NULL && f->frame_num_ == this_frame; f = f->next_) {
total             812 third_party/libwebp/demux/demux.c     if (++total == fragment_num) fragment = f;
total             814 third_party/libwebp/demux/demux.c   *count = total;
total             124 third_party/libwebp/enc/frame.c static int CalcSkipProba(uint64_t nb, uint64_t total) {
total             125 third_party/libwebp/enc/frame.c   return (int)(total ? (total - nb) * 255 / total : 255);
total             224 third_party/libwebp/enc/frame.c static int CalcTokenProba(int nb, int total) {
total             225 third_party/libwebp/enc/frame.c   assert(nb <= total);
total             226 third_party/libwebp/enc/frame.c   return nb ? (255 - nb * 255 / total) : 255;
total             230 third_party/libwebp/enc/frame.c static int BranchCost(int nb, int total, int proba) {
total             231 third_party/libwebp/enc/frame.c   return nb * VP8BitCost(1, proba) + (total - nb) * VP8BitCost(0, proba);
total             244 third_party/libwebp/enc/frame.c           const int total = (stats >> 16) & 0xffff;
total             247 third_party/libwebp/enc/frame.c           const int new_p = CalcTokenProba(nb, total);
total             248 third_party/libwebp/enc/frame.c           const int old_cost = BranchCost(nb, total, old_p)
total             250 third_party/libwebp/enc/frame.c           const int new_cost = BranchCost(nb, total, new_p)
total             274 third_party/libwebp/enc/frame.c   const int total = a + b;
total             275 third_party/libwebp/enc/frame.c   return (total == 0) ? 255     // that's the default probability.
total             276 third_party/libwebp/enc/frame.c                       : (255 * a + total / 2) / total;  // rounded proba
total              92 third_party/libxml/src/xmlschemastypes.c     unsigned int total:8;
total             106 third_party/libxml/src/xmlschemastypes.c     unsigned int total;
total             113 third_party/libxml/src/xmlschemastypes.c     unsigned int total;
total            2363 third_party/libxml/src/xmlschemastypes.c 			    v->value.decimal.total = 1;
total            2365 third_party/libxml/src/xmlschemastypes.c 			    v->value.decimal.total = len;
total            2936 third_party/libxml/src/xmlschemastypes.c                 int total, i = 0;
total            2975 third_party/libxml/src/xmlschemastypes.c                     total = i / 2;      /* number of octets */
total            2985 third_party/libxml/src/xmlschemastypes.c                     v->value.hex.total = total;
total            3008 third_party/libxml/src/xmlschemastypes.c                 int total, i = 0, pad = 0;
total            3055 third_party/libxml/src/xmlschemastypes.c                 total = 3 * (i / 4);
total            3072 third_party/libxml/src/xmlschemastypes.c                     total += 2;
total            3086 third_party/libxml/src/xmlschemastypes.c                     total += 1;
total            3109 third_party/libxml/src/xmlschemastypes.c                     v->value.base64.total = total;
total            3168 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.total = ret;
total            3241 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.total = ret;
total            3300 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.total = ret;
total            3441 third_party/libxml/src/xmlschemastypes.c     integx = x->value.decimal.total - x->value.decimal.frac;
total            3442 third_party/libxml/src/xmlschemastypes.c     integy = y->value.decimal.total - y->value.decimal.frac;
total            3487 third_party/libxml/src/xmlschemastypes.c     dlen = x->value.decimal.total - y->value.decimal.total;
total            3525 third_party/libxml/src/xmlschemastypes.c 		if (x->value.decimal.total == y->value.decimal.total) {
total            4858 third_party/libxml/src/xmlschemastypes.c 	        if (x->value.hex.total == y->value.hex.total) {
total            4865 third_party/libxml/src/xmlschemastypes.c 		else if (x->value.hex.total > y->value.hex.total)
total            4875 third_party/libxml/src/xmlschemastypes.c                 if (x->value.base64.total == y->value.base64.total) {
total            4885 third_party/libxml/src/xmlschemastypes.c                 else if (x->value.base64.total > y->value.base64.total)
total            5145 third_party/libxml/src/xmlschemastypes.c 	len = val->value.hex.total;
total            5147 third_party/libxml/src/xmlschemastypes.c 	len = val->value.base64.total;
total            5395 third_party/libxml/src/xmlschemastypes.c 		len = val->value.hex.total;
total            5397 third_party/libxml/src/xmlschemastypes.c 		len = val->value.base64.total;
total            5477 third_party/libxml/src/xmlschemastypes.c 	        if (val->value.decimal.total > facet->val->value.decimal.lo)
total            5716 third_party/libxml/src/xmlschemastypes.c 	    if ((val->value.decimal.total == 1) && 
total            5725 third_party/libxml/src/xmlschemastypes.c 		bufsize = dec.total + 2;
total            5729 third_party/libxml/src/xmlschemastypes.c 		if ((dec.frac == 0) || (dec.frac == dec.total))
total            5737 third_party/libxml/src/xmlschemastypes.c 		if (dec.frac == dec.total) {
total            5752 third_party/libxml/src/xmlschemastypes.c 		    if (dec.frac != dec.total) {
total            5753 third_party/libxml/src/xmlschemastypes.c 			int diff = dec.total - dec.frac;
total            5766 third_party/libxml/src/xmlschemastypes.c 			if (i < dec.total) {
total            5767 third_party/libxml/src/xmlschemastypes.c 			    memmove(offs + (dec.total - i), offs, i +1);
total            5768 third_party/libxml/src/xmlschemastypes.c 			    memset(offs, '0', dec.total - i);
total            5796 third_party/libxml/src/xmlschemastypes.c 	    if ((val->value.decimal.total == 1) &&
total            5801 third_party/libxml/src/xmlschemastypes.c 		int bufsize = dec.total + 1;
total            11946 third_party/libxml/src/xpath.c     int total = 0, hasNsNodes = 0;
total            12187 third_party/libxml/src/xpath.c 		total = 0;
total            12208 third_party/libxml/src/xpath.c 		if (((total % 256) == 0) &&
total            12221 third_party/libxml/src/xpath.c 		if (((total % 256) == 0) &&
total            12232 third_party/libxml/src/xpath.c             total++;
total            12240 third_party/libxml/src/xpath.c 		    total = 0;
total            12462 third_party/libxml/src/xpath.c 		total = 0;
total            12550 third_party/libxml/src/xpath.c 	total, nbMatches);
total            12553 third_party/libxml/src/xpath.c     return(total);
total            12575 third_party/libxml/src/xpath.c     int total = 0, cur;
total            12585 third_party/libxml/src/xpath.c             total =
total            12622 third_party/libxml/src/xpath.c 	    if (total > cur)
total            12624 third_party/libxml/src/xpath.c             return (total + cur);
total            12630 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12633 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            12637 third_party/libxml/src/xpath.c             return (total);
total            12640 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12643 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            12646 third_party/libxml/src/xpath.c             return (total);
total            12649 third_party/libxml/src/xpath.c                     return (total);
total            12651 third_party/libxml/src/xpath.c                 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12654 third_party/libxml/src/xpath.c                 total += xmlXPathNodeCollectAndTest(ctxt, op, first, NULL, 0);
total            12655 third_party/libxml/src/xpath.c                 return (total);
total            12664 third_party/libxml/src/xpath.c                 total +=
total            12673 third_party/libxml/src/xpath.c             return (total);
total            12676 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEvalFilterFirst(ctxt, op, first);
total            12677 third_party/libxml/src/xpath.c             return (total);
total            12699 third_party/libxml/src/xpath.c     int total = 0, cur;
total            12717 third_party/libxml/src/xpath.c             total =
total            12757 third_party/libxml/src/xpath.c 	    if (total > cur)
total            12759 third_party/libxml/src/xpath.c             return (total + cur);
total            12765 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12768 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            12772 third_party/libxml/src/xpath.c             return (total);
total            12775 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12778 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            12781 third_party/libxml/src/xpath.c             return (total);
total            12786 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12789 third_party/libxml/src/xpath.c                 total += xmlXPathNodeCollectAndTest(ctxt, op, NULL, last, 0);
total            12790 third_party/libxml/src/xpath.c                 return (total);
total            12799 third_party/libxml/src/xpath.c                 total +=
total            12808 third_party/libxml/src/xpath.c             return (total);
total            12819 third_party/libxml/src/xpath.c     int total = 0;
total            12847 third_party/libxml/src/xpath.c 	    total +=
total            12870 third_party/libxml/src/xpath.c 	    return (total);
total            12875 third_party/libxml/src/xpath.c 	total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            12878 third_party/libxml/src/xpath.c 	return (total);
total            12880 third_party/libxml/src/xpath.c 	return (total);
total            12906 third_party/libxml/src/xpath.c 		total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            12913 third_party/libxml/src/xpath.c 	    return (total);
total            12934 third_party/libxml/src/xpath.c 		total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            12986 third_party/libxml/src/xpath.c 	return (total);
total            13050 third_party/libxml/src/xpath.c 		total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13104 third_party/libxml/src/xpath.c     return(total);
total            13119 third_party/libxml/src/xpath.c     int total = 0;
total            13138 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13142 third_party/libxml/src/xpath.c                 return (total);
total            13148 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13158 third_party/libxml/src/xpath.c             return (total);
total            13164 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13168 third_party/libxml/src/xpath.c                 return (total);
total            13174 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13184 third_party/libxml/src/xpath.c             return (total);
total            13190 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13196 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13203 third_party/libxml/src/xpath.c             return (total);
total            13209 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13215 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13219 third_party/libxml/src/xpath.c             return (total);
total            13225 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13232 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13245 third_party/libxml/src/xpath.c             return (total);
total            13251 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13257 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13265 third_party/libxml/src/xpath.c             return (total);
total            13271 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13277 third_party/libxml/src/xpath.c             total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13295 third_party/libxml/src/xpath.c             return (total);
total            13298 third_party/libxml/src/xpath.c             return (total);
total            13301 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13304 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13308 third_party/libxml/src/xpath.c             return (total);
total            13311 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13314 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13317 third_party/libxml/src/xpath.c             return (total);
total            13320 third_party/libxml/src/xpath.c                     return (total);
total            13322 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13325 third_party/libxml/src/xpath.c                 total += xmlXPathNodeCollectAndTest(ctxt, op, NULL, NULL, 0);
total            13326 third_party/libxml/src/xpath.c                 return (total);
total            13332 third_party/libxml/src/xpath.c             return (total);
total            13337 third_party/libxml/src/xpath.c                     total +=
total            13355 third_party/libxml/src/xpath.c                         return (total);
total            13365 third_party/libxml/src/xpath.c                 return (total);
total            13373 third_party/libxml/src/xpath.c                     total +=
total            13379 third_party/libxml/src/xpath.c 		    return (total);
total            13386 third_party/libxml/src/xpath.c 			return (total);
total            13404 third_party/libxml/src/xpath.c                             return (total);
total            13425 third_party/libxml/src/xpath.c                 return (total);
total            13433 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13440 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
total            13445 third_party/libxml/src/xpath.c             return (total);
total            13483 third_party/libxml/src/xpath.c                         total +=
total            13497 third_party/libxml/src/xpath.c                         return (total);
total            13517 third_party/libxml/src/xpath.c                         total +=
total            13539 third_party/libxml/src/xpath.c                         return (total);
total            13554 third_party/libxml/src/xpath.c                     total +=
total            13558 third_party/libxml/src/xpath.c                     return (total);
total            13560 third_party/libxml/src/xpath.c                     return (total);
total            13586 third_party/libxml/src/xpath.c                             total +=
total            13595 third_party/libxml/src/xpath.c                         return (total);
total            13612 third_party/libxml/src/xpath.c                             total +=
total            13654 third_party/libxml/src/xpath.c                     return (total);
total            13746 third_party/libxml/src/xpath.c                             total +=
total            13801 third_party/libxml/src/xpath.c                 return (total);
total            13805 third_party/libxml/src/xpath.c                 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
total            13814 third_party/libxml/src/xpath.c             return (total);
total            13826 third_party/libxml/src/xpath.c                     total +=
total            13829 third_party/libxml/src/xpath.c                     return (total);
total            13845 third_party/libxml/src/xpath.c                         total += xmlXPathCompOpEval(ctxt,&comp->steps[op->ch2]);
total            13852 third_party/libxml/src/xpath.c                         return (total);
total            13869 third_party/libxml/src/xpath.c                             total +=
total            13935 third_party/libxml/src/xpath.c                                 total +=
total            13975 third_party/libxml/src/xpath.c                 return (total);
total            13981 third_party/libxml/src/xpath.c     return (total);
total            2804 third_party/libxslt/libexslt/date.c     exsltDateValPtr x, total;
total            2831 third_party/libxslt/libexslt/date.c     total = exsltDateCreateDate (XS_DURATION);
total            2832 third_party/libxslt/libexslt/date.c     if (total == NULL) {
total            2842 third_party/libxslt/libexslt/date.c 	    exsltDateFreeDate (total);
total            2849 third_party/libxslt/libexslt/date.c 	    exsltDateFreeDate (total);
total            2855 third_party/libxslt/libexslt/date.c 	result = _exsltDateAddDurCalc(total, total, x);
total            2860 third_party/libxslt/libexslt/date.c 	    exsltDateFreeDate (total);
total            2867 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatDuration (&(total->value.dur));
total            2868 third_party/libxslt/libexslt/date.c     exsltDateFreeDate (total);
total            3101 third_party/libxslt/libxslt/transform.c 	long spent, child, total, end;
total            3105 third_party/libxslt/libxslt/transform.c 	total = end - start;
total            3106 third_party/libxslt/libxslt/transform.c 	spent = total - child;
total            3118 third_party/libxslt/libxslt/transform.c 	    ctxt->profTab[ctxt->profNr - 1] += total;
total            1886 third_party/libxslt/libxslt/xsltutils.c     int total;
total            1932 third_party/libxslt/libxslt/xsltutils.c     total = 0;
total            1963 third_party/libxslt/libxslt/xsltutils.c 	total += templates[i]->nbCalls;
total            1966 third_party/libxslt/libxslt/xsltutils.c     fprintf(output, "\n%30s%26s %6d %6ld\n", "Total", "", total, totalt);
total             419 third_party/npapi/bindings/npapi_extensions.h     int total,
total            83261 third_party/sqlite/amalgamation/sqlite3.c     AGGREGATE(total,             1, 0, 0, sumStep,         totalFinalize    ),
total            1562 third_party/sqlite/src/src/func.c     AGGREGATE(total,             1, 0, 0, sumStep,         totalFinalize    ),
total            1269 third_party/talloc/talloc.c 	size_t total = 0;
total            1288 third_party/talloc/talloc.c 		total = tc->size;
total            1291 third_party/talloc/talloc.c 		total += talloc_total_size(TC_PTR_FROM_CHUNK(c));
total            1296 third_party/talloc/talloc.c 	return total;
total            1304 third_party/talloc/talloc.c 	size_t total = 0;
total            1322 third_party/talloc/talloc.c 	total++;
total            1324 third_party/talloc/talloc.c 		total += talloc_total_blocks(TC_PTR_FROM_CHUNK(c));
total            1329 third_party/talloc/talloc.c 	return total;
total             765 third_party/tcmalloc/chromium/src/debugallocation.cc   static bool MemoryStats(int* blocks, size_t* total,
total             774 third_party/tcmalloc/chromium/src/debugallocation.cc     *total = stats_total_;
total            1044 third_party/tcmalloc/chromium/src/debugallocation.cc   virtual bool MallocMemoryStats(int* blocks, size_t* total,
total            1046 third_party/tcmalloc/chromium/src/debugallocation.cc     return MallocBlock::MemoryStats(blocks, total, histogram);
total             106 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   virtual bool MallocMemoryStats(int* blocks, size_t* total,
total              64 third_party/tcmalloc/chromium/src/gperftools/malloc_extension_c.h PERFTOOLS_DLL_DECL int MallocExtension_MallocMemoryStats(int* blocks, size_t* total,
total            1592 third_party/tcmalloc/chromium/src/heap-checker.cc       const HeapProfileTable::Stats& t = heap_profile->total();
total            1761 third_party/tcmalloc/chromium/src/heap-checker.cc     inuse_bytes_increase_ = static_cast<ssize_t>(leaks->total().alloc_size);
total            1762 third_party/tcmalloc/chromium/src/heap-checker.cc     inuse_allocs_increase_ = static_cast<ssize_t>(leaks->total().allocs);
total            1816 third_party/tcmalloc/chromium/src/heap-checker.cc     const HeapProfileTable::Stats& stats = heap_profile->total();
total             560 third_party/tcmalloc/chromium/src/heap-profile-table.cc                                     const Bucket& total,
total             570 third_party/tcmalloc/chromium/src/heap-profile-table.cc   int len = UnparseBucket(total, buf, 0, sizeof(buf), " heapprofile",
total             153 third_party/tcmalloc/chromium/src/heap-profile-table.h   const Stats& total() const { return total_; }
total             445 third_party/tcmalloc/chromium/src/heap-profile-table.h                            const Bucket& total,
total             475 third_party/tcmalloc/chromium/src/heap-profile-table.h   const Stats& total() const { return total_; }
total             244 third_party/tcmalloc/chromium/src/heap-profiler.cc     HeapProfileTable::Stats const stats = heap_profile->total();
total             249 third_party/tcmalloc/chromium/src/heap-profiler.cc     RAW_DCHECK(stats.Equivalent(heap_profile->total()), "");
total             334 third_party/tcmalloc/chromium/src/heap-profiler.cc     const HeapProfileTable::Stats& total = heap_profile->total();
total             335 third_party/tcmalloc/chromium/src/heap-profiler.cc     const int64 inuse_bytes = total.alloc_size - total.free_size;
total             340 third_party/tcmalloc/chromium/src/heap-profiler.cc         total.alloc_size >=
total             344 third_party/tcmalloc/chromium/src/heap-profiler.cc                total.alloc_size >> 20, inuse_bytes >> 20);
total             347 third_party/tcmalloc/chromium/src/heap-profiler.cc                total.free_size >=
total             351 third_party/tcmalloc/chromium/src/heap-profiler.cc                total.free_size >> 20, inuse_bytes >> 20);
total             370 third_party/tcmalloc/chromium/src/heap-profiler.cc       last_dump_alloc = total.alloc_size;
total             371 third_party/tcmalloc/chromium/src/heap-profiler.cc       last_dump_free = total.free_size;
total             134 third_party/tcmalloc/chromium/src/malloc_extension.cc bool MallocExtension::MallocMemoryStats(int* blocks, size_t* total,
total             137 third_party/tcmalloc/chromium/src/malloc_extension.cc   *total = 0;
total             367 third_party/tcmalloc/chromium/src/malloc_extension.cc        (int* blocks, size_t* total, int histogram[kMallocHistogramSize]),
total             368 third_party/tcmalloc/chromium/src/malloc_extension.cc        (blocks, total, histogram));
total             267 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   size_t total;
total             270 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc        ->MallocMemoryStats(&blocks, &total, histogram)  &&  total != 0) {
total             272 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc             << total << " bytes";
total              99 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c   size_t total;
total             106 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c   MallocExtension_MallocMemoryStats(&blocks, &total, hist);
total             109 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c                                           &total)) {
total             112 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c   if (total < 10) {
total             116 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c                                           &total)) {
total             354 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   size_t total = 0;
total             356 third_party/tcmalloc/chromium/src/tests/sampler_test.cc     total += sampler.PickNextSamplingPoint();
total             358 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   double empirical_mean = total / static_cast<double>(num_samples);
total             758 third_party/tcmalloc/vendor/src/debugallocation.cc   static bool MemoryStats(int* blocks, size_t* total,
total             767 third_party/tcmalloc/vendor/src/debugallocation.cc     *total = stats_total_;
total            1037 third_party/tcmalloc/vendor/src/debugallocation.cc   virtual bool MallocMemoryStats(int* blocks, size_t* total,
total            1039 third_party/tcmalloc/vendor/src/debugallocation.cc     return MallocBlock::MemoryStats(blocks, total, histogram);
total             106 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   virtual bool MallocMemoryStats(int* blocks, size_t* total,
total              64 third_party/tcmalloc/vendor/src/gperftools/malloc_extension_c.h PERFTOOLS_DLL_DECL int MallocExtension_MallocMemoryStats(int* blocks, size_t* total,
total            1592 third_party/tcmalloc/vendor/src/heap-checker.cc       const HeapProfileTable::Stats& t = heap_profile->total();
total            1761 third_party/tcmalloc/vendor/src/heap-checker.cc     inuse_bytes_increase_ = static_cast<ssize_t>(leaks->total().alloc_size);
total            1762 third_party/tcmalloc/vendor/src/heap-checker.cc     inuse_allocs_increase_ = static_cast<ssize_t>(leaks->total().allocs);
total            1816 third_party/tcmalloc/vendor/src/heap-checker.cc     const HeapProfileTable::Stats& stats = heap_profile->total();
total             504 third_party/tcmalloc/vendor/src/heap-profile-table.cc                                     const Bucket& total,
total             511 third_party/tcmalloc/vendor/src/heap-profile-table.cc     int len = UnparseBucket(total, buf, 0, sizeof(buf), " heapprofile",
total             143 third_party/tcmalloc/vendor/src/heap-profile-table.h   const Stats& total() const { return total_; }
total             336 third_party/tcmalloc/vendor/src/heap-profile-table.h                            const Bucket& total,
total             372 third_party/tcmalloc/vendor/src/heap-profile-table.h   const Stats& total() const { return total_; }
total             263 third_party/tcmalloc/vendor/src/heap-profiler.cc     const HeapProfileTable::Stats& total = heap_profile->total();
total             264 third_party/tcmalloc/vendor/src/heap-profiler.cc     const int64 inuse_bytes = total.alloc_size - total.free_size;
total             268 third_party/tcmalloc/vendor/src/heap-profiler.cc         total.alloc_size >=
total             272 third_party/tcmalloc/vendor/src/heap-profiler.cc                total.alloc_size >> 20, inuse_bytes >> 20);
total             275 third_party/tcmalloc/vendor/src/heap-profiler.cc                total.free_size >=
total             279 third_party/tcmalloc/vendor/src/heap-profiler.cc                total.free_size >> 20, inuse_bytes >> 20);
total             291 third_party/tcmalloc/vendor/src/heap-profiler.cc       last_dump_alloc = total.alloc_size;
total             292 third_party/tcmalloc/vendor/src/heap-profiler.cc       last_dump_free = total.free_size;
total             128 third_party/tcmalloc/vendor/src/malloc_extension.cc bool MallocExtension::MallocMemoryStats(int* blocks, size_t* total,
total             131 third_party/tcmalloc/vendor/src/malloc_extension.cc   *total = 0;
total             350 third_party/tcmalloc/vendor/src/malloc_extension.cc        (int* blocks, size_t* total, int histogram[kMallocHistogramSize]),
total             351 third_party/tcmalloc/vendor/src/malloc_extension.cc        (blocks, total, histogram));
total             267 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   size_t total;
total             270 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc        ->MallocMemoryStats(&blocks, &total, histogram)  &&  total != 0) {
total             272 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc             << total << " bytes";
total              99 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c   size_t total;
total             106 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c   MallocExtension_MallocMemoryStats(&blocks, &total, hist);
total             109 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c                                           &total)) {
total             112 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c   if (total < 10) {
total             116 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c                                           &total)) {
total             354 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   size_t total = 0;
total             356 third_party/tcmalloc/vendor/src/tests/sampler_test.cc     total += sampler.PickNextSamplingPoint();
total             358 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   double empirical_mean = total / static_cast<double>(num_samples);
total            1773 third_party/wtl/include/atlctrlx.h 		int total = 0;
total            1776 third_party/wtl/include/atlctrlx.h 			total = 10 * total + ((TCHAR)c - _T('0'));   // accumulate digit
total            1781 third_party/wtl/include/atlctrlx.h 		return ((TCHAR)sign != _T('-')) ? total : -total;
total            2642 third_party/wtl/include/atlmisc.h 		int total;   // current total
total            2653 third_party/wtl/include/atlmisc.h 		total = 0;
total            2657 third_party/wtl/include/atlmisc.h 			total = 10 * total + (c - '0');   // accumulate digit
total            2662 third_party/wtl/include/atlmisc.h 			return -total;
total            2664 third_party/wtl/include/atlmisc.h 			return total;   // return result, negated if necessary
total             110 third_party/zlib/inflate.c     strm->total_in = strm->total_out = state->total = 0;
total            1164 third_party/zlib/inflate.c                 state->total += out;
total            1186 third_party/zlib/inflate.c                 if (hold != (state->total & 0xffffffffUL)) {
total            1226 third_party/zlib/inflate.c     state->total += out;
total              89 third_party/zlib/inflate.h     unsigned long total;        /* protected copy of output count */
total             306 ui/events/gesture_detection/scale_gesture_detector.cc   float total = 0;
total             321 ui/events/gesture_detection/scale_gesture_detector.cc       total += major;
total             347 ui/events/gesture_detection/scale_gesture_detector.cc   const float avg = total / sample_count;
total              34 ui/gfx/transform_util.cc   double total = 0.0;
total              36 ui/gfx/transform_util.cc     total += a[i] * b[i];
total              37 ui/gfx/transform_util.cc   return SkDoubleToMScalar(total);
total              37 ui/views/layout/box_layout.cc     int total = 0;
total              44 ui/views/layout/box_layout.cc         total += child->GetPreferredSize().width() + between_child_spacing_;
total              46 ui/views/layout/box_layout.cc         total += child->GetHeightForWidth(child_area.width()) +
total              53 ui/views/layout/box_layout.cc       total -= between_child_spacing_;
total              55 ui/views/layout/box_layout.cc         padding = (child_area.width() - total) / visible;
total              57 ui/views/layout/box_layout.cc         padding = (child_area.height() - total) / visible;