Searched refs:state_init (Results 1 – 1 of 1) sorted by relevance
67 static mp_result state_init(cstate_t *sp, mp_size n_elts);253 if ((res = state_init(&op_state, 1)) != MP_OK) { in main()463 static mp_result state_init(cstate_t *sp, mp_size n_elts) { in state_init() function