Home
last modified time | relevance | path

Searched refs:plength (Results 51 – 75 of 597) sorted by relevance

12345678910>>...24

/dports/net/openmpi3/openmpi-3.1.6/opal/util/
H A Dcrc.h62 size_t plength = 0; in opal_bcopy_csum() local
63 return opal_bcopy_csum_partial(source, destination, copylen, csumlen, &plong, &plength); in opal_bcopy_csum()
85 size_t plength = 0; in opal_bcopy_uicsum() local
86 return opal_bcopy_uicsum_partial(source, destination, copylen, csumlen, &pint, &plength); in opal_bcopy_uicsum()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/util/
H A Dcrc.h64 size_t plength = 0; in pmix_bcopy_csum() local
65 return pmix_bcopy_csum_partial(source, destination, copylen, csumlen, &plong, &plength); in pmix_bcopy_csum()
87 size_t plength = 0; in pmix_bcopy_uicsum() local
88 return pmix_bcopy_uicsum_partial(source, destination, copylen, csumlen, &pint, &plength); in pmix_bcopy_uicsum()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/util/
H A Dcrc.h64 size_t plength = 0; in pmix_bcopy_csum() local
65 return pmix_bcopy_csum_partial(source, destination, copylen, csumlen, &plong, &plength); in pmix_bcopy_csum()
87 size_t plength = 0; in pmix_bcopy_uicsum() local
88 return pmix_bcopy_uicsum_partial(source, destination, copylen, csumlen, &pint, &plength); in pmix_bcopy_uicsum()
/dports/multimedia/replex/replex-0.1.6.8/
H A Davi.c456 p->plength = getsize_buf(buf+c); in get_avi_from_index()
480 if (p->plength != idx[cidx].len){ in get_avi_from_index()
482 (int)p->plength, idx[cidx].len); in get_avi_from_index()
493 if (ring_write(p->rbuf, buf+c, p->plength)<0){ in get_avi_from_index()
600 p->plength = getsize_buf(p->plen); in get_avi()
601 if (!p->plength){ in get_avi()
622 while (c < count && p->found < p->plength+8){ in get_avi()
624 if (l+p->found > p->plength+8) in get_avi()
625 l = p->plength+8-p->found; in get_avi()
634 if(p->found == p->plength+8){ in get_avi()
[all …]
H A Dpes.c217 p->plength = ntohs(*pl); in get_pes()
233 p->plength = ntohs(*pl); in get_pes()
271 if(p->plength && p->found == 9 && p->found > p->plength+6){ in get_pes()
277 if (!p->plength) p->plength = MMAX_PLENGTH-6; in get_pes()
338 if (l+p->found > p->plength+6) in get_pes()
339 l = p->plength+6-p->found; in get_pes()
366 if(p->found == p->plength+6){ in get_pes()
373 if( p->found + count - c < p->plength+6){ in get_pes()
377 c += p->plength+6 - p->found; in get_pes()
378 p->found = p->plength+6; in get_pes()
[all …]
/dports/devel/py-ijson/ijson-3.1.4/ijson/backends/yajl2_c/
H A Dreading_generator.c81 PyObject *plength = PyObject_CallFunctionObjArgs(self->read_func, self->buffer, NULL); in reading_generator_next() local
82 N_N(plength); in reading_generator_next()
83 length = PyLong_AsLong(plength); in reading_generator_next()
85 Py_DECREF(plength); in reading_generator_next()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/dat/
H A Dtlv.c211 netwib_uint32 *plength, in netwib_priv_tlv_entry_typelenval() argument
238 if (plength != NULL) { in netwib_priv_tlv_entry_typelenval()
239 *plength = length; in netwib_priv_tlv_entry_typelenval()
256 netwib_uint32 *plength, in netwib_tlv_entry_typelen() argument
262 netwib_er(netwib_priv_tlv_entry_typelenval(ptlv, ptype, plength, NULL, in netwib_tlv_entry_typelen()
456 netwib_uint32 *plength, in netwib_tlv_decode_newtype() argument
471 if (plength != NULL) { in netwib_tlv_decode_newtype()
472 *plength = datasize; in netwib_tlv_decode_newtype()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660/
H A Dconform.c118 wrconform(Cdimg *cd, int n, ulong *pblock, ulong *plength) in wrconform() argument
127 *plength = 0; in wrconform()
138 *plength = Cwoffset(cd) - *pblock*Blocksize; in wrconform()
139 chat("write _conform.map at %lud+%lud\n", *pblock, *plength); in wrconform()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dmodules_tools.cpp413 plength = 0; in analyzer_audio_module()
503 plength = std::min(phase_buffer_size, plength + 2); in process()
539 *_length = plength; in get_phase_graph()
581 plength = 0; in multibandenhancer_audio_module()
676 plength = std::min(phase_buffer_size, plength + 2); in process()
746 plength = std::min(phase_buffer_size, plength + 2); in process()
772 *_length = plength; in get_phase_graph()
801 plength = 0; in multispread_audio_module()
876 plength = std::min(phase_buffer_size, plength + 2); in process()
916 plength = std::min(phase_buffer_size, plength + 2); in process()
[all …]
/dports/chinese/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6/src/
H A Dcloudpinyin.c874 size_t plength = hzlength; in GetCurrentString() local
910 strcat(p + plength, result); in GetCurrentString()
911 plength += strlen(result); in GetCurrentString()
913 strcat(p + plength, "'"); in GetCurrentString()
914 plength += 1; in GetCurrentString()
925 strcat(p + plength, lastpos); in GetCurrentString()
926 plength += strlen(lastpos); in GetCurrentString()
928 strcat(p + plength, "'"); in GetCurrentString()
929 plength += 1; in GetCurrentString()
950 if (plength >= 1 && p[plength - 1] == '\'') { in GetCurrentString()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dkwallet_fmt_plug.c200 int plength = strlen(password); in password2hash() local
204 for (i = 0; i <= plength; i += 16) { in password2hash()
206 SHA1_Update(&ctx, password + i, MIN(plength - i, 16)); in password2hash()
217 if (plength < 16) { in password2hash()
222 else if (plength < 32) { in password2hash()
227 else if (plength < 48) { in password2hash()
/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_shade.c203 double pxd, pyd, pzd, plength; local
232 plength = 1. / sqrt(pxd*pxd+pyd*pyd+pzd*pzd);
233 *nx = pxd * plength;
234 *ny = pyd * plength;
235 *nz = pzd * plength;
437 double plength; local
616 plength = 1. / sqrt(pxd*pxd + pyd*pyd + pzd*pzd);
617 nx = pxd * plength;
618 ny = pyd * plength;
619 nz = pzd * plength;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devent_tagging.c272 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
285 res = decode_int_internal(plength, &tmp, 0); in evtag_peek_length()
289 *plength += res + len; in evtag_peek_length()
295 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
308 res = decode_int_internal(plength, &tmp, 0); in evtag_payload_length()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/libevent/
H A Devent_tagging.c272 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
285 res = decode_int_internal(plength, &tmp, 0); in evtag_peek_length()
289 *plength += res + len; in evtag_peek_length()
295 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
308 res = decode_int_internal(plength, &tmp, 0); in evtag_payload_length()
/dports/www/obhttpd/libevent-6.6.20191030/src/lib/libevent/
H A Devent_tagging.c249 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
262 res = decode_int_internal(plength, &tmp, 0); in evtag_peek_length()
266 *plength += res + len; in evtag_peek_length()
272 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
285 res = decode_int_internal(plength, &tmp, 0); in evtag_payload_length()
/dports/biology/seaview/seaview/csrc/
H A Draa_acnuc.h183 …a_nexteltinlist(raa_db_access *raa_current_db, int first, int lrank, char **pname, int *plength) ;
184 …eltinlist_annots(raa_db_access *raa_current_db, int first, int lrank, char **pname, int *plength,
212 char *raa_readsub(raa_db_access *raa_current_db, int num, int *plength, int *ptype, int *pext, int…
214 char *raa_readsub_pannots(raa_db_access *raa_current_db, int num, int *plength, int *ptype, int *p…
249 …int *prank, int *plength, int *pframe, int *pgc, char **pacc, char **pdesc, char **pspecies, char …
251 int *plength, int *pframe, int *pgc, char **pacc, char **pdesc, char **pspecies, char **pseq);
/dports/graphics/digikam/digikam-7.4.0/core/utilities/advancedrename/common/
H A Dhighlighter.cpp83 int plength = parameters.length(); in highlightBlock() local
84 setFormat(index + pindex, plength, parameterFormat); in highlightBlock()
85 pindex = fullmatched.indexOf(parameters, pindex + plength); in highlightBlock()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dcnone.c291 uint16 *pref, int32 *plength, int32 *poffset, in HCPcnone_inquire() argument
299 plength = plength; in HCPcnone_inquire()
/dports/editors/xvile/vile-9.8v/
H A Dword.c503 int plength; /* prefix to ignore during fill */ in do_formatting() local
559 if ((plength = comment_prefix()) >= 0) { in do_formatting()
563 (size_t) plength - (size_t) DOT.o); in do_formatting()
575 plength -= DOT.o; in do_formatting()
606 plength = s; in do_formatting()
608 if (plength > 0) { in do_formatting()
611 (size_t) (plength)); in do_formatting()
627 if (at_nl && ((plength-- > 0) || isSpace(c))) in do_formatting()
/dports/editors/vile/vile-9.8v/
H A Dword.c503 int plength; /* prefix to ignore during fill */ in do_formatting() local
559 if ((plength = comment_prefix()) >= 0) { in do_formatting()
563 (size_t) plength - (size_t) DOT.o); in do_formatting()
575 plength -= DOT.o; in do_formatting()
606 plength = s; in do_formatting()
608 if (plength > 0) { in do_formatting()
611 (size_t) (plength)); in do_formatting()
627 if (at_nl && ((plength-- > 0) || isSpace(c))) in do_formatting()
/dports/emulators/dosbox/dosbox-0.74-3/src/ints/
H A Dint10_put_pixel.cpp116 if (CurMode->plength!=(Bitu)real_readw(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE)) in INT10_PutPixel()
117 …LOG(LOG_INT10,LOG_ERROR)("PutPixel_EGA_p: %x!=%x",CurMode->plength,real_readw(BIOSMEM_SEG,BIOSMEM_… in INT10_PutPixel()
173 if (CurMode->plength!=(Bitu)real_readw(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE)) in INT10_GetPixel()
174 …LOG(LOG_INT10,LOG_ERROR)("GetPixel_EGA_p: %x!=%x",CurMode->plength,real_readw(BIOSMEM_SEG,BIOSMEM_… in INT10_GetPixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/asn1/
H A Dasn1_lib.c110 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
155 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
163 (int)p, *plength, omax, (int)*pp, (int)(p + *plength), in ASN1_get_object()
167 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/dports/security/boringssl/boringssl-6a71840/crypto/asn1/
H A Dasn1_lib.c110 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
155 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
163 (int)p, *plength, omax, (int)*pp, (int)(p + *plength), in ASN1_get_object()
167 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/asn1/
H A Dasn1_lib.c110 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
155 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
163 (int)p, *plength, omax, (int)*pp, (int)(p + *plength), in ASN1_get_object()
167 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/asn1/
H A Dasn1_lib.c94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err; in ASN1_get_object()
136 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength), in ASN1_get_object()
140 if (*plength > (omax - (p - *pp))) in ASN1_get_object()

12345678910>>...24