| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslcompiler.l | 187 count (int type); 217 [ ] { count (0); } 220 [ \t] { count (0); } 228 ";" { count (0); return(';'); } 274 "{" { count (0); return ('{'); } 275 "}" { count (0); return ('}'); } 276 "," { count (0); return (','); } 816 count (0); 832 count (0); 851 count (0); [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | refcount.h | 66 atomic_store_int(count, value); in refcount_init() 70 refcount_load(volatile u_int *count) in refcount_load() argument 72 return (atomic_load_int(count)); in refcount_load() 80 old = atomic_fetchadd_int(count, 1); in refcount_acquire() 82 _refcount_update_saturated(count); in refcount_acquire() 94 old = atomic_fetchadd_int(count, n); in refcount_acquiren() 96 _refcount_update_saturated(count); in refcount_acquiren() 106 old = atomic_load_int(count); in refcount_acquire_checked() 125 old = atomic_load_int(count); in refcount_acquire_if_gt() 154 _refcount_update_saturated(count); in refcount_releasen() [all …]
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_08.XP.out | 6 <count>1412</count> 10 <count>85</count> 14 <count>0</count> 18 <count>4123</count> 22 <count>17</count> 30 <count>1412</count> 34 <count>85</count> 38 <count>0</count> 46 <count>17</count> 58 <count>85</count> [all …]
|
| H A D | test_08.X.out | 1 …count>1412</count></item><item><name key="key">rope</name><count>85</count></item><item><name key=…
|
| H A D | test_08.J.out | 1 …count":1412}, {"name":"rope","count":85}, {"name":"ladder","count":0}, {"name":"bolt","count":4123…
|
| H A D | test_08.JP.out | 8 "count": 1412 12 "count": 85 16 "count": 0 20 "count": 4123 24 "count": 17 34 "count": 1412 38 "count": 85 42 "count": 0 50 "count": 17 64 "count": 85 [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | dpaa_alloc.c | 18 void bman_release_bpid_range(u32 bpid, u32 count) in bman_release_bpid_range() argument 20 process_release(dpaa_id_bpid, bpid, count); in bman_release_bpid_range() 23 int bman_reserve_bpid_range(u32 bpid, u32 count) in bman_reserve_bpid_range() argument 25 return process_reserve(dpaa_id_bpid, bpid, count); in bman_reserve_bpid_range() 33 void qman_release_fqid_range(u32 fqid, u32 count) in qman_release_fqid_range() argument 35 process_release(dpaa_id_fqid, fqid, count); in qman_release_fqid_range() 40 return process_reserve(dpaa_id_fqid, fqid, count); in qman_reserve_fqid_range() 48 void qman_release_pool_range(u32 pool, u32 count) in qman_release_pool_range() argument 50 process_release(dpaa_id_qpool, pool, count); in qman_release_pool_range() 53 int qman_reserve_pool_range(u32 pool, u32 count) in qman_reserve_pool_range() argument [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | log.c | 13 int count = 0; in expect_no_logging() local 17 count++; in expect_no_logging() 21 count++; in expect_no_logging() 25 count++; in expect_no_logging() 50 int count; in TEST_BEGIN() local 52 count = 0; in TEST_BEGIN() 56 count++; in TEST_BEGIN() 61 count = 0; in TEST_BEGIN() 65 count++; in TEST_BEGIN() 70 count = 0; in TEST_BEGIN() [all …]
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus.h | 819 for (; count != 0; count--, addr++) in bus_space_set_region_1() 822 for (; count != 0; count--, addr++) in bus_space_set_region_1() 833 for (; count != 0; count--, addr += 2) in bus_space_set_region_2() 836 for (; count != 0; count--, addr += 2) in bus_space_set_region_2() 847 for (; count != 0; count--, addr += 4) in bus_space_set_region_4() 850 for (; count != 0; count--, addr += 4) in bus_space_set_region_4() 892 for (; count != 0; count--, addr1++, addr2++) in bus_space_copy_region_1() 896 for (addr1 += (count - 1), addr2 += (count - 1); in bus_space_copy_region_1() 897 count != 0; count--, addr1--, addr2--) in bus_space_copy_region_1() 903 for (; count != 0; count--, addr1++, addr2++) in bus_space_copy_region_1() [all …]
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octopci_bus_space.c | 477 for (; count != 0; count--, addr++) in octopci_bs_sr_1() 487 for (; count != 0; count--, addr += 2) in octopci_bs_sr_2() 497 for (; count != 0; count--, addr += 4) in octopci_bs_sr_4() 515 for (; count != 0; count--, addr1++, addr2++) in octopci_bs_c_1() 519 for (addr1 += (count - 1), addr2 += (count - 1); in octopci_bs_c_1() 520 count != 0; count--, addr1--, addr2--) in octopci_bs_c_1() 535 for (; count != 0; count--, addr1 += 2, addr2 += 2) in octopci_bs_c_2() 539 for (addr1 += 2 * (count - 1), addr2 += 2 * (count - 1); in octopci_bs_c_2() 540 count != 0; count--, addr1 -= 2, addr2 -= 2) in octopci_bs_c_2() 555 for (; count != 0; count--, addr1 += 4, addr2 += 4) in octopci_bs_c_4() [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | bus_space_generic.c | 605 for (; count != 0; count--, addr++) in generic_bs_sr_1() 615 for (; count != 0; count--, addr += 2) in generic_bs_sr_2() 625 for (; count != 0; count--, addr += 4) in generic_bs_sr_4() 636 for (; count != 0; count--, addr += 8) in generic_bs_sr_8() 657 for (; count != 0; count--, addr1++, addr2++) in generic_bs_c_1() 661 for (addr1 += (count - 1), addr2 += (count - 1); in generic_bs_c_1() 662 count != 0; count--, addr1--, addr2--) in generic_bs_c_1() 677 for (; count != 0; count--, addr1 += 2, addr2 += 2) in generic_bs_c_2() 682 count != 0; count--, addr1 -= 2, addr2 -= 2) in generic_bs_c_2() 702 count != 0; count--, addr1 -= 4, addr2 -= 4) in generic_bs_c_4() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | atomicvar.h | 74 #define atomicIncr(var,count) __atomic_add_fetch(&var,(count),__ATOMIC_RELAXED) argument 75 #define atomicGetIncr(var,oldvalue_var,count) do { \ argument 78 #define atomicDecr(var,count) __atomic_sub_fetch(&var,(count),__ATOMIC_RELAXED) argument 88 #define atomicIncr(var,count) __sync_add_and_fetch(&var,(count)) argument 89 #define atomicGetIncr(var,oldvalue_var,count) do { \ argument 92 #define atomicDecr(var,count) __sync_sub_and_fetch(&var,(count)) argument 104 #define atomicIncr(var,count) do { \ argument 106 var += (count); \ 112 var += (count); \ 115 #define atomicDecr(var,count) do { \ argument [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_kvargs.c | 16 static unsigned count; variable 34 count ++; in check_handler() 65 count = 0; in test_valid_kvargs() 73 count); in test_valid_kvargs() 77 count = 0; in test_valid_kvargs() 86 count); in test_valid_kvargs() 94 count); in test_valid_kvargs() 102 count); in test_valid_kvargs() 110 count); in test_valid_kvargs() 134 count); in test_valid_kvargs() [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | bus_space_rmi_pci.c | 85 size_t count); 91 size_t count); 97 size_t count); 103 size_t count); 109 size_t count); 115 size_t count); 137 size_t count); 144 size_t count); 151 size_t count); 547 for (; count != 0; count--, addr += 2) in rmi_pci_bus_space_set_region_2() [all …]
|
| H A D | bus_space_rmi.c | 85 size_t count); 91 size_t count); 97 size_t count); 103 size_t count); 109 size_t count); 115 size_t count); 137 size_t count); 144 size_t count); 151 size_t count); 510 for (; count != 0; count--, addr += 2) in rmi_bus_space_set_region_2() [all …]
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_regs_group.h | 13 uint32_t count; member 24 for (i = 0; i < reg->count; i++) in txgbe_read_regs() 27 return reg->count; in txgbe_read_regs() 33 int count = 0; in txgbe_regs_group_count() local 36 while (regs[i].count) in txgbe_regs_group_count() 37 count += regs[i++].count; in txgbe_regs_group_count() 38 return count; in txgbe_regs_group_count() 45 int count = 0; in txgbe_read_regs_group() local 49 while (regs[i].count) in txgbe_read_regs_group() 50 count += txgbe_read_regs(hw, ®s[i++], ®_buf[count]); in txgbe_read_regs_group() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_blist.c | 180 bitrange(int n, int count) in bitrange() argument 305 bl->bl_avail -= *count; in blist_alloc() 338 bl->bl_avail += count; in blist_free() 382 blist_free(newbl, count, newbl->bl_blocks - count); in blist_resize() 697 count1 = *count - 1; in blst_leaf_alloc() 752 *count = hi - lo; in blst_leaf_alloc() 757 *count = maxcount; in blst_leaf_alloc() 935 daddr_t count) in blst_copy() argument 970 endBlk = blk + count; in blst_copy() 974 count = radix; in blst_copy() [all …]
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_at24_eeprom.c | 37 if (!count) in at24_eeprom_read() 38 return count; in at24_eeprom_read() 40 if (count > AT24C512_IO_LIMIT) in at24_eeprom_read() 43 len = count; in at24_eeprom_read() 45 while (count) { in at24_eeprom_read() 53 count -= len; in at24_eeprom_read() 67 if (!count) in at24_eeprom_write() 68 return count; in at24_eeprom_write() 73 len = count; in at24_eeprom_write() 75 while (count) { in at24_eeprom_write() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | hist.c | 29 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_count_simple() argument 37 ZSTD_memset(count, 0, (maxSymbolValue+1) * sizeof(*count)); in HIST_count_simple() 42 count[*ip++]++; in HIST_count_simple() 45 while (!count[maxSymbolValue]) maxSymbolValue--; in HIST_count_simple() 50 if (count[s] > largestCount) largestCount = count[s]; in HIST_count_simple() 74 size_t const countSize = (*maxSymbolValuePtr + 1) * sizeof(*count); in HIST_count_parallel_wksp() 84 ZSTD_memset(count, 0, countSize); in HIST_count_parallel_wksp() 140 size_t HIST_countFast_wksp(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_countFast_wksp() argument 154 size_t HIST_count_wksp(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_count_wksp() argument 168 size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_countFast() argument [all …]
|
| /f-stack/freebsd/mips/malta/ |
| H A D | gt_pci_bus_space.c | 250 while (count--) in gt_pci_bs_rm_2() 260 while (count--) in gt_pci_bs_rm_4() 275 while (count--) { in gt_pci_bs_rr_2() 287 while (count--) { in gt_pci_bs_rr_4() 323 while (count--) in gt_pci_bs_wm_2() 333 while (count--) in gt_pci_bs_wm_4() 347 while (count--) { in gt_pci_bs_wr_2() 375 while (count--) in gt_pci_bs_sm_2() 385 while (count--) in gt_pci_bs_sm_4() 399 for (; count != 0; count--, addr += 2) in gt_pci_bs_sr_2() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_file_os.c | 76 return (kernel_write(fp, buf, count, off)); in zfs_file_write_impl() 109 rc = zfs_file_write_impl(fp, buf, count, &off); in zfs_file_write() 116 *resid = count - rc; in zfs_file_write() 117 } else if (rc != count) { in zfs_file_write() 146 *resid = count - rc; in zfs_file_pwrite() 147 } else if (rc != count) { in zfs_file_pwrite() 158 return (kernel_read(fp, buf, count, off)); in zfs_file_read_impl() 197 *resid = count - rc; in zfs_file_read() 198 } else if (rc != count) { in zfs_file_read() 227 *resid = count - rc; in zfs_file_pread() [all …]
|
| /f-stack/freebsd/contrib/ck/include/spinlock/ |
| H A D | anderson.h | 49 unsigned int count; member 60 unsigned int count) in ck_spinlock_anderson_init() argument 66 for (i = 1; i < count; i++) { in ck_spinlock_anderson_init() 72 lock->count = count; in ck_spinlock_anderson_init() 73 lock->mask = count - 1; in ck_spinlock_anderson_init() 81 if (count & (count - 1)) in ck_spinlock_anderson_init() 82 lock->wrap = (UINT_MAX % count) + 1; in ck_spinlock_anderson_init() 107 unsigned int count = lock->count; in ck_spinlock_anderson_lock() local 125 position %= count; in ck_spinlock_anderson_lock() 161 position = (slot->position + 1) % lock->count; in ck_spinlock_anderson_unlock()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/ |
| H A D | random_creation.ksh | 13 count=0 16 log_fail "error creating ${i} after ${count} files" 18 count=$((count+1)) 33 count=0 36 log_fail "error creating ${i} after ${count} files" 38 count=$((count+1)) 39 [ "${count}" -eq "${RC_PASS2}" ] && break
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_stats.c | 667 xstats[*count].id = *count; in hns3_get_queue_stats() 678 xstats[*count].id = *count; in hns3_get_queue_stats() 727 int count; in hns3_dev_xstats_get() local 737 count = 0; in hns3_dev_xstats_get() 751 xstats[count].id = count; in hns3_dev_xstats_get() 759 xstats[count].id = count; in hns3_dev_xstats_get() 768 xstats[count].id = count; in hns3_dev_xstats_get() 769 count++; in hns3_dev_xstats_get() 778 xstats[count].id = count; in hns3_dev_xstats_get() 789 xstats[count].id = count; in hns3_dev_xstats_get() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_sa.c | 254 int count = 0; in zfs_sa_set_xattr() local 259 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_DXATTR(zfsvfs), in zfs_sa_set_xattr() 261 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CTIME(zfsvfs), in zfs_sa_set_xattr() 263 VERIFY0(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_sa_set_xattr() 287 int count = 0; in zfs_sa_upgrade() local 338 if (sa_bulk_lookup_locked(hdl, bulk, count) != 0) in zfs_sa_upgrade() 351 count = 0; in zfs_sa_upgrade() 356 SA_ADD_BULK_ATTR(sa_attrs, count, SA_ZPL_GEN(zfsvfs), in zfs_sa_upgrade() 360 SA_ADD_BULK_ATTR(sa_attrs, count, SA_ZPL_PARENT(zfsvfs), in zfs_sa_upgrade() 392 SA_ADD_BULK_ATTR(sa_attrs, count, SA_ZPL_XATTR(zfsvfs), in zfs_sa_upgrade() [all …]
|