Searched refs:pipe_ndx_t (Results 1 – 2 of 2) sorted by relevance
97 typedef uint32_t pipe_ndx_t; /* 32-bit index */ typedef99 typedef uint16_t pipe_ndx_t; /* 16-bit index */ typedef101 typedef uint8_t pipe_ndx_t; /* 8-bit index */ typedef115 pipe_ndx_t d_wrndx; /* Index in d_buffer to save next byte written */116 pipe_ndx_t d_rdndx; /* Index in d_buffer to return the next byte read */117 pipe_ndx_t d_bufsize; /* allocated size of d_buffer in bytes */
703 pipe_ndx_t nbytes; in pipecommon_poll()