Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c549 int sub_type; /* for token_type_string, token_type_symbol */ member
897 switch (tp->sub_type) in extract_quotelike_pass3()
913 if (tp->sub_type == string_type_verbatim) in extract_quotelike_pass3()
917 if (tp->sub_type == string_type_verbatim) in extract_quotelike_pass3()
937 if (tp->sub_type == string_type_q) in extract_quotelike_pass3()
1695 token.sub_type = string_type_qq; in interpolate_keywords()
2166 tp->sub_type = symbol_type_none; in x_perl_prelex()
2200 tp->sub_type = symbol_type_none; in x_perl_prelex()
2249 tp->sub_type = symbol_type_none; in x_perl_prelex()
2262 tp->sub_type = string_type_qq; in x_perl_prelex()
[all …]
H A DChangeLog3494 (struct token_ty): Rename field string_type to sub_type and change its
3497 (x_perl_prelex): Set sub_type also for symbol tokens.
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Ddmub_psr.c61 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_ENABLE; in dmub_set_psr_enable()
63 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_DISABLE; in dmub_set_psr_enable()
87 cmd.psr_set_level.header.sub_type = DMUB_CMD__PSR_SET_LEVEL; in dmub_set_psr_level()
135 cmd.psr_copy_settings.header.sub_type = DMUB_CMD__PSR_COPY_SETTINGS; in dmub_setup_psr()
/netbsd-src/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c633 char *sub_type = NULL; in mount_linux_nonfs() local
638 sub_type = hasmnteq(mnt, "type"); in mount_linux_nonfs()
639 if (sub_type) { in mount_linux_nonfs()
640 sub_type = xstrdup(sub_type); in mount_linux_nonfs()
641 type = strpbrk(sub_type, ",:;\n\t"); in mount_linux_nonfs()
646 type = sub_type; in mount_linux_nonfs()
742 if (sub_type != NULL) in mount_linux_nonfs()
743 XFREE(sub_type); in mount_linux_nonfs()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_command_table2.c124 encoder_control.header.sub_type = DMUB_CMD__VBIOS_DIGX_ENCODER_CONTROL; in encoder_control_dmcub()
249 transmitter_control.header.sub_type = in transmitter_control_dmcub()
350 pixel_clock.header.sub_type = DMUB_CMD__VBIOS_SET_PIXEL_CLOCK; in set_pixel_clock_dmcub()
716 power_gating.header.sub_type = DMUB_CMD__VBIOS_ENABLE_DISP_POWER_GATING; in enable_disp_power_gating_dmcub()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Damdgpu_dc_helper.c187 cmd_buf->header.sub_type = 0; in dmub_reg_value_burst_set_pack()
216 cmd_buf->header.sub_type = 0; in dmub_reg_value_pack()
241 cmd_buf->header.sub_type = 0; in dmub_reg_wait_done_pack()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h62 unsigned int sub_type : 8; member
/netbsd-src/usr.bin/xlint/lint1/
H A Dinit.c542 const type_t *sub_type = designation_parent_type(dn, bl->bl_type); in brace_level_pop_done() local
548 warn_too_many_initializers(dr_kind, sub_type); in brace_level_pop_done()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td591 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx,
594 (sub_type (extractelt vec_type:$src, sub_idx)),
/netbsd-src/usr.sbin/sysinst/
H A Dmbr.c1167 mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type) in mbr_get_fs_part_type() argument
1178 if (sub_type == 0) in mbr_get_fs_part_type()
1179 sub_type = MBR_PTYPE_FAT32L; in mbr_get_fs_part_type()
1181 switch (sub_type) { in mbr_get_fs_part_type()
1188 return &mbr_gen_type_desc[sub_type].gen; in mbr_get_fs_part_type()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c164 #define OP_3D_MEDIA(sub_type, opcode, sub_opcode) \ argument
165 ((3 << 13) | ((sub_type) << 11) | ((opcode) << 8) | (sub_opcode))
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog35985 For add/sub_type functions where type is a type without signed zeros,
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git27926 gdb/dwarf2/read.c: sub_type->set_fields (sub_type->fields () + 1);