used               30 chrome/app/chrome_exe_main_mac.cc __attribute__((used))
used              254 chrome/browser/drive/fake_drive_service.cc void FakeDriveService::SetQuotaValue(int64 used, int64 total) {
used              257 chrome/browser/drive/fake_drive_service.cc   about_resource_->set_quota_bytes_used(used);
used               61 chrome/browser/drive/fake_drive_service.h   void SetQuotaValue(int64 used, int64 total);
used              414 chrome/browser/prerender/prerender_contents.cc   bool used = final_status() == FINAL_STATUS_USED ||
used              416 chrome/browser/prerender/prerender_contents.cc   prerender_manager_->RecordNetworkBytes(used, network_bytes_);
used              441 chrome/browser/prerender/prerender_histograms.cc void PrerenderHistograms::RecordNetworkBytes(bool used,
used              448 chrome/browser/prerender/prerender_histograms.cc   if (used) {
used              126 chrome/browser/prerender/prerender_histograms.h   void RecordNetworkBytes(bool used,
used             1815 chrome/browser/prerender/prerender_manager.cc void PrerenderManager::RecordNetworkBytes(bool used, int64 prerender_bytes) {
used             1822 chrome/browser/prerender/prerender_manager.cc   histograms_->RecordNetworkBytes(used, prerender_bytes, recent_profile_bytes);
used              357 chrome/browser/prerender/prerender_manager.h   void RecordNetworkBytes(bool used, int64 prerender_bytes);
used              351 components/nacl/loader/nacl_helper_linux.cc __attribute__((used))
used              117 content/plugin/plugin_carbon_interpose_mac.cc __attribute__((used)) static const interpose_substitution substitutions[]
used              290 courgette/assembly_program.cc   int used = 0;
used              298 courgette/assembly_program.cc       ++used;
used              302 courgette/assembly_program.cc   VLOG(1) << used << " of " << labels->size() << " labels pre-assigned";
used              472 crypto/openpgp_symmetric_encryption.cc     unsigned used = AES_BLOCK_SIZE;
used              475 crypto/openpgp_symmetric_encryption.cc       if (used == AES_BLOCK_SIZE) {
used              478 crypto/openpgp_symmetric_encryption.cc         used = 0;
used              482 crypto/openpgp_symmetric_encryption.cc       out[i] = t ^ mask[used];
used              483 crypto/openpgp_symmetric_encryption.cc       mask[used] = t;
used              484 crypto/openpgp_symmetric_encryption.cc       used++;
used              104 extensions/browser/api/storage/settings_storage_quota_enforcer.cc   size_t used = 0;
used              107 extensions/browser/api/storage/settings_storage_quota_enforcer.cc     used += GetBytesInUse(*it);
used              109 extensions/browser/api/storage/settings_storage_quota_enforcer.cc   return used;
used              331 media/audio/win/waveout_output_win.cc   uint32 used = frames_filled * audio_bus_->channels() *
used              334 media/audio/win/waveout_output_win.cc   if (used <= buffer_size_) {
used              341 media/audio/win/waveout_output_win.cc     buffer->dwBufferLength = used * format_.Format.nChannels / channels_;
used               74 native_client_sdk/src/libraries/third_party/pthreads-win32/autostatic.c __attribute__((section(".ctors"), used)) static int (*gcc_ctor)(void) = on_process_init;
used               75 native_client_sdk/src/libraries/third_party/pthreads-win32/autostatic.c __attribute__((section(".dtors"), used)) static int (*gcc_dtor)(void) = on_process_exit;
used              121 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h     __attribute__((unused, used))
used              165 net/disk_cache/blockfile/block_bitmaps_v3.cc     int used = capacity - bitmaps_[index].EmptyBlocks();
used              166 net/disk_cache/blockfile/block_bitmaps_v3.cc     DCHECK_GE(used, 0);
used              169 net/disk_cache/blockfile/block_bitmaps_v3.cc     *used_count += used;
used              708 net/disk_cache/blockfile/block_files.cc     int used = header->max_entries;
used              710 net/disk_cache/blockfile/block_files.cc       used -= header->empty[i] * (i + 1);
used              711 net/disk_cache/blockfile/block_files.cc       DCHECK_GE(used, 0);
used              713 net/disk_cache/blockfile/block_files.cc     *used_count += used;
used              287 net/disk_cache/blockfile/block_files_unittest.cc   int used, load;
used              289 net/disk_cache/blockfile/block_files_unittest.cc   files.GetFileStats(0, &used, &load);
used              290 net/disk_cache/blockfile/block_files_unittest.cc   EXPECT_EQ(101, used);
used              293 net/disk_cache/blockfile/block_files_unittest.cc   files.GetFileStats(1, &used, &load);
used              294 net/disk_cache/blockfile/block_files_unittest.cc   EXPECT_EQ(203, used);
used              297 net/disk_cache/blockfile/block_files_unittest.cc   files.GetFileStats(2, &used, &load);
used              298 net/disk_cache/blockfile/block_files_unittest.cc   EXPECT_EQ(0, used);
used              548 net/disk_cache/blockfile/eviction.cc   Time used = Time::FromInternalValue(node->Data()->last_used);
used              550 net/disk_cache/blockfile/eviction.cc   return (Time::Now() - used).InHours() > kTargetTime * multiplier;
used              459 net/disk_cache/blockfile/eviction_v3.cc   Time used = Time::FromInternalValue(node->Data()->last_used);
used              461 net/disk_cache/blockfile/eviction_v3.cc   return (Time::Now() - used).InHours() > kTargetTime * multiplier;
used              950 net/ocsp/nss_ocsp.cc   bool used = g_ocsp_io_loop.Get().used();
used              953 net/ocsp/nss_ocsp.cc   DCHECK(!used);
used              104 sandbox/win/src/policy_low_level.cc       size_t used = avail_size - data_size;
used              105 sandbox/win/src/policy_low_level.cc       buffer_end -= used;
used              106 sandbox/win/src/policy_low_level.cc       avail_size -= used;
used              109 sandbox/win/src/service_resolver_unittest.cc   size_t used;
used              115 sandbox/win/src/service_resolver_unittest.cc                                  &used);
used              117 sandbox/win/src/service_resolver_unittest.cc     EXPECT_EQ(thunk_size, used);
used              125 sandbox/win/src/service_resolver_unittest.cc                             thunk.get(), thunk_size, &used);
used              248 sandbox/win/src/service_resolver_unittest.cc   size_t used;
used              255 sandbox/win/src/service_resolver_unittest.cc                         &used);
used              262 sandbox/win/src/service_resolver_unittest.cc                         &used);
used               30 sandbox/win/wow_helper/wow_helper.cc   size_t used = resolver.GetThunkSize();
used               31 sandbox/win/wow_helper/wow_helper.cc   char* code = reinterpret_cast<char*>(thunk) + used;
used               40 sandbox/win/wow_helper/wow_helper.cc   if (size + used > thunk_bytes)
used              101 third_party/expat/files/lib/xmlparse.c   size_t used;
used             6005 third_party/expat/files/lib/xmlparse.c     if (table->used >> (table->power - 1)) {
used             6044 third_party/expat/files/lib/xmlparse.c   (table->used)++;
used             6056 third_party/expat/files/lib/xmlparse.c   table->used = 0;
used             6073 third_party/expat/files/lib/xmlparse.c   p->used = 0;
used              148 third_party/libevent/buffer.c 		size_t used = buf->misalign + buf->off;
used              150 third_party/libevent/buffer.c 		assert(buf->totallen >= used);
used              151 third_party/libevent/buffer.c 		space = buf->totallen - used;
used              451 third_party/libusb/src/libusb/os/windows_usb.c 	unsigned long used;
used              514 third_party/libusb/src/libusb/os/windows_usb.c 		if (htab_table[i].used) {
used              555 third_party/libusb/src/libusb/os/windows_usb.c 	if (htab_table[idx].used) {
used              556 third_party/libusb/src/libusb/os/windows_usb.c 		if ( (htab_table[idx].used == hval)
used              580 third_party/libusb/src/libusb/os/windows_usb.c 			if ( (htab_table[idx].used == hval)
used              585 third_party/libusb/src/libusb/os/windows_usb.c 		while (htab_table[idx].used);
used              603 third_party/libusb/src/libusb/os/windows_usb.c 	htab_table[idx].used = hval;
used              281 third_party/libxml/src/parserInternals.c     int used;
used              296 third_party/libxml/src/parserInternals.c     used = in->cur - in->buf->buffer->content;
used              297 third_party/libxml/src/parserInternals.c     ret = xmlBufferShrink(in->buf->buffer, used);
used              386 third_party/libxml/src/parserInternals.c     int used;
used              401 third_party/libxml/src/parserInternals.c     used = in->cur - in->buf->buffer->content;
used              406 third_party/libxml/src/parserInternals.c     if (used > INPUT_CHUNK) {
used              407 third_party/libxml/src/parserInternals.c 	ret = xmlBufferShrink(in->buf->buffer, used - LINE_LEN);
used              469 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   int used = 0;
used              473 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     if (dest_len - used < 2)   // Need space for two letter escape
used              478 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       case '\n': dest[used++] = '\\'; dest[used++] = 'n';  break;
used              479 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       case '\r': dest[used++] = '\\'; dest[used++] = 'r';  break;
used              480 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       case '\t': dest[used++] = '\\'; dest[used++] = 't';  break;
used              481 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       case '\"': dest[used++] = '\\'; dest[used++] = '\"'; break;
used              482 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       case '\'': dest[used++] = '\\'; dest[used++] = '\''; break;
used              483 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       case '\\': dest[used++] = '\\'; dest[used++] = '\\'; break;
used              491 third_party/protobuf/src/google/protobuf/stubs/strutil.cc           if (dest_len - used < 4) // need space for 4 letter escape
used              493 third_party/protobuf/src/google/protobuf/stubs/strutil.cc           sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"),
used              496 third_party/protobuf/src/google/protobuf/stubs/strutil.cc           used += 4;
used              498 third_party/protobuf/src/google/protobuf/stubs/strutil.cc           dest[used++] = *src; break;
used              504 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (dest_len - used < 1)   // make sure that there is room for \0
used              507 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   dest[used] = '\0';   // doesn't count towards return value though
used              508 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return used;
used               38 third_party/qcms/src/iccread.c not used yet
used               20 third_party/re2/util/strutil.cc   int used = 0;
used               23 third_party/re2/util/strutil.cc     if (dest_len - used < 2)   // Need space for two letter escape
used               28 third_party/re2/util/strutil.cc       case '\n': dest[used++] = '\\'; dest[used++] = 'n';  break;
used               29 third_party/re2/util/strutil.cc       case '\r': dest[used++] = '\\'; dest[used++] = 'r';  break;
used               30 third_party/re2/util/strutil.cc       case '\t': dest[used++] = '\\'; dest[used++] = 't';  break;
used               31 third_party/re2/util/strutil.cc       case '\"': dest[used++] = '\\'; dest[used++] = '\"'; break;
used               32 third_party/re2/util/strutil.cc       case '\'': dest[used++] = '\\'; dest[used++] = '\''; break;
used               33 third_party/re2/util/strutil.cc       case '\\': dest[used++] = '\\'; dest[used++] = '\\'; break;
used               39 third_party/re2/util/strutil.cc           if (dest_len - used < 4) // need space for 4 letter escape
used               41 third_party/re2/util/strutil.cc           sprintf(dest + used, "\\%03o", c);
used               42 third_party/re2/util/strutil.cc           used += 4;
used               44 third_party/re2/util/strutil.cc           dest[used++] = c; break;
used               49 third_party/re2/util/strutil.cc   if (dest_len - used < 1)   // make sure that there is room for \0
used               52 third_party/re2/util/strutil.cc   dest[used] = '\0';   // doesn't count towards return value though
used               53 third_party/re2/util/strutil.cc   return used;
used             17801 third_party/sqlite/amalgamation/sqlite3.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
used             17822 third_party/sqlite/amalgamation/sqlite3.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
used             97855 third_party/sqlite/amalgamation/sqlite3.c   Bitmask used;      /* Bitmask of cursors used by this plan */
used             99308 third_party/sqlite/amalgamation/sqlite3.c       Bitmask used = 0;
used             99331 third_party/sqlite/amalgamation/sqlite3.c         used |= sTermCost.used;
used             99349 third_party/sqlite/amalgamation/sqlite3.c         pCost->used = used;
used             99436 third_party/sqlite/amalgamation/sqlite3.c       pCost->used = pTerm->prereqRight;
used             99868 third_party/sqlite/amalgamation/sqlite3.c       pCost->used |= pWC->a[pIdxCons[i].iTermOffset].prereqRight;
used             100415 third_party/sqlite/amalgamation/sqlite3.c     Bitmask used = 0;
used             100516 third_party/sqlite/amalgamation/sqlite3.c       used |= pTerm->prereqRight;
used             100529 third_party/sqlite/amalgamation/sqlite3.c           used |= pTop->prereqRight;
used             100534 third_party/sqlite/amalgamation/sqlite3.c           used |= pBtm->prereqRight;
used             100744 third_party/sqlite/amalgamation/sqlite3.c       notReady, log10N, nRow, cost, used
used             100754 third_party/sqlite/amalgamation/sqlite3.c       pCost->used = used;
used             102261 third_party/sqlite/amalgamation/sqlite3.c         assert( isOptimal || (sCost.used&notReady)==0 );
used             102293 third_party/sqlite/amalgamation/sqlite3.c         if( (sCost.used&notReady)==0                       /* (1) */
used               96 third_party/sqlite/src/src/malloc.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
used              117 third_party/sqlite/src/src/malloc.c   void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
used              201 third_party/sqlite/src/src/where.c   Bitmask used;      /* Bitmask of cursors used by this plan */
used             1654 third_party/sqlite/src/src/where.c       Bitmask used = 0;
used             1677 third_party/sqlite/src/src/where.c         used |= sTermCost.used;
used             1695 third_party/sqlite/src/src/where.c         pCost->used = used;
used             1782 third_party/sqlite/src/src/where.c       pCost->used = pTerm->prereqRight;
used             2214 third_party/sqlite/src/src/where.c       pCost->used |= pWC->a[pIdxCons[i].iTermOffset].prereqRight;
used             2761 third_party/sqlite/src/src/where.c     Bitmask used = 0;
used             2862 third_party/sqlite/src/src/where.c       used |= pTerm->prereqRight;
used             2875 third_party/sqlite/src/src/where.c           used |= pTop->prereqRight;
used             2880 third_party/sqlite/src/src/where.c           used |= pBtm->prereqRight;
used             3090 third_party/sqlite/src/src/where.c       notReady, log10N, nRow, cost, used
used             3100 third_party/sqlite/src/src/where.c       pCost->used = used;
used             4607 third_party/sqlite/src/src/where.c         assert( isOptimal || (sCost.used&notReady)==0 );
used             4639 third_party/sqlite/src/src/where.c         if( (sCost.used&notReady)==0                       /* (1) */
used             3258 third_party/sqlite/src/tool/lemon.c   static int used = 0;
used             3262 third_party/sqlite/src/tool/lemon.c     used = 0;
used             3267 third_party/sqlite/src/tool/lemon.c       used += n;
used             3268 third_party/sqlite/src/tool/lemon.c       assert( used>=0 );
used             3272 third_party/sqlite/src/tool/lemon.c   if( (int) (n+sizeof(zInt)*2+used) >= alloced ){
used             3273 third_party/sqlite/src/tool/lemon.c     alloced = n + sizeof(zInt)*2 + used + 200;
used             3282 third_party/sqlite/src/tool/lemon.c       strcpy(&z[used], zInt);
used             3283 third_party/sqlite/src/tool/lemon.c       used += lemonStrlen(&z[used]);
used             3287 third_party/sqlite/src/tool/lemon.c       z[used++] = c;
used             3290 third_party/sqlite/src/tool/lemon.c   z[used] = 0;
used             3303 third_party/sqlite/src/tool/lemon.c   char used[MAXRHS];   /* True for each RHS element which is used */
used             3305 third_party/sqlite/src/tool/lemon.c   for(i=0; i<rp->nrhs; i++) used[i] = 0;
used             3345 third_party/sqlite/src/tool/lemon.c             used[i] = 1;
used             3366 third_party/sqlite/src/tool/lemon.c     if( rp->rhsalias[i] && !used[i] ){
used               47 third_party/zlib/inftrees.c     unsigned used;              /* code entries in table used */
used              207 third_party/zlib/inftrees.c     used = 1U << root;          /* use root table entries */
used              208 third_party/zlib/inftrees.c     mask = used - 1;            /* mask for comparing low */
used              211 third_party/zlib/inftrees.c     if ((type == LENS && used >= ENOUGH_LENS) ||
used              212 third_party/zlib/inftrees.c         (type == DISTS && used >= ENOUGH_DISTS))
used              279 third_party/zlib/inftrees.c             used += 1U << curr;
used              280 third_party/zlib/inftrees.c             if ((type == LENS && used >= ENOUGH_LENS) ||
used              281 third_party/zlib/inftrees.c                 (type == DISTS && used >= ENOUGH_DISTS))
used              327 third_party/zlib/inftrees.c     *table += used;
used               61 tools/gn/scope.cc       found->second.used = true;
used               79 tools/gn/scope.cc       found->second.used = true;
used              146 tools/gn/scope.cc   found->second.used = true;
used              155 tools/gn/scope.cc   found->second.used = false;
used              161 tools/gn/scope.cc     if (!found->second.used) {
used              171 tools/gn/scope.cc     if (!i->second.used) {
used              244 tools/gn/scope.h     Record() : used(false) {}
used              245 tools/gn/scope.h     Record(const Value& v) : used(false), value(v) {}
used              247 tools/gn/scope.h     bool used;  // Set to true when the variable is used.
used              116 tools/xdisplaycheck/xdisplaycheck.cc __attribute__((used))