Searched defs:pipe (Results 1 – 4 of 4) sorted by relevance
512 HANDLE pipe = GetStdHandle(STD_INPUT_HANDLE); in fcgi_init() local1284 HANDLE pipe = (HANDLE)_get_osfhandle(req->fd); in fcgi_close() local1365 HANDLE pipe; local
119 tilegx_pipeline pipe; member483 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; member518 int pipe; in get_any_valid_pipe() local597 tilegx_pipeline pipe = (tilegx_pipeline)(((TILEGX_PIPELINE_Y0 in assign_pipes() local
9501 find_opcode(tilegx_bundle_bits bits, tilegx_pipeline pipe) in find_opcode()9527 int pipe; in parse_insn_tilegx() local
375 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1) macro
Completed in 40 milliseconds