Searched refs:code128_step (Results 1 – 1 of 1) sorted by relevance
162 struct code128_step { struct171 struct code128_step * steps; argument300 static int code128_do_a_step(struct code128_step * base, int prev_ix, int ix) in code128_do_a_step()302 struct code128_step * previous_step = &base[prev_ix]; in code128_do_a_step()303 struct code128_step * step = &base[ix]; in code128_do_a_step()324 static int code128_do_b_step(struct code128_step * base, int prev_ix, int ix) in code128_do_b_step()326 struct code128_step * previous_step = &base[prev_ix]; in code128_do_b_step()327 struct code128_step * step = &base[ix]; in code128_do_b_step()348 static int code128_do_c_step(struct code128_step * base, int prev_ix, int ix) in code128_do_c_step()350 struct code128_step * previous_step = &base[prev_ix]; in code128_do_c_step()[all …]