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

  /external/syslinux/lzo/src/
lzo_func.h 358 __lzo_static_forceinline lzo_uint32_t lzo_memops_get_le32(const lzo_voidp ss) function
375 #define LZO_MEMOPS_GET_LE32(ss) * (const lzo_memops_TU4p) (const lzo_memops_TU0p) (ss)
377 #define LZO_MEMOPS_GET_LE32(ss) lzo_memops_get_le32(ss)
482 LZO_UNUSED_FUNC(lzo_memops_get_le32);
  /external/libvncserver/common/
minilzo.c 3548 __lzo_static_forceinline lzo_uint32_t lzo_memops_get_le32(const lzo_voidp ss) function
    [all...]

Completed in 576 milliseconds