Home
last modified time | relevance | path

Searched refs:rp1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/yacc/
H A Dlr0.c360 short *isp, *rp1, *rp2; in save_reductions() local
379 rp1 = redset; in save_reductions()
381 rend = rp1 + count; in save_reductions()
383 while (rp1 < rend) in save_reductions()
384 *rp2++ = *rp1++; in save_reductions()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c1379 u32 val, rp1; in vlv_rps_guar_freq() local
1383 rp1 = val & FB_GFX_FGUARANTEED_FREQ_FUSE_MASK; in vlv_rps_guar_freq()
1384 rp1 >>= FB_GFX_FGUARANTEED_FREQ_FUSE_SHIFT; in vlv_rps_guar_freq()
1386 return rp1; in vlv_rps_guar_freq()