Home
last modified time | relevance | path

Searched refs:new_indx (Results 1 – 15 of 15) sorted by relevance

/dports/databases/db18/db-18.1.40/src/hash/
H A Dhash_dup.c472 db_indx_t new_indx; local
593 key_type, &match, &new_indx)) != 0)
609 0, PUTPAIR, PGNO(new_pagep), (u_int32_t)new_indx,
625 new_indx = NDX_INVALID;
632 H_KEYINDEX(hcp->indx), new_pagep, &new_indx, 0)) != 0)
637 PGNO(new_pagep), new_indx)) != 0)
660 hcp->indx = new_indx;
H A Dhash.src303 * and DELLASTPG), we overload old_indx and new_indx to avoid
305 * indx of interest to these records, and new_indx stores the
326 ARG new_indx u_int32_t lu
H A Dhash_auto.c162 {LOGREC_ARG, SSZ(__ham_chgpg_args, new_indx), "new_indx", "%lu"},
H A Dhash_rec.c1479 order = argp->new_indx;
1519 lcp->indx == argp->new_indx &&
1530 opdcp->indx != argp->new_indx ||
/dports/databases/db5/db-5.3.28/src/hash/
H A Dhash_dup.c471 db_indx_t new_indx; local
592 key_type, &match, &new_indx)) != 0)
608 0, PUTPAIR, PGNO(new_pagep), (u_int32_t)new_indx,
624 new_indx = NDX_INVALID;
631 H_KEYINDEX(hcp->indx), new_pagep, &new_indx, 0)) != 0)
636 PGNO(new_pagep), new_indx)) != 0)
659 hcp->indx = new_indx;
H A Dhash.src303 * and DELLASTPG), we overload old_indx and new_indx to avoid
305 * indx of interest to these records, and new_indx stores the
326 ARG new_indx u_int32_t lu
H A Dhash_auto.c162 {LOGREC_ARG, SSZ(__ham_chgpg_args, new_indx), "new_indx", "%lu"},
H A Dhash_rec.c1458 order = argp->new_indx;
1498 lcp->indx == argp->new_indx &&
1509 opdcp->indx != argp->new_indx ||
/dports/www/p5-HTML-DOM/HTML-DOM-0.058/lib/HTML/DOM/Element/
H A DForm.pm881 my $new_indx= shift;
882 last if $new_indx == $indx;
883 if ($new_indx == 0) {
887 $options[$new_indx-1]->parentNode->insertBefore(
888 $self, $options[$new_indx-1]->nextSibling
/dports/databases/grass7/grass-7.8.6/lib/rst/interp_float/
H A Dressegm2d.c61 int *indx = NULL, *new_indx = NULL; in IL_resample_interp_segments_2d() local
377 if (!(new_indx = G_alloc_ivector(params->KMAX2 + 1))) { in IL_resample_interp_segments_2d()
393 new_matrix, new_indx) < 0) in IL_resample_interp_segments_2d()
400 G_lubksb(new_matrix, data->n_points + 1, new_indx, b); in IL_resample_interp_segments_2d()
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dtimeplot.c283 gint jvar_indx = -1, new_indx; in tsplot_varsel() local
338 new_indx = (jvar_indx == 0) ? 0 : MIN (nplots - 1, jvar_indx); in tsplot_varsel()
340 g_list_nth_data (display->splots, new_indx); in tsplot_varsel()
H A Dparcoords.c301 gint indx = -1, new_indx; in parcoords_add_delete_splot() local
345 new_indx = (indx == 0) ? 0 : MIN (nplots-1, indx); in parcoords_add_delete_splot()
346 s = (splotd *) g_list_nth_data (display->splots, new_indx); in parcoords_add_delete_splot()
/dports/databases/db18/db-18.1.40/src/dbinc_auto/
H A Dhash_auto.h460 u_int32_t new_indx; member
466 u_int32_t new_indx) in __ham_chgpg_log() argument
473 __ham_chgpg_desc, mode, old_pgno, new_pgno, old_indx, new_indx)); in __ham_chgpg_log()
/dports/databases/db5/db-5.3.28/src/dbinc_auto/
H A Dhash_auto.h460 u_int32_t new_indx; member
466 u_int32_t new_indx) in __ham_chgpg_log() argument
473 __ham_chgpg_desc, mode, old_pgno, new_pgno, old_indx, new_indx)); in __ham_chgpg_log()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dunrarppm.c78 int old_indx, int new_indx) in sub_allocator_split_block() argument
83 udiff = sub_alloc->indx2units[old_indx] - sub_alloc->indx2units[new_indx]; in sub_allocator_split_block()
84 p = ((unsigned char *) pv) + sub_allocator_u2b(sub_alloc->indx2units[new_indx]); in sub_allocator_split_block()