/external/openssl/crypto/lhash/ |
D | lhash.c | 130 ret->pmax=MIN_NODES/2; in lh_new() 315 n2= &(lh->b[p+(int)lh->pmax]); in expand() 338 if ((lh->p) >= lh->pmax) in expand() 353 lh->pmax=lh->num_alloc_nodes; in expand() 365 np=lh->b[lh->p+lh->pmax-1]; in contract() 366 lh->b[lh->p+lh->pmax-1]=NULL; /* 24/07-92 - eay - weird but :-( */ in contract() 370 (unsigned int)(sizeof(LHASH_NODE *)*lh->pmax)); in contract() 379 lh->pmax/=2; in contract() 380 lh->p=lh->pmax-1; in contract() 410 nn=hash%lh->pmax; in getrn()
|
D | lh_stats.c | 93 fprintf(out,"pmax = %u\n",lh->pmax); in lh_stats() 202 BIO_printf(out,"pmax = %u\n",lh->pmax); in lh_stats_bio()
|
D | lhash.h | 146 unsigned int pmax; member
|
/external/clearsilver/util/ |
D | wdb.c | 591 #define PACK_UB4(pdata, plen, pmax, pn) \ argument 593 if (plen + 4 > pmax) \ 595 pmax *= 2; \ 596 pdata = realloc ((void *)pdata, pmax); \ 614 #define PACK_BYTE(pdata, plen, pmax, pn) \ argument 616 if (plen + 1 > pmax) \ 618 pmax *= 2; \ 619 pdata = realloc ((void *)pdata, pmax); \ 632 #define PACK_STRING(pdata, plen, pmax, dl, ds) \ argument 634 if (plen + 4 + dl > pmax) \ [all …]
|
/external/tesseract/liblept/ |
D | kernel.c | 329 l_float32 *pmax) in kernelGetMinMax() argument 336 if (!pmin && !pmax) in kernelGetMinMax() 339 if (pmax) *pmax = 0.0; in kernelGetMinMax() 357 if (pmax) in kernelGetMinMax() 358 *pmax = maxval; in kernelGetMinMax()
|
D | numafunc2.c | 641 l_float32 *pmax, in numaGetStatsUsingHistogram() argument 656 if (pmax) *pmax = 0.0; in numaGetStatsUsingHistogram() 668 if (pmax) *pmax = maxval; in numaGetStatsUsingHistogram()
|
D | leptprotos.h | 644 LEPT_DLL extern l_int32 kernelGetMinMax ( L_KERNEL *kel, l_float32 *pmin, l_float32 *pmax ); 830 …tsUsingHistogram ( NUMA *na, l_int32 maxbins, l_float32 *pmin, l_float32 *pmax, l_float32 *pmean, …
|
/external/openssl/include/openssl/ |
D | lhash.h | 146 unsigned int pmax; member
|
/external/bison/src/ |
D | vcg.c | 124 g->pmax = G_PMAX; in new_graph() 833 if (g->pmax != G_PMAX) in output_graph() 834 fprintf (fout, "\tpmax:\t%d\n", g->pmax); in output_graph()
|
D | vcg.h | 903 int pmax; member
|
/external/jpeg/ |
D | config.guess | 124 pmax:OpenBSD:*:*)
|
/external/expat/conftools/ |
D | config.guess | 205 pmax:OpenBSD:*:*)
|
/external/clearsilver/ |
D | config.guess | 265 pmax:OpenBSD:*:*)
|
/external/libpcap/ |
D | config.guess | 227 pmax:OpenBSD:*:*)
|
/external/elfutils/config/ |
D | config.guess | 211 pmax:OpenBSD:*:*)
|
/external/tcpdump/ |
D | config.guess | 227 pmax:OpenBSD:*:*)
|
/external/dbus/ |
D | config.guess | 231 pmax:OpenBSD:*:*)
|
/external/tesseract/include/ |
D | leptprotos.h | 625 LEPT_DLL extern l_int32 kernelGetMinMax ( L_KERNEL *kel, l_float32 *pmin, l_float32 *pmax ); 805 …tsUsingHistogram ( NUMA *na, l_int32 maxbins, l_float32 *pmin, l_float32 *pmax, l_float32 *pmean, …
|
/external/qemu/target-arm/ |
D | translate.c | 4370 GEN_NEON_INTEGER_OP(pmax); in disas_neon_data_insn()
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 9513 … * George (pmax) reviewed the networking patches and found the following bug (thanks for reviewing)
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 7506 Patch by pmax.
|