Searched refs:queue1 (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_seq.c55 fluid_evt_entry* queue1[255][2]; member in struct:_fluid_sequencer_t
446 next 256 ticks (0 to 255), the second array 'queue1' contains
451 the queue1 array), and a pointer to the last event in the list
461 the queue1 array is expanded in the queue0 array, according to
462 the time of each event. The queue1 array is shifted to the
464 in the last cell of the queue1 array.
528 FLUID_MEMSET(seq->queue1, 0, 2*255*sizeof(fluid_evt_entry *));
709 if (seq->queue1[cell][1] == NULL) {
710 seq->queue1[cell][1] = seq->queue1[cel
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty_private.h84 void Enqueue(tty_cookie *cookie, RequestQueue *queue1,
H A Dtty.cpp335 RequestOwner::Enqueue(tty_cookie* cookie, RequestQueue* queue1, argument
338 TRACE(("%p->RequestOwner::Enqueue(%p, %p, %p)\n", this, cookie, queue1,
343 fRequestQueues[0] = queue1;
347 if (queue1)
348 queue1->Add(&fRequests[0]);
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty_private.h87 void Enqueue(tty_cookie *cookie, RequestQueue *queue1,
H A Dtty.cpp346 RequestOwner::Enqueue(tty_cookie* cookie, RequestQueue* queue1, argument
349 TRACE(("%p->RequestOwner::Enqueue(%p, %p, %p)\n", this, cookie, queue1,
354 fRequestQueues[0] = queue1;
358 if (queue1)
359 queue1->Add(&fRequests[0]);

Completed in 66 milliseconds