Searched refs:psize (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/bin/bash/builtins/
H A Dpsize.sh3 # psize.sh -- determine this system's pipe size, and write a define to
23 echo " * This file is automatically generated by psize.sh"
30 # existance before we run psize.aux, because `test -e' is not portable,
37 ./psize.aux 2>"$TMPFILE" | sleep 3
H A DMakefile135 CREATED_FILES = builtext.h builtins.c psize.aux pipesize.h
194 pipesize.h: psize.aux
195 $(SHELL) $(srcdir)/psize.sh > $@
197 psize.aux: psize.c
198 $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(srcdir)/psize.c
/haiku-fatelf/src/kits/bluetooth/
H A DCommandManager.cpp13 inline void* buildCommand(uint8 ogf, uint8 ocf, void** param, size_t psize, argument
20 header = (struct hci_command_header*) malloc(psize
22 *outsize = psize + sizeof(struct hci_command_header);
24 size_t* size = (size_t*)malloc(psize + sizeof(struct hci_command_header)
26 *outsize = psize + sizeof(struct hci_command_header) + sizeof(size_t);
28 *size = psize + sizeof(struct hci_command_header);
36 header->clen = psize;
38 if (param != NULL && psize != 0) {
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dxmlppd.c504 stp_mxml_node_t *psize = stpi_xmlppd_find_page_size(ppd, pstr->name); local
505 if (psize)
512 stp_mxmlElementSetAttr(psize, "left", data[0]);
513 stp_mxmlElementSetAttr(psize, "bottom", data[1]);
514 stp_mxmlElementSetAttr(psize, "right", data[2]);
515 stp_mxmlElementSetAttr(psize, "top", data[3]);
524 stp_mxml_node_t *psize = stpi_xmlppd_find_page_size(ppd, pstr->name); local
525 if (psize)
532 stp_mxmlElementSetAttr(psize, "width", data[0]);
533 stp_mxmlElementSetAttr(psize, "heigh
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp188 bufreq.rx.psize = 1024;
191 bufreq.tx.psize = 0;
246 bufreq.rx.psize = DV_PSIZE;
249 bufreq.tx.psize = 0;
356 bufreq.rx.psize = MPEG_PSIZE;
359 bufreq.tx.psize = 0;
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_unix.c83 _tiffMapProc(void* fd, tdata_t* pbase, toff_t* psize) argument
90 *psize = size;
105 _tiffMapProc(void* fd, tdata_t* pbase, toff_t* psize) argument
107 (void) fd; (void) pbase; (void) psize;
H A Dtiffiop.h171 #define TIFFMapFileContents(tif, paddr, psize) \
172 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,paddr,psize))
/haiku-fatelf/src/libs/tiff/
H A Dtif_unix.c96 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
103 *psize = size;
118 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
120 (void) fd; (void) pbase; (void) psize;
H A Dtif_open.c82 _tiffDummyMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
84 (void) fd; (void) pbase; (void) psize;
H A Dtiffiop.h219 #define TIFFMapFileContents(tif, paddr, psize) \
220 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,paddr,psize))
/haiku-fatelf/src/bin/patch/
H A Dinp.c429 ifetch (LINENUM line, int whichbuf, size_t *psize) argument
435 *psize = 0;
440 *psize = i_ptr[line + 1] - p;
459 *psize = last_line_size;
463 *psize = q - p;
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwmpegts.c185 bufreq.rx.psize = PSIZE;
188 bufreq.tx.psize = 0;
H A Dfwdv.c131 bufreq.rx.psize = PSIZE;
134 bufreq.tx.psize = 0;
289 bufreq.rx.psize = 0;
292 bufreq.tx.psize = PSIZE;
H A Dfwcontrol.c693 bufreq.rx.psize = RECV_PACKET_SZ;
696 bufreq.tx.psize = 0;
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c106 b->psize = roundup2(b->psize, sizeof(uint32_t));
108 b->psize, b->nchunk * b->npacket);
109 TRACE("fwdev_allocbuf %d\n", b->psize*b->nchunk*b->npacket);
117 q->psize = (b->psize + 3) & ~3;
148 q->psize = 0;
440 if (pbytes >= ir->psize) {
746 ibufreq->rx.psize = ir->psize;
[all...]
/haiku-fatelf/src/bin/bash/
H A Dunwind_prot.c299 unwind_protect_mem_internal (var, psize)
301 char *psize;
306 size = *(int *) psize;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c269 off_t *poffs, char *buf, int *psrc, s64 *psize)
285 while ((src < *psize)
295 if (src >= *psize) {
296 *poffs += *psize;
297 *psize = reader(fileid, buf, (size_t)BUFSZ, *poffs);
305 } while (*psize && ((maptext[0] == '#') || !gotend));
268 getmappingitem(FILEREADER reader, void *fileid, off_t *poffs, char *buf, int *psrc, s64 *psize) argument
H A Dsecurity.h337 char *buf, u32 buflen, u32 *psize);
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dvp8.c126 const uint32_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
127 if (offset + psize > size) {
130 VP8Init(dec->parts_ + p, buf + offset, psize);
131 offset += psize;
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlfe.c835 get_inferior_cwd (path, psize)
837 size_t psize;
844 n = readlink (procfsbuf, path, psize);
847 if (n > psize)
/haiku-fatelf/src/bin/gdb/gdb/
H A Daix-thread.c670 int pcount, psize, pi, gcount, gi; local
680 psize = 1;
681 pbuf = (struct pd_thread *) xmalloc (psize * sizeof *pbuf);
693 if (pcount == psize)
695 psize *= 2;
697 psize * sizeof *pbuf);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp625 sc->arrq.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
626 sc->arrs.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
627 sc->atrq.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
628 sc->atrs.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
1233 db_tr->buf, dbch->xferq.psize);
1269 /*maxsize*/ dbch->xferq.psize,
1486 ir->psize * dbch->ndb, 0, "fw rx Area");
1499 dsiz[0] = ir->psize;
1500 buf_virt = (char*)buf_virt + ir->psize;
1501 buf_phy = (char*)buf_phy + ir->psize;
[all...]
/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h57 unsigned int psize; member in struct:fw_isobufreq::fw_bufspec
H A Dfirewirereg.h267 u_int psize; member in struct:fw_xferq
/haiku-fatelf/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp173 tiff_map_file_proc(thandle_t stream, tdata_t *pbase, toff_t *psize) argument

Completed in 208 milliseconds

12