Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 48) sorted by relevance

12

/sysdeps/pthread/
A Dtst-tls4modb.c24 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 Dtst-tls4moda.c21 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 Dtst-quadmod2.S37 .globl foo
38 .type foo, @function
39 foo: label
49 .size foo, .-foo
A Dtst-quadmod1.S38 .globl foo
39 .type foo, @function
40 foo: label
50 .size foo, .-foo
A Dtst-quad1.c18 extern void foo (void);
23 foo (); in main()
A Dtst-x86_64-1.c19 extern void foo (void);
24 foo (); in main()
A Difuncmain8.c21 extern float foo (float);
26 if (foo (2) != 3) in do_test()
A Dtst-split-dynreloc.c18 static const char foo[] = "foo"; variable
23 printf ("%s %d\n", foo, bar); in do_test()
A Dtst-x86_64mod-1.c20 foo (void) in foo() function
/sysdeps/arm/
A Dtst-armtlsdesclocmod.c20 static int __thread foo; variable
25 return foo; in getfoo()
31 foo = 1; in setfoo()
/sysdeps/x86/
A Dtst-cet-legacy-mod-5.c24 extern void foo (void);
29 foo (); in test()
A Dtst-cet-legacy-mod-6.c24 extern void foo (void);
29 foo (); in test()
A Dtst-cet-legacy-mod-5c.c32 foo (void) in foo() function
A Dtst-cet-legacy-mod-6c.c32 foo (void) in foo() function
A Dtst-ifunc-isa-2.c29 enum isa value = foo (); in do_test()
A Dtst-ifunc-isa-1.c25 enum isa value = foo (); in do_test()
/sysdeps/powerpc/
A Dtst-tlsifunc.c31 int foo (void);
70 __ifunc (foo, foo, my_foo, void, init_foo);
94 if (foo ()) in do_test()
A Dmod-tlsopt-powerpc.c6 __thread int foo __attribute__ ((tls_model("global-dynamic"))); variable
15 int *ap = &foo; in tls_get_addr_opt_test()
/sysdeps/mach/hurd/net/
A Dethernet.h60 #define ETHER_IS_VALID_LEN(foo) \ argument
61 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/sysdeps/unix/sysv/linux/net/
A Dethernet.h67 #define ETHER_IS_VALID_LEN(foo) \ argument
68 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/sysdeps/aarch64/
A Dtst-ifunc-arg-1.c35 foo (void);
54 TEST_VERIFY (foo () == 1); in do_test()
A Dtst-ifunc-arg-2.c36 foo (void);
57 TEST_VERIFY (foo () == 1); in do_test()
A Dconfigure.ac36 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 Dno_ldbl_gnu_attribute.c27 foo (double d) in foo() function
/sysdeps/powerpc/powerpc64/
A Dsetjmp-bug21895.c41 foo (void) in foo() function

Completed in 24 milliseconds

12