HomeSort by: relevance | last modified time | path
    Searched defs:IO (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecordMapping.h 24 : IO(Reader), Container(Container) {}
27 : IO(Writer), Container(Container) {}
40 CodeViewRecordIO IO;
TypeRecordMapping.h 25 explicit TypeRecordMapping(BinaryStreamReader &Reader) : IO(Reader) {}
26 explicit TypeRecordMapping(BinaryStreamWriter &Writer) : IO(Writer) {}
27 explicit TypeRecordMapping(CodeViewRecordStreamer &Streamer) : IO(Streamer) {}
49 CodeViewRecordIO IO;
  /src/sys/arch/hpcmips/tx/
tx39var.h 49 IO,
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingWriter.c 70 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}};
72 if (BufferIO->FileWriter(IO, 1, &BufferIO->File))
77 llvmBufferWriter(IO, 1, (void **)&Buffer);
85 ProfDataIOVec IO[] = {
87 if (BufferIO->FileWriter(IO, 1, &BufferIO->File))
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.h 71 #define IO 4 /* V: Invalid Operation */
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.h 71 #define IO 4 /* V: Invalid Operation */
  /src/sys/arch/arm/at91/
at91cf.c 78 #define IO 0
180 ph->ph_space[IO].base = sa->sa_addr + IO_BASE;
181 ph->ph_space[IO].size = IO_SIZE;
397 pa = pih->addr + ph->ph_space[IO].base;
  /src/sys/arch/arm/ep93xx/
eppcic.c 99 #define IO 0
188 ph->ph_space[IO].reg = EP93XX_PCMCIA0_IO;
189 ph->ph_space[IO].base = EP93XX_PCMCIA0_HWBASE + EP93XX_PCMCIA_IO;
190 ph->ph_space[IO].size = EP93XX_PCMCIA_IO_SIZE;
413 pa = pih->addr + ph->ph_space[IO].base;
450 eppcic_set_pcreg(ph, IO);
613 case IO:
  /src/external/gpl3/gdb.old/dist/sim/pru/
pru.h 67 #define IO GET_INSN_FIELD (IO, inst)
  /src/external/gpl3/gdb/dist/sim/pru/
pru.h 67 #define IO GET_INSN_FIELD (IO, inst)
  /src/bin/dd/
dd.h 88 } IO;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLTraits.cpp 36 // IO
39 IO::IO(void *Context) : Ctxt(Context) {}
41 IO::~IO() = default;
43 void *IO::getContext() const {
47 void IO::setContext(void *Context) {
51 void IO::setAllowUnknownKeys(bool Allow) {
61 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) {
69 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC))
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
cpustate.h 260 IO = (1 << IO_IDX),
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
  /src/external/gpl3/gdb/dist/sim/aarch64/
cpustate.h 260 IO = (1 << IO_IDX),
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
  /src/sys/dev/ic/
ihareg.h 162 #define IO 0x01 /* I/O signal */

Completed in 38 milliseconds