HelenOS sources
count 144 abi/include/abi/sysinfo.h uint64_t count; /**< Number of handled exceptions */
count 46 boot/genarch/src/ofw_tree.c static ofw_tree_property_t *ofw_tree_properties_alloc(size_t count)
count 48 boot/genarch/src/ofw_tree.c return balloc(count * sizeof(ofw_tree_property_t),
count 120 boot/generic/src/inflate.c uint16_t *count; /**< Array of symbol counts */
count 218 boot/generic/src/inflate.c .count = len_count,
count 226 boot/generic/src/inflate.c .count = dist_count,
count 341 boot/generic/src/inflate.c uint16_t count = huffman->count[len];
count 342 boot/generic/src/inflate.c if (code < first + count) {
count 349 boot/generic/src/inflate.c index += count;
count 350 boot/generic/src/inflate.c first += count;
count 374 boot/generic/src/inflate.c huffman->count[len] = 0;
count 379 boot/generic/src/inflate.c huffman->count[length[symbol]]++;
count 381 boot/generic/src/inflate.c if (huffman->count[0] == n) {
count 390 boot/generic/src/inflate.c left -= huffman->count[len];
count 402 boot/generic/src/inflate.c offs[len + 1] = offs[len] + huffman->count[len];
count 522 boot/generic/src/inflate.c dyn_len_code.count = dyn_len_count;
count 525 boot/generic/src/inflate.c dyn_dist_code.count = dyn_dist_count;
count 604 boot/generic/src/inflate.c if ((rc < 0) || ((rc > 0) && (dyn_len_code.count[0] + 1 != nlen)))
count 609 boot/generic/src/inflate.c if ((rc < 0) || ((rc > 0) && (dyn_dist_code.count[0] + 1 != ndist)))
count 112 common/adt/bitmap.c void bitmap_set_range(bitmap_t *bitmap, size_t start, size_t count)
count 114 common/adt/bitmap.c assert(start + count <= bitmap->elements);
count 116 common/adt/bitmap.c if (count == 0)
count 123 common/adt/bitmap.c size_t lub = min(aligned_start - start, count);
count 126 common/adt/bitmap.c size_t amb = (count > lub) ? (count - lub) : 0;
count 131 common/adt/bitmap.c if (start + count < aligned_start) {
count 166 common/adt/bitmap.c void bitmap_clear_range(bitmap_t *bitmap, size_t start, size_t count)
count 168 common/adt/bitmap.c assert(start + count <= bitmap->elements);
count 170 common/adt/bitmap.c if (count == 0)
count 177 common/adt/bitmap.c size_t lub = min(aligned_start - start, count);
count 180 common/adt/bitmap.c size_t amb = (count > lub) ? (count - lub) : 0;
count 185 common/adt/bitmap.c if (start + count < aligned_start) {
count 222 common/adt/bitmap.c void bitmap_copy(bitmap_t *dst, bitmap_t *src, size_t count)
count 224 common/adt/bitmap.c assert(count <= dst->elements);
count 225 common/adt/bitmap.c assert(count <= src->elements);
count 229 common/adt/bitmap.c for (i = 0; i < count / BITMAP_ELEMENT; i++)
count 232 common/adt/bitmap.c if (count % BITMAP_ELEMENT) {
count 234 common/adt/bitmap.c count % BITMAP_ELEMENT);
count 236 common/adt/bitmap.c ((1 << (count % BITMAP_ELEMENT)) - 1);
count 271 common/adt/bitmap.c bool bitmap_allocate_range(bitmap_t *bitmap, size_t count, size_t base,
count 274 common/adt/bitmap.c if (count == 0)
count 312 common/adt/bitmap.c for (size_t j = 1; j < count; j++) {
count 320 common/adt/bitmap.c if (continuous == count) {
count 322 common/adt/bitmap.c bitmap_set_range(bitmap, i, count);
count 105 common/adt/list.c size_t count = 0;
count 109 common/adt/list.c count++;
count 113 common/adt/list.c return count;
count 586 common/printf/printf_core.c static int print_padding(char ch, int count, printf_spec_t *ps)
count 588 common/printf/printf_core.c for (int i = 0; i < count; ++i) {
count 594 common/printf/printf_core.c return count;
count 81 kernel/arch/amd64/src/mm/frame.c size_t count = SIZE2FRAMES(new_size);
count 86 kernel/arch/amd64/src/mm/frame.c if ((minconf < pfn) || (minconf >= pfn + count))
count 90 kernel/arch/amd64/src/mm/frame.c zone_create(pfn, count, conf,
count 93 kernel/arch/amd64/src/mm/frame.c conf = zone_external_conf_alloc(count);
count 95 kernel/arch/amd64/src/mm/frame.c zone_create(pfn, count, conf,
count 126 kernel/arch/arm32/include/arch/mm/page_armv4.h #define pt_coherence_m(pt, count) \
count 128 kernel/arch/arm32/include/arch/mm/page_armv4.h for (unsigned i = 0; i < count; ++i) \
count 153 kernel/arch/arm32/include/arch/mm/page_armv6.h #define pt_coherence_m(pt, count) \
count 155 kernel/arch/arm32/include/arch/mm/page_armv6.h for (unsigned i = 0; i < count; ++i) \
count 93 kernel/arch/arm64/src/mm/frame.c size_t count = SIZE2FRAMES(size);
count 101 kernel/arch/arm64/src/mm/frame.c if (count == 1)
count 107 kernel/arch/arm64/src/mm/frame.c zone_create(pfn, count, confdata,
count 110 kernel/arch/arm64/src/mm/frame.c confdata = zone_external_conf_alloc(count);
count 112 kernel/arch/arm64/src/mm/frame.c zone_create(pfn, count, confdata,
count 81 kernel/arch/ia32/src/mm/frame.c size_t count = SIZE2FRAMES(new_size);
count 86 kernel/arch/ia32/src/mm/frame.c if ((minconf < pfn) || (minconf >= pfn + count))
count 90 kernel/arch/ia32/src/mm/frame.c zone_create(pfn, count, conf,
count 93 kernel/arch/ia32/src/mm/frame.c conf = zone_external_conf_alloc(count);
count 95 kernel/arch/ia32/src/mm/frame.c zone_create(pfn, count, conf,
count 107 kernel/arch/ia64/src/drivers/ski.c int count = POLL_LIMIT;
count 112 kernel/arch/ia64/src/drivers/ski.c while (count > 0) {
count 119 kernel/arch/ia64/src/drivers/ski.c --count;
count 75 kernel/arch/ia64/src/mm/frame.c size_t count = SIZE2FRAMES(size);
count 78 kernel/arch/ia64/src/mm/frame.c zone_create(pfn, count, max(MINCONF, pfn),
count 81 kernel/arch/ia64/src/mm/frame.c pfn_t conf = zone_external_conf_alloc(count);
count 83 kernel/arch/ia64/src/mm/frame.c zone_create(pfn, count, conf,
count 119 kernel/arch/mips32/include/arch/cp0.h GEN_READ_CP0(count, 9);
count 120 kernel/arch/mips32/include/arch/cp0.h GEN_WRITE_CP0(count, 9);
count 65 kernel/arch/mips32/src/mm/frame.c pfn_t count;
count 145 kernel/arch/mips32/src/mm/frame.c size_t count = SIZE2FRAMES(size);
count 154 kernel/arch/mips32/src/mm/frame.c zone_create(first, count, conf_frame,
count 157 kernel/arch/mips32/src/mm/frame.c conf_frame = zone_external_conf_alloc(count);
count 159 kernel/arch/mips32/src/mm/frame.c zone_create(first, count, conf_frame,
count 165 kernel/arch/mips32/src/mm/frame.c phys_regions[phys_regions_count].count = count;
count 291 kernel/arch/mips32/src/mm/frame.c PFN2ADDR(phys_regions[i].start), PFN2ADDR(phys_regions[i].count));
count 72 kernel/arch/ppc32/src/mm/frame.c size_t count = SIZE2FRAMES(size);
count 76 kernel/arch/ppc32/src/mm/frame.c if ((minconf < pfn) || (minconf >= pfn + count))
count 80 kernel/arch/ppc32/src/mm/frame.c zone_create(pfn, count, conf,
count 83 kernel/arch/ppc32/src/mm/frame.c conf = zone_external_conf_alloc(count);
count 85 kernel/arch/ppc32/src/mm/frame.c zone_create(pfn, count, conf,
count 69 kernel/arch/riscv64/src/mm/frame.c size_t count = SIZE2FRAMES(size);
count 73 kernel/arch/riscv64/src/mm/frame.c if ((minconf < pfn) || (minconf >= pfn + count))
count 78 kernel/arch/riscv64/src/mm/frame.c zone_create(pfn, count, conf,
count 81 kernel/arch/riscv64/src/mm/frame.c conf = zone_external_conf_alloc(count);
count 83 kernel/arch/riscv64/src/mm/frame.c zone_create(pfn, count, conf,
count 70 kernel/arch/sparc64/src/mm/sun4u/frame.c size_t count = SIZE2FRAMES(size);
count 77 kernel/arch/sparc64/src/mm/sun4u/frame.c zone_create(pfn, count, confdata,
count 80 kernel/arch/sparc64/src/mm/sun4u/frame.c confdata = zone_external_conf_alloc(count);
count 82 kernel/arch/sparc64/src/mm/sun4u/frame.c zone_create(pfn, count, confdata,
count 70 kernel/arch/sparc64/src/mm/sun4v/frame.c size_t count = SIZE2FRAMES(size);
count 77 kernel/arch/sparc64/src/mm/sun4v/frame.c zone_create(pfn, count, confdata,
count 80 kernel/arch/sparc64/src/mm/sun4v/frame.c confdata = zone_external_conf_alloc(count);
count 82 kernel/arch/sparc64/src/mm/sun4v/frame.c zone_create(pfn, count, confdata,
count 133 kernel/genarch/src/drivers/am335x/timer.c unsigned const count = 0xFFFFFFFF - (srcclk_hz / hz + 1);
count 134 kernel/genarch/src/drivers/am335x/timer.c write_register_posted(timer, REG_TCRR, count);
count 135 kernel/genarch/src/drivers/am335x/timer.c write_register_posted(timer, REG_TLDR, count);
count 103 kernel/genarch/src/multiboot/multiboot.c static void multiboot_modules(uint32_t count, multiboot_module_t *mods)
count 105 kernel/genarch/src/multiboot/multiboot.c for (uint32_t i = 0; i < count; i++) {
count 94 kernel/genarch/src/ofw/ebus.c size_t count = prop->size / sizeof(ofw_ebus_intr_map_t);
count 96 kernel/genarch/src/ofw/ebus.c assert(count);
count 111 kernel/genarch/src/ofw/ebus.c for (i = 0; i < count; i++) {
count 112 kernel/generic/common/adt/bitmap.c void bitmap_set_range(bitmap_t *bitmap, size_t start, size_t count)
count 114 kernel/generic/common/adt/bitmap.c assert(start + count <= bitmap->elements);
count 116 kernel/generic/common/adt/bitmap.c if (count == 0)
count 123 kernel/generic/common/adt/bitmap.c size_t lub = min(aligned_start - start, count);
count 126 kernel/generic/common/adt/bitmap.c size_t amb = (count > lub) ? (count - lub) : 0;
count 131 kernel/generic/common/adt/bitmap.c if (start + count < aligned_start) {
count 166 kernel/generic/common/adt/bitmap.c void bitmap_clear_range(bitmap_t *bitmap, size_t start, size_t count)
count 168 kernel/generic/common/adt/bitmap.c assert(start + count <= bitmap->elements);
count 170 kernel/generic/common/adt/bitmap.c if (count == 0)
count 177 kernel/generic/common/adt/bitmap.c size_t lub = min(aligned_start - start, count);
count 180 kernel/generic/common/adt/bitmap.c size_t amb = (count > lub) ? (count - lub) : 0;
count 185 kernel/generic/common/adt/bitmap.c if (start + count < aligned_start) {
count 222 kernel/generic/common/adt/bitmap.c void bitmap_copy(bitmap_t *dst, bitmap_t *src, size_t count)
count 224 kernel/generic/common/adt/bitmap.c assert(count <= dst->elements);
count 225 kernel/generic/common/adt/bitmap.c assert(count <= src->elements);
count 229 kernel/generic/common/adt/bitmap.c for (i = 0; i < count / BITMAP_ELEMENT; i++)
count 232 kernel/generic/common/adt/bitmap.c if (count % BITMAP_ELEMENT) {
count 234 kernel/generic/common/adt/bitmap.c count % BITMAP_ELEMENT);
count 236 kernel/generic/common/adt/bitmap.c ((1 << (count % BITMAP_ELEMENT)) - 1);
count 271 kernel/generic/common/adt/bitmap.c bool bitmap_allocate_range(bitmap_t *bitmap, size_t count, size_t base,
count 274 kernel/generic/common/adt/bitmap.c if (count == 0)
count 312 kernel/generic/common/adt/bitmap.c for (size_t j = 1; j < count; j++) {
count 320 kernel/generic/common/adt/bitmap.c if (continuous == count) {
count 322 kernel/generic/common/adt/bitmap.c bitmap_set_range(bitmap, i, count);
count 105 kernel/generic/common/adt/list.c size_t count = 0;
count 109 kernel/generic/common/adt/list.c count++;
count 113 kernel/generic/common/adt/list.c return count;
count 586 kernel/generic/common/printf/printf_core.c static int print_padding(char ch, int count, printf_spec_t *ps)
count 588 kernel/generic/common/printf/printf_core.c for (int i = 0; i < count; ++i) {
count 594 kernel/generic/common/printf/printf_core.c return count;
count 56 kernel/generic/include/interrupt.h uint64_t count;
count 174 kernel/generic/include/mm/as.h size_t count;
count 102 kernel/generic/include/mm/frame.h size_t count;
count 126 kernel/generic/include/mm/frame.h size_t count;
count 65 kernel/generic/include/mm/tlb.h size_t count; /**< Number of pages to invalidate. */
count 160 kernel/generic/src/console/kconsole.c _NO_TRACE static void print_cc(char32_t ch, size_t count)
count 163 kernel/generic/src/console/kconsole.c for (i = 0; i < count; i++)
count 239 kernel/generic/src/debug/util.h unsigned count)
count 241 kernel/generic/src/debug/util.h for (unsigned i = 0; i < count; i++) {
count 260 kernel/generic/src/debug/util.h unsigned count, const uint8_t *format, const uint8_t *format_end,
count 263 kernel/generic/src/debug/util.h for (unsigned i = 0; i < count; i++) {
count 94 kernel/generic/src/interrupt/interrupt.c exc_table[n].count = 0;
count 150 kernel/generic/src/interrupt/interrupt.c exc_table[n].count++;
count 274 kernel/generic/src/interrupt/interrupt.c uint64_t count;
count 277 kernel/generic/src/interrupt/interrupt.c order_suffix(exc_table[i].count, &count, &count_suffix);
count 289 kernel/generic/src/interrupt/interrupt.c i + IVT_FIRST, exc_table[i].name, count, count_suffix,
count 298 kernel/generic/src/interrupt/interrupt.c i + IVT_FIRST, exc_table[i].name, count, count_suffix,
count 343 kernel/generic/src/mm/as.c size_t count, bool guarded, as_area_t *area)
count 347 kernel/generic/src/mm/as.c size_t gsize = P2SZ(count);
count 358 kernel/generic/src/mm/as.c if (!overflows(addr, P2SZ(count)))
count 383 kernel/generic/src/mm/as.c size_t count, bool guarded, as_area_t *avoid)
count 392 kernel/generic/src/mm/as.c if (overflows_into_positive(addr, P2SZ(count)))
count 398 kernel/generic/src/mm/as.c if (overlaps(addr, P2SZ(count), (uintptr_t) NULL, PAGE_SIZE))
count 415 kernel/generic/src/mm/as.c if (area_is_conflicting(addr, count, guarded, area)) {
count 440 kernel/generic/src/mm/as.c if (area_is_conflicting(addr, count, guarded, area)) {
count 456 kernel/generic/src/mm/as.c addr, P2SZ(count));
count 973 kernel/generic/src/mm/as.c size_t pcount = ival->count;
count 1117 kernel/generic/src/mm/as.c for (size_t size = 0; size < ival->count; size++) {
count 1421 kernel/generic/src/mm/as.c for (size = 0; size < ival->count; size++) {
count 1472 kernel/generic/src/mm/as.c for (size = 0; size < ival->count; size++) {
count 1937 kernel/generic/src/mm/as.c if (ival->page + P2SZ(ival->count) > ptr)
count 2002 kernel/generic/src/mm/as.c ival->used_space->pages -= ival->count;
count 2012 kernel/generic/src/mm/as.c static void used_space_shorten_ival(used_space_ival_t *ival, size_t count)
count 2014 kernel/generic/src/mm/as.c assert(count > 0);
count 2015 kernel/generic/src/mm/as.c assert(count < ival->count);
count 2017 kernel/generic/src/mm/as.c ival->used_space->pages -= ival->count - count;
count 2018 kernel/generic/src/mm/as.c ival->count = count;
count 2032 kernel/generic/src/mm/as.c bool used_space_insert(used_space_t *used_space, uintptr_t page, size_t count)
count 2042 kernel/generic/src/mm/as.c assert(count);
count 2055 kernel/generic/src/mm/as.c if (a != NULL && overlaps(a->page, P2SZ(a->count), page, P2SZ(count)))
count 2059 kernel/generic/src/mm/as.c if (b != NULL && overlaps(page, P2SZ(count), b->page, P2SZ(b->count)))
count 2063 kernel/generic/src/mm/as.c adj_a = (a != NULL) && (a->page + P2SZ(a->count) == page);
count 2065 kernel/generic/src/mm/as.c adj_b = (b != NULL) && page + P2SZ(count) == b->page;
count 2069 kernel/generic/src/mm/as.c a->count += count + b->count;
count 2073 kernel/generic/src/mm/as.c a->count += count;
count 2077 kernel/generic/src/mm/as.c b->count += count;
count 2084 kernel/generic/src/mm/as.c ival->count = count;
count 2090 kernel/generic/src/mm/as.c used_space->pages += count;
count 126 kernel/generic/src/mm/backend_anon.c size_t count = ival->count;
count 129 kernel/generic/src/mm/backend_anon.c for (j = 0; j < count; j++) {
count 179 kernel/generic/src/mm/backend_elf.c size_t count = cur->count;
count 188 kernel/generic/src/mm/backend_elf.c base + P2SZ(count) <= start_anon)
count 191 kernel/generic/src/mm/backend_elf.c for (i = 0; i < count; i++) {
count 102 kernel/generic/src/mm/frame.c _NO_TRACE static size_t zones_insert_zone(pfn_t base, size_t count,
count 105 kernel/generic/src/mm/frame.c if (zones.count + 1 == ZONES_MAX) {
count 112 kernel/generic/src/mm/frame.c for (i = 0; i < zones.count; i++) {
count 114 kernel/generic/src/mm/frame.c if (overlaps(zones.info[i].base, zones.info[i].count,
count 115 kernel/generic/src/mm/frame.c base, count)) {
count 125 kernel/generic/src/mm/frame.c (!iswithin(zones.info[i].base, zones.info[i].count,
count 126 kernel/generic/src/mm/frame.c base, count))) {
count 130 kernel/generic/src/mm/frame.c (void *) PFN2ADDR(base), (void *) PFN2ADDR(count),
count 132 kernel/generic/src/mm/frame.c (void *) PFN2ADDR(zones.info[i].count));
count 142 kernel/generic/src/mm/frame.c for (size_t j = zones.count; j > i; j--)
count 145 kernel/generic/src/mm/frame.c zones.count++;
count 163 kernel/generic/src/mm/frame.c for (i = 0; i < zones.count; i++)
count 192 kernel/generic/src/mm/frame.c _NO_TRACE size_t find_zone(pfn_t frame, size_t count, size_t hint)
count 194 kernel/generic/src/mm/frame.c if (hint >= zones.count)
count 200 kernel/generic/src/mm/frame.c (zones.info[i].base + zones.info[i].count >= frame + count))
count 204 kernel/generic/src/mm/frame.c if (i >= zones.count)
count 213 kernel/generic/src/mm/frame.c _NO_TRACE static bool zone_can_alloc(zone_t *zone, size_t count,
count 222 kernel/generic/src/mm/frame.c bitmap_allocate_range(&zone->bitmap, count, zone->base,
count 241 kernel/generic/src/mm/frame.c _NO_TRACE static size_t find_free_zone_all(size_t count, zone_flags_t flags,
count 244 kernel/generic/src/mm/frame.c for (size_t pos = 0; pos < zones.count; pos++) {
count 245 kernel/generic/src/mm/frame.c size_t i = (pos + hint) % zones.count;
count 252 kernel/generic/src/mm/frame.c if (zone_can_alloc(&zones.info[i], count, constraint))
count 267 kernel/generic/src/mm/frame.c _NO_TRACE static bool is_high_priority(pfn_t base, size_t count)
count 269 kernel/generic/src/mm/frame.c return (base + count <= FRAME_LOWPRIO);
count 287 kernel/generic/src/mm/frame.c _NO_TRACE static size_t find_free_zone_lowprio(size_t count, zone_flags_t flags,
count 290 kernel/generic/src/mm/frame.c for (size_t pos = 0; pos < zones.count; pos++) {
count 291 kernel/generic/src/mm/frame.c size_t i = (pos + hint) % zones.count;
count 294 kernel/generic/src/mm/frame.c if (is_high_priority(zones.info[i].base, zones.info[i].count))
count 302 kernel/generic/src/mm/frame.c if (zone_can_alloc(&zones.info[i], count, constraint))
count 324 kernel/generic/src/mm/frame.c _NO_TRACE static size_t find_free_zone(size_t count, zone_flags_t flags,
count 327 kernel/generic/src/mm/frame.c if (hint >= zones.count)
count 335 kernel/generic/src/mm/frame.c size_t znum = find_free_zone_lowprio(count, flags, constraint, hint);
count 340 kernel/generic/src/mm/frame.c return find_free_zone_all(count, flags, constraint, hint);
count 350 kernel/generic/src/mm/frame.c assert(index < zone->count);
count 368 kernel/generic/src/mm/frame.c _NO_TRACE static size_t zone_frame_alloc(zone_t *zone, size_t count,
count 372 kernel/generic/src/mm/frame.c assert(zone->free_count >= count);
count 376 kernel/generic/src/mm/frame.c int avail = bitmap_allocate_range(&zone->bitmap, count, zone->base,
count 384 kernel/generic/src/mm/frame.c for (size_t i = 0; i < count; i++) {
count 392 kernel/generic/src/mm/frame.c zone->free_count -= count;
count 393 kernel/generic/src/mm/frame.c zone->busy_count += count;
count 482 kernel/generic/src/mm/frame.c assert(!overlaps(zones.info[z1].base, zones.info[z1].count,
count 483 kernel/generic/src/mm/frame.c zones.info[z2].base, zones.info[z2].count));
count 487 kernel/generic/src/mm/frame.c pfn_t gap = base_diff - zones.info[z1].count;
count 489 kernel/generic/src/mm/frame.c zones.info[z1].count = base_diff + zones.info[z2].count;
count 493 kernel/generic/src/mm/frame.c bitmap_initialize(&zones.info[z1].bitmap, zones.info[z1].count,
count 494 kernel/generic/src/mm/frame.c confdata + (sizeof(frame_t) * zones.info[z1].count));
count 495 kernel/generic/src/mm/frame.c bitmap_clear_range(&zones.info[z1].bitmap, 0, zones.info[z1].count);
count 503 kernel/generic/src/mm/frame.c for (size_t i = 0; i < old_z1->count; i++) {
count 509 kernel/generic/src/mm/frame.c for (size_t i = 0; i < zones.info[z2].count; i++) {
count 521 kernel/generic/src/mm/frame.c frame_initialize(&zones.info[z1].frames[old_z1->count + i]);
count 522 kernel/generic/src/mm/frame.c zone_mark_unavailable(&zones.info[z1], old_z1->count + i);
count 539 kernel/generic/src/mm/frame.c _NO_TRACE static void return_config_frames(size_t znum, pfn_t pfn, size_t count)
count 543 kernel/generic/src/mm/frame.c size_t cframes = SIZE2FRAMES(zone_conf_size(count));
count 546 kernel/generic/src/mm/frame.c (pfn >= zones.info[znum].base + zones.info[znum].count))
count 576 kernel/generic/src/mm/frame.c if ((z1 >= zones.count) || (z2 >= zones.count) || (z2 - z1 != 1) ||
count 584 kernel/generic/src/mm/frame.c zones.info[z2].count));
count 610 kernel/generic/src/mm/frame.c ADDR2PFN(KA2PA((uintptr_t) old_z1.frames)), old_z1.count);
count 613 kernel/generic/src/mm/frame.c zones.info[z2].count);
count 616 kernel/generic/src/mm/frame.c for (size_t i = z2 + 1; i < zones.count; i++)
count 619 kernel/generic/src/mm/frame.c zones.count--;
count 638 kernel/generic/src/mm/frame.c while (i < zones.count) {
count 655 kernel/generic/src/mm/frame.c _NO_TRACE static void zone_construct(zone_t *zone, pfn_t start, size_t count,
count 659 kernel/generic/src/mm/frame.c zone->count = count;
count 661 kernel/generic/src/mm/frame.c zone->free_count = count;
count 670 kernel/generic/src/mm/frame.c bitmap_initialize(&zone->bitmap, count, confdata +
count 671 kernel/generic/src/mm/frame.c (sizeof(frame_t) * count));
count 672 kernel/generic/src/mm/frame.c bitmap_clear_range(&zone->bitmap, 0, count);
count 680 kernel/generic/src/mm/frame.c for (size_t i = 0; i < count; i++)
count 695 kernel/generic/src/mm/frame.c size_t zone_conf_size(size_t count)
count 697 kernel/generic/src/mm/frame.c return (count * sizeof(frame_t) + bitmap_size(count));
count 701 kernel/generic/src/mm/frame.c pfn_t zone_external_conf_alloc(size_t count)
count 703 kernel/generic/src/mm/frame.c size_t frames = SIZE2FRAMES(zone_conf_size(count));
count 725 kernel/generic/src/mm/frame.c size_t zone_create(pfn_t start, size_t count, pfn_t confframe,
count 739 kernel/generic/src/mm/frame.c config.physmem_end = max(config.physmem_end, PFN2ADDR(start + count));
count 745 kernel/generic/src/mm/frame.c size_t confcount = SIZE2FRAMES(zone_conf_size(count));
count 747 kernel/generic/src/mm/frame.c if ((confframe >= start) && (confframe < start + count)) {
count 748 kernel/generic/src/mm/frame.c for (; confframe < start + count; confframe++) {
count 774 kernel/generic/src/mm/frame.c if (confframe >= start + count)
count 778 kernel/generic/src/mm/frame.c size_t znum = zones_insert_zone(start, count, flags);
count 785 kernel/generic/src/mm/frame.c zone_construct(&zones.info[znum], start, count, flags, confdata);
count 788 kernel/generic/src/mm/frame.c if ((confframe >= start) && (confframe < start + count)) {
count 800 kernel/generic/src/mm/frame.c size_t znum = zones_insert_zone(start, count, flags);
count 806 kernel/generic/src/mm/frame.c zone_construct(&zones.info[znum], start, count, flags, NULL);
count 848 kernel/generic/src/mm/frame.c static size_t try_find_zone(size_t count, bool lowmem,
count 852 kernel/generic/src/mm/frame.c size_t znum = find_free_zone(count,
count 858 kernel/generic/src/mm/frame.c return find_free_zone(count, ZONE_LOWMEM | ZONE_AVAILABLE,
count 873 kernel/generic/src/mm/frame.c uintptr_t frame_alloc_generic(size_t count, frame_flags_t flags,
count 876 kernel/generic/src/mm/frame.c assert(count > 0);
count 885 kernel/generic/src/mm/frame.c reserve_force_alloc(count);
count 896 kernel/generic/src/mm/frame.c size_t znum = try_find_zone(count, lowmem, frame_constraint, hint);
count 908 kernel/generic/src/mm/frame.c znum = try_find_zone(count, lowmem,
count 917 kernel/generic/src/mm/frame.c znum = try_find_zone(count, lowmem,
count 927 kernel/generic/src/mm/frame.c reserve_free(count);
count 938 kernel/generic/src/mm/frame.c "(%zu available).", count, avail);
count 947 kernel/generic/src/mm/frame.c "%zu available.", THREAD->tid, count, avail);
count 958 kernel/generic/src/mm/frame.c mem_avail_req = min(mem_avail_req, count);
count 960 kernel/generic/src/mm/frame.c mem_avail_req = count;
count 978 kernel/generic/src/mm/frame.c pfn_t pfn = zone_frame_alloc(&zones.info[znum], count,
count 989 kernel/generic/src/mm/frame.c uintptr_t frame_alloc(size_t count, frame_flags_t flags, uintptr_t constraint)
count 991 kernel/generic/src/mm/frame.c return frame_alloc_generic(count, flags, constraint, NULL);
count 1005 kernel/generic/src/mm/frame.c void frame_free_generic(uintptr_t start, size_t count, frame_flags_t flags)
count 1011 kernel/generic/src/mm/frame.c for (size_t i = 0; i < count; i++) {
count 1051 kernel/generic/src/mm/frame.c void frame_free(uintptr_t frame, size_t count)
count 1053 kernel/generic/src/mm/frame.c frame_free_generic(frame, count, 0);
count 1056 kernel/generic/src/mm/frame.c void frame_free_noreserve(uintptr_t frame, size_t count)
count 1058 kernel/generic/src/mm/frame.c frame_free_generic(frame, count, FRAME_NO_RESERVE);
count 1088 kernel/generic/src/mm/frame.c _NO_TRACE void frame_mark_unavailable(pfn_t start, size_t count)
count 1092 kernel/generic/src/mm/frame.c for (size_t i = 0; i < count; i++) {
count 1111 kernel/generic/src/mm/frame.c zones.count = 0;
count 1188 kernel/generic/src/mm/frame.c for (size_t i = 0; i < zones.count; i++)
count 1189 kernel/generic/src/mm/frame.c total += (uint64_t) FRAMES2SIZE(zones.info[i].count);
count 1211 kernel/generic/src/mm/frame.c for (size_t i = 0; i < zones.count; i++) {
count 1212 kernel/generic/src/mm/frame.c *total += (uint64_t) FRAMES2SIZE(zones.info[i].count);
count 1218 kernel/generic/src/mm/frame.c *unavail += (uint64_t) FRAMES2SIZE(zones.info[i].count);
count 1255 kernel/generic/src/mm/frame.c if (i >= zones.count) {
count 1262 kernel/generic/src/mm/frame.c size_t count = zones.info[i].count;
count 1270 kernel/generic/src/mm/frame.c bool highprio = is_high_priority(fbase, count);
count 1288 kernel/generic/src/mm/frame.c for (size_t index = 0; index < count; index++) {
count 1310 kernel/generic/src/mm/frame.c printf(" %12zu %c%c%c%c%c ", count,
count 1355 kernel/generic/src/mm/frame.c for (size_t i = 0; i < zones.count; i++) {
count 1375 kernel/generic/src/mm/frame.c size_t count = zones.info[znum].count;
count 1382 kernel/generic/src/mm/frame.c bool highprio = is_high_priority(fbase, count);
count 1400 kernel/generic/src/mm/frame.c for (size_t index = 0; index < count; index++) {
count 1415 kernel/generic/src/mm/frame.c bin_order_suffix(FRAMES2SIZE(count), &size, &size_suffix, false);
count 1419 kernel/generic/src/mm/frame.c printf("Zone size: %zu frames (%" PRIu64 " %s)\n", count,
count 84 kernel/generic/src/mm/tlb.c uintptr_t page, size_t count)
count 107 kernel/generic/src/mm/tlb.c cpu->tlb_messages[0].count = 0;
count 116 kernel/generic/src/mm/tlb.c cpu->tlb_messages[idx].count = count;
count 168 kernel/generic/src/mm/tlb.c size_t count = CPU->tlb_messages[i].count;
count 178 kernel/generic/src/mm/tlb.c assert(count);
count 179 kernel/generic/src/mm/tlb.c tlb_invalidate_pages(asid, page, count);
count 715 kernel/generic/src/proc/scheduler.c size_t count = average - rdy;
count 740 kernel/generic/src/proc/scheduler.c if (steal_thread_from(cpu, rq) && --count == 0)
count 81 kernel/generic/src/synch/waitq.c void waitq_initialize_with_count(waitq_t *wq, int count)
count 84 kernel/generic/src/synch/waitq.c wq->wakeup_balance = count;
count 74 kernel/generic/src/sysinfo/stats.c size_t count;
count 247 kernel/generic/src/sysinfo/stats.c size_t count = task_count();
count 249 kernel/generic/src/sysinfo/stats.c if (count == 0) {
count 256 kernel/generic/src/sysinfo/stats.c *size = sizeof(stats_task_t) * count;
count 336 kernel/generic/src/sysinfo/stats.c size_t count = thread_count();
count 338 kernel/generic/src/sysinfo/stats.c if (count == 0) {
count 345 kernel/generic/src/sysinfo/stats.c *size = sizeof(stats_thread_t) * count;
count 395 kernel/generic/src/sysinfo/stats.c state->count++;
count 401 kernel/generic/src/sysinfo/stats.c if ((state->data == NULL) || (state->i >= state->count)) {
count 445 kernel/generic/src/sysinfo/stats.c .count = 0,
count 465 kernel/generic/src/sysinfo/stats.c *size = sizeof(stats_ipcc_t) * state.count;
count 655 kernel/generic/src/sysinfo/stats.c stats_exceptions[i].count = exc_table[i].count;
count 732 kernel/generic/src/sysinfo/stats.c stats_exception->count = exc_table[excn].count;
count 54 kernel/test/mm/falloc1.c for (size_t count = 1; count <= MAX_FRAMES; count++) {
count 55 kernel/test/mm/falloc1.c size_t bytes = FRAMES2SIZE(count);
count 58 kernel/test/mm/falloc1.c count, bytes);
count 61 kernel/test/mm/falloc1.c for (unsigned int i = 0; i < (MAX_FRAMES / count); i++) {
count 62 kernel/test/mm/falloc1.c frames[allocated] = frame_alloc(count, FRAME_ATOMIC, 0);
count 74 kernel/test/mm/falloc1.c if (results[count] != allocated)
count 77 kernel/test/mm/falloc1.c results[count] = allocated;
count 82 kernel/test/mm/falloc1.c frame_free(frames[i], count);
count 61 kernel/test/mm/falloc2.c for (size_t count = 1; count <= MAX_FRAMES; count++) {
count 62 kernel/test/mm/falloc2.c size_t bytes = FRAMES2SIZE(count);
count 66 kernel/test/mm/falloc2.c CPU->id, count, bytes);
count 69 kernel/test/mm/falloc2.c for (unsigned int i = 0; i < (MAX_FRAMES / count); i++) {
count 70 kernel/test/mm/falloc2.c frames[allocated] = frame_alloc(count, FRAME_ATOMIC, 0);
count 95 kernel/test/mm/falloc2.c frame_free(frames[i], count);
count 39 kernel/test/mm/slab1.c static void testit(int size, int count)
count 49 kernel/test/mm/slab1.c TPRINTF("Allocating %d items...", count);
count 51 kernel/test/mm/slab1.c for (i = 0; i < count; i++) {
count 59 kernel/test/mm/slab1.c TPRINTF("Freeing %d items...", count);
count 61 kernel/test/mm/slab1.c for (i = 0; i < count; i++)
count 66 kernel/test/mm/slab1.c TPRINTF("Allocating %d items...", count);
count 68 kernel/test/mm/slab1.c for (i = 0; i < count; i++) {
count 76 kernel/test/mm/slab1.c TPRINTF("Freeing %d items...", count / 2);
count 78 kernel/test/mm/slab1.c for (i = count - 1; i >= count / 2; i--)
count 83 kernel/test/mm/slab1.c TPRINTF("Allocating %d items...", count / 2);
count 85 kernel/test/mm/slab1.c for (i = count / 2; i < count; i++) {
count 93 kernel/test/mm/slab1.c TPRINTF("Freeing %d items...", count);
count 95 kernel/test/mm/slab1.c for (i = 0; i < count; i++)
count 204 uspace/app/barber/barber.c size_t count;
count 205 uspace/app/barber/barber.c load_t *load = stats_get_load(&count);
count 208 uspace/app/barber/barber.c if ((load != NULL) && (count > 0)) {
count 307 uspace/app/barber/barber.c size_t count;
count 308 uspace/app/barber/barber.c rc = loc_category_get_svcs(led_cat, &svcs, &count);
count 312 uspace/app/barber/barber.c for (size_t i = 0; i < count; i++) {
count 183 uspace/app/bdsh/cmds/modules/cat/cat.c int fd, count = 0, reads = 0;
count 252 uspace/app/bdsh/cmds/modules/cat/cat.c (length - (off64_t)count <= (off64_t)(blen - copied_bytes))) {
count 253 uspace/app/bdsh/cmds/modules/cat/cat.c bytes_to_read = (size_t) (length - count);
count 270 uspace/app/bdsh/cmds/modules/cat/cat.c paged_char(((count + i + 1) & 0xf) == 0 ? '\n' : ' ');
count 289 uspace/app/bdsh/cmds/modules/cat/cat.c count += bytes;
count 295 uspace/app/bdsh/cmds/modules/cat/cat.c } while (rc == EOK && bytes > 0 && !should_quit && (count < length || length == CAT_FULL_FILE));
count 77 uspace/app/devctl/devctl.c size_t count, i;
count 125 uspace/app/devctl/devctl.c rc = devman_dev_get_functions(devh, &cfuns, &count);
count 132 uspace/app/devctl/devctl.c for (i = 0; i < count; i++)
count 44 uspace/app/hbench/ipc/ns_ping.c for (uint64_t count = 0; count < niter; count++) {
count 64 uspace/app/hbench/ipc/ping_pong.c for (uint64_t count = 0; count < niter; count++) {
count 79 uspace/app/hbench/ipc/read1k.c for (uint64_t count = 0; count < niter; count++) {
count 79 uspace/app/hbench/ipc/write1k.c for (uint64_t count = 0; count < niter; count++) {
count 47 uspace/app/hbench/malloc/malloc2.c for (uint64_t count = 0; count < niter; count++) {
count 48 uspace/app/hbench/malloc/malloc2.c p[count] = malloc(1);
count 49 uspace/app/hbench/malloc/malloc2.c if (p[count] == NULL) {
count 50 uspace/app/hbench/malloc/malloc2.c for (uint64_t j = 0; j < count; j++) {
count 56 uspace/app/hbench/malloc/malloc2.c count, niter);
count 60 uspace/app/hbench/malloc/malloc2.c for (uint64_t count = 0; count < niter; count++)
count 61 uspace/app/hbench/malloc/malloc2.c free(p[count]);
count 55 uspace/app/hbench/syscall/taskgetid.c for (uint64_t count = 0; count < niter; count++) {
count 255 uspace/app/inet/inet.c size_t count;
count 263 uspace/app/inet/inet.c rc = inetcfg_get_addr_list(&addr_list, &count);
count 279 uspace/app/inet/inet.c for (i = 0; i < count; i++) {
count 315 uspace/app/inet/inet.c if (count != 0) {
count 345 uspace/app/inet/inet.c size_t count;
count 349 uspace/app/inet/inet.c rc = inetcfg_get_link_list(&link_list, &count);
count 364 uspace/app/inet/inet.c for (i = 0; i < count; i++) {
count 381 uspace/app/inet/inet.c if (count != 0) {
count 403 uspace/app/inet/inet.c size_t count;
count 411 uspace/app/inet/inet.c rc = inetcfg_get_sroute_list(&sroute_list, &count);
count 426 uspace/app/inet/inet.c for (i = 0; i < count; i++) {
count 461 uspace/app/inet/inet.c if (count != 0) {
count 58 uspace/app/killall/killall.c size_t count;
count 59 uspace/app/killall/killall.c stats_task_t *stats_tasks = stats_get_tasks(&count);
count 67 uspace/app/killall/killall.c for (i = 0; i < count; i++) {
count 52 uspace/app/mixerctl/mixerctl.c unsigned count = 0;
count 53 uspace/app/mixerctl/mixerctl.c errno_t ret = audio_mixer_get_info(exch, &name, &count);
count 60 uspace/app/mixerctl/mixerctl.c for (unsigned i = 0; i < count; ++i) {
count 80 uspace/app/mkexfat/exfat.h uint8_t count; /* Always zero */
count 88 uspace/app/mkexfat/exfat.h uint8_t count;
count 155 uspace/app/modplay/modplay.c size_t count = 0;
count 156 uspace/app/modplay/modplay.c rc = hound_context_get_available_targets(hound, &names, &count);
count 159 uspace/app/modplay/modplay.c for (size_t i = 0; i < count; i++)
count 77 uspace/app/nic/nic.c size_t count;
count 89 uspace/app/nic/nic.c rc = loc_category_get_svcs(nic_cat, &nics, &count);
count 282 uspace/app/nic/nic.c size_t count, i;
count 293 uspace/app/nic/nic.c rc = loc_category_get_svcs(nic_cat, &nics, &count);
count 300 uspace/app/nic/nic.c for (i = 0; i < count; i++) {
count 69 uspace/app/stats/stats.c size_t count;
count 70 uspace/app/stats/stats.c stats_task_t *stats_tasks = stats_get_tasks(&count);
count 80 uspace/app/stats/stats.c for (size_t i = 0; i < count; i++) {
count 107 uspace/app/stats/stats.c size_t count;
count 108 uspace/app/stats/stats.c stats_thread_t *stats_threads = stats_get_threads(&count);
count 117 uspace/app/stats/stats.c for (size_t i = 0; i < count; i++) {
count 145 uspace/app/stats/stats.c size_t count;
count 146 uspace/app/stats/stats.c stats_ipcc_t *stats_ipccs = stats_get_ipccs(&count);
count 155 uspace/app/stats/stats.c for (size_t i = 0; i < count; i++) {
count 167 uspace/app/stats/stats.c size_t count;
count 168 uspace/app/stats/stats.c stats_cpu_t *cpus = stats_get_cpus(&count);
count 177 uspace/app/stats/stats.c for (size_t i = 0; i < count; i++) {
count 198 uspace/app/stats/stats.c size_t count;
count 199 uspace/app/stats/stats.c load_t *load = stats_get_load(&count);
count 208 uspace/app/stats/stats.c for (size_t i = 0; i < count; i++) {
count 504 uspace/app/taskbar/test/wndlist.c PCUT_TEST(count)
count 512 uspace/app/taskbar/test/wndlist.c size_t count;
count 530 uspace/app/taskbar/test/wndlist.c count = wndlist_count(wndlist);
count 531 uspace/app/taskbar/test/wndlist.c PCUT_ASSERT_INT_EQUALS(0, count);
count 536 uspace/app/taskbar/test/wndlist.c count = wndlist_count(wndlist);
count 537 uspace/app/taskbar/test/wndlist.c PCUT_ASSERT_INT_EQUALS(1, count);
count 542 uspace/app/taskbar/test/wndlist.c count = wndlist_count(wndlist);
count 543 uspace/app/taskbar/test/wndlist.c PCUT_ASSERT_INT_EQUALS(2, count);
count 294 uspace/app/terminal/terminal.c int count = FONT_WIDTH;
count 295 uspace/app/terminal/terminal.c while (count-- != 0) {
count 296 uspace/app/terminal/terminal.c *dst++ = (fb_font[glyph][y] & (1 << count)) ? fgcolor : bgcolor;
count 78 uspace/app/tmon/list.c size_t count;
count 86 uspace/app/tmon/list.c if ((rc = loc_category_get_svcs(diag_cat, &svcs, &count))) {
count 91 uspace/app/tmon/list.c for (unsigned i = 0; i < count; ++i) {
count 55 uspace/app/tmon/resolve.c size_t count;
count 63 uspace/app/tmon/resolve.c if ((rc = loc_category_get_svcs(diag_cat, &svcs, &count))) {
count 69 uspace/app/tmon/resolve.c if (count != 1) {
count 70 uspace/app/tmon/resolve.c if (count) {
count 71 uspace/app/tmon/resolve.c printf(NAME ": Found %zu devices. Please specify which to use.\n", count);
count 347 uspace/app/top/top.c new_data->exceptions[i].count - old_data->exceptions[i].count;
count 358 uspace/app/top/top.c FRACTION_TO_FLOAT(new_data->exceptions_perc[i].count,
count 499 uspace/app/top/top.c field[EXCEPTION_COL_COUNT].uint = data->exceptions[i].count;
count 501 uspace/app/top/top.c field[EXCEPTION_COL_PERCENT_COUNT].fixed = data->exceptions_perc[i].count;
count 79 uspace/app/top/top.h fixed_float count;
count 118 uspace/app/usbinfo/list.c size_t count;
count 119 uspace/app/usbinfo/list.c rc = devman_dev_get_functions(dh, &fhs, &count);
count 126 uspace/app/usbinfo/list.c for (size_t i = 0; i < count; ++i) {
count 137 uspace/app/usbinfo/list.c size_t count;
count 147 uspace/app/usbinfo/list.c rc = loc_category_get_svcs(usbhc_cat, &svcs, &count);
count 153 uspace/app/usbinfo/list.c for (unsigned int i = 0; i < count; ++i) {
count 71 uspace/app/vuhid/report.h #define REPORT_COUNT1(count) \
count 72 uspace/app/vuhid/report.h ITEM_CREATE1(ITEM_GLOBAL, TAG_REPORT_COUNT, count)
count 166 uspace/app/wavplay/main.c size_t count = 0;
count 167 uspace/app/wavplay/main.c ret = hound_context_get_available_targets(hound, &names, &count);
count 170 uspace/app/wavplay/main.c for (size_t i = 0; i < count; i++)
count 201 uspace/app/wavplay/main.c atomic_int *count;
count 215 uspace/app/wavplay/main.c atomic_fetch_sub(p->count, 1);
count 346 uspace/app/wavplay/main.c data->count = &playcount;
count 84 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t get_wifi_list(service_id_t **wifis, size_t *count)
count 93 uspace/app/wifi_supplicant/wifi_supplicant.c rc = loc_category_get_svcs(wifi_cat, wifis, count);
count 105 uspace/app/wifi_supplicant/wifi_supplicant.c size_t count;
count 107 uspace/app/wifi_supplicant/wifi_supplicant.c errno_t rc = get_wifi_list(&wifis, &count);
count 113 uspace/app/wifi_supplicant/wifi_supplicant.c if (i >= count) {
count 133 uspace/app/wifi_supplicant/wifi_supplicant.c size_t count;
count 135 uspace/app/wifi_supplicant/wifi_supplicant.c errno_t rc = get_wifi_list(&wifis, &count);
count 142 uspace/app/wifi_supplicant/wifi_supplicant.c for (size_t i = 0; i < count; i++) {
count 348 uspace/dist/src/c/demos/top/top.c new_data->exceptions[i].count - old_data->exceptions[i].count;
count 359 uspace/dist/src/c/demos/top/top.c FRACTION_TO_FLOAT(new_data->exceptions_perc[i].count,
count 500 uspace/dist/src/c/demos/top/top.c field[EXCEPTION_COL_COUNT].uint = data->exceptions[i].count;
count 502 uspace/dist/src/c/demos/top/top.c field[EXCEPTION_COL_PERCENT_COUNT].fixed = data->exceptions_perc[i].count;
count 79 uspace/dist/src/c/demos/top/top.h fixed_float count;
count 387 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_corb_write(hda_t *hda, uint32_t *data, size_t count)
count 402 uspace/drv/audio/hdaudio/hdactl.c while (idx < count) {
count 403 uspace/drv/audio/hdaudio/hdactl.c now = min(avail, count - idx);
count 412 uspace/drv/audio/hdaudio/hdactl.c if (idx < count) {
count 451 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_solrb_read(hda_t *hda, hda_rirb_entry_t *data, size_t count)
count 459 uspace/drv/audio/hdaudio/hdactl.c while (count > 0) {
count 460 uspace/drv/audio/hdaudio/hdactl.c while (count > 0 && hda->ctl->solrb_rp != hda->ctl->solrb_wp) {
count 469 uspace/drv/audio/hdaudio/hdactl.c --count;
count 473 uspace/drv/audio/hdaudio/hdactl.c if (count > 0) {
count 192 uspace/drv/audio/hdaudio/hdaudio.c if (res.mem_ranges.count != 1) {
count 219 uspace/drv/audio/hdaudio/hdaudio.c ddf_msg(LVL_DEBUG, "IRQs: %zu", res.irqs.count);
count 220 uspace/drv/audio/hdaudio/hdaudio.c if (res.irqs.count != 1) {
count 222 uspace/drv/audio/hdaudio/hdaudio.c res.irqs.count);
count 197 uspace/drv/audio/sb16/main.c if (hw_res.irqs.count != 1 ||
count 198 uspace/drv/audio/sb16/main.c (hw_res.io_ranges.count != 1 && hw_res.io_ranges.count != 2) ||
count 199 uspace/drv/audio/sb16/main.c (hw_res.dma_channels.count != 1 && hw_res.dma_channels.count != 2)) {
count 211 uspace/drv/audio/sb16/main.c if (hw_res.dma_channels.count == 2 &&
count 222 uspace/drv/audio/sb16/main.c if (hw_res.dma_channels.count == 2 &&
count 229 uspace/drv/audio/sb16/main.c if (hw_res.io_ranges.count == 1) {
count 95 uspace/drv/audio/sb16/mixer.c size_t count;
count 148 uspace/drv/audio/sb16/mixer.c return volume_table[mixer->type].count;
count 155 uspace/drv/audio/sb16/mixer.c if (item > volume_table[mixer->type].count)
count 179 uspace/drv/audio/sb16/mixer.c if (item > volume_table[mixer->type].count)
count 200 uspace/drv/audio/sb16/mixer.c if (item > volume_table[mixer->type].count)
count 222 uspace/drv/block/ahci/ahci.c size_t count, void *buf)
count 239 uspace/drv/block/ahci/ahci.c for (size_t cur = 0; cur < count; cur++) {
count 265 uspace/drv/block/ahci/ahci.c size_t count, void *buf)
count 280 uspace/drv/block/ahci/ahci.c for (size_t cur = 0; cur < count; cur++) {
count 342 uspace/drv/block/ahci/ahci.c cmd->count = 0;
count 387 uspace/drv/block/ahci/ahci.c cmd->count = 0;
count 568 uspace/drv/block/ahci/ahci.c cmd->count = mode;
count 80 uspace/drv/block/ahci/ahci_sata.h unsigned int count : 16;
count 302 uspace/drv/block/ddisk/ddisk.c if ((hw_res.mem_ranges.count != 1) || (hw_res.irqs.count != 1)) {
count 101 uspace/drv/block/isa-ide/main.c if (hw_res.io_ranges.count != 4) {
count 138 uspace/drv/block/isa-ide/main.c if (hw_res.irqs.count > 0) {
count 144 uspace/drv/block/isa-ide/main.c if (hw_res.irqs.count > 1) {
count 91 uspace/drv/block/pc-floppy/main.c if (hw_res.io_ranges.count != 1) {
count 107 uspace/drv/block/pc-floppy/main.c if (hw_res.irqs.count > 0) {
count 114 uspace/drv/block/pc-floppy/main.c if (hw_res.dma_channels.count > 0) {
count 84 uspace/drv/block/pci-ide/main.c if (hw_res.io_ranges.count != 1) {
count 108 uspace/drv/block/pci-ide/main.c if (hw_res.irqs.count > 0) {
count 114 uspace/drv/block/pci-ide/main.c if (hw_res.irqs.count > 1) {
count 113 uspace/drv/block/virtio-blk/virtio-blk.c if (res.irqs.count < 1) {
count 79 uspace/drv/bus/adb/cuda_adb/main.c if (hw_res.io_ranges.count != 1) {
count 86 uspace/drv/bus/adb/cuda_adb/main.c if (hw_res.irqs.count != 1) {
count 123 uspace/drv/bus/isa/isa.c for (size_t i = 0; i < res->count; ++i) {
count 172 uspace/drv/bus/isa/isa.c for (size_t i = 0; i < res->count; ++i) {
count 195 uspace/drv/bus/isa/isa.c for (size_t i = 0; i < res->count; ++i) {
count 403 uspace/drv/bus/isa/isa.c size_t count = fun->hw_resources.count;
count 406 uspace/drv/bus/isa/isa.c if (count < ISA_MAX_HW_RES) {
count 407 uspace/drv/bus/isa/isa.c resources[count].type = INTERRUPT;
count 408 uspace/drv/bus/isa/isa.c resources[count].res.interrupt.irq = irq;
count 410 uspace/drv/bus/isa/isa.c fun->hw_resources.count++;
count 419 uspace/drv/bus/isa/isa.c size_t count = fun->hw_resources.count;
count 422 uspace/drv/bus/isa/isa.c if (count < ISA_MAX_HW_RES) {
count 424 uspace/drv/bus/isa/isa.c resources[count].type = DMA_CHANNEL_8;
count 425 uspace/drv/bus/isa/isa.c resources[count].res.dma_channel.dma8 = dma;
count 427 uspace/drv/bus/isa/isa.c fun->hw_resources.count++;
count 435 uspace/drv/bus/isa/isa.c resources[count].type = DMA_CHANNEL_16;
count 436 uspace/drv/bus/isa/isa.c resources[count].res.dma_channel.dma16 = dma;
count 438 uspace/drv/bus/isa/isa.c fun->hw_resources.count++;
count 452 uspace/drv/bus/isa/isa.c size_t count = fun->hw_resources.count;
count 457 uspace/drv/bus/isa/isa.c if (count < ISA_MAX_HW_RES) {
count 458 uspace/drv/bus/isa/isa.c resources[count].type = IO_RANGE;
count 459 uspace/drv/bus/isa/isa.c resources[count].res.io_range.address = addr;
count 460 uspace/drv/bus/isa/isa.c resources[count].res.io_range.address += isa->pio_win.io.base;
count 461 uspace/drv/bus/isa/isa.c resources[count].res.io_range.size = len;
count 462 uspace/drv/bus/isa/isa.c resources[count].res.io_range.relative = false;
count 463 uspace/drv/bus/isa/isa.c resources[count].res.io_range.endianness = LITTLE_ENDIAN;
count 465 uspace/drv/bus/isa/isa.c fun->hw_resources.count++;
count 475 uspace/drv/bus/isa/isa.c size_t count = fun->hw_resources.count;
count 480 uspace/drv/bus/isa/isa.c if (count < ISA_MAX_HW_RES) {
count 481 uspace/drv/bus/isa/isa.c resources[count].type = MEM_RANGE;
count 482 uspace/drv/bus/isa/isa.c resources[count].res.mem_range.address = addr;
count 483 uspace/drv/bus/isa/isa.c resources[count].res.mem_range.address += isa->pio_win.mem.base;
count 484 uspace/drv/bus/isa/isa.c resources[count].res.mem_range.size = len;
count 485 uspace/drv/bus/isa/isa.c resources[count].res.mem_range.relative = false;
count 486 uspace/drv/bus/isa/isa.c resources[count].res.mem_range.endianness = LITTLE_ENDIAN;
count 488 uspace/drv/bus/isa/isa.c fun->hw_resources.count++;
count 105 uspace/drv/bus/pci/pciintel/pci.c for (i = 0; i < res->count; i++) {
count 489 uspace/drv/bus/pci/pciintel/pci.c size_t count = hw_res_list->count;
count 492 uspace/drv/bus/pci/pciintel/pci.c assert(count < PCI_MAX_HW_RES);
count 495 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].type = IO_RANGE;
count 496 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.io_range.address = range_addr;
count 497 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.io_range.size = range_size;
count 498 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.io_range.relative = true;
count 499 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.io_range.endianness = LITTLE_ENDIAN;
count 501 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].type = MEM_RANGE;
count 502 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.mem_range.address = range_addr;
count 503 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.mem_range.size = range_size;
count 504 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.mem_range.relative = false;
count 505 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.mem_range.endianness = LITTLE_ENDIAN;
count 508 uspace/drv/bus/pci/pciintel/pci.c hw_res_list->count++;
count 604 uspace/drv/bus/pci/pciintel/pci.c size_t count = hw_res_list->count;
count 607 uspace/drv/bus/pci/pciintel/pci.c assert(count < PCI_MAX_HW_RES);
count 609 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].type = INTERRUPT;
count 610 uspace/drv/bus/pci/pciintel/pci.c hw_resources[count].res.interrupt.irq = irq;
count 612 uspace/drv/bus/pci/pciintel/pci.c hw_res_list->count++;
count 783 uspace/drv/bus/pci/pciintel/pci.c assert(hw_resources.count >= 1);
count 785 uspace/drv/bus/pci/pciintel/pci.c if (hw_resources.count == 1) {
count 108 uspace/drv/bus/usb/ehci/hc.c if (hw_res->irqs.count != 1 || hw_res->mem_ranges.count != 1)
count 158 uspace/drv/bus/usb/ehci/hc.c if (hw_res->mem_ranges.count != 1 ||
count 101 uspace/drv/bus/usb/ehci/hw_struct/queue_head.h #define QH_EP_CAP_MULTI_SET(count) \
count 102 uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (((count) & QH_EP_CAP_MULTI_MASK) << QH_EP_CAP_MULTI_SHIFT)
count 110 uspace/drv/bus/usb/ohci/hc.c if (hw_res->irqs.count != 1 || hw_res->mem_ranges.count != 1)
count 158 uspace/drv/bus/usb/ohci/hc.c if (hw_res->mem_ranges.count != 1 ||
count 118 uspace/drv/bus/usb/uhci/hc.c if (hw_res->irqs.count != 1 || hw_res->io_ranges.count != 1)
count 214 uspace/drv/bus/usb/uhci/hc.c if (hw_res->io_ranges.count != 1 ||
count 113 uspace/drv/bus/usb/xhci/hc.c unsigned count = XHCI_REG_RD(ec, XHCI_EC_SP_CP_COUNT);
count 114 uspace/drv/bus/usb/xhci/hc.c xhci_rh_set_ports_protocol(&hc->rh, offset, count, major);
count 192 uspace/drv/bus/usb/xhci/hc.c if (hw_res->mem_ranges.count != 1) {
count 368 uspace/drv/bus/usb/xhci/hc.c if (hw_res->irqs.count != 1) {
count 282 uspace/drv/bus/usb/xhci/rh.c unsigned offset, unsigned count, unsigned major)
count 284 uspace/drv/bus/usb/xhci/rh.c for (unsigned i = offset; i < offset + count; i++)
count 87 uspace/drv/bus/usb/xhci/streams.c static errno_t initialize_primary_structures(xhci_endpoint_t *xhci_ep, unsigned count)
count 90 uspace/drv/bus/usb/xhci/streams.c "for endpoint " XHCI_EP_FMT, count, XHCI_EP_ARGS(*xhci_ep));
count 93 uspace/drv/bus/usb/xhci/streams.c count * sizeof(xhci_stream_ctx_t)))) {
count 98 uspace/drv/bus/usb/xhci/streams.c xhci_ep->primary_stream_data_array = calloc(count, sizeof(xhci_stream_data_t));
count 104 uspace/drv/bus/usb/xhci/streams.c xhci_ep->primary_stream_data_size = count;
count 208 uspace/drv/bus/usb/xhci/streams.c unsigned idx, unsigned count)
count 210 uspace/drv/bus/usb/xhci/streams.c if (count == 0) {
count 218 uspace/drv/bus/usb/xhci/streams.c if ((count & (count - 1)) != 0 || count < 8 || count > 256) {
count 228 uspace/drv/bus/usb/xhci/streams.c data->secondary_size = count;
count 229 uspace/drv/bus/usb/xhci/streams.c data->secondary_data = calloc(count, sizeof(xhci_stream_data_t));
count 235 uspace/drv/bus/usb/xhci/streams.c count * sizeof(xhci_stream_ctx_t)))) {
count 242 uspace/drv/bus/usb/xhci/streams.c XHCI_STREAM_SCT_SET(*ctx, fnzb32(count) + 1);
count 247 uspace/drv/bus/usb/xhci/streams.c for (index = 0; index < count; ++index) {
count 297 uspace/drv/bus/usb/xhci/streams.c xhci_endpoint_t *xhci_ep, unsigned count)
count 311 uspace/drv/bus/usb/xhci/streams.c if (count < 2) {
count 321 uspace/drv/bus/usb/xhci/streams.c if (count > max_psa_size) {
count 327 uspace/drv/bus/usb/xhci/streams.c if (count > xhci_ep->max_streams) {
count 333 uspace/drv/bus/usb/xhci/streams.c if ((count & (count - 1)) != 0) {
count 376 uspace/drv/bus/usb/xhci/streams.c xhci_endpoint_t *xhci_ep, unsigned count)
count 378 uspace/drv/bus/usb/xhci/streams.c errno_t err = verify_stream_conditions(hc, dev, xhci_ep, count);
count 390 uspace/drv/bus/usb/xhci/streams.c err = initialize_primary_structures(xhci_ep, count);
count 395 uspace/drv/bus/usb/xhci/streams.c memset(xhci_ep->primary_stream_ctx_array, 0, count * sizeof(xhci_stream_ctx_t));
count 407 uspace/drv/bus/usb/xhci/streams.c const size_t pstreams = fnzb32(count) - 1;
count 424 uspace/drv/bus/usb/xhci/streams.c xhci_endpoint_t *xhci_ep, unsigned *sizes, unsigned count)
count 432 uspace/drv/bus/usb/xhci/streams.c errno_t err = verify_stream_conditions(hc, dev, xhci_ep, count);
count 437 uspace/drv/bus/usb/xhci/streams.c if (count > 256) {
count 448 uspace/drv/bus/usb/xhci/streams.c for (size_t index = 0; index < count; ++index) {
count 449 uspace/drv/bus/usb/xhci/streams.c if (sizes[count] > max) {
count 450 uspace/drv/bus/usb/xhci/streams.c max = sizes[count];
count 454 uspace/drv/bus/usb/xhci/streams.c if (max * count > xhci_ep->max_streams) {
count 467 uspace/drv/bus/usb/xhci/streams.c err = initialize_primary_structures(xhci_ep, count);
count 472 uspace/drv/bus/usb/xhci/streams.c memset(xhci_ep->primary_stream_ctx_array, 0, count * sizeof(xhci_stream_ctx_t));
count 474 uspace/drv/bus/usb/xhci/streams.c for (index = 0; index < count; ++index) {
count 482 uspace/drv/bus/usb/xhci/streams.c const size_t pstreams = fnzb32(count) - 1;
count 72 uspace/drv/char/i8042/main.c if ((hw_resources.irqs.count != 2) ||
count 73 uspace/drv/char/i8042/main.c (hw_resources.io_ranges.count != 1)) {
count 79 uspace/drv/char/msim-con/main.c if (hw_res.mem_ranges.count != 1) {
count 86 uspace/drv/char/msim-con/main.c if (hw_res.irqs.count != 1) {
count 253 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_read(chardev_srv_t *srv, void *buf, size_t count, size_t *nread,
count 260 uspace/drv/char/ns8250/ns8250.c if (count == 0) {
count 269 uspace/drv/char/ns8250/ns8250.c while (!buf_is_empty(&ns->input_buffer) && pos < count) {
count 299 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_write(chardev_srv_t *srv, const void *buf, size_t count,
count 306 uspace/drv/char/ns8250/ns8250.c for (idx = 0; idx < count; idx++)
count 309 uspace/drv/char/ns8250/ns8250.c *nwritten = count;
count 433 uspace/drv/char/ns8250/ns8250.c for (i = 0; i < hw_resources.count; i++) {
count 79 uspace/drv/char/pc-lpt/main.c if (hw_res.io_ranges.count != 1) {
count 86 uspace/drv/char/pc-lpt/main.c if (hw_res.irqs.count != 1) {
count 79 uspace/drv/char/pl011/main.c if (hw_res.mem_ranges.count != 1) {
count 86 uspace/drv/char/pl011/main.c if (hw_res.irqs.count != 1) {
count 194 uspace/drv/char/pl050/pl050.c if (res.mem_ranges.count != 1) {
count 208 uspace/drv/char/pl050/pl050.c if (res.irqs.count != 1) {
count 79 uspace/drv/char/sun4v-con/main.c if (hw_res.mem_ranges.count != 2) {
count 186 uspace/drv/hid/usbhid/usbhid.c const usb_hid_subdriver_t **subdrivers, unsigned count)
count 191 uspace/drv/hid/usbhid/usbhid.c if (count == 0) {
count 198 uspace/drv/hid/usbhid/usbhid.c hid_dev->subdrivers = calloc((count + 1), sizeof(usb_hid_subdriver_t));
count 203 uspace/drv/hid/usbhid/usbhid.c for (unsigned i = 0; i < count; ++i) {
count 208 uspace/drv/hid/usbhid/usbhid.c hid_dev->subdrivers[count].init = usb_generic_hid_init;
count 209 uspace/drv/hid/usbhid/usbhid.c hid_dev->subdrivers[count].poll = usb_generic_hid_polling_callback;
count 210 uspace/drv/hid/usbhid/usbhid.c hid_dev->subdrivers[count].deinit = usb_generic_hid_deinit;
count 211 uspace/drv/hid/usbhid/usbhid.c hid_dev->subdrivers[count].poll_end = NULL;
count 213 uspace/drv/hid/usbhid/usbhid.c hid_dev->subdriver_count = count + 1;
count 223 uspace/drv/hid/usbhid/usbhid.c unsigned count = 0;
count 262 uspace/drv/hid/usbhid/usbhid.c subdrivers[count++] = &mapping->subdriver;
count 267 uspace/drv/hid/usbhid/usbhid.c return usb_hid_save_subdrivers(hid_dev, subdrivers, count);
count 79 uspace/drv/intctl/apic/main.c if (hw_res.mem_ranges.count != 1) {
count 82 uspace/drv/intctl/gicv2/main.c if (hw_res.mem_ranges.count != 2) {
count 79 uspace/drv/intctl/i8259/main.c if (hw_res.mem_ranges.count != 2) {
count 79 uspace/drv/intctl/icp-ic/main.c if (hw_res.mem_ranges.count != 1) {
count 79 uspace/drv/intctl/obio/main.c if (hw_res.mem_ranges.count != 1) {
count 1956 uspace/drv/nic/e1k/e1k.c if (hw_resources->irqs.count != 1)
count 192 uspace/drv/nic/ne2k/ne2k.c if (hw_res_parsed.irqs.count == 0) {
count 197 uspace/drv/nic/ne2k/ne2k.c if (hw_res_parsed.io_ranges.count == 0) {
count 1036 uspace/drv/nic/rtl8139/driver.c if (hw_resources->irqs.count != 1) {
count 1040 uspace/drv/nic/rtl8139/driver.c if (hw_resources->io_ranges.count != 1) {
count 209 uspace/drv/nic/rtl8169/driver.c if (hw_resources->irqs.count != 1) {
count 214 uspace/drv/nic/rtl8169/driver.c if (hw_resources->io_ranges.count != 1) {
count 131 uspace/drv/nic/virtio-net/virtio-net.c if (res.irqs.count < 1) {
count 136 uspace/drv/platform/amdm37x/main.c .hw_resources = { .resources = ohci_res, .count = ARRAY_SIZE(ohci_res) }
count 142 uspace/drv/platform/amdm37x/main.c .hw_resources = { .resources = ehci_res, .count = ARRAY_SIZE(ehci_res) }
count 148 uspace/drv/platform/amdm37x/main.c .hw_resources = { .resources = disp_res, .count = ARRAY_SIZE(disp_res) }
count 169 uspace/drv/platform/icp/icp.c for (size_t i = 0; i < res->count; ++i) {
count 105 uspace/drv/platform/sun4u/sun4u.c .count = sizeof(obio_res) / sizeof(obio_res[0]),
count 130 uspace/drv/platform/sun4u/sun4u.c .count = sizeof(pci_conf_regs) / sizeof(pci_conf_regs[0]),
count 229 uspace/drv/time/cmos-rtc/cmos-rtc.c for (i = 0; i < hw_resources.count; ++i) {
count 194 uspace/lib/bithenge/src/failure.c ssize_t bithenge_failure_read(int fd, void *buf, size_t count)
count 200 uspace/lib/bithenge/src/failure.c return read(fd, buf, count);
count 659 uspace/lib/bithenge/src/sequence.c bithenge_int_t count;
count 689 uspace/lib/bithenge/src/sequence.c for (bithenge_int_t i = 0; self->count == -1 || i < self->count; i++) {
count 693 uspace/lib/bithenge/src/sequence.c if ((rc == EINVAL || rc == ENOENT) && self->count == -1) {
count 694 uspace/lib/bithenge/src/sequence.c self->count = i;
count 696 uspace/lib/bithenge/src/sequence.c self->count);
count 738 uspace/lib/bithenge/src/sequence.c if (index < 0 || (self->count != -1 && index >= self->count))
count 774 uspace/lib/bithenge/src/sequence.c bithenge_int_t count = -1;
count 785 uspace/lib/bithenge/src/sequence.c count = bithenge_integer_node_value(count_node);
count 787 uspace/lib/bithenge/src/sequence.c if (count < 0)
count 803 uspace/lib/bithenge/src/sequence.c blob, count, count == -1);
count 811 uspace/lib/bithenge/src/sequence.c node->count = count;
count 837 uspace/lib/bithenge/src/sequence.c bithenge_int_t count = node_as_repeat(*out_node)->count;
count 838 uspace/lib/bithenge/src/sequence.c if (count != -1) {
count 840 uspace/lib/bithenge/src/sequence.c out_size, count);
count 847 uspace/lib/bithenge/src/sequence.c for (count = 1; ; count++) {
count 850 uspace/lib/bithenge/src/sequence.c node_as_seq(*out_node), &size, count);
count 939 uspace/lib/bithenge/src/sequence.c bithenge_int_t count;
count 1009 uspace/lib/bithenge/src/sequence.c self->count = i + 1;
count 1011 uspace/lib/bithenge/src/sequence.c self->count);
count 1071 uspace/lib/bithenge/src/sequence.c node->count = -1;
count 1101 uspace/lib/bithenge/src/sequence.c node_as_do_while(*out_node)->count);
count 119 uspace/lib/c/arch/mips32/include/libarch/cp0.h GEN_READ_CP0(count, 9);
count 120 uspace/lib/c/arch/mips32/include/libarch/cp0.h GEN_WRITE_CP0(count, 9);
count 112 uspace/lib/c/common/adt/bitmap.c void bitmap_set_range(bitmap_t *bitmap, size_t start, size_t count)
count 114 uspace/lib/c/common/adt/bitmap.c assert(start + count <= bitmap->elements);
count 116 uspace/lib/c/common/adt/bitmap.c if (count == 0)
count 123 uspace/lib/c/common/adt/bitmap.c size_t lub = min(aligned_start - start, count);
count 126 uspace/lib/c/common/adt/bitmap.c size_t amb = (count > lub) ? (count - lub) : 0;
count 131 uspace/lib/c/common/adt/bitmap.c if (start + count < aligned_start) {
count 166 uspace/lib/c/common/adt/bitmap.c void bitmap_clear_range(bitmap_t *bitmap, size_t start, size_t count)
count 168 uspace/lib/c/common/adt/bitmap.c assert(start + count <= bitmap->elements);
count 170 uspace/lib/c/common/adt/bitmap.c if (count == 0)
count 177 uspace/lib/c/common/adt/bitmap.c size_t lub = min(aligned_start - start, count);
count 180 uspace/lib/c/common/adt/bitmap.c size_t amb = (count > lub) ? (count - lub) : 0;
count 185 uspace/lib/c/common/adt/bitmap.c if (start + count < aligned_start) {
count 222 uspace/lib/c/common/adt/bitmap.c void bitmap_copy(bitmap_t *dst, bitmap_t *src, size_t count)
count 224 uspace/lib/c/common/adt/bitmap.c assert(count <= dst->elements);
count 225 uspace/lib/c/common/adt/bitmap.c assert(count <= src->elements);
count 229 uspace/lib/c/common/adt/bitmap.c for (i = 0; i < count / BITMAP_ELEMENT; i++)
count 232 uspace/lib/c/common/adt/bitmap.c if (count % BITMAP_ELEMENT) {
count 234 uspace/lib/c/common/adt/bitmap.c count % BITMAP_ELEMENT);
count 236 uspace/lib/c/common/adt/bitmap.c ((1 << (count % BITMAP_ELEMENT)) - 1);
count 271 uspace/lib/c/common/adt/bitmap.c bool bitmap_allocate_range(bitmap_t *bitmap, size_t count, size_t base,
count 274 uspace/lib/c/common/adt/bitmap.c if (count == 0)
count 312 uspace/lib/c/common/adt/bitmap.c for (size_t j = 1; j < count; j++) {
count 320 uspace/lib/c/common/adt/bitmap.c if (continuous == count) {
count 322 uspace/lib/c/common/adt/bitmap.c bitmap_set_range(bitmap, i, count);
count 105 uspace/lib/c/common/adt/list.c size_t count = 0;
count 109 uspace/lib/c/common/adt/list.c count++;
count 113 uspace/lib/c/common/adt/list.c return count;
count 586 uspace/lib/c/common/printf/printf_core.c static int print_padding(char ch, int count, printf_spec_t *ps)
count 588 uspace/lib/c/common/printf/printf_core.c for (int i = 0; i < count; ++i) {
count 594 uspace/lib/c/common/printf/printf_core.c return count;
count 44 uspace/lib/c/generic/device/hw_res.c sysarg_t count = 0;
count 49 uspace/lib/c/generic/device/hw_res.c HW_RES_GET_RESOURCE_LIST, &count);
count 56 uspace/lib/c/generic/device/hw_res.c size_t size = count * sizeof(hw_resource_t);
count 73 uspace/lib/c/generic/device/hw_res.c hw_resources->count = count;
count 48 uspace/lib/c/generic/device/hw_res_parsed.c const size_t count = out->dma_channels.count;
count 52 uspace/lib/c/generic/device/hw_res_parsed.c for (size_t i = 0; i < count; ++i) {
count 58 uspace/lib/c/generic/device/hw_res_parsed.c out->dma_channels.channels[count] = channel;
count 59 uspace/lib/c/generic/device/hw_res_parsed.c ++out->dma_channels.count;
count 68 uspace/lib/c/generic/device/hw_res_parsed.c size_t count = out->irqs.count;
count 72 uspace/lib/c/generic/device/hw_res_parsed.c for (size_t i = 0; i < count; i++) {
count 78 uspace/lib/c/generic/device/hw_res_parsed.c out->irqs.irqs[count] = irq;
count 79 uspace/lib/c/generic/device/hw_res_parsed.c out->irqs.count++;
count 119 uspace/lib/c/generic/device/hw_res_parsed.c size_t count = out->io_ranges.count;
count 122 uspace/lib/c/generic/device/hw_res_parsed.c for (size_t i = 0; i < count; i++) {
count 134 uspace/lib/c/generic/device/hw_res_parsed.c RNGABS(out->io_ranges.ranges[count]) = absolute;
count 135 uspace/lib/c/generic/device/hw_res_parsed.c RNGREL(out->io_ranges.ranges[count]) = relative;
count 136 uspace/lib/c/generic/device/hw_res_parsed.c RNGSZ(out->io_ranges.ranges[count]) = size;
count 137 uspace/lib/c/generic/device/hw_res_parsed.c out->io_ranges.ranges[count].endianness = endianness;
count 138 uspace/lib/c/generic/device/hw_res_parsed.c out->io_ranges.count++;
count 162 uspace/lib/c/generic/device/hw_res_parsed.c size_t count = out->mem_ranges.count;
count 165 uspace/lib/c/generic/device/hw_res_parsed.c for (size_t i = 0; i < count; ++i) {
count 177 uspace/lib/c/generic/device/hw_res_parsed.c RNGABS(out->mem_ranges.ranges[count]) = absolute;
count 178 uspace/lib/c/generic/device/hw_res_parsed.c RNGREL(out->mem_ranges.ranges[count]) = relative;
count 179 uspace/lib/c/generic/device/hw_res_parsed.c RNGSZ(out->mem_ranges.ranges[count]) = size;
count 180 uspace/lib/c/generic/device/hw_res_parsed.c out->mem_ranges.ranges[count].endianness = endianness;
count 181 uspace/lib/c/generic/device/hw_res_parsed.c out->mem_ranges.count++;
count 202 uspace/lib/c/generic/device/hw_res_parsed.c size_t res_count = res->count;
count 43 uspace/lib/c/generic/io/asprintf.c static int asprintf_str_write(const char *str, size_t count, void *unused)
count 45 uspace/lib/c/generic/io/asprintf.c return str_nlength(str, count);
count 48 uspace/lib/c/generic/io/asprintf.c static int asprintf_wstr_write(const char32_t *str, size_t count, void *unused)
count 50 uspace/lib/c/generic/io/asprintf.c return wstr_nlength(str, count);
count 592 uspace/lib/c/generic/loc.c sysarg_t count;
count 593 uspace/lib/c/generic/loc.c errno_t retval = async_req_0_1(exch, LOC_GET_NAMESPACE_COUNT, &count);
count 597 uspace/lib/c/generic/loc.c return count;
count 624 uspace/lib/c/generic/loc.c sysarg_t count;
count 626 uspace/lib/c/generic/loc.c &count);
count 630 uspace/lib/c/generic/loc.c return count;
count 656 uspace/lib/c/generic/loc.c size_t count = loc_count_namespaces_internal(exch);
count 659 uspace/lib/c/generic/loc.c if (count == 0)
count 662 uspace/lib/c/generic/loc.c loc_sdesc_t *devs = (loc_sdesc_t *) calloc(count, sizeof(loc_sdesc_t));
count 670 uspace/lib/c/generic/loc.c errno_t rc = async_data_read_start(exch, devs, count * sizeof(loc_sdesc_t));
count 696 uspace/lib/c/generic/loc.c return count;
count 705 uspace/lib/c/generic/loc.c size_t count = loc_count_services_internal(exch, ns_handle);
count 708 uspace/lib/c/generic/loc.c if (count == 0)
count 711 uspace/lib/c/generic/loc.c loc_sdesc_t *devs = (loc_sdesc_t *) calloc(count, sizeof(loc_sdesc_t));
count 719 uspace/lib/c/generic/loc.c errno_t rc = async_data_read_start(exch, devs, count * sizeof(loc_sdesc_t));
count 745 uspace/lib/c/generic/loc.c return count;
count 787 uspace/lib/c/generic/loc.c sysarg_t **data, size_t *count)
count 790 uspace/lib/c/generic/loc.c *count = 0;
count 821 uspace/lib/c/generic/loc.c *count = act_size / sizeof(category_id_t);
count 836 uspace/lib/c/generic/loc.c size_t *count)
count 839 uspace/lib/c/generic/loc.c data, count);
count 850 uspace/lib/c/generic/loc.c errno_t loc_get_categories(category_id_t **data, size_t *count)
count 853 uspace/lib/c/generic/loc.c data, count);
count 43 uspace/lib/c/generic/private/io.h extern void __inbox_init(struct pcb_inbox_entry *entries, int count);
count 67 uspace/lib/c/generic/stats.c stats_cpu_t *stats_get_cpus(size_t *count)
count 76 uspace/lib/c/generic/stats.c *count = 0;
count 80 uspace/lib/c/generic/stats.c *count = size / sizeof(stats_cpu_t);
count 116 uspace/lib/c/generic/stats.c stats_task_t *stats_get_tasks(size_t *count)
count 125 uspace/lib/c/generic/stats.c *count = 0;
count 129 uspace/lib/c/generic/stats.c *count = size / sizeof(stats_task_t);
count 169 uspace/lib/c/generic/stats.c stats_thread_t *stats_get_threads(size_t *count)
count 178 uspace/lib/c/generic/stats.c *count = 0;
count 182 uspace/lib/c/generic/stats.c *count = size / sizeof(stats_thread_t);
count 195 uspace/lib/c/generic/stats.c stats_ipcc_t *stats_get_ipccs(size_t *count)
count 204 uspace/lib/c/generic/stats.c *count = 0;
count 208 uspace/lib/c/generic/stats.c *count = size / sizeof(stats_ipcc_t);
count 221 uspace/lib/c/generic/stats.c stats_exc_t *stats_get_exceptions(size_t *count)
count 230 uspace/lib/c/generic/stats.c *count = 0;
count 234 uspace/lib/c/generic/stats.c *count = size / sizeof(stats_exc_t);
count 274 uspace/lib/c/generic/stats.c load_t *stats_get_load(size_t *count)
count 283 uspace/lib/c/generic/stats.c *count = 0;
count 287 uspace/lib/c/generic/stats.c *count = size / sizeof(load_t);
count 113 uspace/lib/c/generic/thread/fibril.c long count = (long) list_count(&ready_list) +
count 115 uspace/lib/c/generic/thread/fibril.c assert(ready_st_count == count);
count 667 uspace/lib/c/generic/thread/fibril_synch.c void fibril_semaphore_initialize(fibril_semaphore_t *sem, long count)
count 673 uspace/lib/c/generic/thread/fibril_synch.c assert(count >= 0);
count 675 uspace/lib/c/generic/thread/fibril_synch.c sem->count = count;
count 696 uspace/lib/c/generic/thread/fibril_synch.c sem->count++;
count 698 uspace/lib/c/generic/thread/fibril_synch.c if (sem->count <= 0) {
count 723 uspace/lib/c/generic/thread/fibril_synch.c sem->count--;
count 725 uspace/lib/c/generic/thread/fibril_synch.c if (sem->count >= 0) {
count 749 uspace/lib/c/generic/thread/fibril_synch.c sem->count--;
count 751 uspace/lib/c/generic/thread/fibril_synch.c if (sem->count >= 0) {
count 780 uspace/lib/c/generic/thread/fibril_synch.c sem->count++;
count 84 uspace/lib/c/generic/time.c size_t count;
count 85 uspace/lib/c/generic/time.c stats_cpu_t *cpu_stats = stats_get_cpus(&count);
count 165 uspace/lib/c/generic/vfs/inbox.c void __inbox_init(struct pcb_inbox_entry *entries, int count)
count 167 uspace/lib/c/generic/vfs/inbox.c for (int i = 0; i < count; i++) {
count 412 uspace/lib/c/generic/vfs/vfs.c size_t count, i;
count 438 uspace/lib/c/generic/vfs/vfs.c count = 0;
count 442 uspace/lib/c/generic/vfs/vfs.c ++count;
count 446 uspace/lib/c/generic/vfs/vfs.c if (count == 0) {
count 451 uspace/lib/c/generic/vfs/vfs.c fstypes->fstypes = calloc(sizeof(char *), count + 1);
count 460 uspace/lib/c/generic/vfs/vfs.c count = 0;
count 464 uspace/lib/c/generic/vfs/vfs.c fstypes->fstypes[++count] = &buf[i + 1];
count 467 uspace/lib/c/generic/vfs/vfs.c fstypes->fstypes[count] = NULL;
count 106 uspace/lib/c/include/device/hw_res.h size_t count;
count 117 uspace/lib/c/include/device/hw_res.h hw_res->count = 0;
count 82 uspace/lib/c/include/device/hw_res_parsed.h size_t count;
count 91 uspace/lib/c/include/device/hw_res_parsed.h size_t count;
count 100 uspace/lib/c/include/device/hw_res_parsed.h size_t count;
count 81 uspace/lib/c/include/fibril_synch.h .count = (cnt), \
count 147 uspace/lib/c/include/fibril_synch.h long int count;
count 119 uspace/lib/compress/inflate.c uint16_t *count; /**< Array of symbol counts */
count 217 uspace/lib/compress/inflate.c .count = len_count,
count 225 uspace/lib/compress/inflate.c .count = dist_count,
count 340 uspace/lib/compress/inflate.c uint16_t count = huffman->count[len];
count 341 uspace/lib/compress/inflate.c if (code < first + count) {
count 348 uspace/lib/compress/inflate.c index += count;
count 349 uspace/lib/compress/inflate.c first += count;
count 373 uspace/lib/compress/inflate.c huffman->count[len] = 0;
count 378 uspace/lib/compress/inflate.c huffman->count[length[symbol]]++;
count 380 uspace/lib/compress/inflate.c if (huffman->count[0] == n) {
count 389 uspace/lib/compress/inflate.c left -= huffman->count[len];
count 401 uspace/lib/compress/inflate.c offs[len + 1] = offs[len] + huffman->count[len];
count 521 uspace/lib/compress/inflate.c dyn_len_code.count = dyn_len_count;
count 524 uspace/lib/compress/inflate.c dyn_dist_code.count = dyn_dist_count;
count 603 uspace/lib/compress/inflate.c if ((rc < 0) || ((rc > 0) && (dyn_len_code.count[0] + 1 != nlen)))
count 608 uspace/lib/compress/inflate.c if ((rc < 0) || ((rc > 0) && (dyn_dist_code.count[0] + 1 != ndist)))
count 343 uspace/lib/cpp/include/__bits/adt/bitset.hpp return count() == size();
count 348 uspace/lib/cpp/include/__bits/adt/bitset.hpp return count() != 0;
count 353 uspace/lib/cpp/include/__bits/adt/bitset.hpp return count() == 0;
count 581 uspace/lib/cpp/include/__bits/adt/deque.hpp auto count = size_ - sz;
count 582 uspace/lib/cpp/include/__bits/adt/deque.hpp for (size_type i = 0; i < count; ++i)
count 588 uspace/lib/cpp/include/__bits/adt/deque.hpp auto count = sz - size_;
count 589 uspace/lib/cpp/include/__bits/adt/deque.hpp for (size_type i = 0; i < count; ++i)
count 598 uspace/lib/cpp/include/__bits/adt/deque.hpp auto count = size_ - sz;
count 599 uspace/lib/cpp/include/__bits/adt/deque.hpp for (size_type i = 0; i < count; ++i)
count 604 uspace/lib/cpp/include/__bits/adt/deque.hpp auto count = sz - size_;
count 605 uspace/lib/cpp/include/__bits/adt/deque.hpp for (size_type i = 0; i < count; ++i)
count 799 uspace/lib/cpp/include/__bits/adt/deque.hpp auto count = distance(first, last);
count 803 uspace/lib/cpp/include/__bits/adt/deque.hpp shift_left_(idx, count);
count 811 uspace/lib/cpp/include/__bits/adt/deque.hpp shift_right_(idx, count);
count 818 uspace/lib/cpp/include/__bits/adt/deque.hpp size_ += count;
count 900 uspace/lib/cpp/include/__bits/adt/deque.hpp auto count = distance(first, last);
count 908 uspace/lib/cpp/include/__bits/adt/deque.hpp for (size_type i = 0; i < count; ++i)
count 1003 uspace/lib/cpp/include/__bits/adt/deque.hpp void ensure_space_front_(size_type idx, size_type count)
count 1009 uspace/lib/cpp/include/__bits/adt/deque.hpp if (count <= free_space)
count 1011 uspace/lib/cpp/include/__bits/adt/deque.hpp front_bucket_idx_ -= count;
count 1015 uspace/lib/cpp/include/__bits/adt/deque.hpp count -= free_space;
count 1017 uspace/lib/cpp/include/__bits/adt/deque.hpp auto buckets_needed = count / bucket_size_;
count 1018 uspace/lib/cpp/include/__bits/adt/deque.hpp if (count % bucket_size_ != 0)
count 1024 uspace/lib/cpp/include/__bits/adt/deque.hpp front_bucket_idx_ = bucket_size_ - (count % bucket_size_);
count 1027 uspace/lib/cpp/include/__bits/adt/deque.hpp void ensure_space_back_(size_type idx, size_type count)
count 1030 uspace/lib/cpp/include/__bits/adt/deque.hpp if (count < free_space)
count 1033 uspace/lib/cpp/include/__bits/adt/deque.hpp count -= free_space;
count 1034 uspace/lib/cpp/include/__bits/adt/deque.hpp auto buckets_needed = count / bucket_size_;
count 1035 uspace/lib/cpp/include/__bits/adt/deque.hpp if (count % bucket_size_ != 0)
count 1041 uspace/lib/cpp/include/__bits/adt/deque.hpp back_bucket_idx_ = (back_bucket_idx_ + count) % bucket_size_;
count 1044 uspace/lib/cpp/include/__bits/adt/deque.hpp void shift_right_(size_type idx, size_type count)
count 1046 uspace/lib/cpp/include/__bits/adt/deque.hpp ensure_space_back_(idx, count);
count 1049 uspace/lib/cpp/include/__bits/adt/deque.hpp copy_backward(it, end(), end() + count - 1);
count 1053 uspace/lib/cpp/include/__bits/adt/deque.hpp void shift_left_(size_type idx, size_type count)
count 1055 uspace/lib/cpp/include/__bits/adt/deque.hpp ensure_space_front_(idx, count);
count 1058 uspace/lib/cpp/include/__bits/adt/deque.hpp iterator{*this, count},
count 1059 uspace/lib/cpp/include/__bits/adt/deque.hpp iterator{*this, idx + count - 1},
count 317 uspace/lib/cpp/include/__bits/adt/hash_table.hpp return Policy::count(*this, key);
count 399 uspace/lib/cpp/include/__bits/adt/hash_table.hpp void rehash(size_type count)
count 401 uspace/lib/cpp/include/__bits/adt/hash_table.hpp if (count < size_ / max_load_factor_)
count 402 uspace/lib/cpp/include/__bits/adt/hash_table.hpp count = size_ / max_load_factor_;
count 411 uspace/lib/cpp/include/__bits/adt/hash_table.hpp hash_table new_table{count, max_load_factor_};
count 457 uspace/lib/cpp/include/__bits/adt/hash_table.hpp void reserve(size_type count)
count 459 uspace/lib/cpp/include/__bits/adt/hash_table.hpp rehash(count / max_load_factor_ + 1);
count 487 uspace/lib/cpp/include/__bits/adt/hash_table.hpp auto other_cnt = other.count(key_extractor_(*it));
count 957 uspace/lib/cpp/include/__bits/adt/list.hpp auto count = distance(
count 961 uspace/lib/cpp/include/__bits/adt/list.hpp ++count;
count 963 uspace/lib/cpp/include/__bits/adt/list.hpp size_ += count;
count 964 uspace/lib/cpp/include/__bits/adt/list.hpp other.size_ -= count;
count 546 uspace/lib/cpp/include/__bits/adt/map.hpp return tree_.count(key);
count 555 uspace/lib/cpp/include/__bits/adt/map.hpp return tree_.count(key);
count 1065 uspace/lib/cpp/include/__bits/adt/map.hpp return tree_.count(key);
count 1074 uspace/lib/cpp/include/__bits/adt/map.hpp return tree_.count(key);
count 268 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return Policy::count(*this, key);
count 363 uspace/lib/cpp/include/__bits/adt/set.hpp return tree_.count(key);
count 372 uspace/lib/cpp/include/__bits/adt/set.hpp return tree_.count(key);
count 844 uspace/lib/cpp/include/__bits/adt/set.hpp return tree_.count(key);
count 853 uspace/lib/cpp/include/__bits/adt/set.hpp return tree_.count(key);
count 537 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp return table_.count(key);
count 692 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp void reserve(size_type count)
count 694 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp table_.reserve(count);
count 1041 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp return table_.count(key);
count 1124 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp void reserve(size_type count)
count 1126 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp table_.reserve(count);
count 350 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp return table_.count(key);
count 433 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp void reserve(size_type count)
count 435 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp table_.reserve(count);
count 766 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp return table_.count(key);
count 849 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp void reserve(size_type count)
count 851 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp table_.reserve(count);
count 435 uspace/lib/cpp/include/__bits/adt/vector.hpp iterator insert(const_iterator position, size_type count, const value_type& x)
count 439 uspace/lib/cpp/include/__bits/adt/vector.hpp pos = shift_(pos, count);
count 441 uspace/lib/cpp/include/__bits/adt/vector.hpp for (size_type i = 0; i < count; ++i)
count 452 uspace/lib/cpp/include/__bits/adt/vector.hpp auto count = static_cast<size_type>(last - first);
count 454 uspace/lib/cpp/include/__bits/adt/vector.hpp pos = shift_(pos, count);
count 560 uspace/lib/cpp/include/__bits/adt/vector.hpp iterator shift_(iterator position, size_type count)
count 562 uspace/lib/cpp/include/__bits/adt/vector.hpp if (size_ + count < capacity_)
count 564 uspace/lib/cpp/include/__bits/adt/vector.hpp copy_backward(position, end(), end() + count);
count 565 uspace/lib/cpp/include/__bits/adt/vector.hpp size_ += count;
count 572 uspace/lib/cpp/include/__bits/adt/vector.hpp auto end_idx = start_idx + count;
count 573 uspace/lib/cpp/include/__bits/adt/vector.hpp auto new_size = size_ + count;
count 361 uspace/lib/cpp/include/__bits/algorithm.hpp OutputIterator copy_n(InputIterator first, Size count, OutputIterator result)
count 363 uspace/lib/cpp/include/__bits/algorithm.hpp for (Size i = 0; i < count; ++i, ++first, ++result)
count 536 uspace/lib/cpp/include/__bits/algorithm.hpp void fill_n(InputIterator first, Size count, const T& value)
count 538 uspace/lib/cpp/include/__bits/algorithm.hpp for (Size i = 0; i < count; ++i)
count 555 uspace/lib/cpp/include/__bits/algorithm.hpp void generate(OutputIterator first, Size count, Generator gen)
count 557 uspace/lib/cpp/include/__bits/algorithm.hpp for (Size i = 0; i < count; ++i)
count 881 uspace/lib/cpp/include/__bits/algorithm.hpp Size idx, Size count, Compare comp)
count 891 uspace/lib/cpp/include/__bits/algorithm.hpp while ((left < count && left_incorrect) ||
count 892 uspace/lib/cpp/include/__bits/algorithm.hpp (right < count && right_incorrect))
count 894 uspace/lib/cpp/include/__bits/algorithm.hpp if (right >= count || (left_incorrect && comp(first[right], first[left])))
count 900 uspace/lib/cpp/include/__bits/algorithm.hpp else if (right < count && right_incorrect)
count 936 uspace/lib/cpp/include/__bits/algorithm.hpp auto count = distance(first, last);
count 937 uspace/lib/cpp/include/__bits/algorithm.hpp if (count <= 1)
count 940 uspace/lib/cpp/include/__bits/algorithm.hpp auto idx = count - 1;
count 969 uspace/lib/cpp/include/__bits/algorithm.hpp auto count = distance(first, last);
count 970 uspace/lib/cpp/include/__bits/algorithm.hpp if (count <= 1)
count 973 uspace/lib/cpp/include/__bits/algorithm.hpp swap(first[0], first[count - 1]);
count 974 uspace/lib/cpp/include/__bits/algorithm.hpp aux::correct_children(first, decltype(count){}, count - 2, comp);
count 995 uspace/lib/cpp/include/__bits/algorithm.hpp auto count = distance(first, last);
count 996 uspace/lib/cpp/include/__bits/algorithm.hpp if (count <= 1)
count 999 uspace/lib/cpp/include/__bits/algorithm.hpp for (auto i = count; i > 0; --i)
count 1003 uspace/lib/cpp/include/__bits/algorithm.hpp aux::correct_children(first, idx, count, comp);
count 1048 uspace/lib/cpp/include/__bits/algorithm.hpp auto count = distance(first, last);
count 1049 uspace/lib/cpp/include/__bits/algorithm.hpp if (count < 2)
count 1053 uspace/lib/cpp/include/__bits/algorithm.hpp for (decltype(count) idx = 0; idx < count; ++idx)
count 1058 uspace/lib/cpp/include/__bits/algorithm.hpp if (left < count && comp(first[idx], first[left]))
count 1060 uspace/lib/cpp/include/__bits/algorithm.hpp if (right < count && comp(first[idx], first[right]))
count 74 uspace/lib/cpp/include/__bits/chrono.hpp : rep_{duration_cast<duration>(other).count()}
count 132 uspace/lib/cpp/include/__bits/chrono.hpp rep_ += rhs.count();
count 139 uspace/lib/cpp/include/__bits/chrono.hpp rep_ -= rhs.count();
count 167 uspace/lib/cpp/include/__bits/chrono.hpp rep_ %= rhs.count();
count 333 uspace/lib/cpp/include/__bits/chrono.hpp return CD(CD(lhs).count() + CD(rhs).count());
count 341 uspace/lib/cpp/include/__bits/chrono.hpp return CD(CD(lhs).count() - CD(rhs).count());
count 352 uspace/lib/cpp/include/__bits/chrono.hpp return CD(CD(dur).count() * rep);
count 373 uspace/lib/cpp/include/__bits/chrono.hpp return CD(CD(dur).count() / rep);
count 381 uspace/lib/cpp/include/__bits/chrono.hpp return CD(lhs).count() / CD(rhs).count();
count 392 uspace/lib/cpp/include/__bits/chrono.hpp return CD(CD(dur).count() / rep);
count 400 uspace/lib/cpp/include/__bits/chrono.hpp return CD(CD(lhs).count() % CD(rhs).count());
count 412 uspace/lib/cpp/include/__bits/chrono.hpp return CT(lhs).count() == CT(rhs).count();
count 427 uspace/lib/cpp/include/__bits/chrono.hpp return CT(lhs).count() < CT(rhs).count();
count 466 uspace/lib/cpp/include/__bits/chrono.hpp return ToDuration(static_cast<to_rep>(dur.count()));
count 471 uspace/lib/cpp/include/__bits/chrono.hpp static_cast<CR>(dur.count()) * static_cast<CR>(CF::num)
count 479 uspace/lib/cpp/include/__bits/chrono.hpp static_cast<CR>(dur.count()) / static_cast<CR>(CF::den)
count 487 uspace/lib/cpp/include/__bits/chrono.hpp static_cast<CR>(dur.count()) * static_cast<CR>(CF::num)
count 68 uspace/lib/cpp/include/__bits/insert_iterator.hpp explicit insert_iterator(difference_type count, const value_type& val = value_type{})
count 69 uspace/lib/cpp/include/__bits/insert_iterator.hpp : value_{val}, count_{count}
count 192 uspace/lib/cpp/include/__bits/io/fstream.hpp auto count = static_cast<off_type>(buf_size_) - idx;
count 194 uspace/lib/cpp/include/__bits/io/fstream.hpp for (; i < count; ++i, ++idx)
count 257 uspace/lib/cpp/include/__bits/io/fstream.hpp auto count = static_cast<size_t>(this->output_next_ - this->output_begin_);
count 258 uspace/lib/cpp/include/__bits/io/fstream.hpp fwrite(obuf_, sizeof(char_type), count, file_);
count 640 uspace/lib/cpp/include/__bits/io/istream.hpp auto count = (avail < n ? avail : n);
count 641 uspace/lib/cpp/include/__bits/io/istream.hpp while (gcount_ < count)
count 376 uspace/lib/cpp/include/__bits/io/ostream.hpp size_t count{};
count 386 uspace/lib/cpp/include/__bits/io/ostream.hpp ++count;
count 391 uspace/lib/cpp/include/__bits/io/ostream.hpp if (count == 0)
count 74 uspace/lib/cpp/include/__bits/io/streambufs.hpp auto count = buf_size_ - idx;
count 76 uspace/lib/cpp/include/__bits/io/streambufs.hpp for (; i < count; ++i, ++idx)
count 418 uspace/lib/cpp/include/__bits/random.hpp result_type lshift_(result_type val, size_t count)
count 420 uspace/lib/cpp/include/__bits/random.hpp return (val << count) % aux::pow2u(w);
count 694 uspace/lib/cpp/include/__bits/random.hpp auto count = p - r;
count 695 uspace/lib/cpp/include/__bits/random.hpp for (size_t i = 0; i < count; ++i)
count 1052 uspace/lib/cpp/include/__bits/string/string.hpp auto count = static_cast<size_type>(last - first);
count 1053 uspace/lib/cpp/include/__bits/string/string.hpp erase(idx, count);
count 135 uspace/lib/cpp/include/__bits/string/string_io.hpp streamsize count{};
count 151 uspace/lib/cpp/include/__bits/string/string_io.hpp ++count;
count 153 uspace/lib/cpp/include/__bits/string/string_io.hpp if (count >= static_cast<streamsize>(str.max_size()))
count 160 uspace/lib/cpp/include/__bits/string/string_io.hpp if (count == 0)
count 163 uspace/lib/cpp/include/__bits/test/test.hpp if (cont.count(*first1++) != *first2++)
count 149 uspace/lib/cpp/include/__bits/thread/threading.hpp return std::chrono::duration_cast<std::chrono::duration<Rep, micro>>(dur).count();
count 136 uspace/lib/cpp/src/__bits/test/algorithm.cpp auto res12 = std::count(data3.begin(), data3.end(), 3);
count 197 uspace/lib/cpp/src/__bits/test/bitset.cpp test_eq("count", b4.count(), 4U);
count 227 uspace/lib/cpp/src/__bits/test/map.cpp auto res15 = map3.count(1);
count 294 uspace/lib/cpp/src/__bits/test/map.cpp auto res1 = mmap.count(6);
count 300 uspace/lib/cpp/src/__bits/test/map.cpp test_eq("multi duplicit emplace pt3", mmap.count(7), 2U);
count 305 uspace/lib/cpp/src/__bits/test/map.cpp test_eq("multi unique emplace pt3", mmap.count(8), 1U);
count 310 uspace/lib/cpp/src/__bits/test/map.cpp test_eq("multi duplicit insert pt3", mmap.count(8), 2U);
count 315 uspace/lib/cpp/src/__bits/test/map.cpp test_eq("multi unique insert pt3", mmap.count(9), 1U);
count 319 uspace/lib/cpp/src/__bits/test/map.cpp test_eq("multi erase by key pt2", mmap.count(8), 0U);
count 323 uspace/lib/cpp/src/__bits/test/map.cpp test_eq("multi erase by iterator pt2", mmap.count(7), 1U);
count 176 uspace/lib/cpp/src/__bits/test/set.cpp auto res15 = set3.count(1);
count 221 uspace/lib/cpp/src/__bits/test/set.cpp auto res1 = mset.count(6);
count 226 uspace/lib/cpp/src/__bits/test/set.cpp test_eq("multi duplicit emplace pt2", mset.count(7), 2U);
count 230 uspace/lib/cpp/src/__bits/test/set.cpp test_eq("multi unique emplace pt2", mset.count(8), 1U);
count 234 uspace/lib/cpp/src/__bits/test/set.cpp test_eq("multi duplicit insert pt2", mset.count(8), 2U);
count 238 uspace/lib/cpp/src/__bits/test/set.cpp test_eq("multi unique insert pt2", mset.count(9), 1U);
count 242 uspace/lib/cpp/src/__bits/test/set.cpp test_eq("multi erase by key pt2", mset.count(8), 0U);
count 246 uspace/lib/cpp/src/__bits/test/set.cpp test_eq("multi erase by iterator pt2", mset.count(7), 1U);
count 200 uspace/lib/cpp/src/__bits/test/unordered_map.cpp auto res13 = map3.count(1);
count 231 uspace/lib/cpp/src/__bits/test/unordered_map.cpp auto res1 = mmap.count(6);
count 237 uspace/lib/cpp/src/__bits/test/unordered_map.cpp test_eq("multi duplicit emplace pt3", mmap.count(7), 2U);
count 242 uspace/lib/cpp/src/__bits/test/unordered_map.cpp test_eq("multi unique emplace pt3", mmap.count(8), 1U);
count 247 uspace/lib/cpp/src/__bits/test/unordered_map.cpp test_eq("multi duplicit insert pt3", mmap.count(8), 2U);
count 252 uspace/lib/cpp/src/__bits/test/unordered_map.cpp test_eq("multi unique insert pt3", mmap.count(9), 1U);
count 256 uspace/lib/cpp/src/__bits/test/unordered_map.cpp test_eq("multi erase by key pt2", mmap.count(8), 0U);
count 264 uspace/lib/cpp/src/__bits/test/unordered_map.cpp test_eq("multi erase by iterator pt2", mmap.count(7), 1U);
count 166 uspace/lib/cpp/src/__bits/test/unordered_set.cpp auto res15 = set3.count(1);
count 187 uspace/lib/cpp/src/__bits/test/unordered_set.cpp auto res1 = mset.count(6);
count 192 uspace/lib/cpp/src/__bits/test/unordered_set.cpp test_eq("multi duplicit emplace pt2", mset.count(7), 2U);
count 196 uspace/lib/cpp/src/__bits/test/unordered_set.cpp test_eq("multi unique emplace pt2", mset.count(8), 1U);
count 200 uspace/lib/cpp/src/__bits/test/unordered_set.cpp test_eq("multi duplicit insert pt2", mset.count(8), 2U);
count 204 uspace/lib/cpp/src/__bits/test/unordered_set.cpp test_eq("multi unique insert pt2", mset.count(9), 1U);
count 208 uspace/lib/cpp/src/__bits/test/unordered_set.cpp test_eq("multi erase by key pt2", mset.count(8), 0U);
count 212 uspace/lib/cpp/src/__bits/test/unordered_set.cpp test_eq("multi erase by iterator pt2", mset.count(7), 1U);
count 534 uspace/lib/device/src/devman.c devman_handle_t **data, size_t *count)
count 571 uspace/lib/device/src/devman.c *count = act_size / sizeof(devman_handle_t);
count 590 uspace/lib/device/src/devman.c size_t *count)
count 593 uspace/lib/device/src/devman.c devh, funcs, count);
count 623 uspace/lib/device/src/devman.c size_t *count)
count 625 uspace/lib/device/src/devman.c return devman_get_handles_internal(DEVMAN_GET_DRIVERS, 0, drvs, count);
count 629 uspace/lib/device/src/devman.c size_t *count)
count 632 uspace/lib/device/src/devman.c drvh, devs, count);
count 56 uspace/lib/device/src/irc.c size_t count;
count 65 uspace/lib/device/src/irc.c rc = loc_category_get_svcs(irc_cat, &svcs, &count);
count 69 uspace/lib/device/src/irc.c if (count > 0)
count 140 uspace/lib/device/src/pci.c sysarg_t **data, size_t *count)
count 143 uspace/lib/device/src/pci.c *count = 0;
count 173 uspace/lib/device/src/pci.c *count = act_size / sizeof(service_id_t);
count 186 uspace/lib/device/src/pci.c errno_t pci_get_devices(pci_t *pci, devman_handle_t **data, size_t *count)
count 188 uspace/lib/device/src/pci.c return pci_get_ids_internal(pci, PCI_GET_DEVICES, 0, data, count);
count 99 uspace/lib/device/src/vbd.c errno_t vbd_get_disks(vbd_t *vbd, service_id_t **data, size_t *count)
count 101 uspace/lib/device/src/vbd.c return vbd_get_ids_internal(vbd, VBD_GET_DISKS, 0, data, count);
count 208 uspace/lib/device/src/vbd.c sysarg_t **data, size_t *count)
count 211 uspace/lib/device/src/vbd.c *count = 0;
count 241 uspace/lib/device/src/vbd.c *count = act_size / sizeof(service_id_t);
count 255 uspace/lib/device/src/vbd.c service_id_t **data, size_t *count)
count 258 uspace/lib/device/src/vbd.c data, count);
count 145 uspace/lib/device/src/vol.c sysarg_t **data, size_t *count)
count 148 uspace/lib/device/src/vol.c *count = 0;
count 178 uspace/lib/device/src/vol.c *count = act_size / sizeof(service_id_t);
count 191 uspace/lib/device/src/vol.c errno_t vol_get_parts(vol_t *vol, service_id_t **data, size_t *count)
count 193 uspace/lib/device/src/vol.c return vol_get_ids_internal(vol, VOL_GET_PARTS, 0, data, count);
count 573 uspace/lib/device/src/vol.c errno_t vol_get_volumes(vol_t *vol, volume_id_t **data, size_t *count)
count 576 uspace/lib/device/src/vol.c (sysarg_t **) data, count);
count 143 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_read_blocks(async_sess_t *sess, uint64_t blocknum, size_t count,
count 152 uspace/lib/drv/generic/remote_ahci.c IPC_M_AHCI_READ_BLOCKS, HI(blocknum), LO(blocknum), count, NULL);
count 164 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_write_blocks(async_sess_t *sess, uint64_t blocknum, size_t count,
count 172 uspace/lib/drv/generic/remote_ahci.c IPC_M_AHCI_WRITE_BLOCKS, HI(blocknum), LO(blocknum), count, NULL);
count 124 uspace/lib/drv/generic/remote_audio_pcm.c size_t count = 0;
count 125 uspace/lib/drv/generic/remote_audio_pcm.c const errno_t ret = loc_category_get_svcs(pcm_id, &svcs, &count);
count 130 uspace/lib/drv/generic/remote_audio_pcm.c if (count)
count 128 uspace/lib/drv/generic/remote_hw_res.c async_answer_1(call, EOK, hw_resources->count);
count 93 uspace/lib/drv/generic/remote_ieee80211.c size_t count;
count 97 uspace/lib/drv/generic/remote_ieee80211.c errno_t rc = inetcfg_get_link_list(&link_list, &count);
count 101 uspace/lib/drv/generic/remote_ieee80211.c for (size_t i = 0; i < count; i++) {
count 215 uspace/lib/drv/generic/remote_ieee80211.c size_t count;
count 220 uspace/lib/drv/generic/remote_ieee80211.c rc = inetcfg_get_addr_list(&addr_list, &count);
count 224 uspace/lib/drv/generic/remote_ieee80211.c for (size_t i = 0; i < count; i++) {
count 250 uspace/lib/drv/generic/remote_ieee80211.c rc = inetcfg_get_sroute_list(&route_list, &count);
count 254 uspace/lib/drv/generic/remote_ieee80211.c for (size_t i = 0; i < count; i++) {
count 1105 uspace/lib/drv/generic/remote_nic.c sysarg_t count;
count 1107 uspace/lib/drv/generic/remote_nic.c NIC_WOL_VIRTUE_LIST, (sysarg_t) type, max_count, &count);
count 1110 uspace/lib/drv/generic/remote_nic.c *id_count = (size_t) count;
count 1138 uspace/lib/drv/generic/remote_nic.c int *count)
count 1140 uspace/lib/drv/generic/remote_nic.c assert(count);
count 1149 uspace/lib/drv/generic/remote_nic.c *count = (int) _count;
count 2263 uspace/lib/drv/generic/remote_nic.c size_t count = 0;
count 2278 uspace/lib/drv/generic/remote_nic.c &count);
count 2280 uspace/lib/drv/generic/remote_nic.c if ((max_count != 0) && (count != 0)) {
count 2289 uspace/lib/drv/generic/remote_nic.c if (req_length > count * sizeof(nic_wv_id_t))
count 2290 uspace/lib/drv/generic/remote_nic.c req_length = count * sizeof(nic_wv_id_t);
count 2298 uspace/lib/drv/generic/remote_nic.c async_answer_1(call, rc, (sysarg_t) count);
count 2311 uspace/lib/drv/generic/remote_nic.c int count = -1;
count 2314 uspace/lib/drv/generic/remote_nic.c errno_t rc = nic_iface->wol_virtue_get_caps(dev, type, &count);
count 2315 uspace/lib/drv/generic/remote_nic.c async_answer_1(call, rc, (sysarg_t) count);
count 441 uspace/lib/ext4/include/ext4/types.h uint16_t count;
count 123 uspace/lib/ext4/src/balloc.c uint32_t first, uint32_t count)
count 132 uspace/lib/ext4/src/balloc.c first + count - 1);
count 157 uspace/lib/ext4/src/balloc.c ext4_bitmap_free_bits(bitmap_block->data, index_in_group_first, count);
count 173 uspace/lib/ext4/src/balloc.c sb_free_blocks += count;
count 179 uspace/lib/ext4/src/balloc.c ino_blocks -= count * (block_size / EXT4_INODE_BLOCK_SIZE);
count 186 uspace/lib/ext4/src/balloc.c free_blocks += count;
count 203 uspace/lib/ext4/src/balloc.c uint32_t first, uint32_t count)
count 211 uspace/lib/ext4/src/balloc.c while (count) {
count 216 uspace/lib/ext4/src/balloc.c if ((first + count) >= limit) {
count 229 uspace/lib/ext4/src/balloc.c count -= s;
count 232 uspace/lib/ext4/src/balloc.c first, count);
count 495 uspace/lib/ext4/src/balloc.c uint32_t count = block_group_count;
count 497 uspace/lib/ext4/src/balloc.c while (count > 0) {
count 583 uspace/lib/ext4/src/balloc.c count--;
count 69 uspace/lib/ext4/src/bitmap.c void ext4_bitmap_free_bits(uint8_t *bitmap, uint32_t index, uint32_t count)
count 73 uspace/lib/ext4/src/bitmap.c uint32_t remaining = count;
count 253 uspace/lib/ext4/src/block_group.c ext4_superblock_t *sb, uint32_t count)
count 255 uspace/lib/ext4/src/block_group.c bg->used_dirs_count_lo = host2uint16_t_le((count << 16) >> 16);
count 258 uspace/lib/ext4/src/block_group.c bg->used_dirs_count_hi = host2uint16_t_le(count >> 16);
count 168 uspace/lib/ext4/src/directory_index.c return uint16_t_le2host(countlimit->count);
count 178 uspace/lib/ext4/src/directory_index.c ext4_directory_dx_countlimit_t *countlimit, uint16_t count)
count 180 uspace/lib/ext4/src/directory_index.c countlimit->count = host2uint16_t_le(count);
count 409 uspace/lib/ext4/src/directory_index.c uint16_t count = ext4_directory_dx_countlimit_get_count(
count 411 uspace/lib/ext4/src/directory_index.c if ((count == 0) || (count > limit))
count 416 uspace/lib/ext4/src/directory_index.c q = entries + count - 1;
count 496 uspace/lib/ext4/src/directory_index.c uint16_t count = ext4_directory_dx_countlimit_get_count(
count 499 uspace/lib/ext4/src/directory_index.c if (p->position < p->entries + count)
count 706 uspace/lib/ext4/src/directory_index.c uint32_t count = ext4_directory_dx_countlimit_get_count(countlimit);
count 709 uspace/lib/ext4/src/directory_index.c size_t bytes = (void *) (start_index + count) - (void *) (new_index_entry);
count 716 uspace/lib/ext4/src/directory_index.c ext4_directory_dx_countlimit_set_count(countlimit, count + 1);
count 87 uspace/lib/ext4/src/extent.c void ext4_extent_set_block_count(ext4_extent_t *extent, uint16_t count)
count 89 uspace/lib/ext4/src/extent.c extent->block_count = host2uint16_t_le(count);
count 208 uspace/lib/ext4/src/extent.c uint16_t count)
count 210 uspace/lib/ext4/src/extent.c header->entries_count = host2uint16_t_le(count);
count 1395 uspace/lib/ext4/src/filesystem.c uint32_t count = block_size / sizeof(uint32_t);
count 1405 uspace/lib/ext4/src/filesystem.c for (uint32_t offset = 0; offset < count; ++offset) {
count 1437 uspace/lib/ext4/src/filesystem.c for (uint32_t offset = 0; offset < count; ++offset) {
count 1449 uspace/lib/ext4/src/filesystem.c for (uint32_t suboffset = 0; suboffset < count;
count 285 uspace/lib/ext4/src/inode.c void ext4_inode_set_links_count(ext4_inode_t *inode, uint16_t count)
count 287 uspace/lib/ext4/src/inode.c inode->links_count = host2uint16_t_le(count);
count 303 uspace/lib/ext4/src/inode.c uint64_t count = ((uint64_t)
count 310 uspace/lib/ext4/src/inode.c return count << (block_bits - 9);
count 312 uspace/lib/ext4/src/inode.c return count;
count 327 uspace/lib/ext4/src/inode.c uint64_t count)
count 333 uspace/lib/ext4/src/inode.c if (count <= max) {
count 334 uspace/lib/ext4/src/inode.c inode->blocks_count_lo = host2uint32_t_le(count);
count 350 uspace/lib/ext4/src/inode.c if (count <= max) {
count 351 uspace/lib/ext4/src/inode.c inode->blocks_count_lo = host2uint32_t_le(count);
count 352 uspace/lib/ext4/src/inode.c inode->osd2.linux2.blocks_high = host2uint16_t_le(count >> 32);
count 358 uspace/lib/ext4/src/inode.c count = count >> (block_bits - 9);
count 359 uspace/lib/ext4/src/inode.c inode->blocks_count_lo = host2uint32_t_le(count);
count 360 uspace/lib/ext4/src/inode.c inode->osd2.linux2.blocks_high = host2uint16_t_le(count >> 32);
count 840 uspace/lib/ext4/src/ops.c errno_t ext4_total_block_count(service_id_t service_id, uint64_t *count)
count 851 uspace/lib/ext4/src/ops.c *count = ext4_superblock_get_blocks_count(sb);
count 856 uspace/lib/ext4/src/ops.c errno_t ext4_free_block_count(service_id_t service_id, uint64_t *count)
count 864 uspace/lib/ext4/src/ops.c *count = ext4_superblock_get_free_blocks_count(sb);
count 69 uspace/lib/ext4/src/superblock.c void ext4_superblock_set_inodes_count(ext4_superblock_t *sb, uint32_t count)
count 71 uspace/lib/ext4/src/superblock.c sb->inodes_count = host2uint32_t_le(count);
count 93 uspace/lib/ext4/src/superblock.c void ext4_superblock_set_blocks_count(ext4_superblock_t *sb, uint64_t count)
count 95 uspace/lib/ext4/src/superblock.c sb->blocks_count_lo = host2uint32_t_le((count << 32) >> 32);
count 96 uspace/lib/ext4/src/superblock.c sb->blocks_count_hi = host2uint32_t_le(count >> 32);
count 120 uspace/lib/ext4/src/superblock.c uint64_t count)
count 122 uspace/lib/ext4/src/superblock.c sb->reserved_blocks_count_lo = host2uint32_t_le((count << 32) >> 32);
count 123 uspace/lib/ext4/src/superblock.c sb->reserved_blocks_count_hi = host2uint32_t_le(count >> 32);
count 147 uspace/lib/ext4/src/superblock.c uint64_t count)
count 149 uspace/lib/ext4/src/superblock.c sb->free_blocks_count_lo = host2uint32_t_le((count << 32) >> 32);
count 150 uspace/lib/ext4/src/superblock.c sb->free_blocks_count_hi = host2uint32_t_le(count >> 32);
count 172 uspace/lib/ext4/src/superblock.c uint32_t count)
count 174 uspace/lib/ext4/src/superblock.c sb->free_inodes_count = host2uint32_t_le(count);
count 448 uspace/lib/ext4/src/superblock.c void ext4_superblock_set_mount_count(ext4_superblock_t *sb, uint16_t count)
count 450 uspace/lib/ext4/src/superblock.c sb->mount_count = host2uint16_t_le(count);
count 471 uspace/lib/ext4/src/superblock.c void ext4_superblock_set_max_mount_count(ext4_superblock_t *sb, uint16_t count)
count 473 uspace/lib/ext4/src/superblock.c sb->max_mount_count = host2uint16_t_le(count);
count 118 uspace/lib/fdisk/src/fdisk.c size_t count, i;
count 128 uspace/lib/fdisk/src/fdisk.c rc = vbd_get_disks(fdisk->vbd, &svcs, &count);
count 134 uspace/lib/fdisk/src/fdisk.c for (i = 0; i < count; i++) {
count 59 uspace/lib/hound/include/hound/client.h char ***names, size_t *count);
count 61 uspace/lib/hound/include/hound/client.h char ***names, size_t *count);
count 69 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_get_list(hound_sess_t *sess, char ***ids, size_t *count,
count 81 uspace/lib/hound/include/hound/protocol.h char ***ids, size_t *count, int flags)
count 83 uspace/lib/hound/include/hound/protocol.h return hound_service_get_list(sess, ids, count, flags, NULL);
count 198 uspace/lib/hound/src/client.c char ***names, size_t *count)
count 202 uspace/lib/hound/src/client.c assert(count);
count 203 uspace/lib/hound/src/client.c return hound_service_get_list_all(hound->session, names, count,
count 215 uspace/lib/hound/src/client.c char ***names, size_t *count)
count 219 uspace/lib/hound/src/client.c assert(count);
count 220 uspace/lib/hound/src/client.c return hound_service_get_list(hound->session, names, count,
count 240 uspace/lib/hound/src/client.c size_t count = 1;
count 243 uspace/lib/hound/src/client.c ret = hound_context_get_available_targets(hound, &tgt, &count);
count 246 uspace/lib/hound/src/client.c if (count == 0)
count 179 uspace/lib/hound/src/protocol.c errno_t hound_service_get_list(hound_sess_t *sess, char ***ids, size_t *count,
count 184 uspace/lib/hound/src/protocol.c assert(count);
count 194 uspace/lib/hound/src/protocol.c aid_t mid = async_send_3(exch, IPC_M_HOUND_GET_LIST, flags, *count,
count 241 uspace/lib/hound/src/protocol.c *count = name_count;
count 462 uspace/lib/hound/src/protocol.c size_t count = ipc_get_arg2(&call);
count 474 uspace/lib/hound/src/protocol.c server_iface->server, &list, &count,
count 480 uspace/lib/hound/src/protocol.c if (count)
count 481 uspace/lib/hound/src/protocol.c sizes = calloc(count, sizeof(size_t));
count 482 uspace/lib/hound/src/protocol.c if (count && !sizes)
count 484 uspace/lib/hound/src/protocol.c async_answer_1(&call, ret, count);
count 487 uspace/lib/hound/src/protocol.c if (count == 0 || ret != EOK)
count 491 uspace/lib/hound/src/protocol.c for (unsigned i = 0; i < count; ++i)
count 498 uspace/lib/hound/src/protocol.c count * sizeof(size_t));
count 503 uspace/lib/hound/src/protocol.c for (unsigned i = 0; i < count; ++i) {
count 799 uspace/lib/hound/src/protocol.c size_t count = 0;
count 800 uspace/lib/hound/src/protocol.c const errno_t ret = loc_category_get_svcs(cat_id, &svcs, &count);
count 804 uspace/lib/hound/src/protocol.c for (unsigned i = 0; i < count; ++i) {
count 80 uspace/lib/inet/src/inetcfg.c sysarg_t **data, size_t *count)
count 83 uspace/lib/inet/src/inetcfg.c *count = 0;
count 114 uspace/lib/inet/src/inetcfg.c *count = act_size / sizeof(sysarg_t);
count 255 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_get_addr_list(sysarg_t **addrs, size_t *count)
count 258 uspace/lib/inet/src/inetcfg.c 0, addrs, count);
count 261 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_get_link_list(sysarg_t **links, size_t *count)
count 264 uspace/lib/inet/src/inetcfg.c 0, links, count);
count 267 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_get_sroute_list(sysarg_t **sroutes, size_t *count)
count 270 uspace/lib/inet/src/inetcfg.c 0, sroutes, count);
count 124 uspace/lib/nic/include/nic_rx_control.h extern uint64_t nic_rxc_mcast_hash(const nic_address_t *list, size_t count);
count 707 uspace/lib/nic/src/nic_driver.c uint64_t nic_mcast_hash(const nic_address_t *list, size_t count)
count 709 uspace/lib/nic/src/nic_driver.c return nic_rxc_mcast_hash(list, count);
count 843 uspace/lib/nic/src/nic_driver.c void nic_set_wol_max_caps(nic_t *nic_data, nic_wv_type_t type, int count)
count 845 uspace/lib/nic/src/nic_driver.c nic_data->wol_virtues.caps_max[type] = count;
count 944 uspace/lib/nic/src/nic_driver.c unsigned count)
count 946 uspace/lib/nic/src/nic_driver.c if (count == 0)
count 950 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_errors += count;
count 953 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_dropped += count;
count 956 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_aborted_errors += count;
count 959 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_carrier_errors += count;
count 962 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_fifo_errors += count;
count 965 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_heartbeat_errors += count;
count 968 uspace/lib/nic/src/nic_driver.c nic_data->stats.send_window_errors += count;
count 984 uspace/lib/nic/src/nic_driver.c nic_receive_error_cause_t cause, unsigned count)
count 987 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_errors += count;
count 990 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_dropped += count;
count 993 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_length_errors += count;
count 996 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_dropped += count;
count 999 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_crc_errors += count;
count 1002 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_frame_errors += count;
count 1005 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_fifo_errors += count;
count 1008 uspace/lib/nic/src/nic_driver.c nic_data->stats.receive_missed_errors += count;
count 1019 uspace/lib/nic/src/nic_driver.c void nic_report_collisions(nic_t *nic_data, unsigned count)
count 1022 uspace/lib/nic/src/nic_driver.c nic_data->stats.collisions += count;
count 696 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *fun, nic_wv_type_t type, int *count)
count 700 uspace/lib/nic/src/nic_impl.c *count = nic_data->wol_virtues.caps_max[type] -
count 536 uspace/lib/nic/src/nic_rx_control.c uint64_t nic_rxc_mcast_hash(const nic_address_t *address_list, size_t count)
count 540 uspace/lib/nic/src/nic_rx_control.c for (i = 0; i < count; ++i) {
count 252 uspace/lib/nic/src/nic_wol_virtues.c size_t count = 0;
count 259 uspace/lib/nic/src/nic_wol_virtues.c if (count < max_count) {
count 260 uspace/lib/nic/src/nic_wol_virtues.c id_list[count] = virtue->id;
count 262 uspace/lib/nic/src/nic_wol_virtues.c ++count;
count 266 uspace/lib/nic/src/nic_wol_virtues.c count += wvs->lists_sizes[i];
count 275 uspace/lib/nic/src/nic_wol_virtues.c if (count < max_count) {
count 276 uspace/lib/nic/src/nic_wol_virtues.c id_list[count] = virtue->id;
count 278 uspace/lib/nic/src/nic_wol_virtues.c ++count;
count 282 uspace/lib/nic/src/nic_wol_virtues.c count = wvs->lists_sizes[type];
count 286 uspace/lib/nic/src/nic_wol_virtues.c *id_count = count;
count 201 uspace/lib/pcut/src/list.c int count = 0;
count 204 uspace/lib/pcut/src/list.c count++;
count 208 uspace/lib/pcut/src/list.c return count;
count 106 uspace/lib/posix/include/libc/device/hw_res.h size_t count;
count 117 uspace/lib/posix/include/libc/device/hw_res.h hw_res->count = 0;
count 82 uspace/lib/posix/include/libc/device/hw_res_parsed.h size_t count;
count 91 uspace/lib/posix/include/libc/device/hw_res_parsed.h size_t count;
count 100 uspace/lib/posix/include/libc/device/hw_res_parsed.h size_t count;
count 81 uspace/lib/posix/include/libc/fibril_synch.h .count = (cnt), \
count 147 uspace/lib/posix/include/libc/fibril_synch.h long int count;
count 238 uspace/lib/posix/src/stdlib.c size_t count;
count 239 uspace/lib/posix/src/stdlib.c load_t *loads = stats_get_load(&count);
count 245 uspace/lib/posix/src/stdlib.c if (((size_t) nelem) < count) {
count 246 uspace/lib/posix/src/stdlib.c count = nelem;
count 249 uspace/lib/posix/src/stdlib.c for (size_t i = 0; i < count; ++i) {
count 254 uspace/lib/posix/src/stdlib.c return count;
count 739 uspace/lib/tbarcfg/src/tbarcfg.c size_t count, i;
count 745 uspace/lib/tbarcfg/src/tbarcfg.c rc = loc_category_get_svcs(catid, &svcs, &count);
count 749 uspace/lib/tbarcfg/src/tbarcfg.c for (i = 0; i < count; i++) {
count 643 uspace/lib/termui/src/history.c int _history_iter_rows(const struct history *history, int row, int count, termui_update_cb_t cb, void *udata)
count 652 uspace/lib/termui/src/history.c int initial_count = count;
count 654 uspace/lib/termui/src/history.c while (count > 0 && current_line != history->lines.tail) {
count 666 uspace/lib/termui/src/history.c count--;
count 677 uspace/lib/termui/src/history.c while (count > 0 && line_offset + history->cols <= line.len) {
count 683 uspace/lib/termui/src/history.c count--;
count 686 uspace/lib/termui/src/history.c if (count > 0 && line_offset < line.len) {
count 698 uspace/lib/termui/src/history.c count--;
count 704 uspace/lib/termui/src/history.c return initial_count - count;
count 83 uspace/lib/termui/src/history.h INTERNAL int _history_iter_rows(const struct history *history, int row, int count, termui_update_cb_t cb, void *udata);
count 284 uspace/lib/usb/src/dump.c size_t count = (descriptor_length - sizeof(*d)) /
count 289 uspace/lib/usb/src/dump.c for (i = 0; i < count; i++, d2++) {
count 117 uspace/lib/usbdev/src/devdrv.c size_t count = 0;
count 118 uspace/lib/usbdev/src/devdrv.c while (endpoints != NULL && endpoints[count] != NULL)
count 119 uspace/lib/usbdev/src/devdrv.c ++count;
count 120 uspace/lib/usbdev/src/devdrv.c return count;
count 232 uspace/lib/usbhid/include/usb/hid/hidtypes.h int32_t count;
count 180 uspace/lib/usbhid/src/hiddescriptor.c for (i = 0; i < report_item->count; i++) {
count 408 uspace/lib/usbhid/src/hiddescriptor.c offset_input += report_item->count *
count 417 uspace/lib/usbhid/src/hiddescriptor.c offset_output += report_item->count *
count 426 uspace/lib/usbhid/src/hiddescriptor.c offset_feature += report_item->count *
count 677 uspace/lib/usbhid/src/hiddescriptor.c report_item->count = usb_hid_report_tag_data_uint32(
count 142 uspace/lib/virtio/virtio-pci.c for (unsigned i = 0, j = 0; i < PCI_BAR_COUNT && j < hw_res.count;
count 426 uspace/srv/audio/hound/hound.c const unsigned long count = list_count(&hound->sources);
count 427 uspace/srv/audio/hound/hound.c if (count == 0) {
count 433 uspace/srv/audio/hound/hound.c char **names = calloc(count, sizeof(char *));
count 435 uspace/srv/audio/hound/hound.c for (unsigned long i = 0; i < count && ret == EOK; ++i) {
count 443 uspace/srv/audio/hound/hound.c *size = count;
count 446 uspace/srv/audio/hound/hound.c for (size_t i = 0; i < count; ++i)
count 468 uspace/srv/audio/hound/hound.c const size_t count = list_count(&hound->sinks);
count 469 uspace/srv/audio/hound/hound.c if (count == 0) {
count 475 uspace/srv/audio/hound/hound.c char **names = calloc(count, sizeof(char *));
count 477 uspace/srv/audio/hound/hound.c for (size_t i = 0; i < count && ret == EOK; ++i) {
count 485 uspace/srv/audio/hound/hound.c *size = count;
count 488 uspace/srv/audio/hound/hound.c for (size_t i = 0; i < count; ++i)
count 96 uspace/srv/bd/sata_bd/sata_bd.c size_t count, i;
count 133 uspace/srv/bd/sata_bd/sata_bd.c rc = devman_dev_get_functions(devh, &cfuns, &count);
count 140 uspace/srv/bd/sata_bd/sata_bd.c for (i = 0; i < count; i++)
count 161 uspace/srv/bd/vbd/disk.c size_t count, i;
count 176 uspace/srv/bd/vbd/disk.c rc = loc_category_get_svcs(disk_cat, &svcs, &count);
count 187 uspace/srv/bd/vbd/disk.c for (i = 0; i < count; i++) {
count 816 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_total_block_count(service_id_t service_id, uint64_t *count)
count 818 uspace/srv/fs/cdfs/cdfs_ops.c *count = 0;
count 823 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_free_block_count(service_id_t service_id, uint64_t *count)
count 825 uspace/srv/fs/cdfs/cdfs_ops.c *count = 0;
count 162 uspace/srv/fs/exfat/exfat_bitmap.c exfat_cluster_t firstc, exfat_cluster_t count)
count 168 uspace/srv/fs/exfat/exfat_bitmap.c while (clst < firstc + count) {
count 182 uspace/srv/fs/exfat/exfat_bitmap.c exfat_cluster_t firstc, exfat_cluster_t count)
count 188 uspace/srv/fs/exfat/exfat_bitmap.c while (clst < firstc + count) {
count 198 uspace/srv/fs/exfat/exfat_bitmap.c exfat_cluster_t *firstc, exfat_cluster_t count)
count 206 uspace/srv/fs/exfat/exfat_bitmap.c if ((endc - startc) + 1 == count) {
count 208 uspace/srv/fs/exfat/exfat_bitmap.c return exfat_bitmap_set_clusters(bs, service_id, startc, count);
count 218 uspace/srv/fs/exfat/exfat_bitmap.c exfat_cluster_t count)
count 222 uspace/srv/fs/exfat/exfat_bitmap.c &nodep->firstc, count);
count 229 uspace/srv/fs/exfat/exfat_bitmap.c if (clst - lastc == count) {
count 231 uspace/srv/fs/exfat/exfat_bitmap.c lastc + 1, count);
count 240 uspace/srv/fs/exfat/exfat_bitmap.c exfat_cluster_t count)
count 244 uspace/srv/fs/exfat/exfat_bitmap.c lastc -= count;
count 246 uspace/srv/fs/exfat/exfat_bitmap.c return exfat_bitmap_clear_clusters(bs, nodep->idx->service_id, lastc + 1, count);
count 84 uspace/srv/fs/exfat/exfat_dentry.h uint8_t count; /* Always zero */
count 92 uspace/srv/fs/exfat/exfat_dentry.h uint8_t count;
count 242 uspace/srv/fs/exfat/exfat_directory.c for (i = 0; i < df->count - 1; i++) {
count 289 uspace/srv/fs/exfat/exfat_directory.c static uint16_t exfat_directory_set_checksum(const uint8_t *bytes, size_t count)
count 294 uspace/srv/fs/exfat/exfat_directory.c for (idx = 0; idx < count; idx++) {
count 307 uspace/srv/fs/exfat/exfat_directory.c int i, count;
count 314 uspace/srv/fs/exfat/exfat_directory.c count = de->file.count + 1;
count 315 uspace/srv/fs/exfat/exfat_directory.c array = (exfat_dentry_t *) malloc(count * sizeof(exfat_dentry_t));
count 318 uspace/srv/fs/exfat/exfat_directory.c for (i = 0; i < count; i++) {
count 345 uspace/srv/fs/exfat/exfat_directory.c count * sizeof(exfat_dentry_t)));
count 348 uspace/srv/fs/exfat/exfat_directory.c for (i = 0; i < count; i++) {
count 409 uspace/srv/fs/exfat/exfat_directory.c df.file.count = ROUND_UP(ds.stream.name_size, EXFAT_NAME_PART_LEN) /
count 419 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_lookup_free(di, df.file.count + 1);
count 448 uspace/srv/fs/exfat/exfat_directory.c for (i = 0; i < df.file.count - 1; i++) {
count 453 uspace/srv/fs/exfat/exfat_directory.c if (i == df.file.count - 2) {
count 455 uspace/srv/fs/exfat/exfat_directory.c EXFAT_NAME_PART_LEN * (df.file.count - 2);
count 477 uspace/srv/fs/exfat/exfat_directory.c int count;
count 485 uspace/srv/fs/exfat/exfat_directory.c count = de->file.count + 1;
count 487 uspace/srv/fs/exfat/exfat_directory.c while (count) {
count 497 uspace/srv/fs/exfat/exfat_directory.c count--;
count 521 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_lookup_free(exfat_directory_t *di, size_t count)
count 543 uspace/srv/fs/exfat/exfat_directory.c if (found == count) {
count 511 uspace/srv/fs/exfat/exfat_fat.c size_t i, blocks, count;
count 515 uspace/srv/fs/exfat/exfat_fat.c count = BPS(bs);
count 522 uspace/srv/fs/exfat/exfat_fat.c count = nodep->size - i * BPS(bs);
count 523 uspace/srv/fs/exfat/exfat_fat.c memcpy(uctable, b->data, count);
count 524 uspace/srv/fs/exfat/exfat_fat.c uctable += count;
count 924 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_total_block_count(service_id_t service_id, uint64_t *count)
count 928 uspace/srv/fs/exfat/exfat_ops.c *count = DATA_CNT(bs);
count 933 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_free_block_count(service_id_t service_id, uint64_t *count)
count 988 uspace/srv/fs/exfat/exfat_ops.c *count = free_block_count;
count 360 uspace/srv/fs/fat/fat_dentry.c void str_to_ascii(char *dst, const char *src, size_t count, uint8_t pad)
count 366 uspace/srv/fs/fat/fat_dentry.c while (i < count) {
count 446 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_lookup_free(fat_directory_t *di, size_t count)
count 468 uspace/srv/fs/fat/fat_directory.c if (found == count) {
count 855 uspace/srv/fs/fat/fat_ops.c errno_t fat_total_block_count(service_id_t service_id, uint64_t *count)
count 860 uspace/srv/fs/fat/fat_ops.c *count = (SPC(bs)) ? TS(bs) / SPC(bs) : 0;
count 865 uspace/srv/fs/fat/fat_ops.c errno_t fat_free_block_count(service_id_t service_id, uint64_t *count)
count 884 uspace/srv/fs/fat/fat_ops.c *count = block_count;
count 143 uspace/srv/fs/locfs/locfs_ops.c size_t count = loc_get_namespaces(&nspaces);
count 145 uspace/srv/fs/locfs/locfs_ops.c if (count > 0) {
count 147 uspace/srv/fs/locfs/locfs_ops.c for (pos = 0; pos < count; pos++) {
count 166 uspace/srv/fs/locfs/locfs_ops.c count = loc_get_services(namespace, &svcs);
count 168 uspace/srv/fs/locfs/locfs_ops.c if (count > 0) {
count 170 uspace/srv/fs/locfs/locfs_ops.c for (pos = 0; pos < count; pos++) {
count 190 uspace/srv/fs/locfs/locfs_ops.c size_t count = loc_get_services(node->service_id, &svcs);
count 191 uspace/srv/fs/locfs/locfs_ops.c if (count > 0) {
count 193 uspace/srv/fs/locfs/locfs_ops.c for (pos = 0; pos < count; pos++) {
count 351 uspace/srv/fs/locfs/locfs_ops.c size_t count = loc_count_namespaces();
count 352 uspace/srv/fs/locfs/locfs_ops.c if (count > 0) {
count 360 uspace/srv/fs/locfs/locfs_ops.c count = loc_count_services(namespace);
count 361 uspace/srv/fs/locfs/locfs_ops.c if (count > 0) {
count 372 uspace/srv/fs/locfs/locfs_ops.c size_t count = loc_count_services(node->service_id);
count 373 uspace/srv/fs/locfs/locfs_ops.c if (count > 0) {
count 490 uspace/srv/fs/locfs/locfs_ops.c size_t count = loc_get_namespaces(&desc);
count 494 uspace/srv/fs/locfs/locfs_ops.c for (i = 0; i < count; i++) {
count 503 uspace/srv/fs/locfs/locfs_ops.c if (pos < count) {
count 511 uspace/srv/fs/locfs/locfs_ops.c pos -= count;
count 516 uspace/srv/fs/locfs/locfs_ops.c count = loc_get_services(namespace, &desc);
count 518 uspace/srv/fs/locfs/locfs_ops.c if (pos < count) {
count 544 uspace/srv/fs/locfs/locfs_ops.c size_t count = loc_get_services(index, &desc);
count 546 uspace/srv/fs/locfs/locfs_ops.c if (pos < count) {
count 68 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_total_block_count(service_id_t service_id, uint64_t *count);
count 69 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_free_block_count(service_id_t service_id, uint64_t *count);
count 1211 uspace/srv/fs/mfs/mfs_ops.c mfs_total_block_count(service_id_t service_id, uint64_t *count)
count 1223 uspace/srv/fs/mfs/mfs_ops.c *count = (uint64_t) MFS_BMAP_SIZE_BITS(inst->sbi, BMAP_ZONE);
count 1229 uspace/srv/fs/mfs/mfs_ops.c mfs_free_block_count(service_id_t service_id, uint64_t *count)
count 1255 uspace/srv/fs/mfs/mfs_ops.c *count = sbi->nfree_zones;
count 259 uspace/srv/fs/udf/udf_ops.c static errno_t udf_total_block_count(service_id_t service_id, uint64_t *count)
count 261 uspace/srv/fs/udf/udf_ops.c *count = 0;
count 266 uspace/srv/fs/udf/udf_ops.c static errno_t udf_free_block_count(service_id_t service_id, uint64_t *count)
count 268 uspace/srv/fs/udf/udf_ops.c *count = 0;
count 55 uspace/srv/hid/display/output.c size_t count, i;
count 73 uspace/srv/hid/display/output.c rc = loc_category_get_svcs(ddev_cid, &svcs, &count);
count 80 uspace/srv/hid/display/output.c for (i = 0; i < count; i++) {
count 674 uspace/srv/hid/input/input.c size_t count, i;
count 687 uspace/srv/hid/input/input.c rc = loc_category_get_svcs(keyboard_cat, &svcs, &count);
count 694 uspace/srv/hid/input/input.c for (i = 0; i < count; i++) {
count 725 uspace/srv/hid/input/input.c size_t count, i;
count 738 uspace/srv/hid/input/input.c rc = loc_category_get_svcs(mouse_cat, &svcs, &count);
count 745 uspace/srv/hid/input/input.c for (i = 0; i < count; i++) {
count 776 uspace/srv/hid/input/input.c size_t count, i;
count 789 uspace/srv/hid/input/input.c rc = loc_category_get_svcs(serial_cat, &svcs, &count);
count 796 uspace/srv/hid/input/input.c for (i = 0; i < count; i++) {
count 85 uspace/srv/hid/rfb/rfb.c recv_chars(tcp_conn_t *conn, char *c, size_t count)
count 87 uspace/srv/hid/rfb/rfb.c for (size_t i = 0; i < count; i++) {
count 96 uspace/srv/hid/rfb/rfb.c static errno_t recv_skip_chars(tcp_conn_t *conn, size_t count)
count 98 uspace/srv/hid/rfb/rfb.c for (size_t i = 0; i < count; i++) {
count 131 uspace/srv/hid/rfb/rfb.c dst->count = uint16_t_be2host(src->count);
count 722 uspace/srv/hid/rfb/rfb.c for (uint16_t i = 0; i < se.count; i++) {
count 88 uspace/srv/hid/rfb/rfb.h uint16_t count;
count 185 uspace/srv/loader/main.c int count = 0;
count 190 uspace/srv/loader/main.c count++;
count 196 uspace/srv/loader/main.c char **_argv = (char **) malloc((count + 1) * sizeof(char *));
count 207 uspace/srv/loader/main.c count = 0;
count 209 uspace/srv/loader/main.c _argv[count] = cur;
count 213 uspace/srv/loader/main.c count++;
count 215 uspace/srv/loader/main.c _argv[count] = NULL;
count 226 uspace/srv/loader/main.c for (int i = 0; i < count; i++)
count 229 uspace/srv/loader/main.c argc = count;
count 1026 uspace/srv/locsrv/locsrv.c size_t count = size / sizeof(loc_sdesc_t);
count 1027 uspace/srv/locsrv/locsrv.c if (count != list_count(&namespaces_list)) {
count 1089 uspace/srv/locsrv/locsrv.c size_t count = size / sizeof(loc_sdesc_t);
count 1090 uspace/srv/locsrv/locsrv.c if (count != namespace->refcnt) {
count 65 uspace/srv/net/ethip/ethip_nic.c size_t count, i;
count 77 uspace/srv/net/ethip/ethip_nic.c rc = loc_category_get_svcs(iplink_cat, &svcs, &count);
count 84 uspace/srv/net/ethip/ethip_nic.c for (i = 0; i < count; i++) {
count 375 uspace/srv/net/ethip/ethip_nic.c size_t count = 0;
count 380 uspace/srv/net/ethip/ethip_nic.c count++;
count 383 uspace/srv/net/ethip/ethip_nic.c if (count == 0)
count 387 uspace/srv/net/ethip/ethip_nic.c nic_address_t *mac_list = calloc(count, sizeof(nic_address_t));
count 401 uspace/srv/net/ethip/ethip_nic.c assert(i < count);
count 423 uspace/srv/net/ethip/ethip_nic.c count--;
count 430 uspace/srv/net/ethip/ethip_nic.c mac_list, count);
count 285 uspace/srv/net/inetsrv/addrobj.c size_t count, i;
count 288 uspace/srv/net/inetsrv/addrobj.c count = list_count(&addr_list);
count 290 uspace/srv/net/inetsrv/addrobj.c id_list = calloc(count, sizeof(sysarg_t));
count 304 uspace/srv/net/inetsrv/addrobj.c *rcount = count;
count 537 uspace/srv/net/inetsrv/inet_link.c size_t count, i;
count 540 uspace/srv/net/inetsrv/inet_link.c count = list_count(&inet_links);
count 542 uspace/srv/net/inetsrv/inet_link.c id_list = calloc(count, sizeof(sysarg_t));
count 556 uspace/srv/net/inetsrv/inet_link.c *rcount = count;
count 571 uspace/srv/net/inetsrv/inet_link.c size_t count, i;
count 584 uspace/srv/net/inetsrv/inet_link.c rc = loc_category_get_svcs(iplink_cat, &svcs, &count);
count 592 uspace/srv/net/inetsrv/inet_link.c for (i = 0; i < count; i++) {
count 623 uspace/srv/net/inetsrv/inet_link.c for (i = 0; i < count; i++) {
count 190 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_get_addr_list(sysarg_t **addrs, size_t *count)
count 192 uspace/srv/net/inetsrv/inetcfg.c return inet_addrobj_get_id_list(addrs, count);
count 195 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_get_link_list(sysarg_t **addrs, size_t *count)
count 197 uspace/srv/net/inetsrv/inetcfg.c return inet_link_get_id_list(addrs, count);
count 200 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_get_sroute_list(sysarg_t **sroutes, size_t *count)
count 202 uspace/srv/net/inetsrv/inetcfg.c return inet_sroute_get_id_list(sroutes, count);
count 453 uspace/srv/net/inetsrv/inetcfg.c size_t count;
count 468 uspace/srv/net/inetsrv/inetcfg.c rc = inetcfg_get_addr_list(&id_buf, &count);
count 475 uspace/srv/net/inetsrv/inetcfg.c act_size = count * sizeof(sysarg_t);
count 487 uspace/srv/net/inetsrv/inetcfg.c size_t count;
count 502 uspace/srv/net/inetsrv/inetcfg.c rc = inetcfg_get_link_list(&id_buf, &count);
count 509 uspace/srv/net/inetsrv/inetcfg.c act_size = count * sizeof(sysarg_t);
count 521 uspace/srv/net/inetsrv/inetcfg.c size_t count;
count 536 uspace/srv/net/inetsrv/inetcfg.c rc = inetcfg_get_sroute_list(&id_buf, &count);
count 543 uspace/srv/net/inetsrv/inetcfg.c act_size = count * sizeof(sysarg_t);
count 190 uspace/srv/net/inetsrv/sroute.c size_t count, i;
count 193 uspace/srv/net/inetsrv/sroute.c count = list_count(&sroute_list);
count 195 uspace/srv/net/inetsrv/sroute.c id_list = calloc(count, sizeof(sysarg_t));
count 209 uspace/srv/net/inetsrv/sroute.c *rcount = count;
count 350 uspace/srv/vfs/vfs_register.c size_t count;
count 356 uspace/srv/vfs/vfs_register.c count = 0;
count 359 uspace/srv/vfs/vfs_register.c count++;
count 371 uspace/srv/vfs/vfs_register.c fstypes->fstypes = calloc(sizeof(char *), count);
count 382 uspace/srv/vfs/vfs_register.c count = 0;
count 386 uspace/srv/vfs/vfs_register.c fstypes->fstypes[count] = &fstypes->buf[size];
count 388 uspace/srv/vfs/vfs_register.c count++;
count 97 uspace/srv/volsrv/part.c size_t count, i;
count 111 uspace/srv/volsrv/part.c rc = loc_category_get_svcs(part_cat, &svcs, &count);
count 120 uspace/srv/volsrv/part.c for (i = 0; i < count; i++) {
count 150 uspace/srv/volsrv/part.c for (i = 0; i < count; i++) {
HelenOS homepage, sources at GitHub