Searched refs:_count (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/usr.bin/csup/
H A Dcpasswd.sh14 _count="`echo "$1" | sed -e "s/[^$2]//g" | tr -d "\n" | wc -c`"
25 if [ $_count != 0 ]; then
60 aCount=$_count
63 dotCount=$_count
71 colonCount=$_count
83 aCount=$_count
86 dotCount=$_count
94 colonCount=$_count
/freebsd-10.2-release/contrib/bmake/
H A Dbuf.h98 int _count = ++(bp)->count; \
100 if (__predict_false(_count >= (bp)->size)) \
102 _ptr = (bp)->buffer + _count; \
/freebsd-10.2-release/sys/sys/
H A D_umtx.h64 volatile __uint32_t _count; member in struct:_usem
H A Dlinker.h152 void *_start, void *_stop, int *_count);
H A Dacl.h393 acl_t acl_init(int _count);
/freebsd-10.2-release/sys/dev/scd/
H A Dscdvar.h60 #define SCD_READ_MULTI(_sc, _reg, _addr, _count) \
61 bus_space_read_multi_1(_sc->port_bst, _sc->port_bsh, _reg, _addr, _count)
/freebsd-10.2-release/lib/libc/gen/
H A Dsem_new.c133 sem->_kern._count = (u_int32_t)value;
216 tmp._kern._count = value;
335 *sval = (int)sem->_kern._count;
373 while ((val = sem->_kern._count) > 0) {
374 if (atomic_cmpset_acq_int(&sem->_kern._count, val, val - 1))
393 while ((val = sem->_kern._count) > 0) {
394 if (atomic_cmpset_acq_int(&sem->_kern._count, val, val - 1))
441 count = sem->_kern._count;
446 } while(!atomic_cmpset_rel_int(&sem->_kern._count, count, count+1));
/freebsd-10.2-release/lib/libelf/
H A Dlibelf.h220 size_t elf32_fsize(Elf_Type _type, size_t _count,
226 Elf32_Phdr *elf32_newphdr(Elf *_elf, size_t _count);
233 size_t elf64_fsize(Elf_Type _type, size_t _count,
239 Elf64_Phdr *elf64_newphdr(Elf *_elf, size_t _count);
H A D_libelf.h186 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
H A Dgelf.h77 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
/freebsd-10.2-release/contrib/libucl/uthash/
H A Duthash.h282 unsigned _count, _bkt_count; \
286 _count = 0; \
300 _count += _bkt_count; \
306 if (_count != (head)->hh.tbl->num_items) { \
308 (head)->hh.tbl->num_items, _count ); \
311 _count = 0; \
315 _count++; \
324 if (_count != (head)->hh.tbl->num_items) { \
326 (head)->hh.tbl->num_items, _count ); \
/freebsd-10.2-release/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h297 #define BITM(_count) ((1 << _count) - 1)
298 #define BITS(_shift, _count) (BITM(_count) << _shift)
/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Datomic.c58 __c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE);
65 while (!__c11_atomic_compare_exchange_weak((_Atomic(uint32_t)*)&l->_count, &old,
/freebsd-10.2-release/contrib/file/src/
H A Dfile.h296 uint32_t _count; /* repeat/line count */ member in struct:magic::__anon972::__anon973
301 #define str_range _u._s._count
/freebsd-10.2-release/tools/test/netfibs/
H A Dforwarding.sh597 local _n _reply _line _edge _type _fib _count _rc _ec _status
627 while read _fib _count; do
630 if test ${_count} -gt 0; then
642 ${_count} ${_rc} ${_em}
/freebsd-10.2-release/sys/kern/
H A Dkern_umtx.c3304 rv = fueword32(&sem->_count, &count);

Completed in 225 milliseconds