Home
last modified time | relevance | path

Searched refs:access (Results 2151 - 2175 of 2575) sorted by relevance

1...<<81828384858687888990>>...103

/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-finder.c2068 if (access(raw_path, R_OK) == 0) { in find_source_path()
2083 if (access(*new_path, R_OK) == 0) in find_source_path()
/kernel/linux/linux-6.6/sound/isa/
H A Des18xx.c1326 .access = SNDRV_CTL_ELEM_ACCESS_READ,
1333 .access = SNDRV_CTL_ELEM_ACCESS_READ,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm_adsp.c573 kcontrol->access = wmfw_convert_flags(cs_ctl->flags, cs_ctl->len); in wm_adsp_ctl_work()
581 if (kcontrol->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in wm_adsp_ctl_work()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demupcm.c589 // access them at all only when we're pitch-shifting. in snd_emu10k1_playback_fill_cache()
1100 kctl->vd[idx].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_emu10k1_pcm_mixer_notify1()
1102 kctl->vd[idx].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_emu10k1_pcm_mixer_notify1()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_easrc.c108 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
117 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
/kernel/linux/linux-6.6/sound/x86/
H A Dintel_hdmi_audio.c207 /* Register access functions */
1460 .access = SNDRV_CTL_ELEM_ACCESS_READ,
1474 .access = (SNDRV_CTL_ELEM_ACCESS_READ |
1493 /* use raw register access to ack IRQs even while disconnected */ in display_pipe_interrupt_handler()
/kernel/linux/linux-6.6/sound/soc/ti/
H A Ddavinci-mcasp.c1664 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1672 .access = SNDRV_CTL_ELEM_ACCESS_READ,
/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp552 // TestAccess Test the read only access functions on a UText, including cloning.
585 // TestAccessNoClone() Test the read only access functions on a UText.
1381 // and replace the entry for the access function. in openFragmentedUnicodeString()
1383 fragmentFuncs.access = fragTextAccess; in openFragmentedUnicodeString()
1388 ut->pFuncs->access(ut, 0, true); in openFragmentedUnicodeString()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex198 This implies that \Prog{libunwind} will have to access the table-data
199 via the address-space's \Func{access\_mem}() call-back, rather than
/third_party/json/docs/docset/
H A DdocSet.sql176 INSERT INTO searchIndex(name, type, path) VALUES ('Element Access: Checked access: at', 'Guide', 'features/element_access/checked_access/index.html');
177 INSERT INTO searchIndex(name, type, path) VALUES ('Element Access: Unchecked access: operator[]', 'Guide', 'features/element_access/unchecked_access/index.html');
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1242 uint64_t handle, unsigned access, in tegra_make_image_handle_resident()
1247 context->gpu->make_image_handle_resident(context->gpu, handle, access, in tegra_make_image_handle_resident()
1241 tegra_make_image_handle_resident(struct pipe_context *pcontext, uint64_t handle, unsigned access, bool resident) tegra_make_image_handle_resident() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c605 view->access & PIPE_IMAGE_ACCESS_WRITE); in si_decompress_image_color_textures()
775 view->access & PIPE_IMAGE_ACCESS_WRITE); in si_decompress_resident_images()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c546 if (req->f->op.access) in do_access()
547 req->f->op.access(req, nodeid, arg->mask); in do_access()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.c69 /** SNMP community string for write access */
187 * Returns current SNMP write-access community string.
188 * @return current SNMP write-access community string
209 * Sets SNMP community string for write-access.
213 * @param community is a pointer to new write-access community string
242 * Callback fired on every successful write access
388 if (((node_instance->access & SNMP_NODE_INSTANCE_ACCESS_READ) != SNMP_NODE_INSTANCE_ACCESS_READ) || (node_instance->get_value == NULL)) { in snmp_msg_getnext_validate_node_inst()
673 } else if (((node_instance.access & SNMP_NODE_INSTANCE_ACCESS_WRITE) != SNMP_NODE_INSTANCE_ACCESS_WRITE) || (node_instance.set_value == NULL)) { in snmp_process_set_request()
815 /* @todo: Differentiate read/write access */ in snmp_parse_inbound_frame()
867 * to access th in snmp_parse_inbound_frame()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1017 access(const char *pathname, int mode) in access() function
1042 if (hud_dump_dir && access(hud_dump_dir, W_OK) == 0) { in hud_graph_set_dump_file()
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c26 # define access _access macro
2831 && (configfile != default_config_file || access(configfile, F_OK) != -1)) { in cmp_main()
/third_party/openssl/apps/
H A Dcmp.c26 # define access _access macro
2830 && (configfile != default_config_file || access(configfile, F_OK) != -1)) { in cmp_main()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp973 const auto access = m_referenceLevel->getAccess();
976 tcu::clear(access, blueColor);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp973 const auto access = m_referenceLevel->getAccess();
976 tcu::clear(access, blueColor);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp1759 GLenum access) in ValidateMapNamedBuffer()
1769 GLbitfield access) in ValidateMapNamedBufferRange()
1756 ValidateMapNamedBuffer(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum access) ValidateMapNamedBuffer() argument
1764 ValidateMapNamedBufferRange(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapNamedBufferRange() argument
H A DvalidationGL4_autogen.h1089 GLenum access);
1095 GLbitfield access);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.h863 GLbitfield access);
1490 ANGLE_EXPORT void *GL_APIENTRY GL_MapBufferOES(GLenum target, GLenum access);
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1680 SkSurface::BackendSurfaceAccess access, in prepareSurfacesForBackendAccessAndStateUpdates()
1683 if (!proxies.empty() && access == SkSurface::BackendSurfaceAccess::kPresent) { in prepareSurfacesForBackendAccessAndStateUpdates()
1678 prepareSurfacesForBackendAccessAndStateUpdates( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrBackendSurfaceMutableState* newState) prepareSurfacesForBackendAccessAndStateUpdates() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.cpp983 return Convert(out.access, in.access) && Convert(out.format, in.format) && in Convert()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp72 VecArrayAccess<T, Size> access(dst); in fillRandomVectors()
74 access[offset + ndx] = tcu::randomVector<T, Size>(rnd, minValue, maxValue); in fillRandomVectors()

Completed in 68 milliseconds

1...<<81828384858687888990>>...103