Searched refs:pmax (Results 1 - 25 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.c130 ret->pmax=MIN_NODES/2;
315 n2= &(lh->b[p+(int)lh->pmax]);
338 if ((lh->p) >= lh->pmax)
353 lh->pmax=lh->num_alloc_nodes;
365 np=lh->b[lh->p+lh->pmax-1];
366 lh->b[lh->p+lh->pmax-1]=NULL; /* 24/07-92 - eay - weird but :-( */
370 (unsigned int)(sizeof(LHASH_NODE *)*lh->pmax));
379 lh->pmax/=2;
380 lh->p=lh->pmax-1;
410 nn=hash%lh->pmax;
[all...]
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
H A Dlh_stats.c93 fprintf(out,"pmax = %u\n",lh->pmax);
202 BIO_printf(out,"pmax = %u\n",lh->pmax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.c131 ret->pmax = MIN_NODES / 2;
313 n2 = &(lh->b[p + (int)lh->pmax]);
333 if ((lh->p) >= lh->pmax) {
346 lh->pmax = lh->num_alloc_nodes;
358 np = lh->b[lh->p + lh->pmax - 1];
359 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */
363 * lh->pmax));
371 lh->pmax /= 2;
372 lh->p = lh->pmax - 1;
400 nn = hash % lh->pmax;
[all...]
H A Dlh_stats.c95 fprintf(out, "pmax = %u\n", lh->pmax);
203 BIO_printf(out, "pmax = %u\n", lh->pmax);
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.c131 ret->pmax = MIN_NODES / 2;
313 n2 = &(lh->b[p + (int)lh->pmax]);
333 if ((lh->p) >= lh->pmax) {
346 lh->pmax = lh->num_alloc_nodes;
358 np = lh->b[lh->p + lh->pmax - 1];
359 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */
363 * lh->pmax));
371 lh->pmax /= 2;
372 lh->p = lh->pmax - 1;
400 nn = hash % lh->pmax;
[all...]
H A Dlh_stats.c95 fprintf(out, "pmax = %u\n", lh->pmax);
203 BIO_printf(out, "pmax = %u\n", lh->pmax);
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmrst_max3110.c81 struct uart_max3110 *pmax; variable in typeref:struct:uart_max3110
196 if (!pmax)
199 uart_console_write(&pmax->port, s, count, serial_m3110_con_putchar);
205 struct uart_max3110 *max = pmax;
214 pr_err(PR_FMT "pmax is NULL, return");
773 pmax = max;
783 pmax = NULL;
790 struct uart_max3110 *max = pmax;
792 if (!pmax)
795 pmax
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dsram-alloc.c293 struct sram_piece *pslot, *pmax; local
298 pmax = pslot = pfree_head->next;
302 if (pslot->size > pmax->size)
303 pmax = pslot;
307 if (!pmax)
310 *psize = pmax->size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq-sender.c242 int pmax = snd_pcm_poll_descriptors_count(phandle); local
243 snd_seq_poll_descriptors(phandle, pfds + max, pmax);
244 max += pmax;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacenc.c612 static void calc_sums(int pmin, int pmax, uint32_t *data, int n, int pred_order, argument
620 parts = (1 << pmax);
622 res_end = &data[n >> pmax];
627 sums[pmax][i] = sum;
628 res_end += n >> pmax;
631 for (i = pmax - 1; i >= pmin; i--) {
639 static uint64_t calc_rice_params(RiceContext *rc, int pmin, int pmax, argument
650 av_assert1(pmax >= 0 && pmax <= MAX_PARTITION_ORDER);
651 av_assert1(pmin <= pmax);
690 int pmax = get_max_p_order(s->options.max_partition_order, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflacenc.c602 static void calc_sums(int pmin, int pmax, uint32_t *data, int n, int pred_order, argument
610 parts = (1 << pmax);
612 res_end = &data[n >> pmax];
617 sums[pmax][i] = sum;
618 res_end += n >> pmax;
621 for (i = pmax - 1; i >= pmin; i--) {
629 static uint32_t calc_rice_params(RiceContext *rc, int pmin, int pmax, argument
640 assert(pmax >= 0 && pmax <= MAX_PARTITION_ORDER);
641 assert(pmin <= pmax);
678 int pmax = get_max_p_order(s->options.max_partition_order, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dsocket.c428 int port, pmin, pmax; local
430 phonet_get_local_port_range(&pmin, &pmax);
431 for (port = pmin; port <= pmax; port++) {
433 if (port_cur < pmin || port_cur > pmax)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple_none.c673 long pmin, pmax, cmin, cmax; local
680 pmax = LONG_MIN;
693 pmax = cmax = ctl->max;
719 if (pmax < ctl->max)
720 pmax = ctl->max;
763 if (pmax < ctl->max)
764 pmax = ctl->max;
878 simple->str[SM_PLAY].max = pmax != LONG_MIN ? pmax : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.sub265 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfig.sub265 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgpd.h425 unsigned long pmax[AFI_MAX][SAFI_MAX]; member in struct:peer
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dconfig.sub270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Dconfig.sub541 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/
H A Dconfig.sub510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/support/
H A Dconfig.sub536 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/conftools/
H A Dconfig.sub498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 139 milliseconds

12345