| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | units.cpp | 46 _count(0) in bytes() 55 _count(count_) in bytes() 115 if (_count >= TB) { in format() 116 return F("%.2sT") % (static_cast< float >(_count) / TB); in format() 117 } else if (_count >= GB) { in format() 118 return F("%.2sG") % (static_cast< float >(_count) / GB); in format() 119 } else if (_count >= MB) { in format() 120 return F("%.2sM") % (static_cast< float >(_count) / MB); in format() 121 } else if (_count >= KB) { in format() 122 return F("%.2sK") % (static_cast< float >(_count) / KB); in format() [all …]
|
| H A D | units.hpp | 74 uint64_t _count; member in utils::units::bytes
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | lvmdiskscan.c | 55 static void _count(struct device *dev, int *disks, int *parts) in _count() function 88 _count(dev, &disks_found, &parts_found); in _check_device() 130 _count(dev, &pv_disks_found, &pv_parts_found); in lvmdiskscan()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf.h | 235 size_t elf32_fsize(Elf_Type _type, size_t _count, 241 Elf32_Phdr *elf32_newphdr(Elf *_elf, size_t _count); 248 size_t elf64_fsize(Elf_Type _type, size_t _count, 254 Elf64_Phdr *elf64_newphdr(Elf *_elf, size_t _count);
|
| H A D | gelf.h | 76 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
|
| H A D | _libelf.h | 228 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
|
| /netbsd-src/external/apache2/llvm/dist/clang/cmake/modules/ |
| H A D | CMakeLists.txt | 37 string(REGEX REPLACE "/" ";" _count "${CLANG_INSTALL_PACKAGE_DIR}") 38 foreach(p ${_count})
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | semaphore.d | 87 shared uint _count; in version() member 115 shared uint _count; in version() member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
| H A D | md.d | 101 ulong _count; //number of bits, modulo 2^64 member 309 index = (cast(uint)_count >> 3) & (64 - 1); in put() 312 _count += inputLen * 8; in put() 373 bits[0 .. 8] = nativeToLittleEndian(_count)[]; in finish() 376 index = (cast(uint)_count >> 3) & (64 - 1); in finish()
|
| H A D | ripemd.d | 105 ulong _count; //number of bits, modulo 2^64 member 465 index = (cast(uint)_count >> 3) & (64 - 1); in put() 468 _count += inputLen * 8; in put() 539 bits[0 .. 8] = nativeToLittleEndian(_count)[]; in finish() 542 index = (cast(uint)_count >> 3) & (64 - 1); in finish()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
| H A D | md.d | 94 ulong _count; //number of bits, modulo 2^64 member 302 index = (cast(uint)_count >> 3) & (64 - 1); in put() 305 _count += inputLen * 8; in put() 366 bits[0 .. 8] = nativeToLittleEndian(_count)[]; in finish() 369 index = (cast(uint)_count >> 3) & (64 - 1); in finish()
|
| H A D | ripemd.d | 98 ulong _count; //number of bits, modulo 2^64 member 458 index = (cast(uint)_count >> 3) & (64 - 1); in put() 461 _count += inputLen * 8; in put() 532 bits[0 .. 8] = nativeToLittleEndian(_count)[]; in finish() 535 index = (cast(uint)_count >> 3) & (64 - 1); in finish()
|
| /netbsd-src/external/bsd/elftoolchain/dist/common/ |
| H A D | uthash.h | 524 unsigned _count = 0; \ 539 _count += _bkt_count; \ 545 if (_count != (head)->hh.tbl->num_items) { \ 547 (where), (head)->hh.tbl->num_items, _count); \ 549 _count = 0; \ 553 _count++; \ 561 if (_count != (head)->hh.tbl->num_items) { \ 563 (where), (head)->hh.tbl->num_items, _count); \
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/config/rtems/ |
| H A D | sem.h | 52 return (int) __atomic_load_n (&sem->_count, MEMMODEL_RELAXED); in gomp_sem_getcount()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | atomic.c | 60 __c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE); in unlock() 67 while (!__c11_atomic_compare_exchange_weak((_Atomic(uint32_t)*)&l->_count, &old, in lock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | CMakeLists.txt | 107 string(REGEX REPLACE "/" ";" _count "${LLVM_INSTALL_PACKAGE_DIR}") 108 foreach(p ${_count})
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | file.h | 361 uint32_t _count; /* repeat/line count */ member 366 #define str_range _u._s._count
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | acl.h | 406 acl_t acl_init(int _count);
|
| /netbsd-src/sys/ddb/ |
| H A D | TODO | 52 12. "continue" should honor _count as a number of breakpoints to ignore,
|
| /netbsd-src/sys/sys/ |
| H A D | acl.h | 417 acl_t acl_init(int _count);
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
| H A D | GMP.xs | 204 assert_support (type##_count++); \ 280 assert_support (type##_count--); \ 282 assert (type##_count >= 0); \ 291 assert_support (type##_count--); \ 293 assert (type##_count >= 0); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | typecons.d | 5361 size_t _count; 5377 _store._count = 1; 5418 _store._count = 1; 5438 return isInitialized ? _store._count : 0; 5483 ++_refCounted._store._count; 5495 assert(_refCounted._store._count > 0); 5496 if (--_refCounted._store._count) 5611 assert(rc1._refCounted._store._count == 1); 5613 assert(rc1._refCounted._store._count == 2); 5618 assert(rc2._refCounted._store._count == 2); [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES | 120 smtpd_client_*_rate and smtpd_client_*_count statistics by network
|
| /netbsd-src/external/ibm-public/postfix/dist/README_FILES/ |
| H A D | RELEASE_NOTES | 120 smtpd_client_*_rate and smtpd_client_*_count statistics by network
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | typecons.d | 6655 size_t _count; 6667 _store._count = 1; 6676 _store._count = 1; 6722 return isInitialized ? _store._count : 0; 6782 ++_refCounted._store._count; 6794 assert(_refCounted._store._count > 0); 6795 if (--_refCounted._store._count) 6922 assert(rc1._refCounted._store._count == 1); 6924 assert(rc1._refCounted._store._count == 2); 6929 assert(rc2._refCounted._store._count == 2); [all …]
|