Searched defs:foo (Results 1 - 25 of 1723) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c506 void * __hide_aliasing_typecast(void *foo) argument
508 return foo;
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c506 void * __hide_aliasing_typecast(void *foo) argument
508 return foo;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c506 void * __hide_aliasing_typecast(void *foo) argument
508 return foo;
/external/valgrind/main/none/tests/ppc32/
H A Dldstrev.c97 UInt foo = 0x12345678; local
98 printf("ld be16 0x%08x\n", read16be( &foo ));
99 printf("ld le16 0x%08x\n", read16le( &foo ));
100 printf("ld be32 0x%08x\n", read32be( &foo ));
101 printf("ld le32 0x%08x\n", read32le( &foo ));
103 foo = 0x12345678; write16be( &foo, 0xABCD );
104 printf("st be16 0x%08x\n", foo);
106 foo = 0x12345678; write16le( &foo,
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dstd_reg_imm.c51 void foo (T* t, unsigned long long int w) function
67 /* check t is 8-aligned. This causes the write done by 'foo' to be
70 foo(t, 0x1122334455667788);
/external/valgrind/main/none/tests/x86/
H A Dbug135421-x86.c6 int foo ( int x ) function
27 printf("%d %d\n",i,foo(i));
/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c81 void foo ( void );
83 void foo ( void ) function
/external/valgrind/main/VEX/test/
H A Dfpconst.c56 void foo ( void (*f)(void*), char* name ) function
69 foo( do_fld1, "fld1 ");
70 foo( do_fldl2t, "fldl2t");
71 foo( do_fldl2e, "fldl2e");
72 foo( do_fldpi, "fldpi ");
73 foo( do_fldlg2, "fldlg2");
74 foo( do_fldln2, "fldln2");
75 foo( do_fldz, "fldz ");
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3998 // b. foo[i] = ...
3999 // A. ... = foo[i]; // non NULL
4014 static void check(volatile FOO *foo) { argument
4015 CHECK(foo->arr_[foo->idx_] == 77777);
4023 static volatile FOO *foo[N]; member in namespace:test82
4028 foo[i] = new FOO;
4035 while (!foo[i]) {
4037 MU.Unlock(); // it just helps foo[i] to become visible in Reader.
4042 // At this point Reader() sees the new value of foo[
5145 static const Foo *foo = new Foo(); local
5154 const Foo *foo = GetFoo(); local
5481 static int foo = Bar(); local
5606 static int foo = Foo(); local
5716 static Foo *foo; member in namespace:test121
6925 static Foo *foo; member in namespace:test308
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dstackerr.c23 __attribute__((noinline)) void foo ( long* sa, int n ) function
32 foo(sa, n);
/external/valgrind/main/helgrind/tests/
H A Dhg05_race2.c6 struct foo { struct
15 struct foo *f = (struct foo *)v;
24 struct foo foo; local
27 pthread_create(&a, NULL, th, &foo);
29 pthread_create(&b, NULL, th, &foo);
H A Dtc04_free_lock.c13 void foo ( void );
27 foo();
43 void foo ( void ) function
/external/valgrind/main/include/vki/
H A Dvki-x86-linux.h577 long foo; member in struct:vki_user_i387_struct
589 long foo; member in struct:vki_user_fxsr_struct
/external/valgrind/main/memcheck/tests/
H A Dclient-msg.c13 void foo() function
20 foo();
H A Dexitprog.c9 void foo ( void );
17 foo();
25 void foo ( void ) { } function
H A Dleak-0.c12 register char *foo; local
16 foo = malloc(0);
22 free(foo);
H A Dpartiallydefinedeq.c12 void foo ( int* p1, int* p2, unsigned int * hack ) function
16 printf("foo\n");
37 foo(pi1,pi2, &hack);
45 foo(pi1,pi2, &hack);
52 foo(pi1,pi2, &hack);
57 // Note: on ppc32/64 the second call to foo() does give an error,
65 // never spots it and so doesn't use the expensive scheme (for foo).
H A Dtest-plo.c41 __attribute__((noinline)) void foo ( int x ) function
59 foo(44);
65 foo(37);
H A Dvarinfo2.c35 void foo ( void ) function
42 { struct { double foo; float bar; } var; member in struct:__anon33070
51 foo();
H A Dvarinfo3.c48 void foo ( void ) function
66 foo();
H A Dvarinfo5so.c72 { struct { double foo; float bar; } var; member in struct:__anon33072
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.c4 double foo = -1.0; variable
53 foo = -1024.0;
54 base = (unsigned long) &foo;
58 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.c4 double foo = -1.0; variable
51 foo = -1024.0;
52 base = (unsigned long) &foo;
56 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
/external/tinyxml/
H A Dxmltest.cpp438 const char* str = "<doc attr0='1' attr1='2.0' attr2='foo' />";
579 TiXmlElement element( "foo" );
583 TiXmlElement elementAssign( "foo" );
584 elementAssign.Parse( "<incorrect foo='bar'/>", 0, TIXML_ENCODING_UNKNOWN );
591 XmlTest( "Copy/Assign: element assign #3.", 0, (int) elementAssign.Attribute( "foo" ) );
666 const char* str = "<foo>This is text</foo>";
673 str = "<foo><b>This is text</b></foo>";
680 str = "<foo>Thi
1013 TiXmlString foo; local
[all...]
/external/tcpdump/
H A Dconfigure742 # These are left unexpanded so users can "make install exec_prefix=/foo"
3516 static inline struct iltest *foo(void);
3523 foo() function
3576 static void foo(void) __attribute__ ((noreturn));
3579 foo(void)
3587 foo(); function
3670 extern int (*foo)(int i)
3676 (*foo)(1);
3712 extern int foo(const char *fmt, ...)
3718 foo("
[all...]

Completed in 292 milliseconds

1234567891011>>