Searched refs:new_format (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket.h316 unsigned new_format; /* Whether this packet tag is new member in struct:__anon10
H A Dpacket-parse.c3162 pkt.u.ptag.new_format = !!(ptag & PGP_PTAG_NEW_FORMAT);
3163 if (pkt.u.ptag.new_format) {
H A Dpacket-print.c891 printf("==== ptag new_format=%u type=%u length_type=%d"
893 content->ptag.new_format,
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c5097 enum fp_16bit_format new_format; local
5099 new_format = ARM_FP16_FORMAT_DEFAULT;
5109 new_format = ARM_FP16_FORMAT_IEEE;
5111 new_format = ARM_FP16_FORMAT_ALTERNATIVE;
5121 fp16_format = new_format;
5124 if (new_format != fp16_format)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c5058 enum fp_16bit_format new_format; local
5060 new_format = ARM_FP16_FORMAT_DEFAULT;
5070 new_format = ARM_FP16_FORMAT_IEEE;
5072 new_format = ARM_FP16_FORMAT_ALTERNATIVE;
5082 fp16_format = new_format;
5085 if (new_format != fp16_format)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c5097 enum fp_16bit_format new_format; local
5099 new_format = ARM_FP16_FORMAT_DEFAULT;
5109 new_format = ARM_FP16_FORMAT_IEEE;
5111 new_format = ARM_FP16_FORMAT_ALTERNATIVE;
5121 fp16_format = new_format;
5124 if (new_format != fp16_format)

Completed in 512 milliseconds