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

1 2

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulodi4_test.c 21 int ov; local
22 di_int x = __mulodi4(a, b, &ov);
23 if (ov != expected_overflow)
25 ov, expected_overflow);
29 a, b, x, ov, expected, expected_overflow);
mulosi4_test.c 25 int ov; local
26 si_int x = __mulosi4(a, b, &ov);
27 if (ov != expected_overflow)
29 ov, expected_overflow);
33 a, b, x, ov, expected, expected_overflow);
muloti4_test.c 27 int ov; local
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulodi4_test.c 21 int ov; local
22 di_int x = __mulodi4(a, b, &ov);
23 if (ov != expected_overflow)
25 ov, expected_overflow);
29 a, b, x, ov, expected, expected_overflow);
mulosi4_test.c 25 int ov; local
26 si_int x = __mulosi4(a, b, &ov);
27 if (ov != expected_overflow)
29 ov, expected_overflow);
33 a, b, x, ov, expected, expected_overflow);
muloti4_test.c 27 int ov; local
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
  /src/external/lgpl3/mpfr/dist/tests/
tmodf.c 103 int inexact, ov; local
114 for (ov = 0; ov <= 1; ov++)
116 const char *s = ov ? "@Inf@" : "1";
118 if (ov)
127 printf ("Error in check_special_exprange (ov = %d):"
128 " expected 0 and %s, got\n", ov, s);
137 printf ("Bad inexact value in check_special_exprange (ov = %d):"
138 " expected 4, got %d\n", ov, inexact)
    [all...]
texp2.c 68 int inex, ov; local
76 ov = mpfr_overflow_p ();
77 if (!ov || !mpfr_inf_p (y) || inex <= 0)
81 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
89 ov = mpfr_overflow_p ();
90 if (!ov || !mpfr_inf_p (y) || inex <= 0)
94 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
100 ov = mpfr_overflow_p ();
101 if (ov || mpfr_inf_p (y) || inex >= 0 ||
106 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ")
    [all...]
texp10.c 68 int inex, ov; local
76 ov = mpfr_overflow_p ();
77 if (!ov || !mpfr_inf_p (y) || inex <= 0)
81 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
379 int inex, ov; local
479 ov = mpfr_overflow_p ();
480 if (!(MPFR_IS_INF (y) && MPFR_IS_POS (y) && ov))
484 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
  /src/sys/miscfs/overlay/
overlay_vfsops.c 93 VFS_PROTOS(ov); variable
  /src/external/bsd/tmux/dist/
environ.c 188 union options_value *ov; local
196 ov = options_array_item_value(a);
199 if (fnmatch(ov->string, envent->name, 0) == 0) {
205 environ_clear(dst, ov->string);
tty-term.c 442 union options_value *ov; local
451 ov = options_array_item_value(a);
452 s = ov->string;
532 union options_value *ov; local
592 ov = options_array_item_value(a);
593 s = ov->string;
cmd.c 429 union options_value *ov; local
440 ov = options_array_item_value(a);
442 equals = strchr(ov->string, '=');
444 n = equals - ov->string;
445 if (n == wanted && strncmp(name, ov->string, n) == 0)
  /src/external/gpl3/gcc/dist/gcc/
value-query.cc 191 bool ov; local
192 if (tree_single_nonzero_warnv_p (expr, &ov))
  /src/external/gpl3/gcc.old/dist/gcc/
value-query.cc 223 bool ov; local
224 if (tree_single_nonzero_warnv_p (expr, &ov))
  /src/games/backgammon/common_source/
fancy.c 315 int ov, nc; local
320 ov = abs(cur);
323 o = (ov - 1) / 5;
332 if (ov > nv)
334 abs(ov - nv), ' ', inc);
336 fixcol(r + inc * (ov - o * 5), nc,
337 abs(ov - nv), col, inc);
345 if (ov != 5)
346 fixcol(r + inc * ov,
347 c + 1, abs(ov - 5)
    [all...]
  /src/libexec/ld.elf_so/
xmalloc.c 230 union overhead *ov; local
241 ov = cp2op((void *)x);
242 ov->ov_magic = AMAGIC;
243 ov->ov_index = x - (uintptr_t)mem + sizeof(union overhead);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/
alias.c 52 attribute_mapped( alias_info *ov, AttributeDescription *ad )
56 for ( m = ov->mappings; m && m->source; m++ ) {
67 alias_info *ov = on->on_bi.bi_private; local
94 if ( attribute_mapped( ov, ad ) ) {
109 if ( attribute_mapped( ov, a->a_desc ) ) {
124 alias_info *ov = on->on_bi.bi_private; local
125 alias_mapping *alias = attribute_mapped( ov, op->orc_ava->aa_desc );
137 alias_info *ov = on->on_bi.bi_private; local
142 if ( attribute_mapped( ov, mod->sml_desc ) ) {
156 alias_info *ov = on->on_bi.bi_private local
218 alias_info *ov = on->on_bi.bi_private; local
359 alias_info *ov = on->on_bi.bi_private; local
478 alias_info *ov = on->on_bi.bi_private; local
618 alias_info *ov; local
637 alias_info *ov = on->on_bi.bi_private; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-option.c 111 static void save_option_value_in_ctx (std::optional<option_def_and_value> &ov);
570 std::optional<option_def_and_value> ov local
573 if (!ov && !tracker.have_completions ())
579 if (ov
580 && ov->option.type == var_boolean
581 && !ov->value.has_value ())
603 if (ov
615 if (ov && ov->ctx != nullptr)
616 save_option_value_in_ctx (ov);
721 auto ov = parse_option (options_group, mode, have_delimiter, args); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-option.c 111 static void save_option_value_in_ctx (std::optional<option_def_and_value> &ov);
498 std::optional<option_def_and_value> ov local
501 if (!ov && !tracker.have_completions ())
507 if (ov
508 && ov->option.type == var_boolean
509 && !ov->value.has_value ())
531 if (ov
543 if (ov && ov->ctx != nullptr)
544 save_option_value_in_ctx (ov);
648 auto ov = parse_option (options_group, mode, have_delimiter, args); local
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
dispatch.c 668 omapi_value_t *ov; local
671 ov = (omapi_value_t *)0;
674 "name", &ov);
675 if (ov && ov -> value &&
676 (ov -> value -> type ==
679 ov -> value -> u.buffer.value;
680 len = ov -> value -> u.buffer.len;
691 omapi_value_dereference (&ov, MDL);
  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.c 882 int ov; local
937 ov = strcmp(opt->var, eopt->var);
938 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo,
  /src/common/lib/libppath/
ppath.c 491 prop_object_t ov; local
497 if ((ov = ppath_lookup_helper(o, p, NULL, NULL, NULL)) == NULL)
500 if (prop_object_type(ov) != prop_object_type(v))
694 prop_object_t ov; local
700 if ((ov = ppath_lookup_helper(o, p, NULL, NULL, NULL)) == NULL)
703 if (prop_object_type(ov) != prop_object_type(v))
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_dma.c 1133 drm_i810_overlay_t *ov = data; local
1135 ov->offset = dev_priv->overlay_offset;
1136 ov->physical = dev_priv->overlay_physical;
  /src/external/bsd/ntp/dist/sntp/libopts/
configfile.c 158 const tOptionValue * ov = *(poptv++); local
159 const tOptionValue * rv = optionGetValue(ov, name);
165 res = ov;

Completed in 45 milliseconds

1 2