HomeSort by relevance Sort by last modified time
    Searched refs:cfg (Results 176 - 200 of 943) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/
PassSupport.h 34 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
38 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
48 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \
55 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \
58 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
68 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \
69 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
71 INITIALIZE_PASS_END(PassName, Arg, Name, Cfg, Analysis)
73 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
74 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/
PassSupport.h 34 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
38 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
48 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \
55 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \
58 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
68 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \
69 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
71 INITIALIZE_PASS_END(PassName, Arg, Name, Cfg, Analysis)
73 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
74 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/
PassSupport.h 34 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
38 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
48 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \
55 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \
58 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
68 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \
69 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
71 INITIALIZE_PASS_END(PassName, Arg, Name, Cfg, Analysis)
73 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
74 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis)
    [all...]
  /system/bt/stack/avct/
avct_l2c.cc 105 tL2CAP_CFG_INFO cfg; local
147 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
148 cfg.mtu_present = true;
149 cfg.mtu = avct_cb.mtu;
150 L2CA_ConfigReq(lcid, &cfg);
151 AVCT_TRACE_DEBUG("avct_l2c snd Cfg Req");
169 tL2CAP_CFG_INFO cfg; local
186 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
187 cfg.mtu_present = true;
188 cfg.mtu = avct_cb.mtu
    [all...]
  /external/kmod/tools/
