Searched refs:reflect (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.c66 LOCAL uint32_t reflect P_((uint32_t v, int b));
68 reflect(v, b) function
70 /* Example: reflect(0x3e23L,3) == 0x3e26 */
113 uch = reflect(uch, 8);
141 return (p_cm->cm_xorot ^ reflect(p_cm->cm_reg, p_cm->cm_width));
157 inbyte = reflect(inbyte, 8);
167 r = reflect(r, p_cm->cm_width);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.c67 LOCAL uint32_t reflect P_((uint32_t v, int b));
69 reflect(v, b) function
71 /* Example: reflect(0x3e23L,3) == 0x3e26 */
114 uch = reflect(uch, 8);
142 return (p_cm->cm_xorot ^ reflect(p_cm->cm_reg, p_cm->cm_width));
158 inbyte = reflect(inbyte, 8);
168 r = reflect(r, p_cm->cm_width);
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt139 updated to reflect size of output successfully produced. If
144 updated to reflect status (up to the end of the last completed
149 updated to reflect amount of input successfully consumed. in_buf
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java35 import java.lang.reflect.*;
H A Dslpd.java36 import java.lang.reflect.*;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java31 import java.lang.reflect.*;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java32 import java.lang.reflect.Field;

Completed in 87 milliseconds