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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulodi4_test.c 21 int ov; local in function:test__mulodi4
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 in function:test__mulosi4
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 in function:test__muloti4
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 in function:test__mulodi4
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 in function:test__mulosi4
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 in function:test__muloti4
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
  /src/games/backgammon/common_source/
fancy.c 315 int ov, nc; local in function:fixpos
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/common/lib/libppath/
ppath.c 491 prop_object_t ov; local in function:ppath_set_object_and_release
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 in function:ppath_copyset_object_and_release
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 in function:i810_ov0_info
1135 ov->offset = dev_priv->overlay_offset;
1136 ov->physical = dev_priv->overlay_physical;
  /src/sys/dist/pf/net/
pf_norm.c 1354 u_int16_t ov, nv; local in function:pf_normalize_tcp
1356 ov = *(u_int16_t *)(&th->th_ack + 1);
1361 th->th_sum = pf_cksum_fixup(th->th_sum, ov, nv, 0);

Completed in 21 milliseconds