Searched refs:GINDEX (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | minilzo-inl.c | 3021 # 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/ |
D | minilzo.c | 2850 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] macro 2853 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex] macro 2947 GINDEX(m_pos,m_off,dict,dindex,in); in do_compress() 2955 GINDEX(m_pos,m_off,dict,dindex,in); in do_compress()
|