Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dvsnprintf.c27 f.__cookie = &(f.__filedes); in vsnprintf()
69 if (f.__bufpos == f.__bufend) { in vsnprintf()
101 f.f.__cookie = &(f.f.__filedes);
102 f.f.__gcs.read = NULL;
103 f.f.__gcs.write = NULL;
104 f.f.__gcs.seek = NULL;
105 f.f.__gcs.close = NULL;
112 f.f.__ungot_width[0] = 0;
120 STDIO_INIT_MUTEX(f.f.__lock);
122 f.f.__nextopen = NULL;
[all …]
A Dvswprintf.c22 FILE f; in vswprintf() local
27 f.__cookie = &(f.__filedes); in vswprintf()
28 f.__gcs.read = NULL; in vswprintf()
29 f.__gcs.write = NULL; in vswprintf()
30 f.__gcs.seek = NULL; in vswprintf()
31 f.__gcs.close = NULL; in vswprintf()
37 f.__ungot_width[0] = 0; in vswprintf()
44 STDIO_INIT_MUTEX(f.__lock); in vswprintf()
47 f.__nextopen = NULL; in vswprintf()
62 if (f.__bufpos == f.__bufend) { in vswprintf()
[all …]
A Dvdprintf.c17 FILE f; in vdprintf() local
31 f.__cookie = &(f.__filedes); in vdprintf()
32 f.__gcs.read = NULL; in vdprintf()
33 f.__gcs.write = _cs_write; in vdprintf()
34 f.__gcs.seek = NULL; in vdprintf()
35 f.__gcs.close = NULL; in vdprintf()
38 f.__filedes = filedes; in vdprintf()
42 f.__ungot_width[0] = 0; in vdprintf()
45 __INIT_MBSTATE(&(f.__state)); in vdprintf()
52 STDIO_INIT_MUTEX(f.__lock); in vdprintf()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
341 rm $f
346 rm $f
351 rm $f
398 rm $f
402 rm $f
411 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
341 rm $f
346 rm $f
351 rm $f
398 rm $f
402 rm $f
411 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
341 rm $f
346 rm $f
351 rm $f
398 rm $f
402 rm $f
411 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
341 rm $f
346 rm $f
351 rm $f
398 rm $f
402 rm $f
411 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
341 rm $f
346 rm $f
351 rm $f
398 rm $f
402 rm $f
411 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dpoll.c54 struct pollfd *f;
73 for (f = fds; f < &fds[nfds]; ++f)
75 f->revents = 0;
76 if (f->fd >= 0)
110 if (f->fd > maxfd && (f->events & (POLLIN|POLLOUT|POLLPRI)))
111 maxfd = f->fd;
146 for (f = fds; f < &fds[nfds]; ++f)
147 if (f->fd != -1 && (f->events & (POLLIN|POLLOUT|POLLPRI))
174 if (f->fd > maxfd)
191 for (f = fds; f < &fds[nfds]; ++f)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
337 rm $f
342 rm $f
347 rm $f
390 rm $f
394 rm $f
403 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/scripts/
A Drun_doxygen273 mv TEMP $f
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
337 rm $f
342 rm $f
347 rm $f
390 rm $f
394 rm $f
403 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/scripts/
A Drun_doxygen273 mv TEMP $f
289 }' $f > TEMP
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
310 mv $f $newname
314 mv $f $newname
381 rm $f
385 rm $f
394 echo ".so man3/std::basic_${f}.3" > std::${f}.3
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dlundump.c147 f->sizecode = n; in loadCode()
159 f->sizek = n; in loadConstants()
195 f->sizep = n; in loadProtos()
197 f->p[i] = NULL; in loadProtos()
200 luaC_objbarrier(S->L, f, f->p[i]); in loadProtos()
201 loadFunction(S, f->p[i], f->source); in loadProtos()
246 f->locvars[i].varname = loadStringN(S, f); in loadDebug()
252 f->upvalues[i].name = loadStringN(S, f); in loadDebug()
257 f->source = loadStringN(S, f); in loadFunction()
265 loadCode(S, f); in loadFunction()
[all …]
A Dldump.c101 dumpInt(D, f->sizecode); in dumpCode()
102 dumpVector(D, f->code, f->sizecode); in dumpCode()
110 int n = f->sizek; in dumpConstants()
136 int n = f->sizep; in dumpProtos()
139 dumpFunction(D, f->p[i], f->source); in dumpProtos()
186 dumpByte(D, f->numparams); in dumpFunction()
189 dumpCode(D, f); in dumpFunction()
190 dumpConstants(D, f); in dumpFunction()
191 dumpUpvalues(D, f); in dumpFunction()
192 dumpProtos(D, f); in dumpFunction()
[all …]
A Dliolib.c98 #define l_getc(f) getc_unlocked(f) argument
99 #define l_lockfile(f) flockfile(f) argument
100 #define l_unlockfile(f) funlockfile(f) argument
102 #define l_getc(f) getc(f) argument
122 #define l_fseek(f,o,w) fseeko(f,o,w) argument
123 #define l_ftell(f) ftello(f) argument
131 #define l_ftell(f) _ftelli64(f) argument
137 #define l_fseek(f,o,w) fseek(f,o,w) argument
138 #define l_ftell(f) ftell(f) argument
482 rn.f = f; rn.n = 0; in read_number()
[all …]
A Dluac.c149 Proto* f; in combine() local
159 return f; in combine()
173 const Proto* f; in pmain() local
671 const char* s=f->source ? getstr(f->source) : "=?"; in PrintHeader()
680 f->linedefined,f->lastlinedefined, in PrintHeader()
681 S(f->sizecode),VOID(f)); in PrintHeader()
683 (int)(f->numparams),f->is_vararg?"+":"",SS(f->numparams), in PrintHeader()
684 S(f->maxstacksize),S(f->sizeupvalues)); in PrintHeader()
686 S(f->sizelocvars),S(f->sizek),S(f->sizep)); in PrintHeader()
692 n=f->sizek; in PrintDebug()
[all …]
/l4re-core-master/ned/server/src/
A Dned.lua99 local lfab = f.loader or f.mem;
100 f.log_fab = f.log_fab or lfab;
101 f.ns_fab = f.ns_fab or lfab;
102 f.rm_fab = f.rm_fab or lfab;
103 f.factory = f.factory or Env.factory;
210 f.rm_fab = f.rm_fab or f.loader.rm_fab;
211 f.factory = f.factory or f.loader.factory or Env.factory;
214 f.mem = f.mem or f.loader.mem;
217 f.log_args = f.log;
220 f.log = f.log()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
71 // Constant @f$ 1 / e @f$.
77 // Constant @f$ \ln(2) @f$.
79 // Constant @f$ \ln(3) @f$.
81 // Constant @f$ \ln(10) @f$.
[all …]

Completed in 43 milliseconds

12345678910>>...24