Lines Matching refs:success
306 bool success; \
313 : "=@ccz" (success), \
318 if (unlikely(!success)) \
321 likely(success); \
355 bool success; \
370 : ALT_OUTPUT_SP("=@ccz" (success), \
376 if (unlikely(!success)) \
379 likely(success); \
423 bool success; \
438 : ALT_OUTPUT_SP("=@ccz" (success), \
444 if (unlikely(!success)) \
447 likely(success); \