Home
last modified time | relevance | path

Searched refs:LZO_UNUSED_LABEL (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1599 #if !defined(LZO_UNUSED_LABEL)
1601 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
1603 # define LZO_UNUSED_LABEL(l) if (0) goto l macro
1605 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
Dminilzo-inl.c1623 #if !defined(LZO_UNUSED_LABEL)
1625 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
1627 # define LZO_UNUSED_LABEL(l) if (0) goto l macro
1629 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
/external/syslinux/lzo/include/lzo/
Dlzodefs.h1385 #if !defined(LZO_UNUSED_LABEL)
1387 # define LZO_UNUSED_LABEL(l) (__lzo_gnuc_extension__ ((void) ((const void *) &&l))) macro
1389 # define LZO_UNUSED_LABEL(l) if __lzo_cte(0) goto l macro
1391 # define LZO_UNUSED_LABEL(l) switch (0) case 1:goto l macro
/external/libvncserver/common/
Dlzodefs.h1385 #if !defined(LZO_UNUSED_LABEL)
1387 # define LZO_UNUSED_LABEL(l) (__lzo_gnuc_extension__ ((void) ((const void *) &&l))) macro
1389 # define LZO_UNUSED_LABEL(l) if __lzo_cte(0) goto l macro
1391 # define LZO_UNUSED_LABEL(l) switch (0) case 1:goto l macro
Dminilzo.c1405 #if !defined(LZO_UNUSED_LABEL)
1407 # define LZO_UNUSED_LABEL(l) (__lzo_gnuc_extension__ ((void) ((const void *) &&l))) macro
1409 # define LZO_UNUSED_LABEL(l) if __lzo_cte(0) goto l macro
1411 # define LZO_UNUSED_LABEL(l) switch (0) case 1:goto l macro