Searched refs:pipe (Results 1 - 25 of 51) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr17517.C18 void pipe (int c) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tsan/
H A Dfd_close_norace2.C17 if (pipe(pipes))
/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_common.h75 /* Relative path to target-to-host pipe. */
78 /* Relative path to host-to-target pipe. */
111 /* Wrapper for pipe reading. */
112 #define READ(pipe, ptr, size) \
115 if (read (pipe, ptr, s) != s) \
116 COIERROR ("Cannot read from pipe."); \
119 /* Wrapper for pipe writing. */
120 #define WRITE(pipe, ptr, size) \
123 if (write (pipe, ptr, s) != s) \
124 COIERROR ("Cannot write in pipe
[all...]
H A Dcoi_host.cpp781 Pipeline *pipe = (Pipeline *) pipeline; local
788 WRITE (pipe->pipe_target, &cmd, sizeof (cmd_t));
789 WRITE (pipe->pipe_target, &(func->ptr), sizeof (void *));
790 WRITE (pipe->pipe_target, &buffers_num, sizeof (uint32_t));
793 WRITE (pipe->pipe_target, &(bufs[i]->size), sizeof (uint64_t));
794 WRITE (pipe->pipe_target, &(bufs[i]->data_target), sizeof (void *));
796 WRITE (pipe->pipe_target, &misc_data_len, sizeof (uint16_t));
798 WRITE (pipe->pipe_target, misc_data, misc_data_len);
799 WRITE (pipe->pipe_target, &return_data_len, sizeof (uint16_t));
803 ret_len = read (pipe
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tsan/
H A Dfd_pipe_race.c26 pipe(fds);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-common.h40 /* value of `pipe': port index for reading. */
43 /* value of `pipe': port index for writing. */
100 open_write, or pipe, or they are one of STDIN_FILE_NO,
118 /* Create a pipe (only called if PEX_USE_PIPES is set) storing two
121 int (*pipe) (struct pex_obj *, int * /* p */, int /* binary */); member in struct:pex_funcs
H A Dpex-common.c250 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
253 errmsg = "pipe";
358 /* Return a stream for a pipe connected to the standard input of the
381 if (obj->funcs->pipe (obj, p, binary != 0) < 0)
/haiku-buildtools/binutils/libiberty/
H A Dpex-common.h46 /* value of `pipe': port index for reading. */
49 /* value of `pipe': port index for writing. */
68 /* If not -1, stderr pipe from the last process. */
110 open_read, open_write, or pipe, or they are one of STDIN_FILE_NO,
132 /* Create a pipe (only called if PEX_USE_PIPES is set) storing two
135 int (*pipe) (struct pex_obj *, int * /* p */, int /* binary */); member in struct:pex_funcs
H A Dpex-common.c256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
259 errmsg = "pipe";
306 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0)
309 errmsg = "pipe";
335 input pipe. */
414 /* Return a stream for a pipe connected to the standard input of the
437 if (obj->funcs->pipe (obj, p, binary != 0) < 0)
603 /* Close pipe file descriptors corresponding to child's stdout and
/haiku-buildtools/gcc/libiberty/
H A Dpex-common.h46 /* value of `pipe': port index for reading. */
49 /* value of `pipe': port index for writing. */
68 /* If not -1, stderr pipe from the last process. */
110 open_read, open_write, or pipe, or they are one of STDIN_FILE_NO,
132 /* Create a pipe (only called if PEX_USE_PIPES is set) storing two
135 int (*pipe) (struct pex_obj *, int * /* p */, int /* binary */); member in struct:pex_funcs
H A Dpex-common.c256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
259 errmsg = "pipe";
306 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0)
309 errmsg = "pipe";
335 input pipe. */
414 /* Return a stream for a pipe connected to the standard input of the
437 if (obj->funcs->pipe (obj, p, binary != 0) < 0)
603 /* Close pipe file descriptors corresponding to child's stdout and
/haiku-buildtools/gcc/fixincludes/
H A Dprocopen.c74 * Create a pipe it will be the child process' stdout,
77 if (pipe ((int *) &stdout_pair) < 0)
144 * Close the pipe end handed back to the parent process
156 * the new pipe become the stdout.
186 /* Create a bi-directional pipe. Writes on 0 arrive on 1 and vice
189 if (pipe ((int *) p_pair) < 0)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dprocopen.c74 * Create a pipe it will be the child process' stdout,
77 if (pipe ((int *) &stdout_pair) < 0)
144 * Close the pipe end handed back to the parent process
156 * the new pipe become the stdout.
186 /* Create a bi-directional pipe. Writes on 0 arrive on 1 and vice
189 if (pipe ((int *) p_pair) < 0)
/haiku-buildtools/binutils/gas/config/
H A Dtc-tilegx.c199 tilegx_pipeline pipe; member in struct:tilegx_instruction
359 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; member in struct:bundle_template
809 &tilegx_operands[instr->opcode->operands[instr->pipe][k]];
955 current_bundle[j].pipe = match->pipe[j];
957 if (current_bundle_index == 2 && !tilegx_is_x_pipeline (match->pipe[0]))
962 /* Figure out what pipe the fnop must be in via arithmetic.
964 current_bundle[0].pipe =
968 (current_bundle[1].pipe + current_bundle[2].pipe));
[all...]
H A Dtc-tilepro.c148 tilepro_pipeline pipe; member in struct:tilepro_instruction
314 tilepro_pipeline pipe[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; member in struct:bundle_template
700 &tilepro_operands[instr->opcode->operands[instr->pipe][k]];
845 current_bundle[j].pipe = match->pipe[j];
847 if (current_bundle_index == 2 && !tilepro_is_x_pipeline(match->pipe[0]))
852 /* Figure out what pipe the fnop must be in via arithmetic.
854 current_bundle[0].pipe =
858 (current_bundle[1].pipe + current_bundle[2].pipe));
[all...]
/haiku-buildtools/binutils/include/gdb/
H A Dcallback.h98 int (*pipe) (host_callback *, int *);
100 /* Called by the framework when a read call has emptied a pipe buffer. */
103 /* Called by the framework when a write call makes a pipe buffer
150 If abs (ispipe[N]) == N, then N is an end of a pipe whose other
97 int (*pipe) (host_callback *, int *); member in struct:host_callback_struct
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dlshift.asm40 define(`fanop',`fitod %f0,%f2') dnl A quasi nop running in the FA pipe
41 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
H A Drshift.asm40 define(`fanop',`fitod %f0,%f2') dnl A quasi nop running in the FA pipe
41 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
H A Dadd_n.asm51 define(`fanop',`fitod %f0,%f2') dnl A quasi nop running in the FA pipe
52 define(`fmnop',`fmuld %f0,%f0,%f4') dnl A quasi nop running in the FM pipe
/haiku-buildtools/legacy/binutils/include/gdb/
H A Dcallback.h98 int (*pipe) PARAMS ((host_callback *, int *));
100 /* Called by the framework when a read call has emptied a pipe buffer. */
103 /* Called by the framework when a write call makes a pipe buffer
146 If abs (ispipe[N]) == N, then N is an end of a pipe whose other
97 int (*pipe) PARAMS ((host_callback *, int *)); member in struct:host_callback_struct
/haiku-buildtools/legacy/gcc/libio/
H A Diopopen.c48 #define _IO_pipe pipe
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980408-1.c21 pipe; member in struct:_Image
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc172 if (pipe(sock_pair))
/haiku-buildtools/gcc/gcc/ada/
H A Dexpect.c237 return pipe (fd);
281 /* Get name of the mailbox used in the pipe */
394 return pipe (fd);
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dhamdist.asm89 C expected to go down the V pipe in the second cycle of the xorb, it

Completed in 286 milliseconds

123