HomeSort by: relevance | last modified time | path
    Searched refs:_count (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/bsd/kyua-cli/dist/utils/
units.cpp 46 _count(0)
55 _count(count_)
115 if (_count >= TB) {
116 return F("%.2sT") % (static_cast< float >(_count) / TB);
117 } else if (_count >= GB) {
118 return F("%.2sG") % (static_cast< float >(_count) / GB);
119 } else if (_count >= MB) {
120 return F("%.2sM") % (static_cast< float >(_count) / MB);
121 } else if (_count >= KB) {
122 return F("%.2sK") % (static_cast< float >(_count) / KB)
    [all...]
units.hpp 74 uint64_t _count; member in class:utils::units::bytes
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
sem.h 52 return (int) __atomic_load_n (&sem->_count, MEMMODEL_RELAXED);
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
sem.h 52 return (int) __atomic_load_n (&sem->_count, MEMMODEL_RELAXED);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
tui-window-disabled.py 35 self._count = 0
76 self._count += 1
80 self._win.title = "This Is The Event Window (" + str(self._count) + ")"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
tui-window-disabled.py 35 self._count = 0
76 self._count += 1
80 self._win.title = "This Is The Event Window (" + str(self._count) + ")"
  /src/external/gpl2/lvm2/dist/tools/
lvmdiskscan.c 55 static void _count(struct device *dev, int *disks, int *parts) function
88 _count(dev, &disks_found, &parts_found);
130 _count(dev, &pv_disks_found, &pv_parts_found);
  /src/external/bsd/elftoolchain/dist/libelf/
libelf.h 237 size_t elf32_fsize(Elf_Type _type, size_t _count,
243 Elf32_Phdr *elf32_newphdr(Elf *_elf, size_t _count);
250 size_t elf64_fsize(Elf_Type _type, size_t _count,
256 Elf64_Phdr *elf64_newphdr(Elf *_elf, size_t _count);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
semaphore.d 87 shared uint _count;
115 shared uint _count;
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_rwlock.c 112 void *thr_reader(void *_count)
114 unsigned long long *count = _count;
157 void *thr_writer(void *_count)
159 unsigned long long *count = _count;
test_urcu.c 103 void *thr_reader(void *_count)
105 unsigned long long *count = _count;
147 void *thr_writer(void *_count)
149 unsigned long long *count = _count;
test_urcu_assign.c 163 void *thr_reader(void *_count)
165 unsigned long long *count = _count;
201 void *thr_writer(void *_count)
203 unsigned long long *count = _count;
test_urcu_bp.c 103 void *thr_reader(void *_count)
105 unsigned long long *count = _count;
143 void *thr_writer(void *_count)
145 unsigned long long *count = _count;
test_urcu_hash.h 352 void *test_hash_rw_thr_reader(void *_count);
353 void *test_hash_rw_thr_writer(void *_count);
359 void *test_hash_unique_thr_reader(void *_count);
360 void *test_hash_unique_thr_writer(void *_count);
test_urcu_hash_rw.c 47 void *test_hash_rw_thr_reader(void *_count)
49 unsigned long long *count = _count;
103 void *test_hash_rw_thr_writer(void *_count)
107 struct wr_count *count = _count;
test_urcu_hash_unique.c 47 void *test_hash_unique_thr_reader(void *_count)
49 unsigned long long *count = _count;
104 void *test_hash_unique_thr_writer(void *_count)
109 struct wr_count *count = _count;
test_urcu_lfq.c 122 void *thr_enqueuer(void *_count)
124 unsigned long long *count = _count;
175 void *thr_dequeuer(void *_count)
177 unsigned long long *count = _count;
test_urcu_lfs_rcu.c 126 void *thr_enqueuer(void *_count)
128 unsigned long long *count = _count;
178 void *thr_dequeuer(void *_count)
180 unsigned long long *count = _count;
test_urcu_qsbr.c 102 void *thr_reader(void *_count)
104 unsigned long long *count = _count;
153 void *thr_writer(void *_count)
155 unsigned long long *count = _count;
test_urcu_wfq.c 121 void *thr_enqueuer(void *_count)
123 unsigned long long *count = _count;
160 void *thr_dequeuer(void *_count)
162 unsigned long long *count = _count;
test_urcu_lfs.c 135 static void *thr_enqueuer(void *_count)
137 unsigned long long *count = _count;
233 static void *thr_dequeuer(void *_count)
235 unsigned long long *count = _count;
test_urcu_wfcq.c 134 static void *thr_enqueuer(void *_count)
136 unsigned long long *count = _count;
242 static void *thr_dequeuer(void *_count)
244 unsigned long long *count = _count;
test_urcu_wfs.c 136 static void *thr_enqueuer(void *_count)
138 unsigned long long *count = _count;
226 static void *thr_dequeuer(void *_count)
228 unsigned long long *count = _count;
test_urcu_defer.c 111 void *thr_reader(void *_count)
113 unsigned long long *count = _count;
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 412 self._count = 0
422 count = self._count
423 self._count = self._count + 1
479 self._count = 0
489 count = self._count
490 self._count = self._count + 1
536 self._count = 0
542 count = self._count
    [all...]

Completed in 42 milliseconds

1 2