/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fc.c | 35 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()
|
D | parser.c | 775 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()
|
D | ffsb_tg.h | 90 struct ffsb_config *fc; member 122 struct ffsb_config *fc; member
|
D | main.c | 61 ffsb_config_t fc; in main() local
|
/external/javasqlite/src/main/java/SQLite/ |
D | Function.java | 40 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/ |
D | overloadable-complex.c | 4 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/ |
D | complex-overload.cpp | 4 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/ |
D | print-802_15_4.c | 48 extract_header_length(uint16_t fc) in extract_header_length() 96 uint16_t fc; in ieee802_15_4_if_print() local
|
D | print-802_11.c | 164 #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/ |
D | complex-builtints.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
|
/external/skia/src/ports/ |
D | SkFontConfigInterface.cpp | 25 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { in SetGlobal()
|
/external/clang/test/Headers/ |
D | tgmath.c | 10 float complex fc; variable
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
D | divide_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
D | minus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
D | plus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
D | times_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 29 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/ |
D | FileConverterTest.java | 54 … InplaceFileConverter fc = new InplaceFileConverter(new EmptyRuleSet(), new NopProgressListener()); in XtestNOP() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 320 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/ |
D | complete-memfunc-cvquals.cpp | 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
|
/external/libldac/src/ |
D | quant_ldac.c | 105 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/ |
D | sestatus.c | 88 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/ |
D | ProjectConverter.java | 102 InplaceFileConverter fc = new InplaceFileConverter(ruleSet, progressListener); in scanFile() local
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 61 freeCallback fc; member
|
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() 67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
|