Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo1x_c.ch68 GINDEX(m_pos,m_off,dict,dindex,in);
76 GINDEX(m_pos,m_off,dict,dindex,in);
111 GINDEX(m_off,m_pos,in+dict,dindex,in);
Dlzo_dict.h234 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] macro
237 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex] macro
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c3021 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] macro
3024 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex] macro
3198 GINDEX(m_pos,m_off,dict,dindex,in); in do_compress()
3206 GINDEX(m_pos,m_off,dict,dindex,in); in do_compress()
3239 GINDEX(m_off,m_pos,in+dict,dindex,in); in do_compress()
/external/libvncserver/common/
Dminilzo.c4521 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] macro
4524 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex] macro
4624 GINDEX(m_pos,m_off,dict,dindex,in); in do_compress()
4632 GINDEX(m_pos,m_off,dict,dindex,in); in do_compress()
4665 GINDEX(m_off,m_pos,in+dict,dindex,in); in do_compress()