depmod.c 446 struct cfg { struct
458 static int cfg_search_add(struct cfg *cfg, const char *path, uint8_t builtin)
483 s->next = cfg->searches;
484 cfg->searches = s;
493 static int cfg_override_add(struct cfg *cfg, const char *modname, const char *subdir)
519 o->next = cfg->overrides;
520 cfg->overrides = o;
529 static int cfg_kernel_matches(const struct cfg *cfg, const char *pattern
818 const struct cfg *cfg; member in struct:depmod
923 const struct cfg *cfg = depmod->cfg; local
1001 const struct cfg *cfg = depmod->cfg; local
1379 const struct cfg *cfg = depmod->cfg; local
2553 struct cfg cfg; local
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 31 const vpx_codec_enc_cfg_t *cfg,
37 else if (!ctx || !iface || !cfg)
53 ctx->config.enc = cfg;
66 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
72 else if (!ctx || !iface || !cfg || (num_enc > 16 || num_enc < 1))
89 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) {
108 if (mr_cfg.mr_encoder_id) cfg->kf_mode = VPX_KF_DISABLED;
114 ctx->config.enc = cfg;
140 cfg++;
151 vpx_codec_enc_cfg_t *cfg,
    [all...]
  /external/libopus/celt/tests/
test_unit_dft.c 93 kiss_fft_state *cfg = opus_fft_alloc(nfft,0,0,arch); local
96 const kiss_fft_state *cfg; local
103 cfg = mode->mdct.kfft[id];
130 opus_ifft(cfg,in,out, arch);
132 opus_fft(cfg,in,out, arch);
141 opus_fft_free(cfg, arch);
  /external/swiftshader/third_party/LLVM/test/
Makefile 65 # Force creation of Clang's lit.site.cfg.
66 clang-lit-site-cfg: FORCE
67 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
68 extra-lit-site-cfgs:: clang-lit-site-cfg
107 check-local-lit:: lit.site.cfg Unit/lit.site.cfg
111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfgs
180 lit.site.cfg: site.exp
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/res/
ConfigurationBoundResourceCacheTest.java 87 final Configuration cfg = res.getConfiguration(); local
88 Configuration newCnf = new Configuration(cfg);
89 newCnf.orientation = cfg.orientation == Configuration.ORIENTATION_LANDSCAPE ?
110 final Configuration cfg = res.getConfiguration(); local
111 Configuration newCnf = new Configuration(cfg);
112 newCnf.orientation = cfg.orientation == Configuration.ORIENTATION_LANDSCAPE ?
136 final Configuration cfg = res.getConfiguration(); local
137 Configuration newCnf = new Configuration(cfg);
138 newCnf.orientation = cfg.orientation == Configuration.ORIENTATION_LANDSCAPE ?
178 final Configuration cfg = res.getConfiguration() local
    [all...]
  /bionic/libc/kernel/uapi/sound/
usb_stream.h 34 struct usb_stream_config cfg; member in struct:usb_stream
  /cts/apps/CameraITS/pymodules/its/
objects.py 180 fmt_configs = [cfg for cfg in configs if cfg['format'] == fmt_codes[fmt]]
181 out_configs = [cfg for cfg in fmt_configs if cfg['input'] == False]
182 out_sizes = [(cfg['width'],cfg['height']) for cfg in out_configs]
  /device/generic/mips/
BoardConfig.mk 30 BOARD_EGL_CFG := device/generic/goldfish-opengl/system/egl/egl.cfg
  /device/generic/x86/
BoardConfig.mk 26 BOARD_EGL_CFG := device/generic/goldfish-opengl/system/egl/egl.cfg
  /external/iproute2/ip/
iplink_xdp.c 54 struct bpf_cfg_in cfg = { local
77 if (bpf_parse_common(BPF_PROG_TYPE_XDP, &cfg, &bpf_cb_ops, &xdp))
80 *argc = cfg.argc;
81 *argv = cfg.argv;
  /external/kernel-headers/original/uapi/sound/
usb_stream.h 42 struct usb_stream_config cfg; member in struct:usb_stream
  /external/libvpx/libvpx/test/
decode_test_driver.h 41 explicit Decoder(vpx_codec_dec_cfg_t cfg)
42 : cfg_(cfg), flags_(0), init_done_(false) {
46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
47 : cfg_(cfg), flags_(flag), init_done_(false) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_lower_pack.cpp 35 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) {
intel_asm_annotation.h 40 /* Pointers to the basic block in the CFG if the instruction group starts
57 /** Block index in the cfg. */
67 struct annotation_info *annotation, const struct cfg_t *cfg,
  /external/syslinux/libinstaller/
advio.c 42 int read_adv(const char *path, const char *cfg)
51 path[0] && path[strlen(path) - 1] == '/' ? "" : "/", cfg);
94 int write_adv(const char *path, const char *cfg)
104 path[0] && path[strlen(path) - 1] == '/' ? "" : "/", cfg);
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.h 59 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg);
  /external/tensorflow/tensorflow/core/kernels/
tile_functor_gpu.cu.cc 74 CudaLaunchConfig cfg = GetCudaLaunchConfig(out_nelem, d); local
75 TileKernel<<<cfg.block_count, cfg.thread_per_block, 0, d.stream()>>>(
76 cfg.virtual_thread_count, p, reinterpret_cast<const int32*>(dev_buf),
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.h 41 struct fst_iface_cfg *cfg);
  /frameworks/base/media/java/android/media/audiofx/
DynamicsProcessing.java 176 * @param cfg Config object used to setup the audio effect, including bands per stage, and
179 * Config object that suits your needs. A null cfg parameter will create and use a default
182 public DynamicsProcessing(int priority, int audioSession, @Nullable Config cfg) {
190 if (cfg == null) {
206 config = new DynamicsProcessing.Config(mChannelCount, cfg);
484 * @param cfg copy constructor
486 public EqBand(EqBand cfg) {
487 super(cfg.isEnabled(), cfg.getCutoffFrequency());
488 mGain = cfg.mGain
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_cam_sensor.h 233 } cfg; member in struct:sensorb_cfg_data
241 } cfg; member in struct:csid_cfg_data
249 } cfg; member in struct:csiphy_cfg_data
289 } cfg; member in struct:msm_eeprom_cfg_data
353 } cfg; member in struct:csid_cfg_data32
374 } cfg; member in struct:msm_eeprom_cfg_data32
534 } cfg; member in struct:msm_ois_cfg_data
553 } cfg; member in struct:msm_actuator_cfg_data
585 } cfg; member in struct:msm_flash_cfg_data_t
601 } cfg; member in struct:sensor_init_cfg_data
681 } cfg; member in struct:sensor_init_cfg_data32
702 } cfg; member in struct:msm_actuator_cfg_data32
710 } cfg; member in struct:csiphy_cfg_data32
719 } cfg; member in struct:sensorb_cfg_data32
740 } cfg; member in struct:msm_ois_cfg_data32
757 } cfg; member in struct:msm_flash_cfg_data_t32
    [all...]
  /system/bt/tools/mcap_tool/
mcap_test_mdl.cc 49 uint8_t dep_id, uint8_t cfg) {
55 _cfg = cfg;
58 bool McapMdl::UpdateContext(tMCA_DEP mdep_handle, uint8_t dep_id, uint8_t cfg) {
64 _cfg = cfg;

Completed in 667 milliseconds

1 2 3 4 5 6 78 91011>>