HomeSort by relevance Sort by last modified time
    Searched defs:cfg (Results 76 - 100 of 381) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/drivers/
netlink.c 18 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)
122 netlink->cfg = cfg;
136 os_free(netlink->cfg);
  /external/wpa_supplicant_8/src/fst/
fst_iface.h 24 struct fst_iface_cfg cfg; member in struct:fst_iface
31 const struct fst_iface_cfg *cfg);
51 return i->cfg.group_id;
56 return i->cfg.priority;
61 return i->cfg.llt;
  /frameworks/base/core/java/android/inputmethodservice/
CompactExtractEditLayout.java 114 Configuration cfg = res.getConfiguration(); local
130 if (cfg.isScreenRound() && heightPixels < widthPixels) {
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
LinearFakeValueGenerator.cpp 101 auto& cfg = mGenCfg[propId]; local
102 cfg.currentValue += cfg.increment;
103 if (cfg.currentValue > cfg.initialValue + cfg.dispersion) {
104 cfg.currentValue = cfg.initialValue - cfg.dispersion;
111 value.int32Values[0] = static_cast<int32_t>(cfg.currentValue)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraFlash.cpp 177 struct msm_flash_cfg_data_t cfg; local
179 memset(&cfg, 0, sizeof(struct msm_flash_cfg_data_t));
182 cfg.cfg.flash_init_info = &init_info;
183 cfg.cfg_type = CFG_FLASH_INIT;
186 &cfg);
222 struct msm_flash_cfg_data_t cfg; local
236 memset(&cfg, 0, sizeof(struct msm_flash_cfg_data_t));
238 cfg.flash_current[i] = QCAMERA_TORCH_CURRENT_VALUE;
239 cfg.cfg_type = mode ? CFG_FLASH_LOW: CFG_FLASH_OFF
282 struct msm_flash_cfg_data_t cfg; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 36 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
62 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
  /system/bt/stack/avct/
avct_l2c_br.cc 123 tL2CAP_CFG_INFO cfg; local
127 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
128 cfg.mtu_present = true;
143 cfg.mtu = avct_cb.mtu_br;
145 cfg.fcr_present = true;
146 cfg.fcr = avct_l2c_br_fcr_opts_def;
152 ertm_info.preferred_mode = cfg.fcr.mode;
171 L2CA_ConfigReq(lcid, &cfg);
187 tL2CAP_CFG_INFO cfg; local
206 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO))
    [all...]
  /system/bt/stack/mcap/
mca_l2c.cc 75 tL2CAP_CFG_INFO cfg; local
97 mca_set_cfg_by_tbl(&cfg, p_tbl);
98 L2CA_ConfigReq(p_tbl->lcid, &cfg);
120 tL2CAP_CFG_INFO cfg; local
129 mca_set_cfg_by_tbl(&cfg, p_tbl);
130 L2CA_ConfigReq(p_tbl->lcid, &cfg);
153 tL2CAP_CFG_INFO cfg; local
202 mca_set_cfg_by_tbl(&cfg, p_tbl);
203 L2CA_ConfigReq(p_tbl->lcid, &cfg);
225 tL2CAP_CFG_INFO cfg; local
285 tL2CAP_CFG_INFO cfg; local
    [all...]
  /system/extras/simpleperf/
IOEventLoop.cpp 59 event_config* cfg = event_config_new(); local
60 if (cfg != nullptr) {
62 event_config_set_flag(cfg, EVENT_BASE_FLAG_PRECISE_TIMER);
64 ebase_ = event_base_new_with_config(cfg);
65 event_config_free(cfg);
  /prebuilts/tools/common/m2/repository/com/uber/nullaway/nullaway/0.2.0/
nullaway-0.2.0.jar 
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_hashlimit.h 48 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
88 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
93 struct hashlimit_cfg2 cfg; member in struct:xt_hashlimit_mtinfo2
98 struct hashlimit_cfg3 cfg; member in struct:xt_hashlimit_mtinfo3
  /bionic/libc/kernel/uapi/sound/
usb_stream.h 34 struct usb_stream_config cfg; member in struct:usb_stream
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 1 //==- Dominators.h - Implementation of dominators tree for Clang CFG C++ -*-==//
18 #include "clang/Analysis/CFG.h"
36 /// This class implements the dominators tree functionality given a Clang CFG.
80 /// \brief This method builds the dominator tree for a given CFG
81 /// The CFG information is passed via AnalysisDeclContext
84 cfg = AC.getCFG();
85 DT->recalculate(*cfg);
93 for (CFG::const_iterator I = cfg->begin(),
94 E = cfg->end(); I != E; ++I)
159 CFG *cfg; member in class:clang::DominatorTree
    [all...]
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 42 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
82 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
90 struct hashlimit_cfg2 cfg; member in struct:xt_hashlimit_mtinfo2
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 46 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
101 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
109 struct hashlimit_cfg2 cfg; member in struct:xt_hashlimit_mtinfo2
117 struct hashlimit_cfg3 cfg; member in struct:xt_hashlimit_mtinfo3
  /external/kernel-headers/original/uapi/sound/
usb_stream.h 42 struct usb_stream_config cfg; member in struct:usb_stream
  /external/libvpx/libvpx/examples/
simple_encoder.c 149 vpx_codec_enc_cfg_t cfg; local
204 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
207 cfg.g_w = info.frame_width;
208 cfg.g_h = info.frame_height;
209 cfg.g_timebase.num = info.time_base.numerator;
210 cfg.g_timebase.den = info.time_base.denominator;
211 cfg.rc_target_bitrate = bitrate;
212 cfg.g_error_resilient = (vpx_codec_er_flags_t)strtoul(argv[7], NULL, 0);
220 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
twopass_encoder.c 125 const vpx_codec_enc_cfg_t *cfg, int max_frames) {
130 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
153 const VpxInterface *encoder, const vpx_codec_enc_cfg_t *cfg,
156 cfg->g_w,
157 cfg->g_h,
158 { cfg->g_timebase.num, cfg->g_timebase.den } };
166 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
194 vpx_codec_enc_cfg_t cfg; local
229 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0)
    [all...]
  /external/libvpx/libvpx/test/
byte_alignment_test.cc 66 const vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); local
67 decoder_ = new libvpx_test::VP9Decoder(cfg, 0);
decode_perf_test.cc 81 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); local
82 cfg.threads = threads;
83 libvpx_test::VP9Decoder decoder(cfg, 0);
230 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); local
231 cfg.threads = threads;
232 libvpx_test::VP9Decoder decoder(cfg, 0);
vp9_thread_test.cc 162 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); local
163 cfg.threads = num_threads;
164 libvpx_test::VP9Decoder decoder(cfg, 0);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 163 const YV12_BUFFER_CONFIG *const cfg = get_ref_frame(cm, 0); local
164 if (cfg == NULL) {
169 if (!equal_dimensions(cfg, sd))
173 vpx_yv12_copy_frame(cfg, sd);
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 114 EGLConfig cfg; local
117 if (!eglChooseConfig(egl_dpy, config_attribs, &cfg, 1, &count) ||
131 ctx = eglCreateContext(egl_dpy, cfg, EGL_NO_CONTEXT, attribs);
  /external/selinux/libselinux/src/
load_policy.c 319 FILE *cfg; local
337 cfg = fopen("/proc/cmdline", "re");
338 if (cfg) {
342 fclose(cfg);
345 if (fgets(buf, selinux_page_size, cfg) &&
352 fclose(cfg);

Completed in 1464 milliseconds

1 2 34 5 6 7 8 91011>>