Searched refs:cycle (Results 1 - 12 of 12) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DPopUpColumn.h20 bool cycle = false, int cycleInit = 0,
H A DPopUpColumn.cpp21 bool cycle, int cycleInit, alignment align)
25 fCycle(cycle),
19 PopUpColumn(BPopUpMenu* menu, const char* name, float width, float minWidth, float maxWidth, uint32 truncate, bool editable, bool cycle, int cycleInit, alignment align) argument
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h181 char* _PlaybackBuffer(int32 cycle, int32 channel) argument
184 [cycle][channel].base; }
185 uint32 _PlaybackStride(int32 cycle, int32 channel) argument
188 [cycle][channel].stride; }
190 char* _RecordBuffer(int32 cycle, int32 channel) argument
193 [cycle][channel].base; }
194 uint32 _RecordStride(int32 cycle, int32 channel) argument
197 [cycle][channel].stride; }
/haiku/src/bin/fwcontrol/
H A Dfwdv.c78 {8000*100, 2997}, /* NTSC 8000 cycle / 29.97 Hz */
79 {320, 1}, /* PAL 8000 cycle / 25 Hz */
273 int system=-1, pad_acc, cycle_acc, cycle, f_cycle, f_frac; local
364 cycle = 1;
365 cycle_acc = frame_cycle[system].d * cycle;
380 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac);
397 cycle ++;
405 cycle ++;
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp157 size_t cycle = fCacheColorCycle; local
159 if (cycle > spareBytes)
160 cycle = 0;
164 printf(" %lu objects, %lu spare bytes, cycle %lu\n",
165 slab->size, spareBytes, cycle);
167 uint8_t *data = ((uint8_t *)pages) + cycle;
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp371 int32 cycle = -1; local
387 if (cycle == bufferInfo.playback_buffer_cycle
391 cycle = bufferInfo.playback_buffer_cycle;
393 size_t stride = bufferList.playback_buffers[cycle][0].stride;
399 char* dest = bufferList.playback_buffers[cycle][channel].base;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h135 // "cycle" bool
319 // 'cycling' state for each to cycle
321 bool cycle);
H A DMediaRoutingView.cpp560 bool cycle; local
561 if (message->FindBool("cycle", &cycle) == B_OK)
563 _changeCyclingForSelection(cycle);
1572 bool cycle)
1582 if (panel && (panel->ref->isCycling() != cycle))
1584 panel->ref->setCycling(cycle);
1571 _changeCyclingForSelection( bool cycle) argument
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h238 // cycle counter
240 CSR_REG_MACRO(CpuCycle, cycle)
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp159 // turn cycle mode (looping) on or off
162 bool cycle) {
167 cycle ? "true" : "false"));
169 if(cycle == m_cycle)
172 m_cycle = cycle;
182 m.AddBool("cycling", cycle);
2102 // *** Position and cycle thread management *** (LOCK REQUIRED)
2217 // snap to start of next cycle
161 setCycling( bool cycle) argument
H A DNodeRef.h45 // e.moon 9aug99 Moved position & cycle threads into NodeRef;
176 // turn cycle mode (looping) on or off
178 bool cycle);
572 // if the position overlaps a cycle, adjusts time & position
573 // so that the notification is sent at the cycle point.)
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp1551 int sec, cycle, cycle_match; local
1553 cycle = cycle_now & 0x1fff;
1561 cycle = cycle + CYCLE_DELAY;
1562 if (cycle >= 8000) {
1564 cycle -= 8000;
1566 cycle = roundup2(cycle, CYCLE_MOD);
1567 if (cycle >= 8000) {
1569 if (cycle
[all...]

Completed in 102 milliseconds