Home
last modified time | relevance | path

Searched refs:info (Results 1851 - 1875 of 5641) sorted by relevance

1...<<71727374757677787980>>...226

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_reconfig.c432 struct dpp_signed_connector_info info; in dpp_reconfig_auth_req_rx() local
438 os_memset(&info, 0, sizeof(info)); in dpp_reconfig_auth_req_rx()
474 res = dpp_check_signed_connector(&info, csign_key, csign_key_len, in dpp_reconfig_auth_req_rx()
481 root = json_parse((const char *) info.payload, info.payload_len); in dpp_reconfig_auth_req_rx()
543 os_free(info.payload); in dpp_reconfig_auth_req_rx()
657 struct dpp_signed_connector_info info; in dpp_reconfig_auth_resp_rx() local
665 os_memset(&info, 0, sizeof(info)); in dpp_reconfig_auth_resp_rx()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_sd.c39 u16 info = WPA_GET_BE16(pos); in wfd_wsd_supported() local
40 return !!(info & 0x0040); in wfd_wsd_supported()
57 if (!(dev->info.dev_capab & P2P_DEV_CAPAB_SERVICE_DISCOVERY)) in p2p_pending_sd_req()
60 if (wfd_wsd_supported(dev->info.wfd_subelems)) in p2p_pending_sd_req()
82 os_memcmp(q->peer, dev->info.p2p_device_addr, ETH_ALEN) == in p2p_pending_sd_req()
93 MAC2STR_SEC(dev->info.p2p_device_addr)); in p2p_pending_sd_req()
284 MAC2STR_SEC(dev->info.p2p_device_addr)); in p2p_start_sd()
292 os_memcmp(p2p->sd_query_no_ack, dev->info.p2p_device_addr, in p2p_start_sd()
296 MAC2STR_SEC(dev->info.p2p_device_addr)); in p2p_start_sd()
301 MAC2STR_SEC(dev->info in p2p_start_sd()
[all...]
/build/lite/
H A Dgen_module_notice_file.py55 for info in opensource_config:
56 license_file = info.get('License File')
57 license_name = info.get('License')
58 software_name = '{} {}'.format(info.get('Name'),
59 info.get('Version Number'))
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_ssa_types.c108 const nir_op_info *info = &nir_op_infos[alu->op]; in nir_gather_ssa_types() local
117 for (unsigned i = 0; i < info->num_inputs; i++) { in nir_gather_ssa_types()
134 for (unsigned i = 0; i < info->num_inputs; i++) { in nir_gather_ssa_types()
136 set_type(alu->src[i].src.ssa->index, info->input_types[i], in nir_gather_ssa_types()
139 set_type(alu->dest.dest.ssa.index, info->output_type, in nir_gather_ssa_types()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py181 if args.info:
182 info = "Protocol Version: {}\n"
183 info += "Device Name: {}\n"
184 info += "Mesa Version: {}"
185 print(info.format(version, name, mesa_version))
194 parser.add_argument('--info', action='store_true', help='Print info from socket')
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c207 VkPhysicalDeviceImageFormatInfo2 info = { in vk_common_GetPhysicalDeviceImageFormatProperties() local
223 &info, &props2); in vk_common_GetPhysicalDeviceImageFormatProperties()
241 VkPhysicalDeviceSparseImageFormatInfo2 info = { in vk_common_GetPhysicalDeviceSparseImageFormatProperties() local
252 &info, in vk_common_GetPhysicalDeviceSparseImageFormatProperties()
266 &info, in vk_common_GetPhysicalDeviceSparseImageFormatProperties()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h121 const struct shader_info *info,
127 const struct shader_info *info,
131 const struct shader_info *info,
135 const struct shader_info *info,
149 const struct pipe_blit_info *info);
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_vulkan.cpp117 bool GetSystemInfoVulkan(SystemInfo *info) in GetSystemInfoVulkan() argument
119 return GetSystemInfoVulkanWithICD(info, vk::ICD::Default); in GetSystemInfoVulkan()
122 bool GetSystemInfoVulkanWithICD(SystemInfo *info, vk::ICD preferredICD) in GetSystemInfoVulkanWithICD() argument
158 info->gpus.resize(physicalDeviceCount); in GetSystemInfoVulkanWithICD()
165 GPUDeviceInfo &gpu = info->gpus[i]; in GetSystemInfoVulkanWithICD()
/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp52 SkImageInfo info = codec->getInfo().makeColorType(kN32_SkColorType); in get_bitmap() local
54 info = info.makeColorSpace(SkColorSpace::MakeSRGB()); in get_bitmap()
57 if (!resource.fBitmap.setInfo(info.makeColorType(kN32_SkColorType))) { in get_bitmap()
58 SkDebugf("ERROR: could not set bitmap info for <%s>\n", resource.fFullPath.c_str()); in get_bitmap()
73 if (SkCodec::kSuccess != codec->getPixels(resource.fBitmap.info(), in get_bitmap()
/third_party/pulseaudio/src/tests/
H A Dinterpol-test.c190 const pa_timing_info *info; in START_TEST() local
196 if ((info = pa_stream_get_timing_info(stream))) { in START_TEST()
197 if (memcmp(&last_info, &info->timestamp, sizeof(struct timeval))) { in START_TEST()
199 last_info = info->timestamp; in START_TEST()
201 if (info->playing) in START_TEST()
/third_party/spirv-tools/tools/util/
H A Dflags.cpp141 bool FlagList::parse_flag_info(FlagInfo& info, token_iterator_t* iterator) { in parse_flag_info() argument
148 success = parse_bool_flag(item.get(), info.is_short, **iterator); in parse_flag_info()
150 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
152 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
157 info.flag); in parse_flag_info()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs158 Info info = new Info(); in Info_Version()
160 Assert.AreEqual(32, info.SizeOfUInt); in Info_Version()
161 Assert.AreEqual(32, info.SizeOfULong); in Info_Version()
162 Assert.AreEqual(32, info.SizeOfPointer); in Info_Version()
163 Assert.AreEqual(32, info.SizeOfOffset); in Info_Version()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c334 struct sysinfo info; in compute_heap_size() local
335 sysinfo(&info); in compute_heap_size()
337 uint64_t total_ram = (uint64_t)info.totalram * (uint64_t)info.mem_unit; in compute_heap_size()
412 struct v3dv_wayland_info *info = data; in v3dv_drm_handle_device() local
413 info->fd = open(device, O_RDWR | O_CLOEXEC); in v3dv_drm_handle_device()
414 info->is_set = info->fd != -1; in v3dv_drm_handle_device()
415 if (!info->is_set) { in v3dv_drm_handle_device()
422 if (drmGetMagic(info in v3dv_drm_handle_device()
440 struct v3dv_wayland_info *info = data; v3dv_drm_handle_authenticated() local
463 struct v3dv_wayland_info *info = data; v3dv_registry_global() local
484 struct v3dv_wayland_info info = { create_display_fd_wayland() local
2477 bind_image_memory(const VkBindImageMemoryInfo *info) bind_image_memory() argument
2553 bind_buffer_memory(const VkBindBufferMemoryInfo *info) bind_buffer_memory() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c974 OSSL_STORE_INFO *info = OSSL_STORE_load(ctx); in load_key_certs_crls_suppress() local
984 if (info == NULL) { in load_key_certs_crls_suppress()
988 type = OSSL_STORE_INFO_get_type(info); in load_key_certs_crls_suppress()
992 ok = (*ppkey = OSSL_STORE_INFO_get1_PKEY(info)) != NULL; in load_key_certs_crls_suppress()
1001 ok = ((*ppubkey = OSSL_STORE_INFO_get1_PKEY(info)) != NULL); in load_key_certs_crls_suppress()
1007 ok = ((*ppubkey = OSSL_STORE_INFO_get1_PUBKEY(info)) != NULL); in load_key_certs_crls_suppress()
1013 ok = ((*pparams = OSSL_STORE_INFO_get1_PARAMS(info)) != NULL); in load_key_certs_crls_suppress()
1019 ok = (*pcert = OSSL_STORE_INFO_get1_CERT(info)) != NULL; in load_key_certs_crls_suppress()
1024 OSSL_STORE_INFO_get1_CERT(info), in load_key_certs_crls_suppress()
1030 ok = (*pcrl = OSSL_STORE_INFO_get1_CRL(info)) ! in load_key_certs_crls_suppress()
2476 APP_HTTP_TLS_INFO *info = (APP_HTTP_TLS_INFO *)arg; app_http_tls_cb() local
2531 APP_HTTP_TLS_INFO_free(APP_HTTP_TLS_INFO *info) APP_HTTP_TLS_INFO_free() argument
2545 APP_HTTP_TLS_INFO info; app_http_get_asn1() local
2601 APP_HTTP_TLS_INFO info; app_http_post_asn1() local
[all...]
/third_party/openssl/apps/lib/
H A Dapps.c972 OSSL_STORE_INFO *info = OSSL_STORE_load(ctx); in load_key_certs_crls_suppress() local
982 if (info == NULL) { in load_key_certs_crls_suppress()
986 type = OSSL_STORE_INFO_get_type(info); in load_key_certs_crls_suppress()
990 ok = (*ppkey = OSSL_STORE_INFO_get1_PKEY(info)) != NULL; in load_key_certs_crls_suppress()
999 ok = ((*ppubkey = OSSL_STORE_INFO_get1_PKEY(info)) != NULL); in load_key_certs_crls_suppress()
1005 ok = ((*ppubkey = OSSL_STORE_INFO_get1_PUBKEY(info)) != NULL); in load_key_certs_crls_suppress()
1011 ok = ((*pparams = OSSL_STORE_INFO_get1_PARAMS(info)) != NULL); in load_key_certs_crls_suppress()
1017 ok = (*pcert = OSSL_STORE_INFO_get1_CERT(info)) != NULL; in load_key_certs_crls_suppress()
1022 OSSL_STORE_INFO_get1_CERT(info), in load_key_certs_crls_suppress()
1028 ok = (*pcrl = OSSL_STORE_INFO_get1_CRL(info)) ! in load_key_certs_crls_suppress()
2469 APP_HTTP_TLS_INFO *info = (APP_HTTP_TLS_INFO *)arg; app_http_tls_cb() local
2524 APP_HTTP_TLS_INFO_free(APP_HTTP_TLS_INFO *info) APP_HTTP_TLS_INFO_free() argument
2538 APP_HTTP_TLS_INFO info; app_http_get_asn1() local
2594 APP_HTTP_TLS_INFO info; app_http_post_asn1() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c526 /* Gather info as we go */ in bi_emit_load_vary()
527 b->shader->info.bifrost->uses_flat_shading = true; in bi_emit_load_vary()
668 b->shader->nir->info.num_ubos; in bi_load_sysval_to()
671 b->shader->info.sysvals, in bi_load_sysval_to()
803 b->shader->info.bifrost->blend[rt].type = T; in bi_emit_blend_op()
806 b->shader->info.bifrost->blend_src1_type = T2; in bi_emit_blend_op()
1389 util_bitcount64(ctx->nir->info.inputs_read) : 0; in bi_emit_image_index()
1880 assert(b->shader->nir->info.has_transform_feedback_varyings); in bi_emit_intrinsic()
4113 for (unsigned i = 0; i < ARRAY_SIZE(ctx->info.bifrost->messages); ++i) { in bi_count_preload_cost()
4114 struct bifrost_message_preload msg = ctx->info in bi_count_preload_cost()
4932 bi_compile_variant_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct bi_shader_info info, enum bi_idvs_mode idvs) bi_compile_variant_nir() argument
5189 bi_compile_variant(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct pan_shader_info *info, enum bi_idvs_mode idvs) bi_compile_variant() argument
5304 bifrost_compile_shader_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct pan_shader_info *info) bifrost_compile_shader_nir() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp624 GrGLTextureInfo info; in check_backend_texture() local
625 if (!backendTex.getGLTextureInfo(&info) || !info.fID || !info.fFormat) { in check_backend_texture()
630 desc->fTarget = info.fTarget; in check_backend_texture()
631 desc->fID = info.fID; in check_backend_texture()
632 desc->fFormat = GrGLFormatFromGLEnum(info.fFormat); in check_backend_texture()
686 GrGLTextureInfo info; in check_compressed_backend_texture() local
687 if (!backendTex.getGLTextureInfo(&info) || !info in check_compressed_backend_texture()
778 GrGLFramebufferInfo info; onWrapBackendRenderTarget() local
1529 GrGLTextureInfo info; onCreateCompressedBackendTexture() local
1556 GrGLTextureInfo info; onUpdateCompressedBackendTexture() local
3643 GrGLTextureInfo info; onCreateBackendTexture() local
3687 GrGLTextureInfo info; onClearBackendTexture() local
3731 GrGLTextureInfo info; deleteBackendTexture() local
3754 GrGLTextureInfo info; isTestingOnlyBackendTexture() local
3805 GrGLFramebufferInfo info; createTestingOnlyBackendRenderTarget() local
3921 GrGLFramebufferInfo info; deleteTestingOnlyBackendRenderTarget() local
[all...]
/third_party/backends/backend/
H A Dlexmark.c785 void *value, SANE_Int * info) in sane_control_option()
791 DBG (2, "sane_control_option: handle=%p, opt=%d, act=%d, val=%p, info=%p\n", in sane_control_option()
792 (void *) handle, option, action, (void *) value, (void *) info); in sane_control_option()
810 if (info != NULL) in sane_control_option()
811 *info = 0; in sane_control_option()
849 info); in sane_control_option()
878 if (info) in sane_control_option()
879 *info |= SANE_INFO_RELOAD_PARAMS; in sane_control_option()
888 if (info) in sane_control_option()
889 *info | in sane_control_option()
784 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument
[all...]
H A Dmicrotek.c49 (for latest info: http://www.mir.com/mtek/)
1088 if (ms->dev->info.modes & MI_MODES_COLOR) mode_list[i++] = M_COLOR; in init_options()
1089 if (ms->dev->info.modes & MI_MODES_GRAY) mode_list[i++] = M_GRAY; in init_options()
1090 if (ms->dev->info.modes & MI_MODES_HALFTONE) mode_list[i++] = M_HALFTONE; in init_options()
1091 if (ms->dev->info.modes & MI_MODES_LINEART) mode_list[i++] = M_LINEART; in init_options()
1105 SANE_Int maxres = ms->dev->info.base_resolution; in init_options()
1109 if (ms->dev->info.res_step & MI_RESSTEP_1PER) { in init_options()
1139 (ms->dev->info.modes & MI_MODES_NEGATIVE) ? 0 : SANE_CAP_INACTIVE; in init_options()
1166 if (ms->dev->info.source_options & MI_SRC_HAS_TRANS) in init_options()
1168 if (ms->dev->info in init_options()
3344 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int *info) sane_control_option() argument
[all...]
/third_party/googletest/googletest/scripts/
H A Dupload.py165 logging.info("Server: %s; Host: %s", self.host, self.host_override)
167 logging.info("Server: %s", self.host)
249 response.info()["location"] != continue_location):
417 help="Print info level logs (default).")
496 logging.info("Using debug user %s. Override with --email" % email)
569 logging.info("Running %s", command)
768 info = RunShell(["svn", "info"])
769 for line in info.splitlines():
776 logging.info("Remove
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c140 switch (b->shader->info.stage) { in build_local_offset()
202 if (shader->info.stage == MESA_SHADER_TESS_CTRL) { in build_primitive_map()
203 slot_size = shader->info.tess.tcs_vertices_out * 4; in build_primitive_map()
204 start = util_last_bit(shader->info.patch_outputs_written) * 4; in build_primitive_map()
207 uint64_t mask = shader->info.outputs_written; in build_primitive_map()
221 if (shader->info.stage != MESA_SHADER_TESS_CTRL) in build_primitive_map()
232 uint64_t mask = shader->info.inputs_read; in calc_primitive_map_size()
374 if (shader->info.stage == MESA_SHADER_TESS_CTRL && in ir3_nir_lower_to_explicit_input()
385 if (shader->info.stage == MESA_SHADER_GEOMETRY) in ir3_nir_lower_to_explicit_input()
399 if (b->shader->info in build_tcs_out_vertices()
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c867 uint64_t inputs_read = c->prog->info.inputs_read; in setup_registers_and_variables()
872 shader->info.stage == MESA_SHADER_FRAGMENT && in setup_registers_and_variables()
920 BITSET_FOREACH_SET(i, c->prog->info.system_values_read, SYSTEM_VALUE_MAX) { in setup_registers_and_variables()
931 int max_outputs = util_last_bit64(c->prog->info.outputs_written); in setup_registers_and_variables()
934 uint64_t outputs_written = c->prog->info.outputs_written; in setup_registers_and_variables()
1005 c->build.shader->info = prog->info; in prog_to_nir()
1030 s->info.name = ralloc_asprintf(s, "ARB%d", prog->Id); in prog_to_nir()
1031 s->info.num_textures = util_last_bit(prog->SamplersUsed); in prog_to_nir()
1032 s->info in prog_to_nir()
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc12 #include "src/objects/shared-function-info-inl.h"
248 CpuProfileDeoptInfo info; in GetDeoptInfo() local
249 info.deopt_reason = rare_data_->deopt_reason_; in GetDeoptInfo()
252 info.stack.push_back(CpuProfileDeoptFrame( in GetDeoptInfo()
255 info.stack = rare_data_->deopt_inlined_frames_; in GetDeoptInfo()
257 return info; in GetDeoptInfo()
435 for (const CpuProfileDeoptInfo& info : deopt_infos_) { in Print()
438 indent + 10, "", info.stack[0].script_id, info.stack[0].position, in Print()
439 info in Print()
1021 CodeEntryMapInfo& info = it->second; MoveCode() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c2432 * drm_mode_std - convert standard mode info (width, height, refresh) into mode
2481 * rate (because it came from detailed or CVT info), use that in drm_mode_std()
2582 * @timing: EDID detailed timing info
2585 * An EDID detailed timing block contains enough info for us to create and
3686 struct drm_display_info *info = &connector->display_info; in do_y420vdb_modes() local
3687 struct drm_hdmi_info *hdmi = &info->hdmi; in do_y420vdb_modes()
3707 info->color_formats |= DRM_COLOR_FORMAT_YCRCB420; in do_y420vdb_modes()
3915 struct drm_display_info *info = &connector->display_info; in do_hdmi_vsdb_modes() local
4050 info->has_hdmi_infoframe = true; in do_hdmi_vsdb_modes()
4216 struct drm_display_info *info in drm_parse_y420cmdb_bitmap() local
4857 struct drm_display_info *info = &connector->display_info; drm_parse_vcdb() local
5028 struct drm_display_info *info = &connector->display_info; drm_parse_hdmi_deep_color_info() local
5080 struct drm_display_info *info = &connector->display_info; drm_parse_hdmi_vsdb_video() local
5101 struct drm_display_info *info = &connector->display_info; drm_parse_cea_ext() local
5173 struct drm_display_info *info = &connector->display_info; drm_get_monitor_range() local
5190 struct drm_display_info *info = &connector->display_info; drm_reset_display_info() local
5211 struct drm_display_info *info = &connector->display_info; drm_add_display_info() local
5890 const struct drm_display_info *info = &connector->display_info; drm_hdmi_avi_infoframe_quant_range() local
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex8 \begin{Name}{3}{libunwind-dynamic}{David Mosberger-Tang}{Programming Library}{Introduction to dynamic unwind-info}libunwind-dynamic -- libunwind-support for runtime-generated code
23 emitting \emph{unwind-info} which provides the minimum amount of
26 generator must use the dynamic unwind-info interface provided by
39 code, it is not strictly necessary to register dynamic unwind-info.
58 reason, the dynamic unwind-info interface of \Prog{libunwind} makes no
62 by the dynamic unwind-info is the point at which the stack-pointer
86 A runtime code-generator registers the dynamic unwind-info of a
107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info.
112 structure for every possible unwind-info format:
124 \subsection{Proc-info forma
[all...]

Completed in 39 milliseconds

1...<<71727374757677787980>>...226