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

  /src/lib/libintl/
plural_parser.c 1001 parse_plural_body(struct _region *r, struct parser_element **rpe)
1021 *rpe = ppe;
1027 parse_plural(struct parser_element **rpe, unsigned long *rnp,
1042 return parse_plural_body(&r, rpe);
1085 _gettext_parse_plural(struct gettext_plural **rpe, unsigned long *rnp,
1088 return parse_plural((struct parser_element **)rpe, rnp, str, len);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps.c 730 * performance, jump directly to RPe as our starting frequency.
1078 u32 val, rpe; local in function:vlv_rps_rpe_freq
1081 rpe = (val & FB_FMAX_VMIN_FREQ_LO_MASK) >> FB_FMAX_VMIN_FREQ_LO_SHIFT;
1083 rpe |= (val & FB_FMAX_VMIN_FREQ_HI_MASK) << 5;
1085 return rpe;
1334 DRM_DEBUG_DRIVER("RPe GPU freq: %d MHz (%u)\n",
1385 DRM_DEBUG_DRIVER("RPe GPU freq: %d MHz (%u)\n",

Completed in 12 milliseconds