Searched refs:TEST_STACK_ALIGN (Results 1 – 18 of 18) sorted by relevance
33 res = TEST_STACK_ALIGN () ? -1 : 1; in con()41 char c = TEST_STACK_ALIGN () ? 'B' : 'A'; in des()59 if (TEST_STACK_ALIGN ()) in do_test()
26 res = TEST_STACK_ALIGN () ? -1 : 1; in con()49 if (TEST_STACK_ALIGN ()) in des()
29 res = TEST_STACK_ALIGN () ? -1 : 1; in con()56 char c = TEST_STACK_ALIGN () ? 'D' : 'C'; in des()
32 if (TEST_STACK_ALIGN ()) in once_test()41 if (TEST_STACK_ALIGN ()) in do_test()
31 if (TEST_STACK_ALIGN ()) in tf()44 if (TEST_STACK_ALIGN ()) in do_test()
37 return TEST_STACK_ALIGN () ? 1 : 0; in check_stack_alignment()45 if (TEST_STACK_ALIGN ()) in do_test()
36 return TEST_STACK_ALIGN () ? 1 : 0; in f()44 if (TEST_STACK_ALIGN ()) in do_test()
39 if (TEST_STACK_ALIGN ()) in check_stack_alignment()50 if (TEST_STACK_ALIGN ()) in do_test()
35 if (TEST_STACK_ALIGN ()) in f()48 if (TEST_STACK_ALIGN ()) in do_test()
33 #define TEST_STACK_ALIGN() \ macro
36 else if (TEST_STACK_ALIGN ()) in cf()
19 align_check = TEST_STACK_ALIGN () ? -1 : 1; in compare()
51 align_check = TEST_STACK_ALIGN () ? -1 : 1; in comp()
97 stack_align_check[0] = TEST_STACK_ALIGN () ? -1 : 1; in cmp_fn()169 stack_align_check[1] = TEST_STACK_ALIGN () ? -1 : 1; in walk_action()
5115 (cmp_fn, walk_action): Use TEST_STACK_ALIGN ().5121 (compare): Use TEST_STACK_ALIGN () macro.5163 (comp): Use TEST_STACK_ALIGN macro.
8419 (tf, do_test): Use TEST_STACK_ALIGN macro.
12445 (TEST_STACK_ALIGN): Modified.12453 (TEST_STACK_ALIGN): Remove.
853 [27901] libc: TEST_STACK_ALIGN doesn't work