Home
last modified time | relevance | path

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

1234567

/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dpopen.c7 #define TEST(r, f, x, m) ( \ argument
11 #define TEST_E(f) ( (errno = 0), (f) || \ argument
31 FILE *f; in main() local
/l4re-core-master/lua/lib/contrib/src/
A Dliolib.c98 #define l_getc(f) getc_unlocked(f) argument
99 #define l_lockfile(f) flockfile(f) argument
102 #define l_getc(f) getc(f) argument
103 #define l_lockfile(f) ((void)0) argument
104 #define l_unlockfile(f) ((void)0) argument
123 #define l_ftell(f) ftello(f) argument
131 #define l_ftell(f) _ftelli64(f) argument
138 #define l_ftell(f) ftell(f) argument
691 FILE *f = tofile(L); in f_write() local
700 FILE *f = tofile(L); in f_seek() local
[all …]
A Dldump.c100 static void dumpCode (DumpState *D, const Proto *f) { in dumpCode()
108 static void dumpConstants (DumpState *D, const Proto *f) { in dumpConstants()
134 static void dumpProtos (DumpState *D, const Proto *f) { in dumpProtos()
143 static void dumpUpvalues (DumpState *D, const Proto *f) { in dumpUpvalues()
154 static void dumpDebug (DumpState *D, const Proto *f) { in dumpDebug()
179 static void dumpFunction (DumpState *D, const Proto *f, TString *psource) { in dumpFunction()
213 int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, in luaU_dump()
A Dluac.c149 Proto* f; in combine() local
173 const Proto* f; in pmain() local
266 static void PrintType(const Proto* f, int i) in PrintType()
295 static void PrintConstant(const Proto* f, int i) in PrintConstant()
335 static void PrintCode(const Proto* f) in PrintCode()
669 static void PrintHeader(const Proto* f) in PrintHeader()
689 static void PrintDebug(const Proto* f) in PrintDebug()
717 static void PrintFunction(const Proto* f, int full) in PrintFunction()
A Dlundump.c29 #define luai_verifycode(L,f) /* empty */ argument
144 static void loadCode (LoadState *S, Proto *f) { in loadCode()
155 static void loadConstants (LoadState *S, Proto *f) { in loadConstants()
191 static void loadProtos (LoadState *S, Proto *f) { in loadProtos()
212 static void loadUpvalues (LoadState *S, Proto *f) { in loadUpvalues()
227 static void loadDebug (LoadState *S, Proto *f) { in loadDebug()
256 static void loadFunction (LoadState *S, Proto *f, TString *psource) { in loadFunction()
/l4re-core-master/ldso/ldso/
A Dsyscalls.cc34 Ref_ptr<File> f; in L4RE_CALL() local
53 Ref_ptr<File> f = L4RE_VFS->get_file(fd); in L4RE_CALL() local
71 Ref_ptr<File> f = L4RE_VFS->get_file(fd); in L4RE_CALL() local
89 Ref_ptr<File> f = L4RE_VFS->free_fd(fd); in L4RE_CALL() local
106 Ref_ptr<File> f; in L4RE_CALL() local
119 Ref_ptr<File> f = L4RE_VFS->get_file(fd); in L4RE_CALL() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dcleanup_routine.c23 __pthread_cleanup_routine (struct __pthread_cleanup_frame *f) in __pthread_cleanup_routine()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_ldc.c82 void out_uc(FILE *f, const unsigned char *p, size_t n, char *comment) in out_uc()
100 void out_u16(FILE *f, const uint16_t *p, size_t n, char *comment) in out_u16()
118 void out_i16(FILE *f, const int16_t *p, size_t n, char *comment) in out_i16()
132 void out_size_t(FILE *f, const size_t *p, size_t n, char *comment) in out_size_t()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw64.c26 #define LXSTAT(V,f,sb) lstat64(f,sb) argument
27 #define XSTAT(V,f,sb) stat64(f,sb) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/powerpc/e500/fpu/
A Dftestexcept.c25 unsigned long f; in fetestexcept() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/powerpc/e500/
A Dspe-raise.c24 unsigned long f; in __FERAISEEXCEPT_INTERNAL() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfcloseall.c26 FILE *f; in fcloseall() local
A Dtmpfile.c34 FILE *f; in tmpfile() local
A Dvasprintf.c30 FILE *f; in vasprintf() local
A Dvdprintf.c17 FILE f; in vdprintf() local
A Dvsnprintf.c22 FILE f; in vsnprintf() local
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Ddump-ctype.c50 FILE *f; in dump_class() local
84 FILE *f; in dump_map() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_alloc.cc160 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
194 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
205 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
228 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
/l4re-core-master/l4sys/include/
A D__l4_fpage.h567 l4_fpage_rights(l4_fpage_t f) L4_NOTHROW in l4_fpage_rights()
573 l4_fpage_type(l4_fpage_t f) L4_NOTHROW in l4_fpage_type()
579 l4_fpage_size(l4_fpage_t f) L4_NOTHROW in l4_fpage_size()
585 l4_fpage_page(l4_fpage_t f) L4_NOTHROW in l4_fpage_page()
591 l4_fpage_ioport(l4_fpage_t f) L4_NOTHROW in l4_fpage_ioport()
597 l4_fpage_memaddr(l4_fpage_t f) L4_NOTHROW in l4_fpage_memaddr()
603 l4_fpage_obj(l4_fpage_t f) L4_NOTHROW in l4_fpage_obj()
628 l4_fpage_t f; in l4_fpage_set_rights() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_alloc.cc166 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
204 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
215 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
246 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_alloc.cc166 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
200 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
211 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
234 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_alloc.cc166 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
204 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
215 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
246 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_alloc.cc166 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
204 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
215 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
246 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_alloc.cc166 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
204 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
215 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
246 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_alloc.cc166 free_entry *f = reinterpret_cast <free_entry *> in allocate() local
204 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
215 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local
246 free_entry *f = reinterpret_cast <free_entry *> (e); in free() local

Completed in 23 milliseconds

1234567