Home
last modified time | relevance | path

Searched refs:access (Results 451 - 475 of 2217) sorted by relevance

1...<<11121314151617181920>>...89

/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dphase.c758 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
776 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
795 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
814 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
833 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
852 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
873 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex49 access a register (via \Func{unw\_get\_reg}() or
109 particular general register. For example, to access \texttt{r4},
123 to get a particular NaT-bit register. For example, to access the
128 particular floating-point register. For example, to access
136 particular application register. For example, to access
139 as ``reserved for future use''. Attempting to access such registers
143 register. For example, to access \texttt{b6}, the index
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp375 const tcu::PixelBufferAccess access (image->getAccess()); in generateReferenceImage()
390 tcu::clear(access, kClearColor); in generateReferenceImage()
393 tcu::clearDepth(access, kClearDepth); in generateReferenceImage()
394 tcu::clearStencil(access, kClearStencil); in generateReferenceImage()
445 access.setPixel(Vec4(depthFinal, kVertexColor.y(), kVertexColor.z(), kVertexColor.w()), x, y); in generateReferenceImage()
454 access.setPixStencil(kMaskedStencil, x, y); in generateReferenceImage()
456 access.setPixDepth(storedDepth, x, y); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp91 const tcu::ConstPixelBufferAccess& access, in getLayerOrSlice()
100 return access; in getLayerOrSlice()
103 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1); in getLayerOrSlice()
109 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1); in getLayerOrSlice()
90 getLayerOrSlice(const ImageType imageType, const tcu::ConstPixelBufferAccess& access, const deUint32 layer) getLayerOrSlice() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp375 const tcu::PixelBufferAccess access (image->getAccess()); in generateReferenceImage()
390 tcu::clear(access, kClearColor); in generateReferenceImage()
393 tcu::clearDepth(access, kClearDepth); in generateReferenceImage()
394 tcu::clearStencil(access, kClearStencil); in generateReferenceImage()
445 access.setPixel(Vec4(depthFinal, kVertexColor.y(), kVertexColor.z(), kVertexColor.w()), x, y); in generateReferenceImage()
454 access.setPixStencil(kMaskedStencil, x, y); in generateReferenceImage()
456 access.setPixDepth(storedDepth, x, y); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageQualifiersTests.cpp91 const tcu::ConstPixelBufferAccess& access, in getLayerOrSlice()
100 return access; in getLayerOrSlice()
103 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1); in getLayerOrSlice()
109 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1); in getLayerOrSlice()
90 getLayerOrSlice(const ImageType imageType, const tcu::ConstPixelBufferAccess& access, const deUint32 layer) getLayerOrSlice() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.cc96 return utils::Hash(t.dims, t.format, t.access); in operator ()()
242 : Base(d), format(f), access(a) {} in StorageTexture()
246 return b.ty.storage_texture(dims, format, access); in Build()
536 ast::Access access) {
538 state->storage_textures_, spirv::StorageTexture(dims, fmt, access), [&] {
540 access);
634 ss << "texture_storage_" << dims << "<" << format << ", " << access << ">";
/third_party/ltp/lib/
H A Dtst_fips.c18 if (access(PATH_FIPS, R_OK) == 0) { in tst_fips_enabled()
/third_party/musl/src/unistd/
H A Daccess.c5 int access(const char *filename, int amode) in access() function
/kernel/linux/linux-5.10/arch/arc/
H A DMakefile50 cflags-y += -munaligned-access
52 cflags-y += -mno-unaligned-access
/kernel/linux/linux-6.6/arch/arc/
H A DMakefile49 cflags-y += -munaligned-access
51 cflags-y += -mno-unaligned-access
/kernel/linux/linux-5.10/tools/hv/
H A Dhv_fcopy_daemon.c49 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy()
66 if (!access(target_fname, F_OK)) { in hv_start_fcopy()
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_fcopy_daemon.c49 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy()
66 if (!access(target_fname, F_OK)) { in hv_start_fcopy()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.h90 GLbitfield access,
107 _mesa_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer);
H A Darrayobj.h105 GLbitfield access);
109 GLbitfield access);
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl06.c206 if (!access(USRPATH, F_OK)) in cleanup()
209 if (!access(TESTDIR1, F_OK)) in cleanup()
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c51 if (access(hmac_algo_path, F_OK) < 0) { in setup_server()
56 if (!access(hmac_algo_path, F_OK)) { in setup_server()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c65 if (access(path, R_OK | W_OK)) in check_path()
139 if (!access("/proc/sys/vm/stat_refresh", W_OK)) in setup()
220 tst_res(TINFO, "PageFault(madvice / no mem access): %d", in test_advice_willneed()
224 tst_res(TINFO, "PageFault(madvice / mem access): %d", in test_advice_willneed()
226 meminfo_diag("After page access"); in test_advice_willneed()
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space.h60 PagePermissions access) override;
65 PagePermissions access) override;
/third_party/toybox/toys/pending/
H A Duseradd.c138 if (access(p, F_OK)) { in useradd_main()
139 if (!access(skel, R_OK)) in useradd_main()
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc62 using google::protobuf::io::win32::access;
70 return access(name.c_str(), F_OK) == 0; in Exists()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dili9320.c30 struct ili9320_spi *spi = &ili->access.spi; in ili9320_write_spi()
172 struct ili9320_spi *spi = &ili->access.spi; in ili9320_setup_spi()
222 ili->access.spi.id = ILI9320_SPI_IDCODE | ILI9320_SPI_ID(1); in ili9320_probe_spi()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dili9320.c30 struct ili9320_spi *spi = &ili->access.spi; in ili9320_write_spi()
172 struct ili9320_spi *spi = &ili->access.spi; in ili9320_setup_spi()
222 ili->access.spi.id = ILI9320_SPI_IDCODE | ILI9320_SPI_ID(1); in ili9320_probe_spi()
/kernel/linux/linux-6.6/include/sound/
H A Dcontrol.h29 ((info)->access & SNDRV_CTL_ELEM_ACCESS_SKIP_CHECK)
53 unsigned int access; /* access rights */ member
67 unsigned int access; /* access rights */ member

Completed in 17 milliseconds

1...<<11121314151617181920>>...89