Searched refs:foo (Results 1 – 25 of 48) sorted by relevance
12
/sysdeps/pthread/ |
A D | tst-tls4modb.c | 24 static __thread void *foo [32 / sizeof (void *)] variable 33 if (foo [0] != &i || foo [1] != &bar) in test1() 36 foo [0] = NULL; in test1() 37 foo [1] = NULL; in test1() 38 for (s = 0; s < sizeof (foo) / sizeof (void *); ++s) in test1() 40 if (foo [s]) in test1() 42 foo [s] = &foo[s]; in test1() 51 for (s = 0; s < sizeof (foo) / sizeof (void *); ++s) in test2() 53 if (foo [s] != &foo [s]) in test2() 55 foo [s] = &foo [s ^ 1]; in test2()
|
A D | tst-tls4moda.c | 21 static __thread unsigned char foo [32] variable 29 for (s = 0; s < sizeof (foo); ++s) in test1() 31 if (foo [s]) in test1() 33 foo [s] = s; in test1() 42 for (s = 0; s < sizeof (foo); ++s) in test2() 44 if (foo [s] != s) in test2() 46 foo [s] = sizeof (foo) - s; in test2()
|
/sysdeps/x86_64/ |
A D | tst-quadmod2.S | 37 .globl foo 38 .type foo, @function 39 foo: label 49 .size foo, .-foo
|
A D | tst-quadmod1.S | 38 .globl foo 39 .type foo, @function 40 foo: label 50 .size foo, .-foo
|
A D | tst-quad1.c | 18 extern void foo (void); 23 foo (); in main()
|
A D | tst-x86_64-1.c | 19 extern void foo (void); 24 foo (); in main()
|
A D | ifuncmain8.c | 21 extern float foo (float); 26 if (foo (2) != 3) in do_test()
|
A D | tst-split-dynreloc.c | 18 static const char foo[] = "foo"; variable 23 printf ("%s %d\n", foo, bar); in do_test()
|
A D | tst-x86_64mod-1.c | 20 foo (void) in foo() function
|
/sysdeps/arm/ |
A D | tst-armtlsdesclocmod.c | 20 static int __thread foo; variable 25 return foo; in getfoo() 31 foo = 1; in setfoo()
|
/sysdeps/x86/ |
A D | tst-cet-legacy-mod-5.c | 24 extern void foo (void); 29 foo (); in test()
|
A D | tst-cet-legacy-mod-6.c | 24 extern void foo (void); 29 foo (); in test()
|
A D | tst-cet-legacy-mod-5c.c | 32 foo (void) in foo() function
|
A D | tst-cet-legacy-mod-6c.c | 32 foo (void) in foo() function
|
A D | tst-ifunc-isa-2.c | 29 enum isa value = foo (); in do_test()
|
A D | tst-ifunc-isa-1.c | 25 enum isa value = foo (); in do_test()
|
/sysdeps/powerpc/ |
A D | tst-tlsifunc.c | 31 int foo (void); 70 __ifunc (foo, foo, my_foo, void, init_foo); 94 if (foo ()) in do_test()
|
A D | mod-tlsopt-powerpc.c | 6 __thread int foo __attribute__ ((tls_model("global-dynamic"))); variable 15 int *ap = &foo; in tls_get_addr_opt_test()
|
/sysdeps/mach/hurd/net/ |
A D | ethernet.h | 60 #define ETHER_IS_VALID_LEN(foo) \ argument 61 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
|
/sysdeps/unix/sysv/linux/net/ |
A D | ethernet.h | 67 #define ETHER_IS_VALID_LEN(foo) \ argument 68 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
|
/sysdeps/aarch64/ |
A D | tst-ifunc-arg-1.c | 35 foo (void); 54 TEST_VERIFY (foo () == 1); in do_test()
|
A D | tst-ifunc-arg-2.c | 36 foo (void); 57 TEST_VERIFY (foo () == 1); in do_test()
|
A D | configure.ac | 36 void foo (void) { } 59 int foo (void) { return bar () + 1; } 75 .global foo 76 .type foo, %function 77 .variant_pcs foo 78 foo: 83 b foo
|
/sysdeps/powerpc/powerpc64/le/ |
A D | no_ldbl_gnu_attribute.c | 27 foo (double d) in foo() function
|
/sysdeps/powerpc/powerpc64/ |
A D | setjmp-bug21895.c | 41 foo (void) in foo() function
|
Completed in 24 milliseconds
12