Home
last modified time | relevance | path

Searched refs:access (Results 201 - 225 of 2744) sorted by relevance

12345678910>>...110

/third_party/vk-gl-cts/framework/common/
H A DtcuBilinearImageCompare.cpp86 RGBA bilinearSampleRGBA8 (const ConstPixelBufferAccess& access, deUint32 u, deUint32 v) in bilinearSampleRGBA8() argument
90 deUint32 x1 = x0+1; //de::min(x0+1, (deUint32)(access.getWidth()-1)); in bilinearSampleRGBA8()
91 deUint32 y1 = y0+1; //de::min(y0+1, (deUint32)(access.getHeight()-1)); in bilinearSampleRGBA8()
93 DE_ASSERT(x1 < (deUint32)access.getWidth()); in bilinearSampleRGBA8()
94 DE_ASSERT(y1 < (deUint32)access.getHeight()); in bilinearSampleRGBA8()
99 deUint32 p00 = readRGBA8Raw(access, x0, y0); in bilinearSampleRGBA8()
100 deUint32 p10 = readRGBA8Raw(access, x1, y0); in bilinearSampleRGBA8()
101 deUint32 p01 = readRGBA8Raw(access, x0, y1); in bilinearSampleRGBA8()
102 deUint32 p11 = readRGBA8Raw(access, x1, y1); in bilinearSampleRGBA8()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Darm_arch_timer.c92 void arch_timer_reg_write(int access, enum arch_timer_reg reg, u32 val, in arch_timer_reg_write() argument
95 if (access == ARCH_TIMER_MEM_PHYS_ACCESS) { in arch_timer_reg_write()
105 } else if (access == ARCH_TIMER_MEM_VIRT_ACCESS) { in arch_timer_reg_write()
116 arch_timer_reg_write_cp15(access, reg, val); in arch_timer_reg_write()
121 u32 arch_timer_reg_read(int access, enum arch_timer_reg reg, in arch_timer_reg_read() argument
126 if (access == ARCH_TIMER_MEM_PHYS_ACCESS) { in arch_timer_reg_read()
136 } else if (access == ARCH_TIMER_MEM_VIRT_ACCESS) { in arch_timer_reg_read()
147 val = arch_timer_reg_read_cp15(access, reg); in arch_timer_reg_read()
174 * Default to cp15 based access because arm64 uses this function for
388 static void erratum_set_next_event_tval_generic(const int access, unsigne argument
638 timer_handler(const int access, struct clock_event_device *evt) timer_handler() argument
682 timer_shutdown(const int access, struct clock_event_device *clk) timer_shutdown() argument
714 set_next_event(const int access, unsigned long evt, struct clock_event_device *clk) set_next_event() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c368 snd_pcm_access_t access; member
387 slv->access = clt->access; in snd_pcm_plug_change_rate()
491 slv->access = clt->access; in snd_pcm_plug_change_channels()
612 slv->access = clt->access; in snd_pcm_plug_change_format()
620 if (clt->access == slv->access) in snd_pcm_plug_change_access()
625 slv->access in snd_pcm_plug_change_access()
[all...]
H A Dpcm_mmap.c235 switch (pcm->access) { in snd_pcm_channel_info_shm()
247 SNDMSG("invalid access type %d", pcm->access); in snd_pcm_channel_info_shm()
376 if (pcm->access == SND_PCM_ACCESS_MMAP_INTERLEAVED || in snd_pcm_mmap()
377 pcm->access == SND_PCM_ACCESS_RW_INTERLEAVED) { in snd_pcm_mmap()
426 if (pcm->access != SND_PCM_ACCESS_MMAP_INTERLEAVED && in snd_pcm_mmap()
427 pcm->access != SND_PCM_ACCESS_RW_INTERLEAVED) in snd_pcm_mmap()
489 if (pcm->access == SND_PCM_ACCESS_MMAP_INTERLEAVED || in snd_pcm_munmap()
490 pcm->access == SND_PCM_ACCESS_RW_INTERLEAVED) { in snd_pcm_munmap()
540 switch (pcm->access) { in snd_pcm_write_mmap()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/numa/
H A Dhmat.c227 u8 type, u32 value, int access) in hmat_update_target_access()
231 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
232 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
235 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
238 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
241 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
242 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
245 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
248 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
343 /* If the node has a CPU, update access in hmat_parse_locality()
226 hmat_update_target_access(struct memory_target *target, u8 type, u32 value, int access) hmat_update_target_access() argument
702 hmat_register_target_perf(struct memory_target *target, int access) hmat_register_target_perf() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/numa/
H A Dhmat.c226 u8 type, u32 value, int access) in hmat_update_target_access()
230 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
231 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
234 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
237 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
240 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
241 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
244 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
247 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
342 /* If the node has a CPU, update access in hmat_parse_locality()
225 hmat_update_target_access(struct memory_target *target, u8 type, u32 value, int access) hmat_update_target_access() argument
701 hmat_register_target_perf(struct memory_target *target, int access) hmat_register_target_perf() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c224 * @access: the default access flags for elements in this control
229 * access permissions (@access). Each element is locked when @file is given.
234 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new()
246 (*kctl)->vd[idx].access = access; in snd_ctl_new()
260 * template. When the access field of ncontrol is 0, it's assumed as
261 * READWRITE access. When the count field is 0, it's assumes as one.
270 unsigned int access; in snd_ctl_new1() local
233 snd_ctl_new(struct snd_kcontrol **kctl, unsigned int count, unsigned int access, struct snd_ctl_file *file) snd_ctl_new() argument
1714 unsigned int access; snd_ctl_elem_add() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp909 tcu::PixelBufferAccess access = is2dTex ? m_textures2d.back()->getLevel(levelNdx) in init() local
914 tcu::fillWithGrid(access, curCellSize, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias); in init()
1070 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); in upload2dTexture() local
1071 int width = access.getWidth(); in upload2dTexture()
1072 int height = access.getHeight(); in upload2dTexture()
1074 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width); in upload2dTexture()
1076 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].internalFormat, width, height, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload2dTexture()
1096 tcu::ConstPixelBufferAccess access = texture->getLevelFace(levelNdx, (tcu::CubeFace)face); in uploadCubeTexture() local
1097 int width = access in uploadCubeTexture()
1121 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); upload2dArrayTexture() local
1147 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); upload3dTexture() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/capability/src/InnerAPI/
H A Dcap_test.cpp139 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
179 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
219 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
243 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
278 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
319 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
356 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
426 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
448 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
484 if (!access("/syste in HWTEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp94 const tcu::ConstPixelBufferAccess& access, in uploadImage()
103 const deUint32 bufferSize = access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize(); in uploadImage()
132 (deUint32)access.getWidth(), // deUint32 bufferRowLength; in uploadImage()
133 (deUint32)access.getHeight(), // deUint32 bufferImageHeight; in uploadImage()
142 (deUint32)access.getWidth(), in uploadImage()
143 (deUint32)access.getHeight(), in uploadImage()
144 (deUint32)access in uploadImage()
93 uploadImage(Context& context, const tcu::ConstPixelBufferAccess& access, VkImage destImage) uploadImage() argument
284 tcu::PixelBufferAccess access = texture.getAccess(); createPipelineLayout() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp94 const tcu::ConstPixelBufferAccess& access, in uploadImage()
103 const deUint32 bufferSize = access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize(); in uploadImage()
132 (deUint32)access.getWidth(), // deUint32 bufferRowLength; in uploadImage()
133 (deUint32)access.getHeight(), // deUint32 bufferImageHeight; in uploadImage()
142 (deUint32)access.getWidth(), in uploadImage()
143 (deUint32)access.getHeight(), in uploadImage()
144 (deUint32)access in uploadImage()
93 uploadImage(Context& context, const tcu::ConstPixelBufferAccess& access, VkImage destImage) uploadImage() argument
284 tcu::PixelBufferAccess access = texture.getAccess(); createPipelineLayout() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_kickdog_test.cpp91 if (access(LINUX_APPSPAWN_WATCHDOG_FILE, F_OK) == 0) { in HWTEST_F()
99 if (access(LINUX_APPSPAWN_WATCHDOG_FILE, F_OK) == 0) { in HWTEST_F()
107 if (access(LINUX_APPSPAWN_WATCHDOG_FILE, F_OK) == 0) { in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dnet_test.cpp51 if (access("./rpc_test.sock", 0) == 0) { in HWTEST_F()
65 if (access("./rpc_test.sock", 0) == 0) { in HWTEST_F()
80 if (access("./rpc_test.sock", 0) == 0) { in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dnet_test.cpp51 if (access("./rpc_test.sock", 0) == 0) { in HWTEST_F()
65 if (access("./rpc_test.sock", 0) == 0) { in HWTEST_F()
80 if (access("./rpc_test.sock", 0) == 0) { in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dos_api.cpp33 return (access(filePath.c_str(), R_OK) == 0) && (access(filePath.c_str(), W_OK) == 0); in CheckPathPermission()
38 return (access(filePath.c_str(), ACCESS_MODE_EXISTENCE) == 0); in IsPathExist()
/kernel/linux/linux-5.10/include/rdma/
H A Dib_umem_odp.h22 * The lower two bits designate access permissions.
29 * also protects access to the mmu notifier counters.
87 int access, const struct mmu_interval_notifier_ops *ops);
89 int access);
106 int access, const struct mmu_interval_notifier_ops *ops) in ib_umem_odp_get()
105 ib_umem_odp_get(struct ib_device *device, unsigned long addr, size_t size, int access, const struct mmu_interval_notifier_ops *ops) ib_umem_odp_get() argument
/kernel/linux/linux-6.6/include/linux/
H A Dnode.h69 unsigned access);
78 unsigned access) in node_set_perf_attrs()
140 unsigned access);
76 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned access) node_set_perf_attrs() argument
/kernel/linux/linux-6.6/include/rdma/
H A Dib_umem_odp.h22 * The lower two bits designate access permissions.
29 * also protects access to the mmu notifier counters.
87 int access, const struct mmu_interval_notifier_ops *ops);
89 int access);
106 int access, const struct mmu_interval_notifier_ops *ops) in ib_umem_odp_get()
105 ib_umem_odp_get(struct ib_device *device, unsigned long addr, size_t size, int access, const struct mmu_interval_notifier_ops *ops) ib_umem_odp_get() argument
/third_party/ltp/lib/
H A Dtst_virt.c54 if (access("/proc/xen", F_OK) == 0) in is_xen()
57 if (access("/sys/hypervisor/type", F_OK) == 0) { in is_xen()
73 if (access("/proc/sysinfo", F_OK) != 0) in is_ibmz()
H A Dtst_module.c35 if (access(mod_name, F_OK) == 0) { in tst_module_exists_()
52 err = access(buf, F_OK); in tst_module_exists_()
64 err = access(buf, F_OK); in tst_module_exists_()
/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.h71 Permission access) override;
76 bool AllocatePagesAt(Address address, size_t size, Permission access);
82 bool SetPermissions(void* address, size_t size, Permission access) override;
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dsys_regs.c40 * that has to do with init and userspace access has to go via the
308 * In a system where GICD_CTLR.DS=1, a ICC_SGI0R_EL1 access generates in access_gic_sgi()
1125 .access = access_pmu_evcntr, .reg = (PMEVCNTR0_EL0 + n), }
1131 .access = access_pmu_evtyper, .reg = (PMEVTYPER0_EL0 + n), }
1154 * If we land here on a PtrAuth access, that is because we didn't
1155 * fixup the access on exit by allowing the PtrAuth sysregs. The only
1411 /* cpufeature ID register access trap handlers */
1765 .access = undef_access, \
1782 .access = acc, \
1802 .access
[all...]
/third_party/ltp/testcases/kernel/syscalls/splice/
H A Dsplice.h29 if (!access("/proc/sys/fs/pipe-max-size", F_OK)) { in get_max_limit()
34 if (!access("/proc/sys/fs/pipe-max-pages", F_OK)) { in get_max_limit()

Completed in 21 milliseconds

12345678910>>...110