Searched refs:_tsp_ctx (Results 1 – 1 of 1) sorted by relevance
196 #define store_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument197 _tsp_ctx->saved_tsp_args[0] = _x1;\198 _tsp_ctx->saved_tsp_args[1] = _x2;\201 #define get_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument202 _x1 = _tsp_ctx->saved_tsp_args[0];\203 _x2 = _tsp_ctx->saved_tsp_args[1];\
Completed in 2 milliseconds