Searched refs:z_info (Results 1 – 4 of 4) sorted by relevance
/third_party/gn/src/gn/ |
D | resolved_target_data_unittest.cc | 28 auto z_info = resolved.GetLibInfo(&z); in TEST() local 29 ASSERT_EQ(1u, z_info.all_libs.size()); in TEST() 30 EXPECT_EQ(lib, z_info.all_libs[0]); in TEST() 31 ASSERT_EQ(1u, z_info.all_lib_dirs.size()); in TEST() 32 EXPECT_EQ(libdir, z_info.all_lib_dirs[0]); in TEST()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 179 …n_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip_info *z_info); 180 …by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, struct zip_info *z_info); 4336 …en_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip_info *z_info) in open_library_by_path() argument 4348 int res = open_uncompressed_library_in_zipfile(buf, z_info, separator); in open_library_by_path() 4350 task->fd = z_info->fd; in open_library_by_path() 4351 task->file_offset = z_info->file_offset; in open_library_by_path() 4354 memset(z_info->path_buf, 0, sizeof(z_info->path_buf)); in open_library_by_path() 4366 struct zip_info *z_info) in handle_asan_path_open_by_task() argument 4380 open_library_by_path(name, new_lib_paths, task, z_info); in handle_asan_path_open_by_task() 4386 open_library_by_path(name, namespace->asan_lib_paths, task, z_info); in handle_asan_path_open_by_task() [all …]
|
D | zip_archive.h | 114 int open_uncompressed_library_in_zipfile(const char *path, struct zip_info *z_info, char *separator…
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 2699 uint32_t z_info, s_info; in si_init_depth_surface() local 2722 z_info = S_028038_FORMAT(format) | in si_init_depth_surface() 2740 z_info |= S_028038_TILE_SURFACE_ENABLE(1) | S_028038_ALLOW_EXPCLEAR(1); in si_init_depth_surface() 2768 z_info = in si_init_depth_surface() 2788 z_info |= S_028040_TILE_SPLIT(G_009910_TILE_SPLIT(tile_mode)); in si_init_depth_surface() 2792 z_info |= S_028040_TILE_MODE_INDEX(tile_mode_index); in si_init_depth_surface() 2803 z_info |= S_028040_TILE_SURFACE_ENABLE(1) | S_028040_ALLOW_EXPCLEAR(1); in si_init_depth_surface() 2827 surf->db_z_info = z_info; in si_init_depth_surface()
|