Searched refs:counter (Results 26 - 50 of 57) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp81 bigtime_t counter = sHPETRegs->u0.counter64; local
83 bigtime_t counter = sHPETRegs->u0.counter32;
87 dprintf("counter: %lld, relativeTimeout: %lld, converted: %lld\n",
88 counter, relativeTimeout, converted);
90 return converted + counter;
278 dprintf("hpet_test: counter does not increment\n");
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp370 int mask, counter; local
448 counter = *sequence - fBufferSequence;
450 return counter;
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp476 uint32 counter = fLastPort + step; local
478 while (counter < max) {
479 uint16 port = counter & 0xffff;
500 counter += step;
/haiku/src/system/runtime_loader/
H A Delf_tls.cpp43 void SetCounter(unsigned counter) { fCounter = counter; } argument
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp74 void* counter = NULL; local
79 sizeof(result), &counter) == B_OK) {
H A DNamespaceDump.cpp94 void *counter = NULL; local
95 while (device->acpi->get_next_entry(ACPI_TYPE_ANY, root, result, 255, &counter) == B_OK) {
/haiku/src/servers/registrar/
H A DRecentEntries.cpp254 int counter = 1; local
257 "name == '%s', app == '%s', index == %" B_PRId32 "\n", counter++,
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c325 static unsigned long int counter = 0; local
329 snprintf(filename, sizeof(filename), "pkt-%lu-%s", counter++, address);
/haiku/src/system/kernel/
H A Dguarded_heap.cpp396 guarded_heap_add_area(guarded_heap& heap, int32 counter, uint32 flags) argument
404 counter + 1, counter) == counter) {
429 int32 counter = atomic_get(&heap.area_creation_counter); local
433 bool added = guarded_heap_add_area(heap, counter, flags);
769 kprintf("area creation counter: %" B_PRId32 "\n",
H A Dsignal.cpp181 /*! Creates a counter with the given limit.
182 The limit defines the maximum the counter may reach. Since the
185 counter value.
186 \param limit The maximum allowed value the counter may have. When
196 /*! Increments the counter, if the limit allows that.
197 \return \c true, if incrementing the counter succeeded, \c false otherwise.
295 // increment the queued signals counter
296 QueuedSignalsCounter* counter
298 if (!counter->Increment())
304 counter
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp603 int32 counter = -1; local
607 counter++;
609 if (counter == index) {
640 counter++;
641 if (counter == index) {
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp54 void operator()(int32* counter) const noexcept { atomic_add(counter, -1); }
75 void SetCounter(int32* counter) noexcept;
119 // Connection counter
733 BHttpSession::Request::SetCounter(int32* counter) noexcept
735 fConnectionCounter = std::unique_ptr<int32, CounterDeleter>(counter);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h271 uint64 counter; /* counts issued primatives */ member in struct:__anon23
272 uint32 engine_id; /* what engine the counter is for */
/haiku/headers/private/shared/
H A DCalendarView.h162 int32 row, int32 column, int32 counter,
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp492 guarded_heap_add_area(guarded_heap& heap, uint32 counter) argument
495 if (heap.area_creation_counter != counter)
590 uint32 counter = heap.area_creation_counter; local
594 guarded_heap_add_area(heap, counter);
957 printf("area creation counter: %" B_PRIu32 "\n",
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscsi_internal.h290 void scsi_dma_buffer_daemon(void *dev, int counter);
H A Ddma_buffer.cpp468 scsi_dma_buffer_daemon(void *dev, int counter) argument
/haiku/src/libs/x86emu/
H A Dprim_ops.c2415 int counter = 31;
2428 l_s = abs_s << (--counter);
2436 l_s = abs_s << (--counter);
2441 } while (counter > -1);
2543 int counter = 32;
2556 l_s = s << (--counter);
2564 l_s = s << (--counter);
2569 } while (counter > -1);
H A Dops2.c80 static u64 counter = 0; local
82 static u32 counter = 0;
85 counter += 0x10000;
87 /* read timestamp counter */
90 * increase the counter by a fixed amount every time we hit one of these
97 M.x86.R_EAX = counter & 0xffffffff;
98 M.x86.R_EDX = counter >> 32;
100 M.x86.R_EAX = counter;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp529 TextOutput counter(header, NULL, false);
531 counter.Work();
532 textSize = counter.Length();
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp525 int counter = 1; local
535 mountPointPath << counter; local
536 counter++;
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1079 size_t counter[8]; local
1081 memset(counter, 0, sizeof(counter));
1104 counter[pageState]++;
1139 counter[PAGE_STATE_ACTIVE], busyCounter[PAGE_STATE_ACTIVE]);
1141 counter[PAGE_STATE_INACTIVE], busyCounter[PAGE_STATE_INACTIVE]);
1143 counter[PAGE_STATE_CACHED], busyCounter[PAGE_STATE_CACHED]);
1145 counter[PAGE_STATE_UNUSED], busyCounter[PAGE_STATE_UNUSED]);
1147 counter[PAGE_STATE_WIRED], busyCounter[PAGE_STATE_WIRED]);
1149 counter[PAGE_STATE_MODIFIE
[all...]
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h684 uint32 counter; // number of capture interrupts so far member in struct:__anon47
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c475 wvc->counter = di->cap_counter;
/haiku/headers/posix/arpa/
H A Dnameser.h250 int counter; member in struct:ns_tcp_tsig_state

Completed in 145 milliseconds

123