Searched refs:pcount (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/ntp-92/include/
H A Dntp_lineedit.h12 char * ntp_readline(int *pcount);
/macosx-10.10/ntp-92/libntp/
H A Dntp_lineedit.c153 int * pcount
167 *pcount = 0;
175 *pcount = strlen(line);
186 cline = el_gets(ntp_el, pcount);
190 *pcount = strlen(cline);
214 *pcount = strlen(line);
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmscipher.c845 int blocks, bsize, pcount, padsize;
879 pcount = cc->pending_count;
884 if (pcount) {
889 while (input_len && pcount < bsize) {
890 pbuf[pcount++] = *input++;
900 cc->pending_count = pcount;
910 if ((padsize != 0) && (pcount % padsize) != 0) {
919 pbuf, pcount);
928 PORT_Assert(ofraglen == pcount);
967 pcount
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmscipher.c845 int blocks, bsize, pcount, padsize;
879 pcount = cc->pending_count;
884 if (pcount) {
889 while (input_len && pcount < bsize) {
890 pbuf[pcount++] = *input++;
900 cc->pending_count = pcount;
910 if ((padsize != 0) && (pcount % padsize) != 0) {
919 pbuf, pcount);
928 PORT_Assert(ofraglen == pcount);
967 pcount
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscipher.c941 int blocks, bsize, pcount, padsize;
975 pcount = cc->pending_count;
980 if (pcount) {
985 while (input_len && pcount < bsize) {
986 pbuf[pcount++] = *input++;
996 cc->pending_count = pcount;
1006 if ((padsize != 0) && (pcount % padsize) != 0) {
1015 pbuf, pcount);
1024 PORT_Assert(ofraglen == pcount);
1063 pcount
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscipher.c941 int blocks, bsize, pcount, padsize;
975 pcount = cc->pending_count;
980 if (pcount) {
985 while (input_len && pcount < bsize) {
986 pbuf[pcount++] = *input++;
996 cc->pending_count = pcount;
1006 if ((padsize != 0) && (pcount % padsize) != 0) {
1015 pbuf, pcount);
1024 PORT_Assert(ofraglen == pcount);
1063 pcount
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscipher.c941 int blocks, bsize, pcount, padsize;
975 pcount = cc->pending_count;
980 if (pcount) {
985 while (input_len && pcount < bsize) {
986 pbuf[pcount++] = *input++;
996 cc->pending_count = pcount;
1006 if ((padsize != 0) && (pcount % padsize) != 0) {
1015 pbuf, pcount);
1024 PORT_Assert(ofraglen == pcount);
1063 pcount
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfmodule.c147 { int j, pcount, rem; local
150 pcount = 0;
160 ++exponents[pcount];
164 if(exponents[pcount] > 0) {
165 factors[pcount] = pr[j];
166 ++pcount;
167 exponents[pcount] = 0;
170 return(pcount);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfmodule.c147 { int j, pcount, rem; local
150 pcount = 0;
160 ++exponents[pcount];
164 if(exponents[pcount] > 0) {
165 factors[pcount] = pr[j];
166 ++pcount;
167 exponents[pcount] = 0;
170 return(pcount);
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c40 conf.pcount = 100000;
54 conf.pcount = atoi(optarg);
181 dbp->set_h_nelem(dbp, conf.pcount*10) == 0);
218 conf.ts, b_workload_workload_str(conf.workload), (u_long)conf.pcount);
238 TIME_DISPLAY(conf.pcount, conf.tot_time);
240 TIMER_DISPLAY(conf.pcount);
287 for (i = 0; i < 2 * config->pcount; ++i) {
294 for (i = 0; i < config->pcount; ++i) {
338 for (i = 0; i < config->pcount; ++i) {
369 for (i = 0; i < config->pcount;
[all...]
H A Db_workload.h134 size_t pcount; member in struct:__anon222
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c40 conf.pcount = 100000;
53 conf.pcount = atoi(optarg);
180 dbp->set_h_nelem(dbp, conf.pcount*10) == 0);
217 conf.ts, workload_str(conf.workload), (u_long)conf.pcount);
237 TIME_DISPLAY(conf.pcount, conf.tot_time);
239 TIMER_DISPLAY(conf.pcount);
286 for (i = 0; i < 2 * config->pcount; ++i) {
293 for (i = 0; i < config->pcount; ++i) {
337 for (i = 0; i < config->pcount; ++i) {
368 for (i = 0; i < config->pcount;
[all...]
H A Db_workload.h134 size_t pcount; member in struct:__anon379
/macosx-10.10/libstdcxx-104.1/src/
H A Dstrstream.cc138 strstreambuf::pcount() const function in class:strstreambuf
387 ostrstream::pcount() const function in class:ostrstream
388 { return _M_buf.pcount(); }
410 strstream::pcount() const function in class:strstream
411 { return _M_buf.pcount(); }
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_wwvb.c137 int pcount; /* PPS sample counter */ member in struct:wwvbunit
441 up->pcount++,
483 if (up->pcount == 0) {
492 up->pcount = up->tcount = 0;
H A Drefclock_nmea.c124 int pcount; /* PPS sample counter */ member in struct:nmeaunit
438 up->pcount++,
870 if (up->pcount == 0) {
879 up->pcount = up->tcount = 0;
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream.h200 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
242 if (m_os && m_os->pcount()>0) {
248 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfipsalgtest.pl787 my ( $fcount, $pcount ) = ( 0, 0 );
797 $pcount++;
805 print STDERR "DEBUG: $tname, Pass=$pcount, Fail=$fcount\n";
807 if ( $fcount || !$pcount ) {
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dhost.c829 unsigned int pcount, i; local
841 pcount = processor_count;
842 assert(pcount != 0);
844 needed = pcount * icount * sizeof(natural_t);
861 if (pcount > 1) {
862 for (i = 1; i < pcount; i++) {
892 *out_pcount = pcount;
894 *out_array_count = pcount * icount;
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq.c736 uint16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
786 (error2 = md_get_uint16le(mdp, &pcount)) != 0 ||
790 if (pcount != 0 && pdisp != totpgot) {
817 if (pcount) {
818 error2 = smb_t2_placedata(mdp->md_top, poff, pcount, &t2p->t2_rparam);
822 totpgot += pcount;
855 uint32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
898 if ((error2 = md_get_uint32le(mdp, &pcount)) != 0 ||
902 if (pcount != 0 && pdisp != totpgot) {
929 if (pcount) {
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_mib.c132 COPY(pcount);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslint.h461 int *pcount);
468 int *pcount);
H A Dclient.c1118 int *pcount)
1137 if (pcount != NULL)
1138 *pcount = 0;
1204 if (pcount != NULL)
1205 (*pcount)++;
1112 _sasl_client_listmech(sasl_conn_t *conn, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
/macosx-10.10/apr-32/apr/apr/test/
H A Dtesthash.c60 static void sum_hash(apr_pool_t *p, apr_hash_t *h, int *pcount, int *keySum, int *valSum) argument
68 *pcount = 0;
75 *pcount=count;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-isakmp.c1424 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, argument
1477 ND_PRINT((ndo," #%u type=%s id=%s ", pcount,
1481 ND_PRINT((ndo," #%u type=%s id=%u ", pcount,
1502 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_,
2295 u_char np, int pcount,
2318 cp = ikev2_p_print(ndo, np, pcount, ext, item_len,
2321 cp = ikev2_t_print(ndo, np, pcount, ext, item_len,
2331 cp = (*npfunc[np])(ndo, np, /*pcount,*/ ext, item_len,
2352 int pcount; local
2356 pcount
2294 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
[all...]

Completed in 368 milliseconds

12