Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dindex.h78 int write_index; /* store index entries here, @synindex can change it */ member
H A Dindex.c151 which = tem ? tem->write_index : -1; in index_add_arg()
310 name_index_alist[slot]->write_index = slot; in defindex()
463 name_index_alist[target]->write_index in cm_synindex()
464 = name_index_alist[source]->write_index; in cm_synindex()
/openbsd/sys/dev/ic/
H A Dqwz.c19745 pipe->src_ring->write_index = 0; in qwz_ce_init_pipes()
19762 pipe->dest_ring->write_index = 0; in qwz_ce_init_pipes()
19813 unsigned int write_index; in qwz_ce_rx_buf_enqueue_pipe() local
19821 write_index = ring->write_index; in qwz_ce_rx_buf_enqueue_pipe()
19845 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in qwz_ce_rx_buf_enqueue_pipe()
19846 ring->write_index = write_index; in qwz_ce_rx_buf_enqueue_pipe()
20095 write_index = pipe->src_ring->write_index; in qwz_ce_send()
20099 if (write_index >= sw_index) in qwz_ce_send()
20103 write_index; in qwz_ce_send()
20116 write_index = pipe->src_ring->write_index; in qwz_ce_send()
[all …]
H A Dqwx.c21698 pipe->src_ring->write_index = 0; in qwx_ce_init_pipes()
21715 pipe->dest_ring->write_index = 0; in qwx_ce_init_pipes()
21766 unsigned int write_index; in qwx_ce_rx_buf_enqueue_pipe() local
21774 write_index = ring->write_index; in qwx_ce_rx_buf_enqueue_pipe()
21798 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in qwx_ce_rx_buf_enqueue_pipe()
21799 ring->write_index = write_index; in qwx_ce_rx_buf_enqueue_pipe()
22049 write_index = pipe->src_ring->write_index; in qwx_ce_send()
22053 if (write_index >= sw_index) in qwx_ce_send()
22057 write_index; in qwx_ce_send()
22070 write_index = pipe->src_ring->write_index; in qwx_ce_send()
[all …]
H A Dqwxvar.h899 unsigned int write_index; member
H A Dqwzvar.h911 unsigned int write_index; member
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.467019 write_index, instead of just one.
7027 (defindex): Initialize read_index and write_index.
7028 (index_add_arg): Add entries to the list pointed to by write_index
7031 (cm_synindex): Don't merge indcies, just make the write_index for
7032 redirectee the same as the write_index for redirector.