HomeSort by: relevance | last modified time | path
    Searched defs:exact (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/lib/libc/db/btree/
bt_get.c 70 int exact, status; local
86 if ((e = __bt_search(t, key, &exact)) == NULL)
88 if (!exact) {
bt_seq.c 160 int exact; local
177 return (__bt_first(t, key, ep, &exact));
252 int exact, rval; local
263 * be in the current tree. If the returned key is an exact match,
270 * notices and doesn't do a put() of it. Since the key is an exact
273 * back a record if it's an exact match.
288 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
290 if (!exact)
457 * exactp: pointer to exact match flag
473 * If it's an exact match and duplicates are possible, walk backward
    [all...]
bt_put.c 79 int dflags, exact, status; local
165 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
166 if ((e = __bt_search(t, key, &exact)) == NULL)
179 if (!exact)
184 if (!exact || !F_ISSET(t, B_NODUPS))
bt_delete.c 153 int exact, level; local
161 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
220 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
292 int deleted, exact, redo; local
297 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
299 if (!exact) {
  /src/external/mit/isl/dist/
closure.c 11 isl_bool exact; local
22 map = isl_map_transitive_closure(map, &exact);
23 if (!exact)
24 p = isl_printer_print_str(p, "# NOT exact\n");
bound.c 55 int exact; member in struct:verify_point_bound
122 if (vpb->exact && bounded)
180 __isl_take isl_pw_qpolynomial_fold *bound, int exact,
211 vpb.exact = exact;
246 isl_bool exact; local
270 pwf = isl_pw_qpolynomial_fold_bound(pwf, &exact);
274 r = check_solution(copy, pwf, exact, options);
276 if (!exact)
277 printf("# NOT exact\n")
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
key.c 48 int exact; local
59 rc = cursor->search_near(cursor, &exact);
87 if(exact < 0){
97 exact = 0;
102 if ( rc == WT_NOTFOUND && exact == 0 ) {
  /src/external/bsd/nsd/dist/
axfr.c 26 int exact; local
52 exact = namedb_lookup(nsd->db,
60 if (!exact
namedb.c 369 int exact; local
378 exact = radname_find_less_equal(table->nametree, dname_name(dname),
382 exact = rbtree_find_less_equal(table->names_to_domains, dname, (rbnode_type **) closest_match);
388 if (!exact) {
399 return exact;
408 int exact; local
410 exact = domain_table_search(
412 return exact ? closest_encloser : NULL;
423 int exact; local
428 exact = domain_table_search
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
hypot.c 33 unsigned int exact; /* Warning: 0 will mean "exact" */ local
117 mpfr_abs (z, x, rnd_mode); /* exact */
177 exact = mpfr_mul_2si (te, x, sh, MPFR_RNDZ);
178 exact |= mpfr_mul_2si (ti, y, sh, MPFR_RNDZ);
179 exact |= mpfr_sqr (te, te, MPFR_RNDZ);
181 exact |= mpfr_fma (t, ti, ti, te, MPFR_RNDZ);
182 exact |= mpfr_sqrt (t, t, MPFR_RNDZ);
185 if (MPFR_LIKELY (exact == 0
197 MPFR_ASSERTD (exact == 0 || inexact != 0 || rnd_mode == MPFR_RNDF)
    [all...]
  /src/lib/libform/
type_enum.c 56 bool exact; member in struct:__anon484
96 new->exact = (va_arg(*args, int)) ? TRUE : FALSE;
99 new->ignore_case, new->exact);
149 bool exact, char *this, unsigned *match_num)
179 /* don't bother if we are after an exact match
183 if ((exact == TRUE) && (blen != elen))
191 if ((exact != TRUE) && (blen > elen))
234 ta->exact, args, &match_num) == TRUE) {
263 ta->exact, args, &cur_choice) == FALSE) {
299 ta->exact, args, &cur_choice) == FALSE)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
getopt.c 335 or is an exact match for some defined option. If they have an
492 int exact = 0;
500 /* Test all long options for either exact match
508 /* Exact match found. */
511 exact = 1;
528 if (ambig && !exact)
810 int exact = 0;
871 /* Test all long options for either exact match
878 /* Exact match found. */
881 exact = 1
488 int exact = 0; local
806 int exact = 0; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getopt.c 335 or is an exact match for some defined option. If they have an
492 int exact = 0;
500 /* Test all long options for either exact match
508 /* Exact match found. */
511 exact = 1;
528 if (ambig && !exact)
810 int exact = 0;
871 /* Test all long options for either exact match
878 /* Exact match found. */
881 exact = 1
488 int exact = 0; local
806 int exact = 0; local
    [all...]
  /src/external/gpl2/mkhybrid/dist/
getopt.c 359 or is an exact match for some defined option. If they have an
490 int exact = 0;
498 /* Test all long options for either exact match
505 /* Exact match found. */
508 exact = 1;
522 if (ambig && !exact)
486 int exact = 0; local
  /src/external/gpl2/texinfo/dist/lib/
getopt.c 357 or is an exact match for some defined option. If they have an
514 int exact = 0;
522 /* Test all long options for either exact match
530 /* Exact match found. */
533 exact = 1;
550 if (ambig && !exact)
847 int exact = 0;
911 /* Test all long options for either exact match
918 /* Exact match found. */
921 exact = 1
510 int exact = 0; local
843 int exact = 0; local
    [all...]
  /src/external/bsd/tmux/dist/
cmd-find.c 275 /* Stop now if exact only. */
352 int idx, n, exact; local
356 exact = (fs->flags & CMD_FIND_EXACT_WINDOW);
374 if (!exact && (window[0] == '+' || window[0] == '-')) {
404 if (!exact) {
446 /* Look for exact matches, error if more than one. */
461 /* Stop now if exact only. */
462 if (exact)
1084 /* Set exact match flags. */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_dir.c 68 boolean_t exact, uint64_t *zoid)
73 matchtype_t mt = exact? MT_EXACT : MT_FIRST;
113 boolean_t exact; local
136 * Decide if exact matches should be requested when performing
144 exact = zfsvfs->z_case == ZFS_CASE_MIXED;
154 error = zfs_match_find(zfsvfs, dzp, name, exact, &zoid);
  /src/external/gpl2/diffutils/dist/lib/
getopt.c 502 or is an exact match for some defined option. If they have an
660 int exact = 0;
668 /* Test all long options for either exact match
676 /* Exact match found. */
679 exact = 1;
696 if (ambig && !exact)
821 int exact = 0;
860 /* Test all long options for either exact match
867 /* Exact match found. */
870 exact = 1
656 int exact = 0; local
817 int exact = 0; local
    [all...]
  /src/external/gpl2/gmake/dist/
getopt.c 471 or is an exact match for some defined option. If they have an
617 int exact = 0;
625 /* Test all long options for either exact match
633 /* Exact match found. */
636 exact = 1;
650 if (ambig && !exact)
773 int exact = 0;
812 /* Test all long options for either exact match
819 /* Exact match found. */
822 exact = 1
614 int exact = 0; local
770 int exact = 0; local
    [all...]
  /src/external/gpl2/grep/dist/lib/
getopt.c 494 or is an exact match for some defined option. If they have an
645 int exact = 0;
653 /* Test all long options for either exact match
661 /* Exact match found. */
664 exact = 1;
678 if (ambig && !exact)
803 int exact = 0;
842 /* Test all long options for either exact match
849 /* Exact match found. */
852 exact = 1
641 int exact = 0; local
799 int exact = 0; local
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
getopt.c 339 or is an exact match for some defined option. If they have an
496 int exact = 0;
504 /* Test all long options for either exact match
512 /* Exact match found. */
515 exact = 1;
532 if (ambig && !exact)
829 int exact = 0;
893 /* Test all long options for either exact match
900 /* Exact match found. */
903 exact = 1
493 int exact = 0; local
826 int exact = 0; local
    [all...]
  /src/external/gpl2/libmalloc/dist/
malloc.h 199 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
  /src/external/gpl2/xcvs/dist/lib/
getopt.c 358 or is an exact match for some defined option. If they have an
515 int exact = 0;
523 /* Test all long options for either exact match
531 /* Exact match found. */
534 exact = 1;
551 if (ambig && !exact)
848 int exact = 0;
912 /* Test all long options for either exact match
919 /* Exact match found. */
922 exact = 1
511 int exact = 0; local
844 int exact = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
getopt.c 497 or is an exact match for some defined option. If they have an
644 int exact = 0;
652 /* Test all long options for either exact match
660 /* Exact match found. */
663 exact = 1;
677 if (ambig && !exact)
802 int exact = 0;
841 /* Test all long options for either exact match
848 /* Exact match found. */
851 exact = 1
640 int exact = 0; local
798 int exact = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
getopt.c 497 or is an exact match for some defined option. If they have an
644 int exact = 0;
652 /* Test all long options for either exact match
660 /* Exact match found. */
663 exact = 1;
677 if (ambig && !exact)
802 int exact = 0;
841 /* Test all long options for either exact match
848 /* Exact match found. */
851 exact = 1
640 int exact = 0; local
798 int exact = 0; local
    [all...]

Completed in 62 milliseconds

1 2 3