Searched refs:foo (Results 1 - 25 of 2451) sorted by last modified time

1234567891011>>

/external/zlib/src/
H A Dconfigure365 int foo() { return 0; }
652 snprintf(buf, sizeof(buf), "%s", "foo");
670 return snprintf(buf, sizeof(buf), "%s", "foo");
702 return sprintf(buf, "%s", "foo");
728 int ZLIB_INTERNAL foo;
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak98 -del foo.gz
/external/zlib/src/contrib/pascal/
H A Dexample.pas26 const TESTFILE = 'foo.gz';
H A Dzlibd32.mak98 -del foo.gz
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c506 void * __hide_aliasing_typecast(void *foo) argument
508 return foo;
H A Dcommon.h554 void * __hide_aliasing_typecast(void *foo);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c506 void * __hide_aliasing_typecast(void *foo) argument
508 return foo;
H A Dcommon.h554 void * __hide_aliasing_typecast(void *foo);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c506 void * __hide_aliasing_typecast(void *foo) argument
508 return foo;
H A Dcommon.h554 void * __hide_aliasing_typecast(void *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));
H A Dcmpxchg8b.c15 extern void foo ( void );
17 VG_SYM(foo) ":\n"
51 foo();
60 foo();
69 foo();
77 foo();
H A Dincdec_alt.c9 extern void foo ( void );
11 VG_SYM(foo) ":\n"
59 foo();
/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/auxprogs/
H A Dgen-mdg13 # dot -Tps foo.dot -o foo.ps
105 $s =~ s/"([^"]+)"/INT_$1/; # "foo.h" --> foo.h
106 $s =~ s/<([^>]+)>/EXT_$1/; # <foo.h> --> foo.h
107 $s =~ s/\./_/g; # foo.h --> foo_h
108 $s =~ s/-/_/g; # foo-bar.h --> foo_bar_h
117 $s =~ s/"/\\"/g; # "foo.h" --> \"foo
[all...]
H A Dppcfround.c130 } foo; \
131 assert(sizeof(foo) == 40); \
132 foo.a1 = foo.a2 = foo.a3 = foo.res = 0; \
133 foo.fpscr_after = foo.cr_after = 0; \
134 foo.a1 = arg1; \
135 foo
[all...]
/external/valgrind/main/drd/tests/
H A Dhg05_race2.stderr.exp6 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
16 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
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 Dpreen_invars.stdout.exp0 foo bar 1
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 Dhg05_race2.stderr.exp29 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
45 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],

Completed in 212 milliseconds

1234567891011>>