/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ice1724.c | 2490 kfree(ice->spec); in snd_vt1724_free()
|
H A D | ice1712.c | 2457 kfree(ice->spec); in snd_ice1712_free()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 3297 const struct vm_special_mapping *spec);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 809 vstmdb sp!,{d8,d9,d10,d11,d12,d13,d14,d15} @ ABI spec says so
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 809 vstmdb sp!,{d8,d9,d10,d11,d12,d13,d14,d15} @ ABI spec says so
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_unix_events.py | 531 with mock.patch('asyncio.unix_events.os', spec=[]):
|
H A D | test_base_events.py | 31 m_socket = mock.MagicMock(spec=socket)
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | svm.c | 37 #include <asm/spec-ctrl.h> 1547 * However, the SVM spec states that the G bit is not observed by the in svm_get_segment()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 33 __be32 spec[13]; member
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 780 codec->spec = NULL; in snd_hda_codec_cleanup_for_unbind()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 262 * to the iWarp verbs spec. iWarp devices also support the 777 /* The IB spec states that if it's IPv4, the header 2107 union ib_flow_spec spec; member 2955 * transition from cur_state to next_state is allowed by the IB spec,
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 256 * to the iWarp verbs spec. iWarp devices also support the 799 /* The IB spec states that if it's IPv4, the header 2146 union ib_flow_spec spec; member 3005 * transition from cur_state to next_state is allowed by the IB spec,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 791 codec->spec = NULL; in snd_hda_codec_cleanup_for_unbind()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2966 spec: *const ::c_char, in getfsspecname()
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 3203 // https://semver.org/#spec-item-2 3211 // https://semver.org/#spec-item-9 3218 // https://semver.org/#spec-item-10 3224 // https://semver.org/#spec-item-9 3261 // https://semver.org/#spec-item-11 3266 // https://semver.org/#spec-item-11 3271 // https://semver.org/#spec-item-11 3324 // https://semver.org/#spec-item-11 3333 // https://semver.org/#spec-item-11 3346 // https://semver.org/#spec [all...] |
H A D | typescript.js | 3194 // https://semver.org/#spec-item-2 3202 // https://semver.org/#spec-item-9 3209 // https://semver.org/#spec-item-10 3215 // https://semver.org/#spec-item-9 3252 // https://semver.org/#spec-item-11 3257 // https://semver.org/#spec-item-11 3262 // https://semver.org/#spec-item-11 3315 // https://semver.org/#spec-item-11 3324 // https://semver.org/#spec-item-11 3337 // https://semver.org/#spec [all...] |
H A D | typescriptServices.js | 3194 // https://semver.org/#spec-item-2 3202 // https://semver.org/#spec-item-9 3209 // https://semver.org/#spec-item-10 3215 // https://semver.org/#spec-item-9 3252 // https://semver.org/#spec-item-11 3257 // https://semver.org/#spec-item-11 3262 // https://semver.org/#spec-item-11 3315 // https://semver.org/#spec-item-11 3324 // https://semver.org/#spec-item-11 3337 // https://semver.org/#spec [all...] |
H A D | tsserver.js | 3204 // https://semver.org/#spec-item-2 3212 // https://semver.org/#spec-item-9 3219 // https://semver.org/#spec-item-10 3225 // https://semver.org/#spec-item-9 3262 // https://semver.org/#spec-item-11 3267 // https://semver.org/#spec-item-11 3272 // https://semver.org/#spec-item-11 3325 // https://semver.org/#spec-item-11 3334 // https://semver.org/#spec-item-11 3347 // https://semver.org/#spec [all...] |
H A D | typingsInstaller.js | 3184 // https://semver.org/#spec-item-2 3192 // https://semver.org/#spec-item-9 3199 // https://semver.org/#spec-item-10 3205 // https://semver.org/#spec-item-9 3242 // https://semver.org/#spec-item-11 3247 // https://semver.org/#spec-item-11 3252 // https://semver.org/#spec-item-11 3305 // https://semver.org/#spec-item-11 3314 // https://semver.org/#spec-item-11 3327 // https://semver.org/#spec [all...] |
H A D | tsc.js | 2863 function VersionRange(spec) { 2864 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray; [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 440 /* From the SPIR-V spec: in vtn_string_literal() 1735 /* w[4]: as per Vulkan spec "Validation Rules within a Module", in vtn_handle_type() 1746 /* Per the CL C spec: If no qualifier is provided, read_only is assumed. */ in vtn_handle_type() 2867 /* From the SPIR-V spec verxion 1.5, rev. 5: in vtn_handle_texture() 3070 /* The Vulkan spec says: in vtn_handle_texture() 3453 /* The Vulkan spec says: in vtn_handle_image() 3930 /* From the SPIR-V 1.1 spec for OpCompositeConstruct: in vtn_vector_construct() 3948 /* From the SPIR-V 1.1 spec for OpCompositeConstruct: in vtn_vector_construct() 4003 /* According to the SPIR-V spec, OpCompositeInsert may work down to in vtn_composite_insert() 4029 /* According to the SPIR-V spec, OpCompositeExtrac in vtn_composite_extract() 6459 spirv_to_nir(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name, const struct spirv_to_nir_options *options, const nir_shader_compiler_options *nir_options) spirv_to_nir() argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3259 // https://semver.org/#spec-item-2 3267 // https://semver.org/#spec-item-9 3273 // https://semver.org/#spec-item-10 3278 // https://semver.org/#spec-item-9 3313 // https://semver.org/#spec-item-11 3318 // https://semver.org/#spec-item-11 3323 // https://semver.org/#spec-item-11 3372 // https://semver.org/#spec-item-11 3381 // https://semver.org/#spec-item-11 3394 // https://semver.org/#spec [all...] |
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | core.c | 320 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81");
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 35 __be32 spec[13]; member 1433 /* he/eht: eBF only, in accordance with spec in mt7996_mcu_sta_bfer_tlv()
|