Searched defs:LSS_SAVE_ARG (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h1271 #undef LSS_SAVE_ARG macro
1272 #define LSS_SAVE_ARG(r,a) long __tmp##r = (long)a macro
1302 LSS_SAVE_ARG(0, arg1); \
1303 LSS_SAVE_ARG(1, arg2); \
1311 LSS_SAVE_ARG(0, arg1); \
1312 LSS_SAVE_ARG(1, arg2); \
1313 LSS_SAVE_ARG(2, arg3); \
1323 LSS_SAVE_ARG(0, arg1); \
1324 LSS_SAVE_ARG(1, arg2); \
1325 LSS_SAVE_ARG(
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h1187 #undef LSS_SAVE_ARG macro
1188 #define LSS_SAVE_ARG(r,a) long __tmp##r = (long)a macro
1218 LSS_SAVE_ARG(0, arg1); \
1219 LSS_SAVE_ARG(1, arg2); \
1227 LSS_SAVE_ARG(0, arg1); \
1228 LSS_SAVE_ARG(1, arg2); \
1229 LSS_SAVE_ARG(2, arg3); \
1239 LSS_SAVE_ARG(0, arg1); \
1240 LSS_SAVE_ARG(1, arg2); \
1241 LSS_SAVE_ARG(
[all...]

Completed in 40 milliseconds