Searched refs:ostate (Results 1 – 2 of 2) sorted by relevance
232 int32_t *ostate; in weak_alias() local237 ostate = &unsafe_state.state[-1]; in weak_alias()243 return ret == -1 ? NULL : (char *) ostate; in weak_alias()259 int32_t *ostate; in weak_alias() local263 ostate = &unsafe_state.state[-1]; in weak_alias()266 ostate = NULL; in weak_alias()270 return (char *) ostate; in weak_alias()
39 char *ostate = initstate (0x34562101, state, 128); in do_test() local40 if (setstate (ostate) != state) in do_test()
Completed in 12 milliseconds