HomeSort by: relevance | last modified time | path
    Searched refs:max1 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
vmap.h 8 u8 max1; member in struct:nvbios_vmap
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 54 static inline uint_fixed_16_16_t max_fixed16(uint_fixed_16_16_t max1,
57 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) };
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_vmap.c 70 info->max1 = 0xff;
75 info->max1 = nvbios_rd08(bios, vmap + 0x8);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.cc 538 poly_int64 off1, sz1, max1; local
539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1);
540 if (!known_size_p (max1)
541 || maybe_ne (sz1, max1))
tree-ssa-ccp.cc 1828 widest_int min1, max1, min2, max2; local
1836 value_mask_to_min_max (&min1, &max1, o1val, o1mask,
1843 maxmin = wi::cmp (max1, min2, r1type_sgn);
1874 widest_int min1, max1, min2, max2; local
1876 value_mask_to_min_max (&min1, &max1, r1val, r1mask, sgn, width);
1879 if (wi::cmp (max1, min2, sgn) <= 0) /* r1 is less than r2. */
range-op.cc 1565 // MIN1, MIN0 OP MAX1, MAX0 OP MIN1 and MAX0 OP MAX0 OP MAX1) and then
1703 widest2_int max1 = widest2_int::from (rh_ub, sign); local
1715 if (wi::ltu_p (size, min1 + max1))
1718 max1 -= size;
1725 widest2_int prod1 = min0 * max1;
1727 widest2_int prod3 = max0 * max1;
gimple-ssa-sprintf.cc 1479 unsigned HOST_WIDE_INT max1
1485 res.range.max = MAX (max1, max2);
ipa-devirt.cc 1352 tree max1 = TYPE_MAX_VALUE (i1); local
1357 if (!operand_equal_p (max1, max2, 0))
tree.cc 13611 tree max1 = TYPE_MAX_VALUE (i1);
13620 && (max1 == max2
13621 || (max1 && max2
13622 && ((TREE_CODE (max1) == PLACEHOLDER_EXPR
13624 || operand_equal_p (max1, max2, 0)))))
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
nouveau_nvkm_subdev_volt_base.c 308 volt->max1_id = vmap.max1;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 1133 tree max1, max2;
1171 max1 = TYPE_MAX_VALUE (d1);
1174 if (!cp_tree_equal (max1, max2))
1131 tree max1, max2; local

Completed in 72 milliseconds