Home
last modified time | relevance | path

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

12345678910>>...20

/inferno-os/libinterp/
H A Dmath.c35 F_Math_import_int *f; in Math_import_int() local
59 F_Math_import_int *f; in Math_import_real32() local
84 F_Math_import_int *f; in Math_import_real() local
113 F_Math_export_int *f; in Math_export_int() local
137 F_Math_export_int *f; in Math_export_real32() local
162 F_Math_export_int *f; in Math_export_real() local
192 F_Math_bits32real *f; in Math_bits32real() local
202 F_Math_bits64real *f; in Math_bits64real() local
212 F_Math_realbits32 *f; in Math_realbits32() local
222 F_Math_realbits64 *f; in Math_realbits64() local
[all …]
H A Dgeom.c11 F_Point_add *f; in Point_add() local
24 F_Point_sub *f; in Point_sub() local
37 F_Point_mul *f; in Point_mul() local
50 F_Point_div *f; in Point_div() local
65 F_Point_eq *f; in Point_eq() local
74 F_Point_in *f; in Point_in() local
84 F_Rect_canon *f; in Rect_canon() local
114 F_Rect_combine *f; in Rect_combine() local
133 F_Rect_eq *f; in Rect_eq() local
146 F_Rect_Xrect *f; in Rect_Xrect() local
[all …]
H A Dipint.c85 F_IPint_iptob64 *f; in IPint_iptob64z() local
122 F_IPint_iptob64 *f; in IPint_iptob64() local
138 F_IPint_iptobytes *f; in IPint_iptobytes() local
154 F_IPint_iptobebytes *f; in IPint_iptobebytes() local
169 F_IPint_iptostr *f; in IPint_iptostr() local
204 F_IPint_b64toip *f; in IPint_b64toip() local
218 F_IPint_bytestoip *f; in IPint_bytestoip() local
237 F_IPint_bebytestoip *f; in IPint_bebytestoip() local
256 F_IPint_strtoip *f; in IPint_strtoip() local
271 F_IPint_random *f; in IPint_random() local
[all …]
H A Ddraw.c43 Font* f; member
282 Font *f; in checkfont() local
308 F_Display_allocate *f; in Display_allocate() local
377 F_Display_getwindow *f; in Display_getwindow() local
433 F_Display_startrefresh *f; in Display_startrefresh() local
492 F_Display_color *f; in Display_color() local
509 F_Image_flush *f; in Image_flush() local
549 F_Image_draw *f; in imagedraw() local
581 F_Image_drawop *f; in Image_drawop() local
590 F_Image_gendraw *f; in imagegendraw() local
[all …]
H A Dcrypt.c173 F_DigestState_copy *f; in DigestState_copy() local
231 F_Crypt_sha1 *f; in Crypt_sha1() local
245 F_Crypt_sha224 *f; in Crypt_sha224() local
259 F_Crypt_sha256 *f; in Crypt_sha256() local
273 F_Crypt_sha384 *f; in Crypt_sha384() local
287 F_Crypt_sha512 *f; in Crypt_sha512() local
301 F_Crypt_md5 *f; in Crypt_md5() local
315 F_Crypt_md4 *f; in Crypt_md4() local
368 F_Crypt_hmac_sha1 *f; in Crypt_hmac_sha1() local
381 F_Crypt_hmac_md5 *f; in Crypt_hmac_md5() local
[all …]
H A Dkeyring.c130 big64conv(Fmt *f) in big64conv()
348 F_Keyring_genSK *f; in Keyring_genSK() local
372 F_Keyring_genSKfromPK *f; in Keyring_genSKfromPK() local
394 bigs2attr(Fmt *f, char *bigs, char **names) in bigs2attr()
420 F_Keyring_sktoattr *f; in Keyring_sktoattr() local
461 F_Keyring_sktostr *f; in Keyring_sktostr() local
507 F_Keyring_strtosk *f; in Keyring_strtosk() local
586 F_Keyring_sktopk *f; in Keyring_sktopk() local
618 F_Keyring_pktostr *f; in Keyring_pktostr() local
634 F_Keyring_pktoattr *f; in Keyring_pktoattr() local
[all …]
H A Dprefab.c154 F_Element_icon *f; in Element_iconseparator() local
190 F_Element_text *f; in Element_text() local
213 F_Element_layout *f; in Element_layout() local
236 F_Element_elist *f; in Element_elist() local
261 F_Element_append *f; in Element_append() local
282 F_Element_adjust *f; in Element_adjust() local
299 F_Element_show *f; in Element_show() local
317 F_Element_clip *f; in Element_clip() local
336 F_Element_scroll *f; in Element_translatescroll() local
372 F_Compound_iconbox *f; in Compound_iconbox() local
[all …]
H A Dloader.c76 F_Loader_ifetch *f; in Loader_ifetch() local
130 F_Loader_link *f; in Loader_link() local
183 F_Loader_tdesc *f; in Loader_tdesc() local
228 F_Loader_newmod *f; in Loader_newmod() local
308 F_Loader_tnew *f; in Loader_tnew() local
356 F_Loader_ext *f; in Loader_ext() local
387 F_Loader_dnew *f; in Loader_dnew() local
422 F_Loader_compile *f; in Loader_compile() local
H A Dstack.c14 Frame *f; in newstack() local
53 Frame *f; in extend() local
82 unextend(Frame *f) in unextend()
101 Frame *f; in unframe() local
/inferno-os/utils/rcsh/
H A Dio.c14 pfmt(Io *f, char *fmt, ...) in pfmt()
42 perr(Io *f) in perr()
53 pquo(Io *f, char *s) in pquo()
63 pwrd(Io *f, char *s) in pwrd()
76 phex(Io *f, long p) in phex()
83 pstr(Io *f, char *s) in pstr()
92 pdec(Io *f, long n) in pdec()
113 poct(Io *f, ulong n) in poct()
120 pval(Io *f, Word *a) in pval()
133 fullbuf(Io *f, int c) in fullbuf()
[all …]
/inferno-os/emu/port/
H A Dinferno.c123 F_Sys_millisec *f; in Sys_millisec() local
133 F_Sys_open *f; in Sys_open() local
153 F_Sys_pipe *f; in Sys_pipe() local
177 F_Sys_fildes *f; in Sys_fildes() local
194 F_Sys_dup *f; in Sys_dup() local
206 F_Sys_create *f; in Sys_create() local
223 F_Sys_remove *f; in Sys_remove() local
234 F_Sys_seek *f; in Sys_seek() local
245 F_Sys_unmount *f; in Sys_unmount() local
257 F_Sys_read *f; in Sys_read() local
[all …]
/inferno-os/os/port/
H A Dinferno.c126 F_Sys_millisec *f; in Sys_millisec() local
136 F_Sys_open *f; in Sys_open() local
156 F_Sys_pipe *f; in Sys_pipe() local
180 F_Sys_fildes *f; in Sys_fildes() local
197 F_Sys_dup *f; in Sys_dup() local
209 F_Sys_create *f; in Sys_create() local
226 F_Sys_remove *f; in Sys_remove() local
237 F_Sys_seek *f; in Sys_seek() local
248 F_Sys_unmount *f; in Sys_unmount() local
260 F_Sys_read *f; in Sys_read() local
[all …]
H A Dflashcfi8.c27 cfiget1(Flash *f, ulong a) in cfiget1()
37 cfiget2(Flash *f, ulong i) in cfiget2()
43 cfiquery(Flash *f) in cfiquery()
97 reset(Flash *f) in reset()
H A Dflashcfi16.c26 cfiget1(Flash *f, ulong a) in cfiget1()
38 cfiget2(Flash *f, ulong i) in cfiget2()
44 cfiquery(Flash *f) in cfiquery()
98 reset(Flash *f) in reset()
H A Ddevflash.c56 Flash *f; in flash2gen() local
123 Flash *f; in flashreset() local
163 Flash *f; in flashattach() local
211 Flash *f; in flashread() local
293 Flash *f; in flashwrite() local
380 flashnewpart(Flash *f, char *name, ulong start, ulong end) in flashnewpart()
405 flashaddr(Flash *f, Flashpart *fp, char *s) in flashaddr()
425 flashregion(Flash *f, ulong a) in flashregion()
465 Flashtype *f, **l; in addflashcard() local
477 readflash(Flash *f, void *buf, long offset, int n) in readflash()
[all …]
/inferno-os/libkern/
H A Ddofmt.c19 dofmt(Fmt *f, char *fmt) in dofmt()
81 _fmtflush(Fmt *f, void *t, int len) in _fmtflush()
100 _fmtpad(Fmt *f, int n) in _fmtpad()
115 _rfmtpad(Fmt *f, int n) in _rfmtpad()
130 _fmtcpy(Fmt *f, void *vm, int n, int sz) in _fmtcpy()
188 _fmtrcpy(Fmt *f, void *vm, int n) in _fmtrcpy()
230 _charfmt(Fmt *f) in _charfmt()
241 _runefmt(Fmt *f) in _runefmt()
251 fmtstrcpy(Fmt *f, char *s) in fmtstrcpy()
270 _strfmt(Fmt *f) in _strfmt()
[all …]
/inferno-os/lib9/
H A Ddofmt.c19 dofmt(Fmt *f, char *fmt) in dofmt()
81 _fmtflush(Fmt *f, void *t, int len) in _fmtflush()
100 _fmtpad(Fmt *f, int n) in _fmtpad()
115 _rfmtpad(Fmt *f, int n) in _rfmtpad()
130 _fmtcpy(Fmt *f, void *vm, int n, int sz) in _fmtcpy()
188 _fmtrcpy(Fmt *f, void *vm, int n) in _fmtrcpy()
230 _charfmt(Fmt *f) in _charfmt()
241 _runefmt(Fmt *f) in _runefmt()
251 fmtstrcpy(Fmt *f, char *s) in fmtstrcpy()
270 _strfmt(Fmt *f) in _strfmt()
[all …]
H A Dsetfcr-NetBSD-arm.S8 #define VMSR(f,r) vmsr f,r argument
9 #define VMRS(r,f) vmrs r,f argument
12 #define VMSR(f,r) argument
13 #define VMRS(r,f) argument
H A Dsetfcr-Linux-arm.S6 #define VMSR(f,r) vmsr f,r argument
7 #define VMRS(r,f) vmrs r,f argument
10 #define VMSR(f,r) argument
11 #define VMRS(r,f) argument
H A Dvsmprint.c18 fmtStrFlush(Fmt *f) in fmtStrFlush()
42 fmtstrinit(Fmt *f) in fmtstrinit()
65 Fmt f; in vsmprint() local
/inferno-os/libdraw/
H A Dstringwidth.c5 _stringnwidth(Font *f, char *s, Rune *r, int len) in _stringnwidth()
63 stringnwidth(Font *f, char *s, int len) in stringnwidth()
69 stringwidth(Font *f, char *s) in stringwidth()
75 stringsize(Font *f, char *s) in stringsize()
81 runestringnwidth(Font *f, Rune *r, int len) in runestringnwidth()
87 runestringwidth(Font *f, Rune *r) in runestringwidth()
93 runestringsize(Font *f, Rune *r) in runestringsize()
H A Dstring.c10 string(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s) in string()
16 stringop(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, Drawop op) in stringop()
22 stringn(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, int len) in stringn()
28 stringnop(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, int len, Drawop op) in stringnop()
34 runestring(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r) in runestring()
40 runestringop(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, Drawop op) in runestringop()
46 runestringn(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, int len) in runestringn()
52 runestringnop(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, int len, Drawop op) in runestringnop()
58 _string(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, Rune *r, int len, Rectangle c… in _string()
/inferno-os/os/ip/
H A Diprouter.c16 useriprouter(Fs *f, Ipifc *ifc, Block *bp) in useriprouter()
31 iprouteropen(Fs *f) in iprouteropen()
43 iprouterclose(Fs *f) in iprouterclose()
53 iprouterread(Fs *f, void *a, int n) in iprouterread()
/inferno-os/libfreetype/
H A Dfreetype.c7 ftnewface(char *path, int index, FTface *f, FTfaceinfo *finfo) in ftnewface()
36 ftloadmemface(void *buf, int nbytes, int index, FTface *f, FTfaceinfo *finfo) in ftloadmemface()
45 ftsetcharsize(FTface f, int pt, int hdpi, int vdpi, FTfaceinfo *finfo) in ftsetcharsize()
59 ftsettransform(FTface f, FTmatrix *m, FTvector *v) in ftsettransform()
66 fthaschar(FTface f, int c) in fthaschar()
72 ftloadglyph(FTface f, int ix, FTglyph *g) in ftloadglyph()
96 ftdoneface(FTface f) in ftdoneface()
/inferno-os/tools/styxtest/
H A Dstyxtest.c17 Styxfile *f; in fsopen() local
40 Styxfile *f; in fscreate() local
59 Styxfile *f; in fsremove() local
73 Styxfile *f; in fsread() local
90 Styxfile *f; in fswrite() local
114 Styxfile *f, *tf; in fswstat() local

12345678910>>...20