Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 46) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunistd.in.h147 # define close(f) \ argument
200 # define euidaccess(f,m) \ argument
225 # define fchdir(f) \ argument
259 # define ftruncate(f,l) \ argument
480 # define lchown(f,u,g) \ argument
515 # define lseek(f,o,w) \ argument
534 # define readlink(f,b,s) \ argument
/ndk/sources/host-tools/make-3.81/
Dfile.c78 register struct file *f; in lookup_file() local
137 register struct file *f; in enter_file() local
226 struct file *f; in rehash_file() local
357 register struct file *f = *file_slot; in remove_intermediates() local
453 struct file *f = (struct file *) item; in set_intermediate() local
459 expand_deps (struct file *f) in expand_deps()
631 struct file *f; in snap_deps() local
875 struct file *f = (struct file *) item; in print_file() local
1020 struct file *f = *fp; in build_target_list() local
Dimplicit.c90 struct file *f = p->intermediate_file; in free_idep_chain() local
441 struct file *f; in pattern_search() local
837 register struct file *f = lookup_file (imf->name); in pattern_search() local
937 struct file *f = lookup_file (rule->targets[matches[foundrule]]); in pattern_search() local
949 struct file *f; in pattern_search() local
Ddefault.c554 register struct file *f = enter_file (s[0]); in install_default_suffix_rules() local
Dfiledef.h162 #define file_mtime(f) file_mtime_1 ((f), 1) argument
167 #define file_mtime_no_search(f) file_mtime_1 ((f), 0) argument
169 #define file_mtime_1(f, v) \ argument
Dvariable.h170 #define define_variable_loc(n,l,v,o,r,f) \ argument
176 #define define_variable_global(n,l,v,o,r,f) \ argument
181 #define define_variable_for_file(n,l,v,o,r,f) \ argument
Dremake.c287 register struct file *f; in update_file() local
520 register struct file *f = d->file; in update_file_1() local
578 register struct file *f = d->file; in update_file_1() local
885 struct file *f; in notice_finished_file() local
Dvpath.c388 struct file *f = lookup_file (*file); in selective_vpath_search() local
478 struct file *f = lookup_file (name); in selective_vpath_search() local
Drule.c219 register struct file *f; in convert_to_pattern() local
571 int f = (terminal * 1000 + 5) / rules; in print_rule_data_base() local
/ndk/tests/build/issue34613-neon/jni/
Dissue34613-neon.cpp4 void x(float32x4_t v0, float32_t f) in x()
/ndk/sources/host-tools/nawk-20071023/
Db.c125 fa *f; in mkdfa() local
151 int makeinit(fa *f, int anchor) in makeinit()
339 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */ in cfoll()
468 int match(fa *f, const char *p0) /* shortest match ? */ in match()
488 int pmatch(fa *f, const char *p0) /* longest match, for sub */ in pmatch()
547 int nematch(fa *f, const char *p0) /* non-empty match, for sub */ in nematch()
850 int cgoto(fa *f, int s, int c) in cgoto()
940 void freefa(fa *f) /* free a finite automaton */ in freefa()
/ndk/tests/device/test-gnustl-full/unit/
Dresolve_name.cpp8 bool f() in f() function
Dfstream_test.cpp98 ofstream f( "test_file.txt" ); in output() local
126 ifstream f( "test_file.txt" ); in input() local
175 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in io() local
210 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in err() local
348 FILE* f = fopen( "test_file.txt", "a" ); in tellp() local
893 fstream f( "test.txt", ios_base::in | ios_base::out | ios_base::trunc ); in null_buf() local
Dmultiset_test.cpp107 fn_type f(less_than); in mset5() local
Dbind_test.cpp124 void f( int n ) const { in f() function in A
Dallocator_test.cpp141 void* f(void* pdatas) { in f() function
/ndk/tests/device/test-stlport/unit/
Dresolve_name.cpp8 bool f() in f() function
Dfstream_test.cpp98 ofstream f( "test_file.txt" ); in output() local
126 ifstream f( "test_file.txt" ); in input() local
175 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in io() local
210 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in err() local
348 FILE* f = fopen( "test_file.txt", "a" ); in tellp() local
893 fstream f( "test.txt", ios_base::in | ios_base::out | ios_base::trunc ); in null_buf() local
Dmultiset_test.cpp107 fn_type f(less_than); in mset5() local
Dbind_test.cpp124 void f( int n ) const { in f() function in A
Dallocator_test.cpp141 void* f(void* pdatas) { in f() function
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp158 static int _Stl_extract_open_param(FILE* f) in _Stl_extract_open_param()
180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) { in _Stl_create_wfilebuf()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-pcre.c41 FILE *f; in main() local
Dtst-boost.c84 FILE *f; in main() local
/ndk/sources/host-tools/ndk-stack/elff/
Delf_defs.h74 #define ELFF_FIELD_OFFSET(T, f) ((size_t)(size_t*)&(((T *)0)->f)) argument

12