Home
last modified time | relevance | path

Searched refs:right_burst (Results 1 – 1 of 1) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/hackerlab/oblists/
H A Doblist.c300 t_uchar * right_burst; in oblist_move_gap() local
305right_burst = obqueue_burst (&rb_len, RIGHT(ol), limits, elt_size, translate_type (type), (void *)… in oblist_move_gap()
311 mem_move (right_burst, left_burst, useful_len * elt_size); in oblist_move_gap()
341 t_uchar * right_burst; in oblist_move_gap() local
346right_burst = obqueue_burst (&rb_len, RIGHT(ol), limits, elt_size, translate_type (type), (void *)… in oblist_move_gap()
352 mem_move (left_burst, right_burst, useful_len * elt_size); in oblist_move_gap()