Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket.h316 unsigned new_format; /* Whether this packet tag is new member
H A Dpacket-parse.c3162 pkt.u.ptag.new_format = !!(ptag & PGP_PTAG_NEW_FORMAT); in parse_packet()
3163 if (pkt.u.ptag.new_format) { in parse_packet()
H A Dpacket-print.c893 content->ptag.new_format, in pgp_print_packet()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c5097 enum fp_16bit_format new_format; in set_fp16_format() local
5099 new_format = ARM_FP16_FORMAT_DEFAULT; in set_fp16_format()
5109 new_format = ARM_FP16_FORMAT_IEEE; in set_fp16_format()
5111 new_format = ARM_FP16_FORMAT_ALTERNATIVE; in set_fp16_format()
5121 fp16_format = new_format; in set_fp16_format()
5124 if (new_format != fp16_format) in set_fp16_format()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c5127 enum fp_16bit_format new_format; in set_fp16_format() local
5129 new_format = ARM_FP16_FORMAT_DEFAULT; in set_fp16_format()
5139 new_format = ARM_FP16_FORMAT_IEEE; in set_fp16_format()
5141 new_format = ARM_FP16_FORMAT_ALTERNATIVE; in set_fp16_format()
5151 fp16_format = new_format; in set_fp16_format()
5154 if (new_format != fp16_format) in set_fp16_format()