Home
last modified time | relevance | path

Searched refs:iblen (Results 1 – 14 of 14) sorted by relevance

/dports/mail/libpst/libpst-0.6.76/src/
H A Dvbuf.c66 static size_t sbcs_conversion(pst_vbuf *dest, const char *inbuf, int iblen, iconv_t conversion) in sbcs_conversion() argument
68 size_t inbytesleft = iblen; in sbcs_conversion()
75 pst_vbresize(dest, 2*iblen); in sbcs_conversion()
213 size_t pst_vb_utf16to8(pst_vbuf *dest, const char *inbuf, int iblen) in pst_vb_utf16to8() argument
215 size_t inbytesleft = iblen; in pst_vb_utf16to8()
222 pst_vbresize(dest, iblen); in pst_vb_utf16to8()
225 if (!utf16_is_terminated(inbuf, iblen)) in pst_vb_utf16to8()
246 size_t pst_vb_utf8to8bit(pst_vbuf *dest, const char *inbuf, int iblen, const char* charset) in pst_vb_utf8to8bit() argument
250 return sbcs_conversion(dest, inbuf, iblen, i8totarget); in pst_vb_utf8to8bit()
254 size_t pst_vb_8bit2utf8(pst_vbuf *dest, const char *inbuf, int iblen, const char* charset) in pst_vb_8bit2utf8() argument
[all …]
H A Dvbuf.h24 size_t pst_vb_utf16to8(pst_vbuf *dest, const char *inbuf, int iblen);
25 size_t pst_vb_utf8to8bit(pst_vbuf *dest, const char *inbuf, int iblen, const char* charset);
26 size_t pst_vb_8bit2utf8(pst_vbuf *dest, const char *inbuf, int iblen, const char* charset);
/dports/archivers/ha/ha-0.999b_2/c/
H A Dswdict.c40 U16B blen,iblen; variable
55 iblen=maxl; in swd_init()
57 blen=cblen+iblen; in swd_init()
62 b=malloc((blen+iblen-1)*sizeof(*b)); in swd_init()
69 while (bbl<iblen) { in swd_init()
98 if (inptr<iblen-1) { in swd_accept()
154 if (inptr<iblen-1) { in swd_findbest()
H A Dhaio.c43 unsigned (*inspecial)(unsigned char *ibuf, unsigned iblen);
/dports/editors/vigor/vigor-0.016/ip/
H A Dip_read.c59 ipp->iblen -= ipp->iskip;
60 memmove(ipp->ibuf, ipp->ibuf + ipp->iskip, ipp->iblen);
117 bp = ipp->ibuf + ipp->iblen;
118 blen = sizeof(ipp->ibuf) - ipp->iblen;
185 ipp->iblen += nr;
222 if (ipp->iblen < IPO_CODE_LEN + IPO_INT_LEN * 2)
243 string: if (ipp->iblen < IPO_CODE_LEN + IPO_INT_LEN)
247 if (ipp->iblen < IPO_CODE_LEN + IPO_INT_LEN + val1)
H A Dip.h17 size_t iblen; /* Input buffer length. */ member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DDatatype.pyx164 cdef int count = 0, *iblen = NULL, *idisp = NULL
169 CHKERR( MPI_Type_indexed(count, iblen, idisp,
192 cdef int count = 0, *iblen = NULL
251 cdef int count = 0, *iblen = NULL
518 cdef MPI_Aint iblen = 0, oblen = 0
519 cdef ob1 = getbuffer_r(inbuf, &ibptr, &iblen)
535 cdef MPI_Aint iblen = 0, oblen = 0
536 cdef ob1 = getbuffer_r(inbuf, &ibptr, &iblen)
568 cdef MPI_Aint iblen = 0, oblen = 0
590 cdef MPI_Aint iblen = 0, oblen = 0
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DDatatype.pyx163 cdef int count = 0, *iblen = NULL, *idisp = NULL
168 CHKERR( MPI_Type_indexed(count, iblen, idisp,
177 cdef int count = 0, *iblen = NULL
225 cdef int count = 0, *iblen = NULL
645 cdef MPI_Aint iblen = 0, oblen = 0
648 cdef int icount = downcast(iblen//extent)
663 cdef MPI_Aint iblen = 0, oblen = 0
666 cdef int isize = clipcount(iblen)
697 cdef MPI_Aint iblen = 0, oblen = 0
700 cdef int icount = downcast(iblen//extent)
[all …]
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A DDatatype.pyx177 cdef int count = 0, *iblen = NULL, *idisp = NULL
182 CHKERR( MPI_Type_indexed(count, iblen, idisp,
195 cdef int count = 0, *iblen = NULL
255 cdef int count = 0, *iblen = NULL
691 cdef MPI_Aint iblen = 0, oblen = 0
694 cdef int icount = downcast(iblen//extent)
715 cdef MPI_Aint iblen = 0, oblen = 0
718 cdef int isize = clipcount(iblen)
759 cdef MPI_Aint iblen = 0, oblen = 0
762 cdef int icount = downcast(iblen//extent)
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/dao/
H A DGenericMMCraw.cc631 long iblen = blockSize(mode, sm); in writeData() local
657 memcpy(encodeBuffer_ + i * blockLength_, buf + i * iblen, in writeData()
691 const char *iBuf = buf + i * iblen + AUDIO_BLOCK_LEN; in writeData()
717 for (p = buf + i * iblen, n = 0; in writeData()
743 buf += writeLen * iblen; in writeData()
/dports/archivers/ha/ha-0.999b_2/include/
H A Dhaio.h36 extern unsigned (*inspecial)(unsigned char *ibuf, unsigned iblen);
/dports/print/paps/paps-0.7.1/src/
H A Dpaps.c821 gsize iblen, ibleft, oblen; in read_file() local
839 iblen = strlen (ib); in read_file()
842 if (g_iconv (cvh, &ib, &iblen, &ob, &oblen) == (gsize)-1) in read_file()
851 inc_seq_bytes = iblen; in read_file()
1369 gsize iblen, oblen; in get_date() local
1384 iblen = strlen(ib); in get_date()
1388 if (g_iconv(cvh, &ib, &iblen, &ob, &oblen) == (gsize)-1) { in get_date()
/dports/sysutils/hatop/hatop-0.8.1/
H A DHACKING83 |<--------------------------- iblen -------------------------------->|
/dports/sysutils/hatop/hatop-0.8.1/bin/
H A Dhatop594 def iblen(self):
672 if self.iblen > self.ibmax:
713 if self.ibpos < self.iblen:
727 if self.ibpos < self.iblen:
735 if n == 0 or self.iblen == 0:
744 elif n > 0 and self.ibpos < self.iblen:
756 self.ibmin = max(0, self.iblen - self.ispan)
757 self.ibpos = self.iblen
773 self.ibpos = min(self.iblen, self.ibpos + n)
799 if self.iblen == 0: