/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | debug.h | 67 int area, 84 int area, debug_entry_t *entry, char *out_buf); 139 * debug_event() - writes binary debug entry to active debug area 160 * debug_int_event() - writes unsigned integer debug entry to active debug area 182 * debug_long_event() - writes unsigned long debug entry to active debug area 205 * debug area (if level <= actual debug level) 233 * and varargs (longs) to active debug area 262 * debug_exception() - writes binary debug entry to active debug area 264 * and switches to next debug area 284 * debug_int_exception() - writes unsigned int debug entry to active debug area [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | trace.c | 147 dfse->buf = sdev->dmatb.area; in trace_debugfs_create() 254 sdev->dmatp.area, sdev->dmatb.bytes); in snd_sof_init_trace()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-pcm-fiq.c | 247 imx_ssi_fiq_tx_buffer = (unsigned long)buf->area; in snd_imx_pcm_new() 254 imx_ssi_fiq_rx_buffer = (unsigned long)buf->area; in snd_imx_pcm_new()
|
/third_party/musl/src/malloc/mallocng/ |
H A D | meta.h | 160 const struct meta_area *area = (void *)((uintptr_t)meta & -4096); in get_meta() local 161 assert(area->check == ctx.secret); in get_meta()
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | meta.h | 160 const struct meta_area *area = (void *)((uintptr_t)meta & -4096); in get_meta() local 161 assert(area->check == ctx.secret); in get_meta()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | TextureImpl.h | 60 const gl::Box &area, 76 const gl::Box &area,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.cpp | 38 const gl::Box &area, in setSubImage() 61 const gl::Box &area, in setCompressedSubImage() 36 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument 59 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.cpp | 169 SkAutoTMalloc<uint32_t> data(offscreenDims.area()); in setup_backend_objects() 170 sk_memset32(data.get(), 0, offscreenDims.area()); in setup_backend_objects()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.cpp | 1234 const Box &area, in setSubImage() 1241 ImageIndex index = ImageIndex::MakeFromTarget(target, level, area.depth); in setSubImage() 1242 ANGLE_TRY(ensureSubImageInitialized(context, index, area)); in setSubImage() 1244 ANGLE_TRY(mTexture->setSubImage(context, index, area, format, type, unpackState, unpackBuffer, in setSubImage() 1289 const Box &area, in setCompressedSubImage() 1296 ImageIndex index = ImageIndex::MakeFromTarget(target, level, area.depth); in setCompressedSubImage() 1297 ANGLE_TRY(ensureSubImageInitialized(context, index, area)); in setCompressedSubImage() 1299 ANGLE_TRY(mTexture->setCompressedSubImage(context, index, area, format, unpackState, imageSize, in setCompressedSubImage() 1338 // Force using copySubImage when the source area is out of bounds AND in copyImage() 2228 const Box &area) cons in doesSubImageNeedInit() 1229 setSubImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, const Box &area, GLenum format, GLenum type, const uint8_t *pixels) setSubImage() argument 1285 setCompressedSubImage(const Context *context, const PixelUnpackState &unpackState, TextureTarget target, GLint level, const Box &area, GLenum format, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument 2246 ensureSubImageInitialized(const Context *context, const ImageIndex &imageIndex, const Box &area) ensureSubImageInitialized() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 3363 tcu::IVec4 area = intersect(tcu::IVec4(0, 0, buf.raw().getHeight(), buf.raw().getDepth()), tcu::IVec4(x, y, width, height)); 3364 rr::MultisamplePixelBufferAccess access = rr::getSubregion(buf, area.x(), area.y(), area.z(), area.w()); 3467 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); 3469 if (!isEmpty(area) && !maskZero) 3471 rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 458 virtual void HandleStyleEvent(MMI::WindowArea area) {}; in HandleStyleEvent() argument 459 WSError SetPointerStyle(MMI::WindowArea area); 460 const char* DumpPointerWindowArea(MMI::WindowArea area) const; 528 WSRectF UpdateTopBottomArea(const WSRectF& rect, MMI::WindowArea area); 529 WSRectF UpdateLeftRightArea(const WSRectF& rect, MMI::WindowArea area); 530 WSRectF UpdateInnerAngleArea(const WSRectF& rect, MMI::WindowArea area);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 482 * Invoked when a fault occurs on an mmap of a GEM managed area. GEM 1056 struct tcm_area *area = &omap_obj->block->area; in omap_gem_describe() local 1058 area->p0.x, area->p0.y, in omap_gem_describe() 1059 area->p1.x, area->p1.y); in omap_gem_describe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 377 /* Send updated screen area (dirty rectangle) location to host */ 883 const struct fb_copyarea *area) in hvfb_cfb_copyarea() 887 cfb_copyarea(p, area); in hvfb_cfb_copyarea() 891 hvfb_ondemand_refresh_throttle(par, area->dx, area->dy, in hvfb_cfb_copyarea() 892 area->width, area->height); in hvfb_cfb_copyarea() 882 hvfb_cfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) hvfb_cfb_copyarea() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 370 /* Send updated screen area (dirty rectangle) location to host */ 865 const struct fb_copyarea *area) in hvfb_cfb_copyarea() 869 cfb_copyarea(p, area); in hvfb_cfb_copyarea() 873 hvfb_ondemand_refresh_throttle(par, area->dx, area->dy, in hvfb_cfb_copyarea() 874 area->width, area->height); in hvfb_cfb_copyarea() 864 hvfb_cfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) hvfb_cfb_copyarea() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm.c | 1043 struct vm_area_struct *area = vmf->vma; in vm_fault_ttm() local 1044 struct ttm_buffer_object *bo = area->vm_private_data; in vm_fault_ttm() 1053 area->vm_flags & VM_WRITE)) in vm_fault_ttm() 1155 vm_access_ttm(struct vm_area_struct *area, unsigned long addr, in vm_access_ttm() argument 1159 i915_ttm_to_gem(area->vm_private_data); in vm_access_ttm() 1164 return ttm_bo_vm_access(area, addr, buf, len, write); in vm_access_ttm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 482 * Invoked when a fault occurs on an mmap of a GEM managed area. GEM 1147 struct tcm_area *area = &omap_obj->block->area; in omap_gem_describe() local 1149 area->p0.x, area->p0.y, in omap_gem_describe() 1150 area->p1.x, area->p1.y); in omap_gem_describe()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 491 /** PCM area specification */ 1198 * \brief get the address of the given PCM channel area 1199 * \param area PCM channel area 1202 * Returns the pointer corresponding to the given offset on the channel area. 1204 static inline void *snd_pcm_channel_area_addr(const snd_pcm_channel_area_t *area, snd_pcm_uframes_t offset) in snd_pcm_channel_area_addr() argument 1206 return (char *)area->addr + (area->first + area->step * offset) / 8; in snd_pcm_channel_area_addr() 1210 * \brief get the step size of the given PCM channel area i 1215 snd_pcm_channel_area_step(const snd_pcm_channel_area_t *area) snd_pcm_channel_area_step() argument [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 914 DMRect area = screenSession->GetAvailableArea(); in HWTEST_F() local 915 auto res = screenSession->UpdateAvailableArea(area); in HWTEST_F() 917 area = {2, 2, 2, 2}; in HWTEST_F() 918 res = screenSession->UpdateAvailableArea(area); in HWTEST_F() 938 DMRect area = {2, 2, 2, 2}; in HWTEST_F() local 939 screenSession->SetAvailableArea(area); in HWTEST_F() 958 DMRect area = {2, 2, 2, 2}; in HWTEST_F() local 959 screenSession->SetAvailableArea(area); in HWTEST_F() 961 ASSERT_EQ(res, area); in HWTEST_F()
|
/third_party/backends/backend/ |
H A D | epson2-ops.c | 45 * | | | | | | | | | set scan area 63 * | | | | | | | | | | | | | | | | | | | | | | | | | | | control auto area segmentation 540 unsigned char *buf, *area; in e2_discover_capabilities() local 553 area = buf + n; in e2_discover_capabilities() 555 switch (*area) { in e2_discover_capabilities() 558 int val = area[2] << 8 | area[1]; in e2_discover_capabilities() 566 x = area[2] << 8 | area[1]; in e2_discover_capabilities() 567 y = area[ in e2_discover_capabilities() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 207 // Checking only area in our destination rect in compare() 245 // Detect result edges by reading the first row and first column of the blitted area. in compare() 738 DefaultFramebufferBlitCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 filter, BlitDirection dir, BlitArea area) in DefaultFramebufferBlitCase() argument 741 , m_blitArea (area) in DefaultFramebufferBlitCase() 747 DE_ASSERT(area < AREA_LAST); in DefaultFramebufferBlitCase() 1129 DefaultFramebufferBlitCase::BlitArea area; 1158 const bool addNearest = !addLinear || (areas[areaNdx].area != DefaultFramebufferBlitCase::AREA_OUT_OF_BOUNDS); // No need to check out-of-bounds with different filtering 1162 defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_nearest_" + name + "_blit_from_default").c_str(), "", format, GL_NEAREST, DefaultFramebufferBlitCase::BLIT_DEFAULT_TO_TARGET, areas[areaNdx].area)); 1163 defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_nearest_" + name + "_blit_to_default").c_str(), "", format, GL_NEAREST, DefaultFramebufferBlitCase::BLIT_TO_DEFAULT_FROM_TARGET, areas[areaNdx].area)); 1168 defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_linear_" + name + "_blit_from_default").c_str(), "", format, GL_LINEAR, DefaultFramebufferBlitCase::BLIT_DEFAULT_TO_TARGET, areas[areaNdx].area)); [all...] |
/base/account/os_account/services/accountmgr/include/ |
H A D | account_data_storage.h | 32 OHOS::DistributedKv::Area area = OHOS::DistributedKv::EL1; member
|
/base/startup/init/services/param/include/ |
H A D | param_common.h | 111 ParamTrieHeader *area;
member
|
/base/startup/init/services/param/base/ |
H A D | param_comm.c | 61 if (workSpace->area != NULL) {
in GetWorkSpace()
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.cpp | 36 .area = DistributedKv::Area::EL1, in OpenKvStore()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_controller_base.h | 65 int32_t area = -1; member
|