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

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 737 #undef LSS_RETURN
742 #define LSS_RETURN(type, res) \
754 #define LSS_RETURN(type, res, err) \
766 #define LSS_RETURN(type, res, err) \
804 LSS_RETURN(type,__res)
813 LSS_RETURN(type,__res); \
861 LSS_RETURN(type,__res); \
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 751 #undef LSS_RETURN
756 #define LSS_RETURN(type, res) \
768 #define LSS_RETURN(type, res, err) \
780 #define LSS_RETURN(type, res, err) \
818 LSS_RETURN(type,__res)
827 LSS_RETURN(type,__res); \
875 LSS_RETURN(type,__res); \
    [all...]

Completed in 173 milliseconds