HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1 - 25 of 3525) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
join.mk 0 foo:=$(join a b,.c .o)
5 echo $(foo)
1 foo:=$(join a b,.c .o) macro
lineno_in_call.mk 1 define foo macro
4 $(warning foo)
7 $(call foo)
10 echo FOO
recipe_var.mk 0 foo=FAIL
1 foo=FAIL macro
suffix_subst.mk 0 foo:= hoge.c mgoe.c
4 echo $(foo:.c=.o)
1 foo:= hoge.c mgoe.c macro
suffix_subst_pat.mk 0 foo:= hoge.c mgoe.c
4 echo $(foo:%.c=%.o)
1 foo:= hoge.c mgoe.c macro
  /development/ndk/tests/prebuilt-library/jni/foo/
foo.c 1 #include "foo.h"
3 int foo(void) function
  /external/clang/test/Analysis/
redefined_system.c 15 int foo () { function
  /external/clang/test/CodeGen/
2002-07-17-StringConstant.c 4 char * foo() { return "\\begin{"; } function
2002-09-08-PointerShifts.c 4 int foo(int *A, unsigned X) { function
2004-03-07-ExternalConstant.c 5 int foo () { function
2004-03-16-AsmRegisterCrash.c 4 int foo() { function
2004-05-07-VarArrays.c 3 int foo(int len, char arr[][len], int X) { function
2005-02-20-AggregateSAVEEXPR.c 3 int foo(__complex float c) { function
2005-03-11-Prefetch.c 3 void foo(int *P) { function
2005-07-20-SqrtNoErrno.c 5 float foo(float X) { function
6 // CHECK: foo
2007-01-24-InlineAsmCModifier.c 5 void foo() { function
2007-02-16-VoidPtrDiff.c 3 void foo(void *ptr, int test) { function
2007-03-01-VarSizeArrayIdx.c 4 float foo(int w, float A[][w], int g, int h) { function
2007-04-14-FNoBuiltin.c 6 // CHECK: define {{.*}}void {{.*}}foo(
7 void foo(const char *msg) { function
2007-07-29-RestrictPtrArg.c 3 void foo(int * __restrict myptr1, int * myptr2) { function
2007-09-14-NegatePointer.c 4 int foo(unsigned char *test) { function
2007-10-02-VolatileArray.c 4 void foo(volatile int *p) function
2009-03-01-MallocNoAlias.c 3 void * __attribute__ ((malloc)) foo (void) { return 0; } function
2009-03-13-dbg.c 2 void foo() {} function
2009-09-24-SqrtErrno.c 6 float foo(float X) { function
7 // CHECK: foo

Completed in 236 milliseconds

1 2 3 4 5 6 7 8 91011>>