Searched defs:LSS_RETURN (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h749 #undef LSS_RETURN macro
754 #define LSS_RETURN(type, res) \ macro
766 #define LSS_RETURN(type, res, err) \ macro
778 #define LSS_RETURN(type, res, err) \ macro
816 LSS_RETURN(type,__res)
825 LSS_RETURN(type,__res); \
873 LSS_RETURN(type,__res); \
895 LSS_RETURN(type,__res); \
981 LSS_RETURN(int, __res);
1048 #undef LSS_RETURN macro
1049 #define LSS_RETURN macro
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h737 #undef LSS_RETURN macro
742 #define LSS_RETURN(type, res) \ macro
754 #define LSS_RETURN(type, res, err) \ macro
766 #define LSS_RETURN(type, res, err) \ macro
804 LSS_RETURN(type,__res)
813 LSS_RETURN(type,__res); \
861 LSS_RETURN(type,__res); \
883 LSS_RETURN(type,__res); \
969 LSS_RETURN(int, __res);
1021 LSS_RETURN(typ
[all...]

Completed in 2301 milliseconds