Searched refs:iotype (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 116 static int iotype; /* sync io */ variable 284 iotype = lio_parse_io_arg1(optarg); in parse_options() 285 if (iotype == -1) { in parse_options() 553 nb = lio_write_buffer(write_fd, iotype, writebuf, size, in do_child() 664 nb = lio_read_buffer(read_fd, iotype, readbuf, size, in do_parent()
|
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 38 self.iotype = 0 45 def add_iotype(self, iotype): 46 self.iotype = self.iotype | iotype 47 if iotype == Operand.IOTYPE_INPUT: 51 return "{}: (name: {}, iotype: {}, dtype: {}, dims: {}, used_count: {})".format(self.index, 52 self.name, self.iotype2str[self.iotype], self.dtype2str[self.dtype], 449 np.array([operand.iotype, operand.dtype], dtype=np.uint32).tofile(f)
|
/third_party/mksh/ |
H A D | exec.c | 1408 int iotype = iop->ioflag & IOTYPE; in iosetup() local 1414 if (iotype != IOHERE) in iosetup() 1419 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup() 1428 switch (iotype) { in iosetup() 1522 iotype == IODUP ? "dup" : in iosetup() 1524 (iotype == IOREAD || iotype == IOHERE) ? in iosetup() 1557 if (iotype != IODUP) in iosetup() 1561 if (iotype != IODUP) in iosetup()
|
Completed in 4 milliseconds