Home
last modified time | relevance | path

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

12345

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_fc.c35 void init_ffsb_config(ffsb_config_t * fc, unsigned num_fs, unsigned num_tg) in init_ffsb_config()
47 void init_ffsb_config_1fs(ffsb_config_t * fc, ffsb_fs_t * fs, ffsb_tg_t * tg) in init_ffsb_config_1fs()
59 void destroy_ffsb_config(ffsb_config_t * fc) in destroy_ffsb_config()
72 void fc_set_time(ffsb_config_t * fc, unsigned time) in fc_set_time()
77 unsigned fc_get_num_filesys(ffsb_config_t * fc) in fc_get_num_filesys()
82 struct ffsb_tg *fc_get_tg(ffsb_config_t * fc, unsigned num) in fc_get_tg()
88 struct ffsb_fs *fc_get_fs(ffsb_config_t * fc, unsigned num) in fc_get_fs()
94 void fc_set_num_totalthreads(ffsb_config_t * fc, int num) in fc_set_num_totalthreads()
100 void fc_set_callout(ffsb_config_t * fc, char *callout) in fc_set_callout()
106 char *fc_get_callout(ffsb_config_t * fc) in fc_get_callout()
Dparser.c775 config_options_t *get_fs_config(ffsb_config_t * fc, int pos) in get_fs_config()
786 container_t *get_fs_container(ffsb_config_t * fc, int pos) in get_fs_container()
792 config_options_t *get_tg_config(ffsb_config_t * fc, int pos) in get_tg_config()
803 container_t *get_tg_container(ffsb_config_t * fc, int pos) in get_tg_container()
809 static void init_threadgroup(ffsb_config_t * fc, config_options_t * config, in init_threadgroup()
860 static void init_filesys(ffsb_config_t * fc, int num) in init_filesys()
957 static void init_tg_stats(ffsb_config_t * fc, int num) in init_tg_stats()
1011 static void init_config(ffsb_config_t * fc, profile_config_t * profile_conf) in init_config()
1036 void ffsb_parse_newconfig(ffsb_config_t * fc, char *filename) in ffsb_parse_newconfig()
Dffsb_tg.h90 struct ffsb_config *fc; member
122 struct ffsb_config *fc; member
Dmain.c61 ffsb_config_t fc; in main() local
/external/javasqlite/src/main/java/SQLite/
DFunction.java40 public void function(FunctionContext fc, String args[]); in function()
49 public void step(FunctionContext fc, String args[]); in step()
57 public void last_step(FunctionContext fc); in last_step()
/external/clang/test/Sema/
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()
/external/clang/test/SemaCXX/
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()
/external/tcpdump/
Dprint-802_15_4.c48 extract_header_length(uint16_t fc) in extract_header_length()
96 uint16_t fc; in ieee802_15_4_if_print() local
Dprint-802_11.c164 #define FC_VERSION(fc) ((fc) & 0x3) argument
165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
167 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
168 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
169 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
170 #define FC_RETRY(fc) ((fc) & 0x0800) argument
171 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
172 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
173 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument
[all …]
/external/clang/test/CodeGen/
Dcomplex-builtints.c27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
/external/skia/src/ports/
DSkFontConfigInterface.cpp25 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { in SetGlobal()
/external/clang/test/Headers/
Dtgmath.c10 float complex fc; variable
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Ddivide_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dminus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dplus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dtimes_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c29 u16 fc; in handle_tx_callback() local
50 u16 fc; in from_unknown_sta() local
71 u16 fc; in handle_frame() local
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
DFileConverterTest.java54 … InplaceFileConverter fc = new InplaceFileConverter(new EmptyRuleSet(), new NopProgressListener()); in XtestNOP() local
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c320 static void init_mode_probs(FRAME_CONTEXT *fc) { in init_mode_probs()
339 FRAME_CONTEXT *fc = cm->fc; in vp9_adapt_mode_probs() local
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
/external/libldac/src/
Dquant_ldac.c105 const float fc = (float)((1 << 23) + (1 << 22)); in quant_spectrum_core_ldac() local
150 const float fc = (float)((1 << 23) + (1 << 22)); in quant_residual_core_ldac() local
/external/selinux/policycoreutils/sestatus/
Dsestatus.c88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) in load_checks()
179 char *fc[MAX_CHECK]; in main() local
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
DProjectConverter.java102 InplaceFileConverter fc = new InplaceFileConverter(ruleSet, progressListener); in scanFile() local
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h61 freeCallback fc; member
/external/libunwind_llvm/src/
DUnwind-sjlj.c59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register()
67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()

12345