Home
last modified time | relevance | path

Searched refs:ext (Results 1826 - 1850 of 2434) sorted by relevance

1...<<71727374757677787980>>...98

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client_read.c49 u16 ext, elen; in tls_process_server_hello_extensions() local
56 ext = WPA_GET_BE16(pos); in tls_process_server_hello_extensions()
67 ext); in tls_process_server_hello_extensions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorVulkan.cpp1335 TExtension ext = TExtension::OVR_multiview; in writeExtensionBehavior() local
1339 ext = TExtension::OVR_multiview2; in writeExtensionBehavior()
1342 EmitMultiviewGLSL(*this, compileOptions, ext, behavior, sink); in writeExtensionBehavior()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c3063 int bus, bool ext) in copy_context_table()
3071 tbl_idx = ext ? bus * 2 : bus; in copy_context_table()
3076 idx = (ext ? devfn * 2 : devfn) % 256; in copy_context_table()
3097 if (ext && devfn == 0) { in copy_context_table()
3171 bool new_ext, ext; in copy_translation_tables() local
3174 ext = !!(rtaddr_reg & DMA_RTADDR_RTT); in copy_translation_tables()
3183 if (new_ext != ext) in copy_translation_tables()
3195 ctxt_table_entries = ext ? 512 : 256; in copy_translation_tables()
3203 ctxt_tbls, bus, ext); in copy_translation_tables()
3215 int idx = ext in copy_translation_tables()
3060 copy_context_table(struct intel_iommu *iommu, struct root_entry *old_re, struct context_entry **tbl, int bus, bool ext) copy_context_table() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c2265 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in cea_for_each_detailed_block() argument
2268 u8 d = ext[0x02]; in cea_for_each_detailed_block()
2269 u8 *det_base = ext + d; in cea_for_each_detailed_block()
2280 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in vtb_for_each_detailed_block() argument
2282 unsigned int i, n = min((int)ext[0x02], 6); in vtb_for_each_detailed_block()
2283 u8 *det_base = ext + 5; in vtb_for_each_detailed_block()
2285 if (ext[0x01] != 1) in vtb_for_each_detailed_block()
2305 u8 *ext = raw_edid + (i * EDID_LENGTH); in drm_for_each_detailed_block() local
2307 switch (*ext) { in drm_for_each_detailed_block()
2309 cea_for_each_detailed_block(ext, c in drm_for_each_detailed_block()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents.c343 static int ext4_valid_extent(struct inode *inode, struct ext4_extent *ext) in ext4_valid_extent() argument
345 ext4_fsblk_t block = ext4_ext_pblock(ext); in ext4_valid_extent()
346 int len = ext4_ext_get_actual_len(ext); in ext4_valid_extent()
347 ext4_lblk_t lblock = le32_to_cpu(ext->ee_block); in ext4_valid_extent()
383 struct ext4_extent *ext = EXT_FIRST_EXTENT(eh); in ext4_valid_extent_entries() local
390 lblk != le32_to_cpu(ext->ee_block)) in ext4_valid_extent_entries()
393 if (!ext4_valid_extent(inode, ext)) in ext4_valid_extent_entries()
397 lblock = le32_to_cpu(ext->ee_block); in ext4_valid_extent_entries()
399 *pblk = ext4_ext_pblock(ext); in ext4_valid_extent_entries()
402 cur = lblock + ext4_ext_get_actual_len(ext); in ext4_valid_extent_entries()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c363 static int ext4_valid_extent(struct inode *inode, struct ext4_extent *ext) in ext4_valid_extent() argument
365 ext4_fsblk_t block = ext4_ext_pblock(ext); in ext4_valid_extent()
366 int len = ext4_ext_get_actual_len(ext); in ext4_valid_extent()
367 ext4_lblk_t lblock = le32_to_cpu(ext->ee_block); in ext4_valid_extent()
403 struct ext4_extent *ext = EXT_FIRST_EXTENT(eh); in ext4_valid_extent_entries() local
410 lblk != le32_to_cpu(ext->ee_block)) in ext4_valid_extent_entries()
413 if (!ext4_valid_extent(inode, ext)) in ext4_valid_extent_entries()
417 lblock = le32_to_cpu(ext->ee_block); in ext4_valid_extent_entries()
419 *pblk = ext4_ext_pblock(ext); in ext4_valid_extent_entries()
422 cur = lblock + ext4_ext_get_actual_len(ext); in ext4_valid_extent_entries()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c553 unsigned char (*ext)[F2FS_EXTENSION_LEN]; in is_compress_extension_exist()
558 ext = F2FS_OPTION(sbi).extensions; in is_compress_extension_exist()
561 ext = F2FS_OPTION(sbi).noextensions; in is_compress_extension_exist()
566 if (!strcasecmp(new_ext, ext[i])) in is_compress_extension_exist()
582 unsigned char (*ext)[F2FS_EXTENSION_LEN]; in f2fs_test_compress_extension()
586 ext = F2FS_OPTION(sbi).extensions; in f2fs_test_compress_extension()
600 if (!strcasecmp(ext[index], noext[no_index])) { in f2fs_test_compress_extension()
602 ext[index]); in f2fs_test_compress_extension()
690 unsigned char (*ext)[F2FS_EXTENSION_LEN]; in parse_options()
1170 ext in parse_options()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c2591 int bus, bool ext) in copy_context_table()
2599 tbl_idx = ext ? bus * 2 : bus; in copy_context_table()
2604 idx = (ext ? devfn * 2 : devfn) % 256; in copy_context_table()
2625 if (ext && devfn == 0) { in copy_context_table()
2680 bool new_ext, ext; in copy_translation_tables() local
2683 ext = !!(rtaddr_reg & DMA_RTADDR_SMT); in copy_translation_tables()
2692 if (new_ext != ext) in copy_translation_tables()
2708 ctxt_table_entries = ext ? 512 : 256; in copy_translation_tables()
2716 ctxt_tbls, bus, ext); in copy_translation_tables()
2728 int idx = ext in copy_translation_tables()
2588 copy_context_table(struct intel_iommu *iommu, struct root_entry *old_re, struct context_entry **tbl, int bus, bool ext) copy_context_table() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_session.c349 nghttp2_frame_extension_free(&iframe->frame.ext); in session_inbound_frame_reset()
356 nghttp2_frame_altsvc_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
362 nghttp2_frame_origin_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
2593 aux_data = &item->aux_data.ext; in session_prep_frame()
2610 nghttp2_frame_pack_altsvc(&session->aob.framebufs, &frame->ext); in session_prep_frame()
2619 rv = nghttp2_frame_pack_origin(&session->aob.framebufs, &frame->ext); in session_prep_frame()
2626 nghttp2_ext_priority_update *priority_update = frame->ext.payload; in session_prep_frame()
2633 nghttp2_frame_pack_priority_update(&session->aob.framebufs, &frame->ext); in session_prep_frame()
3719 frame->ext.payload = payload; in session_call_unpack_extension_callback()
5225 altsvc = frame->ext in nghttp2_session_on_altsvc_received()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c349 nghttp2_frame_extension_free(&iframe->frame.ext); in session_inbound_frame_reset()
356 nghttp2_frame_altsvc_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
362 nghttp2_frame_origin_free(&iframe->frame.ext, mem); in session_inbound_frame_reset()
2588 aux_data = &item->aux_data.ext; in session_prep_frame()
2605 nghttp2_frame_pack_altsvc(&session->aob.framebufs, &frame->ext); in session_prep_frame()
2614 rv = nghttp2_frame_pack_origin(&session->aob.framebufs, &frame->ext); in session_prep_frame()
2621 nghttp2_ext_priority_update *priority_update = frame->ext.payload; in session_prep_frame()
2628 nghttp2_frame_pack_priority_update(&session->aob.framebufs, &frame->ext); in session_prep_frame()
3714 frame->ext.payload = payload; in session_call_unpack_extension_callback()
5220 altsvc = frame->ext in nghttp2_session_on_altsvc_received()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp806 for (auto &ext : forced_extensions)
808 if (ext == "GL_EXT_shader_explicit_arithmetic_types_float16")
828 else if (ext == "GL_EXT_shader_explicit_arithmetic_types_int16")
843 else if (ext == "GL_ARB_post_depth_coverage")
856 else if (!options.vulkan_semantics && ext == "GL_ARB_shader_draw_parameters")
859 statement("#ifdef ", ext);
860 statement("#extension ", ext, " : enable");
863 else if (ext == "GL_EXT_control_flow_attributes")
880 statement("#extension ", ext, " : require");
900 for (auto &ext
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dkvm_host.h610 struct kvm_s390_ext_info ext; member
622 struct kvm_s390_ext_info ext; member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h43 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
45 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkvm_host.h626 struct kvm_s390_ext_info ext; member
638 struct kvm_s390_ext_info ext; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h514 } ext; /* Tx BD extension */ member
580 } ext; member
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_dbf.c702 rec->pl_len += be32_to_cpu(fcp_rsp->ext.fr_rsp_len); in zfcp_dbf_scsi_common()
705 rec->pl_len += be32_to_cpu(fcp_rsp->ext.fr_sns_len); in zfcp_dbf_scsi_common()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h44 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
46 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c74 static inline bool vcpu_has_ext(struct kvm_vcpu *vcpu, int ext) in vcpu_has_ext() argument
79 ret = __vcpu_get_reg(vcpu, RISCV_ISA_EXT_REG(ext), &value); in vcpu_has_ext()
417 TEST_FAIL("%s: Unknown sbi ext subtype: 0x%llx", prefix, reg_subtype); in sbi_ext_id_to_str()
/third_party/libuv/src/win/
H A Dprocess.c156 const WCHAR* ext, in search_path_join_test()
172 /* It's a relative path with drive letter (ext.g. D:../some/file) in search_path_join_test()
225 wcsncpy(result_pos, ext, ext_len); in search_path_join_test()
152 search_path_join_test(const WCHAR* dir, size_t dir_len, const WCHAR* name, size_t name_len, const WCHAR* ext, size_t ext_len, const WCHAR* cwd, size_t cwd_len) search_path_join_test() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c414 dump_raw_shader(uint32_t *dwords, uint32_t sizedwords, int n, char *ext) in dump_raw_shader() argument
422 sprintf(filename, "%.*s-%d.%s", (int)strlen(infile) - 3, infile, n, ext); in dump_raw_shader()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp351 /// according to \a ext.
355 extend(T &v, enum binary::argument::ext_type ext, size_t n) { in extend() argument
357 const bool sign_ext = (ext == binary::argument::sign_ext); in extend()
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py574 for ext in self.iter_extensions():
575 stream = ext.filter_stream(stream)
/third_party/node/src/
H A Dstream_base.cc612 Local<External> ext = External::New(args.GetIsolate(), wrap); in GetExternal()
613 args.GetReturnValue().Set(ext); in GetExternal()
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py530 for ext in self.iter_extensions():
531 stream = ext.filter_stream(stream)
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_purp.c878 X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext); in check_purpose_timestamp_sign() local
879 if (!X509_EXTENSION_get_critical(ext)) in check_purpose_timestamp_sign()

Completed in 71 milliseconds

1...<<71727374757677787980>>...98