Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 35) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
H A Dcxx1y-generic-lambdas.cpp47 char (*fc)(char) = L; in test() local
58 char (*fc)(char) = L; //expected-error{{no viable conversion}} in test() local
70 char (*fc)(char) = L('a'); in test() local
85 char* (*fc)(char) = L('a'); in test() local
98 char* (*fc)(char) = L('a'); in test() local
155 char (*fc)(char) = L; in test() local
166 char (*fc)(char) = L; //expected-error{{no viable conversion}} in test() local
761 char (*fc)(char) = L('a'); in test() local
/minix3/external/bsd/tcpdump/dist/
H A Dprint-802_15_4.c47 extract_header_length(uint16_t fc) in extract_header_length()
95 uint16_t fc; in ieee802_15_4_if_print() local
H A Dprint-802_11.c165 #define FC_VERSION(fc) ((fc) & 0x3) argument
166 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
167 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
168 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
169 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
170 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
171 #define FC_RETRY(fc) ((fc) & 0x0800) argument
172 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
173 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
174 #define FC_WEP(fc) ((fc) & 0x4000) argument
[all …]
H A Dprint-fddi.c166 print_fddi_fc(netdissect_options *ndo, u_char fc) in print_fddi_fc()
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dcomplex-builtints.c27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
/minix3/sys/lib/libsa/
H A Dfnmatch.c68 char fc, pc; in fnmatch() local
H A Dufs.c142 #define cgstart(fc, c) cgstart_ufs2((fs), (c)) argument
144 #define cgstart(fc, c) cgstart_ufs1((fs), (c)) argument
/minix3/external/public-domain/xz/dist/src/liblzma/common/
H A Dfilter_common.c259 const lzma_filter_coder *const fc in lzma_raw_coder_init() local
270 const lzma_filter_coder *const fc in lzma_raw_coder_init() local
309 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local
/minix3/external/bsd/llvm/dist/clang/test/Headers/
H A Dtgmath.c10 float complex fc; variable
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/complex.number/complex.member.ops/
H A Dtimes_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
H A Dplus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
H A Ddivide_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
H A Dminus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
/minix3/external/bsd/libc++/dist/libcxx/test/numerics/complex.number/complex.member.ops/
H A Dminus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
H A Dtimes_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
H A Dplus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
H A Ddivide_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h61 freeCallback fc; member
/minix3/sys/fs/cd9660/
H A Dcd9660_util.c101 u_int16_t fc, ic; in isofncmp() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dvtable-linkage.cpp78 F<char> fc; in use_F() local
/minix3/lib/librefuse/
H A Drefuse.c86 struct fuse_chan *fc; /* fuse channel pointer */ member
374 struct fuse_chan *fc; in fuse_setup_real() local
1246 struct fuse_chan *fc; in fuse_mount() local
1276 fuse_new(struct fuse_chan *fc, struct fuse_args *args, in fuse_new()
1421 fuse_unmount(const char *mp, struct fuse_chan *fc) in fuse_unmount()
/minix3/external/bsd/dhcp/dist/includes/
H A Dstatement.h59 struct executable_statement *tc, *fc; member

12