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

  /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/sys/miscfs/overlay/
overlay_vfsops.c 93 VFS_PROTOS(ov); variable
  /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/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/sys/dist/pf/net/
pf_norm.c 1354 u_int16_t ov, nv; local
1356 ov = *(u_int16_t *)(&th->th_ack + 1);
1361 th->th_sum = pf_cksum_fixup(th->th_sum, ov, nv, 0);

Completed in 26 milliseconds