Searched refs:ds0 (Results 1 – 9 of 9) sorted by relevance
234 env->ds0 = MALLOC(stack_size * sizeof (fstack_t)); in clone_environment()235 memcpy(env->ds0, src->ds0, stack_size * sizeof (fstack_t)); in clone_environment()236 env->ds = src->ds - src->ds0 + env->ds0; in clone_environment()259 FREE(env->ds0); in destroy_environment()
114 env->ds = env->ds0 = MALLOC(stack_size * sizeof (fstack_t)); in _init()
72 if (DS > env->ds0) { in output_data_stack()73 for (i = 0; i < (DS - env->ds0); i++) in output_data_stack()75 (uint64_t)(env->ds0[i + 1])); in output_data_stack()585 if (DS < env->ds0 || DS >= &env->ds0[stack_size]) { in check_vitals()
168 DS = env->ds0; in do_interact()289 DS = env->ds0; in do_clear()
170 for (sp = env->ds; sp >= env->ds0; sp--) { in branch_common()176 if (sp < env->ds0) in branch_common()
1296 d = DS - env->ds0; in depth()1307 if (p < 0 || p >= (env->ds - env->ds0)) in pick()1320 if (r <= 0 || r >= (env->ds - env->ds0)) in roll()
182 fstack_t *ds0; /* base of dats stack */ member242 #define DEPTH (DS-env->ds0)289 #define CHECK_DEPTH(env, x, w) if ((x) > (env->ds - env->ds0)) \
260 boolean_t lastSeg, const struct ath_desc *ds0) in ath9k_hw_filltxdesc() argument269 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2; in ath9k_hw_filltxdesc()270 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3; in ath9k_hw_filltxdesc()
1043 boolean_t lastSeg, const struct ath_desc *ds0);