Searched defs:f0 (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/linear/ |
H A D | degen-array.c | 4 int *f0(int i) { return &a[0]; } in f0() function
|
H A D | degen-function.c | 6 fun_t f0(void) { return fun; } in f0() function
|
H A D | call-direct.c | 5 int f0(void) { return (fun)(); } in f0() function
|
H A D | call-builtin.c | 5 u32 f0(u32 a) { return (__builtin_popcount)(a); } in f0() function
|
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/ |
H A D | missing-return.c | 7 int f0(void) in f0() function
|
H A D | struct.c | 6 int f0(void) in f0() function
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | function-pointer-type.c | 4 void f0(void) { int (*f)(void); f = fun; } // C99,C11 6.3.2.1p4 in f0() function
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatanf.c | 42 float f0, f1, f2; in __vatanf() local
|
H A D | __vcosf.c | 150 float f0, f1, f2, f3, t; in __vcosf() local
|
H A D | __vsinf.c | 154 float f0, f1, f2, f3, t; in __vsinf() local
|
H A D | __vsincosf.c | 169 float f0, f1, f2, f3, t; in __vsincosf() local
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | example.c | 214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3) in mlfi_negotiate() argument
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 7706 uchar_t *f0; in cpuid_post_ucodeadm() local
|