Home
last modified time | relevance | path

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

/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dlexer.cc464 int cur_epos; member
494 cur_epos = elements.size(); in start_element()
500 return elements[cur_epos + 1 + isoutput]; in nports()
503 assert(isoutput || elements[cur_epos + 2] == 0); in clear_ports()
505 elements[cur_epos + 1 + isoutput] = 0; in clear_ports()
508 assert(isoutput || elements[cur_epos + 2] == 0); in push_back_port()
510 ++elements[cur_epos + 1 + isoutput]; in push_back_port()
1343 click_swap(_ps->elements[_ps->cur_epos + 1], _ps->elements[_ps->cur_epos + 2]); in yelement_name()
1348 _ps->elements.resize(_ps->cur_epos); in yelement_name()
1349 if (_ps->cur_epos == 0) { in yelement_name()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/udf/
H A Dinode.c714 cur_epos = next_epos = prev_epos; in inode_getblk()
721 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
723 get_bh(cur_epos.bh); in inode_getblk()
724 prev_epos.bh = cur_epos.bh; in inode_getblk()
726 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
727 brelse(cur_epos.bh); in inode_getblk()
729 cur_epos.bh = next_epos.bh; in inode_getblk()
734 prev_epos.block = cur_epos.block; in inode_getblk()
735 cur_epos.block = next_epos.block; in inode_getblk()
737 prev_epos.offset = cur_epos.offset; in inode_getblk()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/udf/
H A Dinode.c714 cur_epos = next_epos = prev_epos; in inode_getblk()
721 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
723 get_bh(cur_epos.bh); in inode_getblk()
724 prev_epos.bh = cur_epos.bh; in inode_getblk()
726 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
727 brelse(cur_epos.bh); in inode_getblk()
729 cur_epos.bh = next_epos.bh; in inode_getblk()
734 prev_epos.block = cur_epos.block; in inode_getblk()
735 cur_epos.block = next_epos.block; in inode_getblk()
737 prev_epos.offset = cur_epos.offset; in inode_getblk()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/udf/
H A Dinode.c714 cur_epos = next_epos = prev_epos; in inode_getblk()
721 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
723 get_bh(cur_epos.bh); in inode_getblk()
724 prev_epos.bh = cur_epos.bh; in inode_getblk()
726 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
727 brelse(cur_epos.bh); in inode_getblk()
729 cur_epos.bh = next_epos.bh; in inode_getblk()
734 prev_epos.block = cur_epos.block; in inode_getblk()
735 cur_epos.block = next_epos.block; in inode_getblk()
737 prev_epos.offset = cur_epos.offset; in inode_getblk()
[all …]