/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-finder.c | 2068 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 D | es18xx.c | 1326 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1333 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 573 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 D | emupcm.c | 589 // 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 D | fsl_easrc.c | 108 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \ 117 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
|
/kernel/linux/linux-6.6/sound/x86/ |
H A D | intel_hdmi_audio.c | 207 /* 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 D | davinci-mcasp.c | 1664 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1672 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | utxttest.cpp | 552 // 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 D | libunwind-dynamic.tex | 198 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 D | docSet.sql | 176 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 D | tegra_context.c | 1242 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 D | si_blit.c | 605 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 D | fuse_lowlevel.c | 546 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 D | snmp_msg.c | 69 /** 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 D | hud_context.c | 1017 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 D | cmp.c | 26 # define access _access macro 2831 && (configfile != default_config_file || access(configfile, F_OK) != -1)) { in cmp_main()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 26 # 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 D | vktMeshShaderInOutTestsEXT.cpp | 973 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 D | vktMeshShaderInOutTestsEXT.cpp | 973 const auto access = m_referenceLevel->getAccess(); 976 tcu::clear(access, blueColor);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL4.cpp | 1759 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 D | validationGL4_autogen.h | 1089 GLenum access); 1095 GLbitfield access);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_ext_autogen.h | 863 GLbitfield access); 1490 ANGLE_EXPORT void *GL_APIENTRY GL_MapBufferOES(GLenum target, GLenum access);
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 1680 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 D | Converter.cpp | 983 return Convert(out.access, in.access) && Convert(out.format, in.format) && in Convert()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 72 VecArrayAccess<T, Size> access(dst); in fillRandomVectors() 74 access[offset + ndx] = tcu::randomVector<T, Size>(rnd, minValue, maxValue); in fillRandomVectors()
|