Home
last modified time | relevance | path

Searched refs:access (Results 901 - 925 of 2291) sorted by relevance

1...<<31323334353637383940>>...92

/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dwtm.c483 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
519 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
539 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
/kernel/linux/linux-6.6/sound/soc/atmel/
H A Dmchp-spdiftx.c187 spinlock_t lock; /* exclusive access to control data */
660 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
669 .access = SNDRV_CTL_ELEM_ACCESS_READ,
678 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/third_party/ffmpeg/libavfilter/
H A Dvf_blend_vulkan.c318 top->access[i] = barriers[0].dstAccessMask; in process_frames()
321 bottom->access[i] = barriers[1].dstAccessMask; in process_frames()
324 out->access[i] = barriers[2].dstAccessMask; in process_frames()
H A Dvf_gblur_vulkan.c391 in->access[i] = barriers[0].dstAccessMask; in process_frames()
394 tmp->access[i] = barriers[1].dstAccessMask; in process_frames()
397 out->access[i] = barriers[2].dstAccessMask; in process_frames()
H A Dvf_overlay_vulkan.c327 main->access[i] = bar[0].dstAccessMask; in process_frames()
330 overlay->access[i] = bar[1].dstAccessMask; in process_frames()
333 out->access[i] = bar[2].dstAccessMask; in process_frames()
/third_party/alsa-lib/src/
H A Dconf.c843 SNDERR("Cannot access file %s", str); in get_char_skip_comments()
4122 SNDERR("cannot access file %s", filename); in config_file_open()
4133 if (!errors && access(fn, R_OK) < 0) in config_file_load()
4579 SNDERR("Cannot access file %s", lf->name); in snd_config_update_r()
4643 SNDERR("cannot access file %s", local->finfo[k].name); in snd_config_update_r()
/third_party/cups-filters/backend/
H A Dserial.c917 if (!access(device, 0)) in list_devices()
936 if (access(device, 0) == 0) in list_devices()
955 if (access(device, 0) == 0) in list_devices()
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c969 else if (access(p, R_OK) != 0) { in main()
1032 if (access(tmp, X_OK) == 0) { in main()
1058 if (access(tmp, X_OK) == 0) { in main()
/third_party/json/tests/src/
H A Dunit-json_pointer.cpp51 SECTION("nonconst access")
74 // array access
87 // checked array access
91 // empty string access
112 // checked access
120 // escaped access
126 // unescaped access
127 // access to nonexisting values yield object creation
145 // unresolved access
154 SECTION("const access")
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js225 await fs.access(path.join(pkg.path, 'server.js'))
419 await fs.access(path.join(pkg.path, dts))
545 // in normalize-package-data if it had access to the file path.
549 await fs.access(path.resolve(pkg.path, data.bin[key]))
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dsegment.c314 * protections if permissions don't allow full R/W access. in open_file()
316 if (!access(segp->seg_path, R_OK | W_OK)) in open_file()
318 else if (!access(segp->seg_path, R_OK)) { in open_file()
321 } else if (!access(segp->seg_path, W_OK)) { in open_file()
325 fprintf(stderr, "%s: can't access %s\n", in open_file()
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc440 FieldAccess const& access = FieldAccessOf(effect->op()); in InferMapsUnsafe() local
441 if (access.base_is_tagged == kTaggedBase && in InferMapsUnsafe()
442 access.offset == HeapObject::kMapOffset) { in InferMapsUnsafe()
/third_party/python/Lib/
H A Dtempfile.py218 _os.access(dir, _os.W_OK)):
263 _os.access(dir, _os.W_OK)):
391 _os.access(dir, _os.W_OK)):
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp135 void generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const;
157 void AhbTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const in generateRefImage() argument
162 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage()
H A DvktDrawOHOSNativeBufferTests.cpp134 void generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices,
157 void OHOSNativeBufferTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, in generateRefImage() argument
165 rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp135 void generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const;
157 void AhbTestInstance::generateRefImage (const tcu::PixelBufferAccess& access, const vector<tcu::Vec4>& vertices, const vector<tcu::Vec4>& colors) const in generateRefImage() argument
162 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); in generateRefImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h185 GLenum access,
405 : texture(0), level(0), layered(false), layer(0), access(GL_READ_ONLY), format(GL_R32UI) in ImageUnitBinding()
412 GLenum access; member
/third_party/skia/src/core/
H A DSkBitmapProcState.cpp194 auto* access = SkMipmapAccessor::Make(&fAlloc, (const SkImage*)fImage, inv, sampling.mipmap);
195 if (!access) {
198 std::tie(fPixmap, fInvMatrix) = access->level();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h406 std::error_code access(const Twine &Path, AccessMode Mode);
413 return !access(Path, AccessMode::Exist); in exists()
427 return !access(Path, AccessMode::Write); in can_write()
549 /// @brief Set the file modification and access time.
688 readonly, ///< May only access map via const_data as read only.
689 readwrite, ///< May access map via data and modify it. Written to path.
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dentry.S69 mov sl, sp @ we access the registers via 'sl'
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmips-cpc.h80 /* CPC_ACCESS - Control core/IOCU access to CPC registers prior to CM 3 */
81 CPC_ACCESSOR_RW(32, 0x000, access)
154 * mips_cpc_lock_other - lock access to another core
158 * order to prevent the region being moved during access. Must be called
165 * mips_cpc_unlock_other - unlock access to another core
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Duser_syms.c56 EXPORT_SYMBOL_PROTO(access); variable
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dpty.c100 err = access(line, R_OK | W_OK); in getmaster()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmips-cpc.h80 /* CPC_ACCESS - Control core/IOCU access to CPC registers prior to CM 3 */
81 CPC_ACCESSOR_RW(32, 0x000, access)
154 * mips_cpc_lock_other - lock access to another core
158 * order to prevent the region being moved during access. Must be called
165 * mips_cpc_unlock_other - unlock access to another core
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H A Dcheck_ksm_options.c101 if (access(PATH_KSM, F_OK) == -1) { in check_madvise_options()

Completed in 27 milliseconds

1...<<31323334353637383940>>...92