Searched refs:put (Results 1 - 25 of 61) sorted by relevance

123

/haiku-fatelf/src/libs/stdc++/legacy/
H A DPlotFile.cc64 ofstream::put(c);
71 ofstream::put((char)(x>>8));
72 ofstream::put((char)(x&0377));
74 ofstream::put((char)(x&0377));
75 ofstream::put((char)(x>>8));
H A Dindstream.cc33 indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode) argument
37 _put_stream = put == NULL ? get : put;
H A DSFile.cc71 SFile& SFile::put(void* x) function in class:SFile
/haiku-fatelf/src/bin/
H A Dchop.c188 ssize_t put; // number of bytes just written -- i.e. from the last write() local
229 put = write(fdout, beg, needed);
230 beg += put;
232 curr_written += put;
233 total_written += put;
/haiku-fatelf/headers/cpp/
H A DSFile.h50 SFile& put(void* x);
H A Dindstream.h40 // All put-related requests are sent to put_stream().
63 indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
H A Diostream.h58 ostream& put(char c) { _strbuf->sputc(c); return *this; } function in class:ostream
61 ostream& put(unsigned char c) { return put((char)c); } function in class:ostream
62 ostream& put(signed char c) { return put((char)c); } function in class:ostream
/haiku-fatelf/src/add-ons/translators/webp/libwebp/webp/
H A Ddecode_vp8.h33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
47 // set before calling put()
60 int (*put)(const VP8Io* io); member in struct:VP8Io
71 // can be taken into consideration during the put() method.
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c456 if (img->put.any == NULL) {
458 "No \"put\" routine setupl; probably can not handle image format");
573 tileContigRoutine put = img->put.contig; local
624 (*put)(img, raster+y*w+col, col, y,
629 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew, buf + pos);
666 tileSeparateRoutine put = img->put.separate; local
749 (*put)(img, raster+y*w+col, col, y,
753 (*put)(im
791 tileContigRoutine put = img->put.contig; local
874 tileSeparateRoutine put = img->put.separate; local
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dinfback.c121 put = strm->next_out; \
132 strm->next_out = put; \
204 put = state->window; \
207 if (out(out_desc, put, left)) { \
250 unsigned char FAR *put; /* next output */ local
277 put = state->window;
338 zmemcpy(put, next, copy);
342 put += copy;
509 *put++ = (unsigned char)(state->length);
582 from = put
[all...]
H A Dinflate.c440 put = strm->next_out; \
451 strm->next_out = put; \
539 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
595 unsigned char FAR *put; /* next output */ local
870 zmemcpy(put, next, copy);
874 put += copy;
1127 *put++ = 0;
1142 from = put - state->offset;
1149 *put++ = *from++;
1155 *put
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DTable.java83 unitHash.put("in", new Float(pixelsPerInch));
84 unitHash.put("cm", new Float(pixelsPerInch / 2.54));
85 unitHash.put("mm", new Float(pixelsPerInch / 25.4));
86 unitHash.put("pc", new Float((pixelsPerInch / 72) * 12));
87 unitHash.put("pt", new Float(pixelsPerInch / 72));
88 unitHash.put("px", new Float(1));
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c385 if (img->put.any == NULL) {
387 "No \"put\" routine setupl; probably can not handle image format");
456 tileContigRoutine put = img->put.contig; local
498 (*put)(img, raster+y*w+col, col, y,
503 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew,
524 tileSeparateRoutine put = img->put.separate; local
598 (*put)(img, raster+y*w+col, col, y,
604 (*put)(im
625 tileContigRoutine put = img->put.contig; local
679 tileSeparateRoutine put = img->put.separate; local
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DTable.java84 unitHash.put("in", new Float(pixelsPerInch));
85 unitHash.put("cm", new Float(pixelsPerInch / 2.54));
86 unitHash.put("mm", new Float(pixelsPerInch / 25.4));
87 unitHash.put("pc", new Float((pixelsPerInch / 72) * 12));
88 unitHash.put("pt", new Float(pixelsPerInch / 72));
89 unitHash.put("px", new Float(1));
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DTable.java91 unitHash.put("in", new Float(pixelsPerInch));
92 unitHash.put("cm", new Float(pixelsPerInch / 2.54));
93 unitHash.put("mm", new Float(pixelsPerInch / 25.4));
94 unitHash.put("pc", new Float((pixelsPerInch / 72) * 12));
95 unitHash.put("pt", new Float(pixelsPerInch / 72));
96 unitHash.put("px", new Float(1));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dui-file.h55 extern void set_ui_file_put (struct ui_file *stream, ui_file_put_ftype * put);
/haiku-fatelf/src/bin/unzip/
H A Dmatch.c316 #define put(s) {fputs(s,stdout); fflush(stdout);} macro
326 put("Pattern (return to exit): ");
331 put("String (return for new pattern): ");
/haiku-fatelf/src/bin/network/ftp/
H A Dcmdtab.c191 { "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
253 { "put", H(sendhelp), 1, 1, 1, CMPL(lr) put },
269 { "send", H(sendhelp), 1, 1, 1, CMPL(lr) put },
H A Dextern.h184 void put(int, char **);
/haiku-fatelf/headers/private/drivers/
H A Dksocket.h97 #error feel free to put back ksocketd support if you dare
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dksocket.h95 #error feel free to put back ksocketd support if you dare
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h110 #error feel free to put back ksocketd support if you dare
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp163 if (!fOutput->put(c)) {
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dgdbserve.c197 LONG put; local
199 put = 0;
200 while (put < 1)
202 err = AIOWriteData (AIOhandle, (char *) &c, 1, &put);
204 ConsolePrintf ("AIOWriteData: err = %d, put = %d\r\n", err, put);
392 /* return a pointer to the last char put in buf (null) */
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c28 * this was put into public domain in 1988 by Haruhiko OKUMURA).
161 /* put the node into the tree if we reached a leaf */
872 s32 put, xput; local
878 put = 0;
889 if ((to_write - put) < count)
890 count = to_write - put;
893 put += count;
899 } while ((xput == count) && (put < to_write));
900 return (put);

Completed in 229 milliseconds

123