Home
last modified time | relevance | path

Searched refs:unit_type (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c43 uint64_t units_to_bytes(const char *units, char *unit_type) in units_to_bytes() argument
57 *unit_type = *units; in units_to_bytes()
59 *unit_type = 'U'; in units_to_bytes()
65 *unit_type = *units; in units_to_bytes()
214 if (toupper((int) cmd->current_settings.unit_type) == in _display_size()
222 if (cmd->current_settings.unit_type == in _display_size()
231 if (cmd->current_settings.unit_type == in _display_size()
241 if (toupper((int) cmd->current_settings.unit_type) == in _display_size()
260 if (cmd->current_settings.unit_type == 'H') { in _display_size()
280 switch(toupper((int) cmd->current_settings.unit_type)) { in _display_size()
H A Ddisplay.h26 uint64_t units_to_bytes(const char *units, char *unit_type);
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dfmt_scaled.c57 } unit_type; typedef
60 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
200 unit_type unit = NONE; in fmt_scaled()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddisplay.h26 uint64_t units_to_bytes(const char *units, char *unit_type);
H A Dtoolcontext.h46 char unit_type; member
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.h46 char unit_type; member
H A Dtoolcontext.c255 &cmd->default_settings.unit_type))) { in _process_config()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h312 int unit_type; variable
H A DDwarfLib.cc1811 unit_type = debug_infoSec->Get_8 (); in DwrCU()
1817 unit_type = DW_UT_compile; in DwrCU()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c2123 int unit_type; in build_address_map() local
2149 unit_type = 0; in build_address_map()
2152 unit_type = read_byte (&unit_buf); in build_address_map()
2153 if (unit_type == DW_UT_type || unit_type == DW_UT_split_type) in build_address_map()
2190 switch (unit_type) in build_address_map()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c2139 int unit_type; in build_address_map() local
2165 unit_type = 0; in build_address_map()
2168 unit_type = read_byte (&unit_buf); in build_address_map()
2169 if (unit_type == DW_UT_type || unit_type == DW_UT_split_type) in build_address_map()
2206 switch (unit_type) in build_address_map()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c4309 enum dwarf_unit_type unit_type; in parse_comp_unit() local
4333 unit_type = DW_UT_compile; in parse_comp_unit()
4336 unit_type = read_1_byte (abfd, &info_ptr, end_ptr); in parse_comp_unit()
4349 if (unit_type == DW_UT_type) in parse_comp_unit()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c4384 enum dwarf_unit_type unit_type; in parse_comp_unit() local
4408 unit_type = DW_UT_compile; in parse_comp_unit()
4411 unit_type = read_1_byte (abfd, &info_ptr, end_ptr); in parse_comp_unit()
4424 switch (unit_type) in parse_comp_unit()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c816 &cmd->current_settings.unit_type))) { in _get_settings()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c10001 tree unit_type; in exact_inverse() local
10016 unit_type = TREE_TYPE (type); in exact_inverse()
10017 mode = TYPE_MODE (unit_type); in exact_inverse()
10028 elts.quick_push (build_real (unit_type, r)); in exact_inverse()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc10630 tree unit_type; in exact_inverse() local
10645 unit_type = TREE_TYPE (type); in exact_inverse()
10646 mode = TYPE_MODE (unit_type); in exact_inverse()
10657 elts.quick_push (build_real (unit_type, r)); in exact_inverse()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-202014073 * dwarf2/read.h (struct dwarf2_per_cu_data): Add unit_type and lang
14075 * dwarf2/read.c (process_psymtab_comp_unit): Initialize unit_type and lang
H A DChangeLog-201716646 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git112765 [gdb/symtab] Make per_cu->unit_type atomic
112779 Fix this by making per_cu->unit_type atomic.
113222 this_cu->unit_type = DW_UT_partial;
113247 unit_type, and likewise for addresses_seen.
113282 this_cu->unit_type = DW_UT_partial;
113299 ENUM_BITFIELD (dwarf_unit_type) unit_type : 8;
113310 ENUM_BITFIELD (dwarf_unit_type) unit_type : 8 __attribute__((packed));
113318 packed<dwarf_unit_type, 1> unit_type;
114220 src/gdb/dwarf2/read.h:311: internal-error: unit_type: \
114230 functions for per_cu->lang/unit_type").
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201716646 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.