Searched refs:C_PRELGET (Results 1 – 3 of 3) sorted by relevance
57 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro
59 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro
872 to_pr = ((C_PRELGET(flags) < 0) ? sbt >> tc_precexp : in callout_when()873 sbt >> C_PRELGET(flags)); in callout_when()