Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/lhash/
H A Dlhash.c65 ret->pmax = MIN_NODES / 2; in OPENSSL_LH_new()
216 unsigned int p, pmax, nni, j; in expand() local
221 pmax = lh->pmax; in expand()
222 if (p + 1 >= pmax) { in expand()
231 lh->pmax = nni; in expand()
240 n2 = &(lh->b[p + pmax]); in expand()
261 np = lh->b[lh->p + lh->pmax - 1]; in contract()
262 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ in contract()
265 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); in contract()
[all...]
H A Dlhash_local.h26 unsigned int pmax; member
/third_party/openssl/crypto/lhash/
H A Dlhash.c65 ret->pmax = MIN_NODES / 2; in OPENSSL_LH_new()
216 unsigned int p, pmax, nni, j; in expand() local
221 pmax = lh->pmax; in expand()
222 if (p + 1 >= pmax) { in expand()
231 lh->pmax = nni; in expand()
240 n2 = &(lh->b[p + pmax]); in expand()
261 np = lh->b[lh->p + lh->pmax - 1]; in contract()
262 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ in contract()
265 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); in contract()
[all...]
H A Dlhash_local.h26 unsigned int pmax; member
/third_party/alsa-utils/speaker-test/
H A Dpink.c45 long pmax; in initialize_pink_noise() local
49 pmax = (num_rows + 1) * (1<<(PINK_RANDOM_BITS-1)); in initialize_pink_noise()
50 pink->pink_scalar = 1.0f / pmax; in initialize_pink_noise()
/third_party/ffmpeg/libavcodec/
H A Daacenc_pred.c122 const int pmax = FFMIN(sce->ics.max_sfb, ff_aac_pred_sfb_max[s->samplerate_index]); in ff_aac_apply_main_pred() local
125 for (sfb = 0; sfb < pmax; sfb++) { in ff_aac_apply_main_pred()
158 const int pmax = FFMIN(pmax0, pmax1); in ff_aac_adjust_common_pred() local
172 if (sfb < PRED_SFB_START || sfb > pmax || sum != 2) { in ff_aac_adjust_common_pred()
236 const int pmax = FFMIN(sce->ics.max_sfb, ff_aac_pred_sfb_max[s->samplerate_index]); in ff_aac_search_for_pred() local
257 for (sfb = PRED_SFB_START; sfb < pmax; sfb++) { in ff_aac_search_for_pred()
321 for (sfb = PRED_SFB_START; sfb < pmax; sfb++) in ff_aac_search_for_pred()
336 const int pmax = FFMIN(ics->max_sfb, ff_aac_pred_sfb_max[s->samplerate_index]); in ff_aac_encode_main_pred() local
345 for (sfb = 0; sfb < pmax; sfb++) in ff_aac_encode_main_pred()
H A Dflacenc.c632 static void calc_sum_top(int pmax, int kmax, const uint32_t *data, int n, int pred_order, in calc_sum_top() argument
640 parts = (1 << pmax); in calc_sum_top()
644 res_end = &data[n >> pmax]; in calc_sum_top()
657 res_end += n >> pmax; in calc_sum_top()
675 int pmin, int pmax, in calc_rice_params()
685 av_assert1(pmax >= 0 && pmax <= MAX_PARTITION_ORDER); in calc_rice_params()
686 av_assert1(pmin <= pmax); in calc_rice_params()
693 calc_sum_top(pmax, exact ? kmax : 0, udata, n, pred_order, sums); in calc_rice_params()
697 for (i = pmax; ; ) { in calc_rice_params()
672 calc_rice_params(RiceContext *rc, uint32_t udata[FLAC_MAX_BLOCKSIZE], uint64_t sums[32][MAX_PARTITIONS], int pmin, int pmax, const int32_t *data, int n, int pred_order, int exact) calc_rice_params() argument
726 int pmax = get_max_p_order(s->options.max_partition_order, find_subframe_rice_params() local
[all...]
/third_party/alsa-utils/amixer/
H A Damixer.c261 long *pmin, long *pmax) in get_mapped_volume_range()
264 *pmax = MAP_VOL_RES; in get_mapped_volume_range()
335 long val, orig, pmin, pmax; in set_volume_simple() local
372 if (vol_ops[dir].v[vol_type].get_range(elem, &pmin, &pmax) < 0) in set_volume_simple()
375 val = (long)convert_prange1(val, pmin, pmax); in set_volume_simple()
395 val = check_range(val, pmin, pmax); in set_volume_simple()
777 long pmin = 0, pmax = 0; in show_selem() local
897 snd_mixer_selem_get_playback_volume_range(elem, &pmin, &pmax); in show_selem()
899 printf(" %li - %li", pmin, pmax); in show_selem()
902 snd_mixer_selem_get_playback_volume_range(elem, &pmin, &pmax); in show_selem()
260 get_mapped_volume_range(snd_mixer_elem_t *elem ATTRIBUTE_UNUSED, long *pmin, long *pmax) get_mapped_volume_range() argument
[all...]
/third_party/skia/tools/skqp/
H A Dmake_skqp_model.cpp23 const SkPixmap& pmax = maxBitmap->pixmap(); in update() local
28 uint32_t* maxPtr = pmax.writable_addr32(x, y); in update()
/third_party/alsa-lib/test/
H A Dseq-sender.c242 int pmax = snd_pcm_poll_descriptors_count(phandle); in event_sender() local
243 snd_seq_poll_descriptors(phandle, pfds + max, pmax); in event_sender()
244 max += pmax; in event_sender()
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c675 long pmin, pmax, cmin, cmax; in simple_update() local
681 pmax = LONG_MIN; in simple_update()
693 pmax = cmax = ctl->max; in simple_update()
719 if (pmax < ctl->max) in simple_update()
720 pmax = ctl->max; in simple_update()
763 if (pmax < ctl->max) in simple_update()
764 pmax = ctl->max; in simple_update()
878 simple->str[SM_PLAY].max = pmax != LONG_MIN ? pmax : 0; in simple_update()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument
745 *pmax = max; in parse_dup()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument
745 *pmax = max; in parse_dup()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument
745 *pmax = max; in parse_dup()
/third_party/musl/src/regex/
H A Dregcomp.c725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument
745 *pmax = max; in parse_dup()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm90 pmax%1 %3, %4

Completed in 24 milliseconds