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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
vmap.h 7 u8 max0; member in struct:nvbios_vmap
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.cc 531 poly_int64 off0, sz0, max0; local
532 tree base0 = get_ref_base_and_extent (t0, &off0, &sz0, &max0, &rev0);
533 if (!known_size_p (max0)
534 || maybe_ne (sz0, max0))
range-op.cc 1565 // MIN1, MIN0 OP MAX1, MAX0 OP MIN1 and MAX0 OP MAX0 OP MAX1) and then
1701 widest2_int max0 = widest2_int::from (lh_ub, sign); local
1710 if (wi::ltu_p (size, min0 + max0))
1713 max0 -= size;
1726 widest2_int prod2 = max0 * min1;
1727 widest2_int prod3 = max0 * max1;

Completed in 28 milliseconds