put
SFile& put(void* x);
indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
ostream& put(char c) { _strbuf->sputc(c); return *this; }
ostream& put(unsigned char c) { return put((char)c); }
ostream& put(signed char c) { return put((char)c); }
for (__i = 0; __i < __n; __i++) _M_o.put(__leaf[__i]);
for (__i = 0; __i < __n; __i++) _M_o.put(__leaf[__i]);
for (__i = 0; __i < __n; __i++) __o.put(__f);
sequence_buffer& put(value_type __x)
uint32 put; /* last 32-bit-word adress given to engine to exec. to */
si->engine.dma.put = 0;
if (si->engine.dma.current != si->engine.dma.put)
si->engine.dma.put = si->engine.dma.current;
NV_REG32(NVACC_FIFO + NV_GENERAL_DMAPUT) = (si->engine.dma.put << 2);
if (si->engine.dma.put >= dmaget)
while ((NV_REG32(NVACC_FIFO + NV_GENERAL_DMAGET) != (si->engine.dma.put << 2)) &&
s32 put, xput;
put = 0;
if ((to_write - put) < count)
count = to_write - put;
put += count;
} while ((xput == count) && (put < to_write));
return (put);
s64 put;
put = ntfs_device_win32_pio(fd, offset, count, (void*)NULL, b);
put = 0;
put = ntfs_device_win32_write(dev, b, count);
return (put);
os.put(c);
if (!fOutput->put(c)) {
inline void put( contents* c )
ssize_t put; // number of bytes just written -- i.e. from the last write()
put = write(fdout, beg, needed);
beg += put;
curr_written += put;
total_written += put;
put("Pattern (return to exit): ");
put("String (return for new pattern): ");
ofstream::put(c);
ofstream::put((char)(x>>8));
ofstream::put((char)(x&0377));
ofstream::put((char)(x&0377));
ofstream::put((char)(x>>8));
indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode)
_put_stream = put == NULL ? get : put;
return flush(outs.put('\n'));
outs.put('\0');