Home
last modified time | relevance | path

Searched refs:last_level (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dtoc.c192 int last_level; in contents_update_html() local
201 last_level = toc_entry_alist[0]->level; in contents_update_html()
205 if (toc_entry_alist[i]->level > last_level) in contents_update_html()
210 for (k = 0; k < (toc_entry_alist[i]->level-last_level); k++) in contents_update_html()
213 else if (toc_entry_alist[i]->level < last_level) in contents_update_html()
217 for (k = 0; k < (last_level-toc_entry_alist[i]->level); k++) in contents_update_html()
251 last_level = toc_entry_alist[i]->level; in contents_update_html()
255 if (toc_entry_alist[0]->level < last_level) in contents_update_html()
256 for (k = 0; k < (last_level-toc_entry_alist[0]->level); k++) in contents_update_html()
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_ioctl.c224 if (rc->last_level > 1) in virtio_gpu_resource_create_ioctl()
242 params.last_level = rc->last_level; in virtio_gpu_resource_create_ioctl()
H A Dvirtgpu_drv.h65 uint32_t last_level; member
H A Dvirtgpu_vq.c992 cmd_p->last_level = cpu_to_le32(params->last_level); in virtio_gpu_cmd_resource_create_3d()
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dvirtgpu_drm.h92 __u32 last_level; member
/netbsd-src/games/rogue/
H A Drogue.h209 #define last_level is_cursed macro
H A Dmonster.c162 (cur_level <= mon_tab[mn].last_level)) { in gr_monster()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c3924 int level, last_level, saved_level; in process_debug_info() local
4098 last_level = level; in process_debug_info()
4171 || last_level < dwarf_cutoff_level) in process_debug_info()
4173 last_level = level; in process_debug_info()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c3752 int level, last_level, saved_level; in process_debug_info() local
3954 last_level = level; in process_debug_info()
4023 || last_level < dwarf_cutoff_level) in process_debug_info()
4025 last_level = level; in process_debug_info()