Home
last modified time | relevance | path

Searched refs:size_unit (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_aix43.c450 char size_unit = 'K'; in format_next_process() local
467 size_unit = 'M'; in format_next_process()
480 size_unit, /* K or M */ in format_next_process()
H A Dm_aix5.c544 char size_unit = 'K'; local
560 size_unit = 'M';
573 size_unit, /* K or M */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1668 tree size_unit; member
1821 tree size_unit; member
H A Dstor-layout.cc1988 tree size_unit = TYPE_SIZE_UNIT (type); in finalize_type_size() local
2001 TYPE_SIZE_UNIT (variant) = size_unit; in finalize_type_size()
H A Dtree.h2090 #define TYPE_SIZE_UNIT(NODE) (TYPE_CHECK (NODE)->type_common.size_unit)
2629 #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit)
H A Dcfgexpand.cc1683 tree size_unit = TREE_CODE (var) == SSA_NAME in defer_stack_allocation() local
1691 = (poly_int_tree_p (size_unit, &size) in defer_stack_allocation()
H A DChangeLog-199812007 (struct tree_type): Add size_unit member.
H A DChangeLog-20017501 * tree-inline.c (remap_decl): Don't copy size and size_unit here.
H A DChangeLog-200028165 (struct tree_decl): New field size_unit.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1598 tree size_unit; member
1751 tree size_unit; member
H A Dstor-layout.c1982 tree size_unit = TYPE_SIZE_UNIT (type); in finalize_type_size() local
1995 TYPE_SIZE_UNIT (variant) = size_unit; in finalize_type_size()
H A Dcfgexpand.c1543 tree size_unit = TREE_CODE (var) == SSA_NAME in defer_stack_allocation() local
1551 = (poly_int_tree_p (size_unit, &size) in defer_stack_allocation()
H A Dtree.h1975 #define TYPE_SIZE_UNIT(NODE) (TYPE_CHECK (NODE)->type_common.size_unit)
2505 #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit)
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
H A Dnouveau_nvkm_engine_pm_base.c772 u32 base, u32 size_unit, u32 size_domain, in nvkm_perfdom_new() argument
781 u32 addr = base + (i * size_unit); in nvkm_perfdom_new()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h63 (INSTANCE_METHOD_OR_CLASS_METHOD_DECL_CHECK (DECL)->decl_common.size_unit)
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h63 (INSTANCE_METHOD_OR_CLASS_METHOD_DECL_CHECK (DECL)->decl_common.size_unit)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc5851 WT (t->type_common.size_unit); in core_vals()
5872 WT (t->decl_common.size_unit); in core_vals()
6375 RT (t->type_common.size_unit); in core_vals()
6391 RT (t->decl_common.size_unit); in core_vals()
11778 tree size_unit = tree_node (); in read_class_def() local
11886 TYPE_SIZE_UNIT (type) = size_unit; in read_class_def()
H A DChangeLog-20021456 * cp-tree.h (lang_type_class): Remove size, size_unit. Add
H A DChangeLog-20006052 * cp-tree.h (struct lang_type): New field size_unit.