Searched refs:encoding_length (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | asn1_encode_test.c | 678 size_t encoding_length = make_custom_der(custom_data, &encoding, 1); in do_decode_custom() local 681 if (encoding_length == 0) in do_decode_custom() 684 ret = do_decode(encoding, encoding_length, expected, expected_size, in do_decode_custom()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | asn1_encode_test.c | 678 size_t encoding_length = make_custom_der(custom_data, &encoding, 1); in do_decode_custom() local 681 if (encoding_length == 0) in do_decode_custom() 684 ret = do_decode(encoding, encoding_length, expected, expected_size, in do_decode_custom()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-i386.c | 9146 encoding_length (const fragS *start_frag, offsetT start_off, in encoding_length() function 9810 j = encoding_length (insn_start_frag, insn_start_off, frag_more (0)); in output_insn() 10018 encoding_length (insn_start_frag, insn_start_off, p); in output_disp() 10196 encoding_length (insn_start_frag, insn_start_off, p); in output_imm()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386.c | 11088 encoding_length (const fragS *start_frag, offsetT start_off, in encoding_length() function 11760 j = encoding_length (insn_start_frag, insn_start_off, frag_more (0)); in output_insn() 11968 encoding_length (insn_start_frag, insn_start_off, p); in output_disp() 12154 encoding_length (insn_start_frag, insn_start_off, p); in output_imm()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2019 | 1714 * tc-i386.c (output_disp, output_imm): Use encoding_length. 1718 * tc-i386.c (encoding_length): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2019 | 1714 * tc-i386.c (output_disp, output_imm): Use encoding_length. 1718 * tc-i386.c (encoding_length): New.
|