Searched defs:TEST_IP (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/core/lzo/
H A Dlzo_asm.h191 # define TEST_IP(addr,r) leal addr,r ; TEST_IP_R(r) macro
194 # define TEST_IP(addr,r)
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c3548 #undef TEST_IP macro
3563 # define TEST_IP (ip < ip_end) macro
3590 #if !defined(LZO_EOF_CODE) && !defined(TEST_IP)
3591 # define TEST_IP (ip < ip_end) macro
3594 #if defined(TEST_IP)
3597 # define TEST_IP 1 macro
3682 while (TEST_IP && TEST_OP)
4021 } while (TEST_IP && TEST_OP);
4074 #undef TEST_IP macro
4089 # define TEST_IP (i macro
4117 # define TEST_IP macro
4123 # define TEST_IP macro
[all...]
/external/libvncserver/common/
H A Dminilzo.c4973 #undef TEST_IP macro
4991 # define TEST_IP (ip < ip_end) macro
5020 #if !defined(LZO_EOF_CODE) && !defined(TEST_IP)
5021 # define TEST_IP (ip < ip_end) macro
5024 #if defined(TEST_IP)
5027 # define TEST_IP 1 macro
5036 # define TEST_IP_AND_TEST_OP (TEST_IP && TEST_OP)
5038 # define TEST_IP_AND_TEST_OP TEST_IP
5514 #undef TEST_IP macro
5532 # define TEST_IP (i macro
5562 # define TEST_IP macro
5568 # define TEST_IP macro
[all...]

Completed in 187 milliseconds