HomeSort by relevance Sort by last modified time
    Searched defs:LZO_MEMOPS_GET_LE16 (Results 1 - 2 of 2) sorted by null

  /external/syslinux/lzo/src/
lzo_func.h 336 __lzo_static_forceinline lzo_uint16_t lzo_memops_get_le16(const lzo_voidp ss) function
353 #define LZO_MEMOPS_GET_LE16(ss) * (const lzo_memops_TU2p) (const lzo_memops_TU0p) (ss)
355 #define LZO_MEMOPS_GET_LE16(ss) lzo_memops_get_le16(ss)
481 LZO_UNUSED_FUNC(lzo_memops_get_le16);
  /external/libvncserver/common/
minilzo.c 3526 __lzo_static_forceinline lzo_uint16_t lzo_memops_get_le16(const lzo_voidp ss) function
    [all...]

Completed in 391 milliseconds