Searched refs:fifo (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libevent/sample/
H A Devent-test.c89 const char *fifo = "event.fifo";
92 if (lstat (fifo, &st) == 0) {
100 unlink (fifo);
101 if (mkfifo (fifo, 0600) == -1) {
108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0);
110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0);
118 fprintf(stderr, "Write data to %s\n", fifo);
/external/oprofile/daemon/
H A Dopd_pipe.c24 static int fifo; variable
42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK);
43 if (fifo == -1) {
54 close(fifo);
69 fifo_fd = fdopen(fifo, "r");
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFileReaderThread.c212 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_FIFO_INFO, (integer_t*)&(thePolicyInfo.fifo), &count);
213 if (thePolicyInfo.fifo.depressed) {
214 return thePolicyInfo.fifo.depress_priority;
216 return thePolicyInfo.fifo.base_priority;
/external/qemu/hw/
H A Dpxa.h207 uint32_t fifo[16]; member in struct:PXA2xxI2SState
/external/quake/quake/src/QW/client/
H A Dgl_model.c1379 fifo[inpt].x = x + (dx), fifo[inpt].y = y + (dy); \
1388 floodfill_t fifo[FLOODFILL_FIFO_SIZE]; local
1412 fifo[inpt].x = 0, fifo[inpt].y = 0;
1417 int x = fifo[outpt].x, y = fifo[outpt].y;
/external/quake/quake/src/WinQuake/
H A Dgl_model.cpp1354 fifo[inpt].x = x + (dx), fifo[inpt].y = y + (dy); \
1363 floodfill_t fifo[FLOODFILL_FIFO_SIZE]; local
1387 fifo[inpt].x = 0, fifo[inpt].y = 0;
1392 int x = fifo[outpt].x, y = fifo[outpt].y;
/external/flac/libFLAC/
H A Dstream_encoder.c299 verify_input_fifo *fifo,
307 verify_input_fifo *fifo,
992 * First, set up the fifo which will hold the
4141 void append_to_verify_fifo_(verify_input_fifo *fifo, const FLAC__int32 * const input[], unsigned input_offset, unsigned channels, unsigned wide_samples) argument
4146 memcpy(&fifo->data[channel][fifo->tail], &input[channel][input_offset], sizeof(FLAC__int32) * wide_samples);
4148 fifo->tail += wide_samples;
4150 FLAC__ASSERT(fifo->tail <= fifo->size);
4153 void append_to_verify_fifo_interleaved_(verify_input_fifo *fifo, cons argument
[all...]
/external/iproute2/doc/
H A Dip-cref.tex533 RX errors: length crc frame fifo missed
537 TX errors: aborted fifo window heartbeat
/external/bison/tests/
H A Dtestsuite1486 # The fifo used for the job dispatcher.
1487 at_job_fifo=$at_suite_dir/at-job-fifo
[all...]

Completed in 996 milliseconds