Searched defs:cfg (Results 1 - 25 of 141) sorted by relevance

123456

/external/libvpx/
H A Dvpx_config.c1 static const char* const cfg = "--target=generic-gnu"; variable
2 const char *vpx_codec_build_config(void) {return cfg;}
H A Dexample_xma.c86 vpx_codec_dec_cfg_t cfg; local
156 cfg.w = w;
157 cfg.h = h;
160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA))
210 decoder.name, alloc_sz, cfg.w, cfg.h);
/external/libppp/src/
H A Dasync.h41 } cfg; member in struct:async
H A Dserver.h42 } cfg; member in struct:server
H A Dauth.h52 } cfg; member in struct:authinfo
H A Dipv6cp.h42 } cfg; member in struct:ipv6cp
H A Dncp.h44 } cfg; member in struct:ncp
79 ncp_IsUrgentPort(&(ncp)->cfg.urgent.tcp, p1, p2)
81 ncp_IsUrgentPort(&(ncp)->cfg.urgent.udp, p1, p2)
83 ncp_AddUrgentPort(&(ncp)->cfg.urgent.tcp, p)
85 ncp_AddUrgentPort(&(ncp)->cfg.urgent.udp, p)
87 ncp_RemoveUrgentPort(&(ncp)->cfg.urgent.tcp, p)
89 ncp_RemoveUrgentPort(&(ncp)->cfg.urgent.udp, p)
91 ncp_ClearUrgentPorts(&(ncp)->cfg.urgent.tcp)
93 ncp_ClearUrgentPorts(&(ncp)->cfg.urgent.udp)
94 #define ncp_ClearUrgentTOS(ncp) (ncp)->cfg
[all...]
/external/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp22 CFGReverseBlockReachabilityAnalysis::CFGReverseBlockReachabilityAnalysis(const CFG &cfg) argument
23 : analyzed(cfg.getNumBlockIDs(), false) {}
H A DPostOrderCFGView.cpp20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { argument
21 Blocks.reserve(cfg->getNumBlockIDs());
22 CFGBlockSet BSet(cfg);
24 for (po_iterator I = po_iterator::begin(cfg, BSet),
25 E = po_iterator::end(cfg, BSet); I != E; ++I) {
32 const CFG *cfg = ctx.getCFG(); local
33 if (!cfg)
35 return new PostOrderCFGView(cfg);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java41 // findKey represents the key in cfg from which which to obtain the list of
51 private String cfg; field in class:BuildMachineManager
57 String cfg,
64 this.cfg = cfg;
167 FileInputStream in = new FileInputStream(new File(cfg));
56 BuildMachineManager( String cfg, String markerContainer, int waitInterval, String markerName, String markerKey, String cfgKey) argument
H A DFindMachineTask.java29 // findKey represents the key in cfg from which which to obtain the list of machines
40 private String cfg; field in class:FindMachineTask
48 test.cfg="D:\\workspaces\\current\\eclipseInternalBuildTools\\testConfig.properties";
58 new BuildMachineManager(cfg,markerContainer,waitInterval,markerName,markerKey,cfgKey);
61 * @return Returns the cfg.
64 return cfg;
68 * @param cfg The cfg to set.
70 public void setCfg(String cfg) { argument
71 this.cfg
[all...]
/external/bluetooth/bluedroid/stack/avct/
H A Davct_l2c.c107 tL2CAP_CFG_INFO cfg; local
153 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
154 cfg.mtu_present = TRUE;
155 cfg.mtu = avct_cb.mtu;
156 L2CA_ConfigReq(lcid, &cfg);
179 tL2CAP_CFG_INFO cfg; local
196 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
197 cfg.mtu_present = TRUE;
198 cfg.mtu = avct_cb.mtu;
199 L2CA_ConfigReq(lcid, &cfg);
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_l2c.c75 tL2CAP_CFG_INFO cfg; local
104 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
105 cfg.mtu_present = TRUE;
106 cfg.mtu = p_tbl->my_mtu;
107 cfg.flush_to_present = TRUE;
108 cfg.flush_to = p_tbl->my_flush_to;
109 L2CA_ConfigReq(p_tbl->lcid, &cfg);
131 tL2CAP_CFG_INFO cfg; local
147 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
148 cfg
175 tL2CAP_CFG_INFO cfg; local
277 tL2CAP_CFG_INFO cfg; local
[all...]
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_mx_fsm.c559 tL2CAP_CFG_INFO cfg; local
563 memset (&cfg, 0, sizeof (tL2CAP_CFG_INFO));
565 cfg.mtu_present = TRUE;
566 cfg.mtu = L2CAP_MTU_SIZE;
569 cfg.flush_to_present = FALSE;
570 cfg.qos_present = FALSE;
571 cfg.fcr_present = FALSE;
572 cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
573 cfg.fcs_present = FALSE;
574 cfg
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_main.c190 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; local
192 if (cfg.fcr_present)
195 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
196 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
199 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg
231 tL2CAP_CFG_INFO cfg; local
434 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; local
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_hashlimit.h36 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
62 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_hashlimit.h31 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
/external/libvpx/vpx/src/
H A Dvpx_decoder.c23 vpx_codec_dec_cfg_t *cfg,
54 ctx->config.dec = cfg;
21 vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_dec_cfg_t *cfg, vpx_codec_flags_t flags, int ver) argument
H A Dvpx_encoder.c24 vpx_codec_enc_cfg_t *cfg,
32 else if (!ctx || !iface || !cfg)
49 ctx->config.enc = cfg;
68 vpx_codec_enc_cfg_t *cfg,
74 if (!iface || !cfg || usage > INT_MAX)
86 *cfg = map->cfg;
87 cfg->g_usage = usage;
266 const vpx_codec_enc_cfg_t *cfg)
270 if (!ctx || !ctx->iface || !ctx->priv || !cfg)
22 vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, vpx_codec_flags_t flags, int ver) argument
67 vpx_codec_enc_config_default(vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, unsigned int usage) argument
265 vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, const vpx_codec_enc_cfg_t *cfg) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.c25 * @cfg: WPS configuration
33 struct wps_data * wps_init(const struct wps_config *cfg) argument
38 data->wps = cfg->wps;
39 data->registrar = cfg->registrar;
40 if (cfg->registrar) {
41 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
43 os_memcpy(data->mac_addr_e, cfg->wps->dev.mac_addr, ETH_ALEN);
44 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
46 if (cfg->pin) {
48 data->dev_password = os_malloc(cfg
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_l2c.c82 tL2CAP_CFG_INFO cfg; local
104 mca_set_cfg_by_tbl (&cfg, p_tbl);
105 L2CA_ConfigReq(p_tbl->lcid, &cfg);
127 tL2CAP_CFG_INFO cfg; local
137 mca_set_cfg_by_tbl (&cfg, p_tbl);
138 L2CA_ConfigReq(p_tbl->lcid, &cfg);
163 tL2CAP_CFG_INFO cfg; local
215 mca_set_cfg_by_tbl (&cfg, p_tbl);
216 L2CA_ConfigReq(p_tbl->lcid, &cfg);
238 tL2CAP_CFG_INFO cfg; local
301 tL2CAP_CFG_INFO cfg; local
[all...]
/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h82 void InitializeValues(const CFG& cfg) {} argument
/external/libvpx/examples/
H A Dencoder_tmpl.c68 const vpx_codec_enc_cfg_t *cfg,
72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
81 mem_put_le16(header+12, cfg->g_w); /* width */
82 mem_put_le16(header+14, cfg->g_h); /* height */
83 mem_put_le32(header+16, cfg->g_timebase.den); /* rate */
84 mem_put_le32(header+20, cfg->g_timebase.num); /* scale */
112 vpx_codec_enc_cfg_t cfg; local
143 write_ivf_file_header(outfile, &cfg, 0);
185 write_ivf_file_header(outfile, &cfg, frame_cn
67 write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg, int frame_cnt) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnetlink.c18 struct netlink_config *cfg; member in struct:netlink_data
30 cb(netlink->cfg->ctx, NLMSG_DATA(h),
61 netlink_receive_link(netlink, netlink->cfg->newlink_cb,
65 netlink_receive_link(netlink, netlink->cfg->dellink_cb,
91 struct netlink_data * netlink_init(struct netlink_config *cfg) argument
100 netlink->cfg = cfg;
136 os_free(netlink->cfg);
H A Drfkill.c47 struct rfkill_config *cfg; member in struct:rfkill_data
93 rfkill->cfg->blocked_cb(rfkill->cfg->ctx);
95 rfkill->cfg->unblocked_cb(rfkill->cfg->ctx);
100 struct rfkill_data * rfkill_init(struct rfkill_config *cfg) argument
110 rfkill->cfg = cfg;
177 os_free(rfkill->cfg);

Completed in 340 milliseconds

123456