search for: writei

Displaying 4 results from an estimated 4 matches for "writei".

Did you mean: write
2018 Nov 15
2
Per-write cycle count with ReadAdvance - Do I really need that?
...nce to be a list of int and 2) changing tablegen to allow multiple (Proc)ReadAdvance records with the same read resource. The former solution doesn't seem ideal as it requires repeating the cycle count many times for targets that use long SchedWriteRes lists: -def : ReadAdvance<ReadIM, 1, [WriteImm,WriteI, +def: ReadAdvance<ReadIM, [1, 1, 1, 1, 1, 1, 1, 1], [WriteImm, WriteI, WriteISReg, WriteIEReg,WriteIS, WriteID32,WriteID64, WriteIM32,WriteIM64]>; The latter is a bit more verbose when p...
2018 Nov 17
2
Per-write cycle count with ReadAdvance - Do I really need that?
...2) changing tablegen to allow > multiple (Proc)ReadAdvance records with the same read resource. > > The former solution doesn't seem ideal as it requires repeating the > cycle count many times for targets that use long SchedWriteRes lists: > > -def : ReadAdvance<ReadIM, 1, [WriteImm,WriteI, > +def: ReadAdvance<ReadIM, [1, 1, 1, 1, 1, 1, 1, 1], [WriteImm, WriteI, > WriteISReg, WriteIEReg,WriteIS, > WriteID32,WriteID64, > WriteIM32,WriteIM64]>; > > The latter...
2018 Nov 19
2
Per-write cycle count with ReadAdvance - Do I really need that?
...allow >> multiple (Proc)ReadAdvance records with the same read resource. >> >> The former solution doesn't seem ideal as it requires repeating the >> cycle count many times for targets that use long SchedWriteRes lists: >> >> -def : ReadAdvance<ReadIM, 1, [WriteImm,WriteI, >> +def: ReadAdvance<ReadIM, [1, 1, 1, 1, 1, 1, 1, 1], [WriteImm, WriteI, >> WriteISReg, WriteIEReg,WriteIS, >> WriteID32,WriteID64, >> WriteIM32,WriteIM64]>; >...
2004 Oct 22
0
libao-0.8.5 patch
...uot;alsa09", + "alsa", "Bill Currie <bill@taniwha.org>/Kevin Cody, Jr. <kevinc@wuff.dhs.org>", "Outputs to the Advanced Linux Sound Architecture version 0.9.x.", + NULL, AO_FMT_NATIVE, 35, ao_alsa_options, @@ -181,7 +182,8 @@ internal->writei = snd_pcm_writei; internal->access_mask = SND_PCM_ACCESS_RW_INTERLEAVED; } - } + } else + return 0; return 1; } diff -ur libao-0.8.5/src/plugins/arts/ao_arts.c libao-0.8.5.new/src/plugins/arts/ao_arts.c --- libao-0.8.5/src/plugins/arts/ao_arts.c 2003-07-14 03:55:47.000000000 +0200 +...