Searched refs:kernel_mapped (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_gblur_vulkan.c | 130 uint8_t *kernel_mapped; in init_gblur_pipeline() local 179 RET(ff_vk_map_buffers(&s->vkctx, params_buf, &kernel_mapped, 1, 0)); in init_gblur_pipeline() 181 init_gaussian_kernel((float *)kernel_mapped, sigma, ksize); in init_gblur_pipeline()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 609 * @tc.desc : Test fixup_rpath when kernel_mapped is 0 614 struct dso dso = {.rpath = NULL, .rpath_orig = "$ORIGIN", .kernel_mapped = 0, .name="abc/abc"}; in dynlink_test_2001() 622 * @tc.desc : Test fixup_rpath when kernel_mapped is 1 627 struct dso dso = {.rpath = NULL, .rpath_orig = "$ORIGIN", .kernel_mapped = 1, .name = "abc/abc"}; in dynlink_test_2002()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 147 char kernel_mapped; member
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 160 char kernel_mapped; member
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 77 char kernel_mapped; member 867 if (p->kernel_mapped) { in fixup_rpath() 1415 p->kernel_mapped = 1; in kernel_mapped_dso()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 77 char kernel_mapped; member 867 if (p->kernel_mapped) { in fixup_rpath() 1414 p->kernel_mapped = 1; in kernel_mapped_dso()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 89 char kernel_mapped; member 936 if (p->kernel_mapped) { in fixup_rpath() 1508 p->kernel_mapped = 1;
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1714 if (p->kernel_mapped) { in fixup_rpath() 2537 p->kernel_mapped = 1; in kernel_mapped_dso()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1902 if (p->kernel_mapped) { in fixup_rpath() 2766 p->kernel_mapped = 1; in kernel_mapped_dso()
|
Completed in 31 milliseconds