Home
last modified time | relevance | path

Searched refs:ext (Results 1 - 25 of 1527) sorted by relevance

12345678910>>...62

/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c44 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_close() local
46 if (ext->callback->close) in snd_ctl_ext_close()
47 ext->callback->close(ext); in snd_ctl_ext_close()
53 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_nonblock() local
55 ext->nonblock = nonblock; in snd_ctl_ext_nonblock()
68 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_subscribe_events() local
71 return ext->subscribed; in snd_ctl_ext_subscribe_events()
72 ext->subscribed = !!subscribe; in snd_ctl_ext_subscribe_events()
73 if (ext in snd_ctl_ext_subscribe_events()
80 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_card_info() local
94 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_list() local
118 get_elem(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id) get_elem() argument
131 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_info() local
210 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_read() local
264 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_write() local
331 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_tlv() local
416 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_read() local
428 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_poll_descriptors_count() local
439 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_poll_descriptors() local
455 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_poll_revents() local
708 snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode) snd_ctl_ext_create() argument
739 snd_ctl_ext_delete(snd_ctl_ext_t *ext) snd_ctl_ext_delete() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c209 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_cprepare() local
216 err = extplug_hw_refine(params, ext->params); in snd_pcm_extplug_hw_refine_cprepare()
226 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_sprepare() local
231 extplug_hw_refine(sparams, ext->sparams); in snd_pcm_extplug_hw_refine_sprepare()
262 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_schange() local
263 unsigned int links = get_links(ext->sparams); in snd_pcm_extplug_hw_refine_schange()
272 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_cchange() local
273 unsigned int links = get_links(ext->params); in snd_pcm_extplug_hw_refine_cchange()
295 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_params() local
296 snd_pcm_t *slave = ext in snd_pcm_extplug_hw_params()
325 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_hw_free() local
345 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_write_areas() local
367 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_read_areas() local
382 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_init() local
391 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_dump() local
409 clear_ext_params(extplug_priv_t *ext) clear_ext_params() argument
420 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_close() local
432 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_query_chmaps() local
442 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_get_chmap() local
452 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_set_chmap() local
680 extplug_priv_t *ext; snd_pcm_extplug_create() local
764 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_params_reset() local
782 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_slave_param_list() local
804 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_slave_param_minmax() local
830 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_param_list() local
852 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_param_minmax() local
877 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_param_link() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.cpp143 External *ext = tempExternal ? tempExternal : external; in wait() local
144 if(ext) in wait()
146 if(!ext->tryWait()) in wait()
148 // Dispatch the ext wait to a background thread. in wait()
154 marl::blocking_call([ext]() { in wait()
155 ext->wait(); in wait()
162 if(ext == tempExternal) in wait()
164 tempExternal = ext->previous; in wait()
165 deallocateExternal(ext); in wait()
178 External *ext in signal() local
206 External *ext = tempExternal; destroy() local
226 auto *ext = reinterpret_cast<BinarySemaphore::External *>( allocateExternal() local
232 deallocateExternal(BinarySemaphore::External *ext) deallocateExternal() argument
246 External *ext = external; importPayload() local
286 External *ext = alloc_func(); exportPayload() local
[all...]
/third_party/alsa-lib/include/
H A Dcontrol_external.h59 /** Callback table of control ext */
69 typedef int (snd_ctl_ext_tlv_rw_t)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int op_flag, unsigned int numid,
85 /** Handle of control ext */
146 /** Callback table of ext. */
151 void (*close)(snd_ctl_ext_t *ext);
155 int (*elem_count)(snd_ctl_ext_t *ext);
159 int (*elem_list)(snd_ctl_ext_t *ext, unsigned int offset, snd_ctl_elem_id_t *id);
163 snd_ctl_ext_key_t (*find_elem)(snd_ctl_ext_t *ext, const snd_ctl_elem_id_t *id);
167 void (*free_key)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key);
171 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_
[all...]
/third_party/openGLES/extensions/
H A Dprintreg.py17 def printNum(ext, key):
18 if (key in ext.keys()):
19 printKey(key, str(ext[key]))
21 def printSet(ext, key):
22 if (key in ext.keys()):
24 ', '.join([quote(str(tag)) for tag in sorted(ext[key])]) +
28 def printStr(ext, key):
29 if (key in ext.keys()):
30 printKey(key, quote(str(ext[key])))
47 ext
[all...]
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dprintreg.py29 def printNum(ext, key):
30 if (key in ext.keys()):
31 printKey(key, str(ext[key]))
33 def printSet(ext, key):
34 if (key in ext.keys()):
36 ', '.join([quote(str(tag)) for tag in sorted(ext[key])]) +
40 def printStr(ext, key):
41 if (key in ext.keys()):
42 printKey(key, quote(str(ext[key])))
59 ext
[all...]
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py54 for ext in self.extensions:
55 filenames.extend(ext.depends)
58 def build_extension(self, ext):
59 if ext.sources is None or not isinstance(ext.sources, (list, tuple)):
63 "a list of source filenames" % ext.name)
65 ext_path = self.get_ext_fullpath(ext.name)
66 depends = ext.sources + ext.depends
68 log.debug("skipping '%s' extension (up-to-date)", ext
[all...]
/third_party/python/Tools/scripts/
H A Dbyext.py46 head, ext = os.path.splitext(filename)
48 if ext == base:
49 ext = "" # E.g. .cvsignore is deemed not to have an extension
50 ext = os.path.normcase(ext)
51 if not ext:
52 ext = "<none>"
53 self.addstats(ext, "files", 1)
59 self.addstats(ext, "unopenable", 1)
61 self.addstats(ext, "byte
[all...]
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py356 for i, ext in enumerate(extensions):
357 if isinstance(ext, Extension):
361 if not isinstance(ext, tuple) or len(ext) != 2:
366 ext_name, build_info = ext
385 ext = Extension(ext_name, build_info['sources'])
394 setattr(ext, key, val)
397 ext.runtime_library_dirs = build_info.get('rpath')
406 ext.define_macros = []
407 ext
[all...]
/third_party/PyYAML/
H A Dsetup.py116 ext = self.ext_modules[idx]
117 if not isinstance(ext, Extension):
119 setattr(self, ext.attr_name, None)
121 (ext.option_name, None,
123 % (ext.feature_description, ext.feature_name)),
124 (ext.neg_option_name, None,
125 "exclude %s" % ext.feature_description),
128 self.negative_opt[ext.neg_option_name] = ext
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c87 vk_foreach_struct_const(ext, pCreateInfo->pNext) { in collect_enabled_features()
88 switch (ext->sType) { in collect_enabled_features()
90 const VkPhysicalDeviceFeatures2 *features = (const void *)ext; in collect_enabled_features()
540 vk_get_physical_device_core_1_1_feature_ext(struct VkBaseOutStructure *ext, in vk_get_physical_device_core_1_1_feature_ext() argument
544 switch (ext->sType) { in vk_get_physical_device_core_1_1_feature_ext()
546 VkPhysicalDevice16BitStorageFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
555 VkPhysicalDeviceMultiviewFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
563 VkPhysicalDeviceProtectedMemoryFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
569 VkPhysicalDeviceSamplerYcbcrConversionFeatures *features = (void *) ext; in vk_get_physical_device_core_1_1_feature_ext()
575 VkPhysicalDeviceShaderDrawParametersFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
597 vk_get_physical_device_core_1_2_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan12Features *core) vk_get_physical_device_core_1_2_feature_ext() argument
717 vk_get_physical_device_core_1_3_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan13Features *core) vk_get_physical_device_core_1_3_feature_ext() argument
818 vk_get_physical_device_core_1_1_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan11Properties *core) vk_get_physical_device_core_1_1_property_ext() argument
880 vk_get_physical_device_core_1_2_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan12Properties *core) vk_get_physical_device_core_1_2_property_ext() argument
975 vk_get_physical_device_core_1_3_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan13Properties *core) vk_get_physical_device_core_1_3_property_ext() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_clnt.c39 if (s->ext.hostname == NULL) in tls_construct_ctos_server_name()
49 || !WPACKET_sub_memcpy_u16(pkt, s->ext.hostname, in tls_construct_ctos_server_name()
50 strlen(s->ext.hostname)) in tls_construct_ctos_server_name()
65 if (s->ext.max_fragment_len_mode == TLSEXT_max_fragment_length_DISABLED) in tls_construct_ctos_maxfragmentlen()
76 || !WPACKET_put_bytes_u8(pkt, s->ext.max_fragment_len_mode) in tls_construct_ctos_maxfragmentlen()
264 && s->session->ext.tick != NULL in tls_construct_ctos_session_ticket()
266 ticklen = s->session->ext.ticklen; in tls_construct_ctos_session_ticket()
267 } else if (s->session && s->ext.session_ticket != NULL in tls_construct_ctos_session_ticket()
268 && s->ext.session_ticket->data != NULL) { in tls_construct_ctos_session_ticket()
269 ticklen = s->ext in tls_construct_ctos_session_ticket()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dspirv_extensions.c63 _mesa_spirv_extensions_to_string(enum SpvExtension ext) in _mesa_spirv_extensions_to_string() argument
66 switch (ext) { in _mesa_spirv_extensions_to_string()
97 _mesa_fill_supported_spirv_extensions(struct spirv_supported_extensions *ext, in _mesa_fill_supported_spirv_extensions() argument
100 memset(ext->supported, 0, sizeof(ext->supported)); in _mesa_fill_supported_spirv_extensions()
102 ext->count = 0; in _mesa_fill_supported_spirv_extensions()
104 ext->supported[SPV_KHR_shader_draw_parameters] = cap->draw_parameters; in _mesa_fill_supported_spirv_extensions()
105 ext->supported[SPV_KHR_multiview] = cap->multiview; in _mesa_fill_supported_spirv_extensions()
106 ext->supported[SPV_KHR_storage_buffer_storage_class] = true; in _mesa_fill_supported_spirv_extensions()
107 ext in _mesa_fill_supported_spirv_extensions()
[all...]
/third_party/f2fs-tools/tools/
H A Dfibmap.c56 void print_ext(struct file_ext *ext) in print_ext() argument
58 if (ext->end_blk == 0) in print_ext()
59 printf("%8llu %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count); in print_ext()
61 printf("%8llu %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext()
62 ext->end_blk, ext->blk_count); in print_ext()
149 struct file_ext ext; local
193 ext
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_lib.c23 static void ext_list_free(X509V3_EXT_METHOD *ext);
25 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) in X509V3_EXT_add() argument
32 if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) { in X509V3_EXT_add()
46 const X509V3_EXT_METHOD *, ext);
48 const X509V3_EXT_METHOD *, ext);
70 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get() argument
73 if ((nid = OBJ_obj2nid(X509_EXTENSION_get_object(ext))) == NID_undef) in X509V3_EXT_get()
88 const X509V3_EXT_METHOD *ext; in X509V3_EXT_add_alias() local
91 if ((ext = X509V3_EXT_get_nid(nid_from)) == NULL) { in X509V3_EXT_add_alias()
99 *tmpext = *ext; in X509V3_EXT_add_alias()
111 ext_list_free(X509V3_EXT_METHOD *ext) ext_list_free() argument
129 X509V3_EXT_d2i(X509_EXTENSION *ext) X509V3_EXT_d2i() argument
222 X509_EXTENSION *ext = NULL, *extmp; STACK_OF() local
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_lib.c23 static void ext_list_free(X509V3_EXT_METHOD *ext);
25 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) in X509V3_EXT_add() argument
32 if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) { in X509V3_EXT_add()
46 const X509V3_EXT_METHOD *, ext);
48 const X509V3_EXT_METHOD *, ext);
70 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get() argument
73 if ((nid = OBJ_obj2nid(X509_EXTENSION_get_object(ext))) == NID_undef) in X509V3_EXT_get()
88 const X509V3_EXT_METHOD *ext; in X509V3_EXT_add_alias() local
91 if ((ext = X509V3_EXT_get_nid(nid_from)) == NULL) { in X509V3_EXT_add_alias()
99 *tmpext = *ext; in X509V3_EXT_add_alias()
111 ext_list_free(X509V3_EXT_METHOD *ext) ext_list_free() argument
129 X509V3_EXT_d2i(X509_EXTENSION *ext) X509V3_EXT_d2i() argument
222 X509_EXTENSION *ext = NULL, *extmp; STACK_OF() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_ext_deps.py68 for ( major, minor, ext, extDeps ) in extDepsDict:
70 yield '\tstd::make_tuple({}, {}, "{}", "{}"),'.format(major, minor, ext, dep)
109 def genExtDepsOnApiVersion(ext, extInfoDict, apiVersion):
112 for dep in extInfoDict[ext].deps:
130 for ext, info in extInfoDict.items():
136 extDeps = genExtDepsOnApiVersion(ext, extInfoDict, version)
139 allExtDepsDict[info.type].append( ( major, minor, ext, extDeps ) )
145 for (ext, info) in extInfoDict.items():
146 allExtCoreVersions[ext] = info.coreMajorMinor
171 for ext i
[all...]
H A Dohos_gen_ext_deps.py69 for ( major, minor, ext, extDeps ) in extDepsDict:
71 yield '\tstd::make_tuple({}, {}, "{}", "{}"),'.format(major, minor, ext, dep)
110 def genExtDepsOnApiVersion(ext, extInfoDict, apiVersion):
113 for dep in extInfoDict[ext].deps:
131 for ext, info in extInfoDict.items():
137 extDeps = genExtDepsOnApiVersion(ext, extInfoDict, version)
140 allExtDepsDict[info.type].append( ( major, minor, ext, extDeps ) )
146 for (ext, info) in extInfoDict.items():
147 allExtCoreVersions[ext] = info.coreMajorMinor
172 for ext i
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinline_test.cpp3472 ; CHECK: [[dbg_main:%\d+]] = OpExtInst %void [[ext:%\d+]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 10 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 10 [[main:%\d+]]
3473 ; CHECK: [[dbg_foo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 1 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 1 [[foo:%\d+]]
3474 ; CHECK: [[dbg_bar:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 4 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 4 [[bar:%\d+]]
3475 ; CHECK: [[dbg_zoo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 7 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 7 [[zoo:%\d+]]
3476 ; CHECK: [[inlined_to_main:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 600 [[dbg_main]]
3477 ; CHECK: [[inlined_to_zoo:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 700 [[dbg_zoo]] [[inlined_to_main]]
3478 ; CHECK: [[inlined_to_bar:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 300 [[dbg_bar]] [[inlined_to_zoo]]
3480 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_foo]] [[inlined_to_bar]]
3483 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_bar]] [[inlined_to_zoo]]
3488 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScop
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinline_test.cpp3472 ; CHECK: [[dbg_main:%\d+]] = OpExtInst %void [[ext:%\d+]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 10 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 10 [[main:%\d+]]
3473 ; CHECK: [[dbg_foo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 1 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 1 [[foo:%\d+]]
3474 ; CHECK: [[dbg_bar:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 4 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 4 [[bar:%\d+]]
3475 ; CHECK: [[dbg_zoo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 7 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 7 [[zoo:%\d+]]
3476 ; CHECK: [[inlined_to_main:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 600 [[dbg_main]]
3477 ; CHECK: [[inlined_to_zoo:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 700 [[dbg_zoo]] [[inlined_to_main]]
3478 ; CHECK: [[inlined_to_bar:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 300 [[dbg_bar]] [[inlined_to_zoo]]
3480 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_foo]] [[inlined_to_bar]]
3483 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_bar]] [[inlined_to_zoo]]
3488 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScop
[all...]
/third_party/spirv-tools/test/opt/
H A Dinline_test.cpp3476 ; CHECK: [[dbg_main:%\d+]] = OpExtInst %void [[ext:%\d+]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 10 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 10 [[main:%\d+]]
3477 ; CHECK: [[dbg_foo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 1 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 1 [[foo:%\d+]]
3478 ; CHECK: [[dbg_bar:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 4 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 4 [[bar:%\d+]]
3479 ; CHECK: [[dbg_zoo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 7 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 7 [[zoo:%\d+]]
3480 ; CHECK: [[inlined_to_main:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 600 [[dbg_main]]
3481 ; CHECK: [[inlined_to_zoo:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 700 [[dbg_zoo]] [[inlined_to_main]]
3482 ; CHECK: [[inlined_to_bar:%\d+]] = OpExtInst %void [[ext]] DebugInlinedAt 300 [[dbg_bar]] [[inlined_to_zoo]]
3484 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_foo]] [[inlined_to_bar]]
3487 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScope [[dbg_bar]] [[inlined_to_zoo]]
3492 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugScop
[all...]
/third_party/openssl/ssl/statem/
H A Dextensions_clnt.c39 if (s->ext.hostname == NULL) in tls_construct_ctos_server_name()
49 || !WPACKET_sub_memcpy_u16(pkt, s->ext.hostname, in tls_construct_ctos_server_name()
50 strlen(s->ext.hostname)) in tls_construct_ctos_server_name()
65 if (s->ext.max_fragment_len_mode == TLSEXT_max_fragment_length_DISABLED) in tls_construct_ctos_maxfragmentlen()
76 || !WPACKET_put_bytes_u8(pkt, s->ext.max_fragment_len_mode) in tls_construct_ctos_maxfragmentlen()
264 && s->session->ext.tick != NULL in tls_construct_ctos_session_ticket()
266 ticklen = s->session->ext.ticklen; in tls_construct_ctos_session_ticket()
267 } else if (s->session && s->ext.session_ticket != NULL in tls_construct_ctos_session_ticket()
268 && s->ext.session_ticket->data != NULL) { in tls_construct_ctos_session_ticket()
269 ticklen = s->ext in tls_construct_ctos_session_ticket()
[all...]
/third_party/python/Lib/
H A Dmimetypes.py79 for (ext, type) in _types_map_default.items():
80 self.add_type(type, ext, True)
81 for (ext, type) in _common_types_default.items():
82 self.add_type(type, ext, False)
86 def add_type(self, type, ext, strict=True):
98 self.types_map[strict][ext] = type
100 if ext not in exts:
101 exts.append(ext)
143 base, ext = posixpath.splitext(url)
144 while (ext_lower := ext
[all...]
/third_party/python/
H A Dsetup.py312 def add(self, ext):
313 self.extensions.append(ext)
315 def addext(self, ext, *, update_flags=True):
319 self.update_extension_flags(ext)
321 state = sysconfig.get_config_var(f"MODULE_{ext.name.upper()}_STATE")
323 self.extensions.append(ext)
325 self.disabled_configure.append(ext.name)
327 self.missing.append(ext.name)
334 f'WARNING: Makefile is missing module variable for "{ext.name}"',
337 self.extensions.append(ext)
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py188 ext = extensions[succeededBy]
190 if ext.deprecationType:
191 if ext.deprecationType == 'promotion':
192 if ext.supercedingAPIVersion:
193 write(' ** Which in turn was _promoted_ to\n' + ext.conditionalLinkCoreAPI(ext.supercedingAPIVersion, '-promotions', isRefpage), file=file)
194 else: # ext.supercedingExtension
195 write(' ** Which in turn was _promoted_ to extension\n' + ext.conditionalLinkExt(ext.supercedingExtension), file=file)
196 ext
[all...]

Completed in 21 milliseconds

12345678910>>...62