| /third_party/openhitls/crypto/codecskey/src/ |
| D | crypt_encode_decode.c | 116 int32_t CRYPT_EAL_ParseAsn1PriKey(int32_t type, BSL_Buffer *encode, const BSL_Buffer *pwd, in CRYPT_EAL_ParseAsn1PriKey() argument 123 return ParseEccPrikeyAsn1Buff(encode->data, encode->dataLen, NULL, ealPriKey); in CRYPT_EAL_ParseAsn1PriKey() 127 return ParseRsaPrikeyAsn1Buff(encode->data, encode->dataLen, NULL, BSL_CID_UNKNOWN, in CRYPT_EAL_ParseAsn1PriKey() 131 return ParsePk8PriKeyBuff(encode, ealPriKey); in CRYPT_EAL_ParseAsn1PriKey() 134 return ParsePk8EncPriKeyBuff(encode, pwd, ealPriKey); in CRYPT_EAL_ParseAsn1PriKey() 143 int32_t CRYPT_EAL_ParsePemPriKey(int32_t type, BSL_Buffer *encode, const BSL_Buffer *pwd, in CRYPT_EAL_ParsePemPriKey() argument 152 … ret = BSL_PEM_DecodePemToAsn1((char **)&(encode->data), &(encode->dataLen), &symbol, &(asn1.data), in CRYPT_EAL_ParsePemPriKey() 167 int32_t CRYPT_EAL_ParseUnknownPriKey(int32_t type, BSL_Buffer *encode, const BSL_Buffer *pwd, in CRYPT_EAL_ParseUnknownPriKey() argument 171 bool isPem = BSL_PEM_IsPemFormat((char *)(encode->data), encode->dataLen); in CRYPT_EAL_ParseUnknownPriKey() 173 return CRYPT_EAL_ParsePemPriKey(type, encode, pwd, ealPriKey); in CRYPT_EAL_ParseUnknownPriKey() [all …]
|
| /third_party/ffmpeg/tests/fate/ |
| D | aac.mak | 151 FATE_AAC_ENCODE += fate-aac-aref-encode 152 fate-aac-aref-encode: ./tests/data/asynth-44100-2.wav 153 fate-aac-aref-encode: CMD = enc_dec_pcm adts wav s16le $(REF) -c:a aac -aac_coder fast -aac_is 0 -a… 154 fate-aac-aref-encode: CMP = stddev 155 fate-aac-aref-encode: REF = ./tests/data/asynth-44100-2.wav 156 fate-aac-aref-encode: CMP_SHIFT = -4096 157 fate-aac-aref-encode: CMP_TARGET = 596 158 fate-aac-aref-encode: SIZE_TOLERANCE = 2464 159 fate-aac-aref-encode: FUZZ = 89 161 FATE_AAC_ENCODE += fate-aac-ln-encode [all …]
|
| D | ac3.mak | 71 FATE_AC3-$(call ENCDEC, AC3, AC3) += fate-ac3-encode 72 fate-ac3-encode: CMD = enc_dec_pcm ac3 wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:a … 73 fate-ac3-encode: CMP_SHIFT = -1024 74 fate-ac3-encode: CMP_TARGET = 404.53 75 fate-ac3-encode: SIZE_TOLERANCE = 488 78 FATE_EAC3-$(call ENCDEC, EAC3, EAC3) += fate-eac3-encode 79 fate-eac3-encode: CMD = enc_dec_pcm eac3 wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:… 80 fate-eac3-encode: CMP_SHIFT = -1024 81 fate-eac3-encode: CMP_TARGET = 516.94 82 fate-eac3-encode: SIZE_TOLERANCE = 488 [all …]
|
| /third_party/mesa3d/src/intel/common/ |
| D | intel_compute_slm.c | 14 uint32_t encode; member 34 { .encode = 0x0, .size_in_kb = 0, }, 35 { .encode = 0x1, .size_in_kb = 1, }, 36 { .encode = 0x2, .size_in_kb = 2, }, 37 { .encode = 0x3, .size_in_kb = 4, }, 38 { .encode = 0x4, .size_in_kb = 8, }, 39 { .encode = 0x5, .size_in_kb = 16, }, 40 { .encode = 0x8, .size_in_kb = 24, }, 41 { .encode = 0x6, .size_in_kb = 32, }, 42 { .encode = 0x9, .size_in_kb = 48, }, [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/ |
| D | h264_encode.adoc | 5 [[encode-h264]] 6 == H.264 Encode Operations 8 Video encode operations using an <<encode-h264-profile,H.264 encode 9 profile>> can: be used to encode elementary video stream sequences compliant 20 This process is performed according to the <<encode-operation-steps,video 21 encode operation steps>> with the codec-specific semantics defined in 27 the <<encode-h264-active-sps,active SPS>> specifying the 28 <<encode-h264-sps, H.264 sequence parameter set>>. 30 <<encode-h264-active-pps,active PPS>> specifying the <<encode-h264-pps, 33 <<encode-h264-picture-info,H.264 picture information>>. [all …]
|
| D | h265_encode.adoc | 5 [[encode-h265]] 6 == H.265 Encode Operations 8 Video encode operations using an <<encode-h265-profile,H.265 encode 9 profile>> can: be used to encode elementary video stream sequences compliant 20 This process is performed according to the <<encode-operation-steps,video 21 encode operation steps>> with the codec-specific semantics defined in 27 <<encode-h265-active-vps,active VPS>> specifying the <<encode-h265-vps, 30 the <<encode-h265-active-sps,active SPS>> specifying the 31 <<encode-h265-sps, H.265 sequence parameter set>>. 33 <<encode-h265-active-pps,active PPS>> specifying the <<encode-h265-pps, [all …]
|
| D | encode.adoc | 5 [[video-encode-operations]] 6 == Video Encode Operations 8 [[encode-input-picture]] 9 Video encode operations consume an _encode input picture_ and zero or more 16 Such encode input pictures can be used 27 Video encode operations may: access the following resources in the 31 <<encode-input-picture-info,encode input picture>> and 32 <<encode-active-reference-picture-info,active reference pictures>> with 35 <<encode-reconstructed-picture-info,reconstructed picture>> with access 39 resource>> accessed by the video encode operation is specified using a [all …]
|
| /third_party/openhitls/testcode/sdv/testcase/crypto/encode/ |
| D | test_suite_sdv_encode.c | 34 * @title Test CRYPT_EAL_EncodeSign normal encode function 39 uint8_t encode[MAX_ENCODE_LEN] = {0}; in SDV_ENCODE_SIGN_BN_FUNC_TC001() local 40 uint32_t encodeLen = sizeof(encode); in SDV_ENCODE_SIGN_BN_FUNC_TC001() 56 ASSERT_EQ(CRYPT_EAL_EncodeSign(bnR, bnS, encode, &encodeLen), CRYPT_SUCCESS); in SDV_ENCODE_SIGN_BN_FUNC_TC001() 58 ASSERT_TRUE(memcmp(encode, expect->x, expect->len) == 0); in SDV_ENCODE_SIGN_BN_FUNC_TC001() 73 uint8_t encode[MAX_ENCODE_LEN] = {0}; in SDV_ENCODE_SIGN_BN_API_TC001() local 74 uint32_t encodeLen = sizeof(encode); in SDV_ENCODE_SIGN_BN_API_TC001() 82 ASSERT_EQ(CRYPT_EAL_EncodeSign(bnR, bnS, encode, &encodeLen), CRYPT_INVALID_ARG); in SDV_ENCODE_SIGN_BN_API_TC001() 84 ASSERT_EQ(CRYPT_EAL_EncodeSign(bnR, bnS, encode, &encodeLen), CRYPT_INVALID_ARG); in SDV_ENCODE_SIGN_BN_API_TC001() 88 ASSERT_EQ(CRYPT_EAL_EncodeSign(NULL, bnS, encode, &encodeLen), CRYPT_NULL_INPUT); in SDV_ENCODE_SIGN_BN_API_TC001() [all …]
|
| D | test_suite_sdv_encode.data | 1 SDV_ENCODE_SIGN_BN_FUNC_TC001:Test normal encode - rfc6979appendix-A.1.3 4 SDV_ENCODE_SIGN_BN_FUNC_TC001:Test normal encode 7 SDV_ENCODE_SIGN_BN_FUNC_TC001:Test normal encode - all F 50 SDV_ENCODE_SM2_ENCRYPT_DATA_FUNC_TC001:Test normal encode 53 SDV_ENCODE_SM2_ENCRYPT_DATA_FUNC_TC001:Test normal encode - GBT.32918.5-2017 56 SDV_ENCODE_SM2_ENCRYPT_DATA_FUNC_TC001:Test abnormal encode - null input 101 SDV_ENCODE_DECODE_SIGN_COMBO_TC001:Test combined encode/decode - rfc6979appendix-A.1.3 104 SDV_ENCODE_DECODE_SIGN_COMBO_TC001:Test combined encode/decode - small numbers 107 SDV_ENCODE_DECODE_SIGN_COMBO_TC001:Test combined encode/decode - all F 110 SDV_ENCODE_DECODE_SM2_ENCRYPT_COMBO_TC001:Test combined encode/decode - normal data [all …]
|
| /third_party/rust/rust/library/proc_macro/src/bridge/ |
| D | rpc.rs | 10 pub(super) trait Encode<S>: Sized { interface 11 fn encode(self, w: &mut Writer, s: &mut S); in encode() method 26 impl<S> Encode<S> for $ty { impl 27 fn encode(self, w: &mut Writer, _: &mut S) { 45 impl<S, $($($T: Encode<S>),+)?> Encode<S> for $name $(<$($T),+>)? { 46 fn encode(self, w: &mut Writer, s: &mut S) { 47 $(self.$field.encode(w, s);)* 62 impl<S, $($($T: Encode<S>),+)?> Encode<S> for $name $(<$($T),+>)? { 63 fn encode(self, w: &mut Writer, s: &mut S) { 75 tag::$variant.encode(w, s); [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_KHR_video_encode_queue.adoc | 10 This document outlines a proposal to enable performing video encode operations in Vulkan. 14 Integrating video encode operations into Vulkan applications enables a wide set of new usage scenar… 28 1. Rely on external sharing capabilities to interact with existing video encode APIs 39 === Video Encode Queues 43 …encode capable queue families in general, if needed, before querying more details about the indivi… 49 * The new video encode command introduced by this extension 51 For the full list of individual commands supported by video encode queues, and whether any command … 54 === Video Encode Profiles 56 …encode profiles are defined using a `VkVideoProfileInfoKHR` structure that specifies a `videoCodec… 88 …encode profiles that only differ in terms of video encode usage hints, and it also affects video p… [all …]
|
| /third_party/python/Lib/test/ |
| D | test_multibytecodec.py | 39 self.assertEqual(''.encode(enc), b'') 43 self.assertEqual('abcd'.encode(enc), b'abcd') 57 self.assertEqual(data.encode(enc, "test.ignore"), b'') 84 self.assertEqual(encoder.encode('\ud30c\uc774\uc36c \ub9c8\uc744'), 87 self.assertEqual(encoder.encode('\u2606\u223c\u2606', True), 90 self.assertEqual(encoder.encode('', True), b'') 91 self.assertEqual(encoder.encode('', False), b'') 101 self.assertEqual(encoder.encode('\u00e6\u0300'), b'\xab\xc4') 102 self.assertEqual(encoder.encode('\u00e6'), b'') 103 self.assertEqual(encoder.encode('\u0300'), b'\xab\xc4') [all …]
|
| /third_party/openhitls/testcode/sdv/testcase/bsl/asn1/ |
| D | test_suite_sdv_asn1.c | 572 uint8_t *encode = val->x; in SDV_BSL_ASN1_DECODELEN_FUNC() local 575 ASSERT_EQ(BSL_ASN1_DecodeLen(&encode, &encodeLen, flag, &len), res); in SDV_BSL_ASN1_DECODELEN_FUNC() 584 uint8_t *encode = NULL; in SDV_BSL_ASN1_DECODE_WRONG_INPUT_FUNC() local 590 ASSERT_EQ(BSL_ASN1_DecodeLen(&encode, &encodeLen, completeLen, &valueLen), BSL_NULL_INPUT); in SDV_BSL_ASN1_DECODE_WRONG_INPUT_FUNC() 591 ASSERT_EQ(BSL_ASN1_DecodeTagLen(tag, &encode, &encodeLen, &valueLen), BSL_NULL_INPUT); in SDV_BSL_ASN1_DECODE_WRONG_INPUT_FUNC() 592 ASSERT_EQ(BSL_ASN1_DecodeItem(&encode, &encodeLen, &asnItem), BSL_NULL_INPUT); in SDV_BSL_ASN1_DECODE_WRONG_INPUT_FUNC() 595 …ASSERT_EQ(BSL_ASN1_DecodeTemplate(&templ, NULL, &encode, &encodeLen, &asnItem, 1), BSL_NULL_INPUT); in SDV_BSL_ASN1_DECODE_WRONG_INPUT_FUNC() 604 uint8_t *encode = val->x; in SDV_BSL_ASN1_DECODECOMPLETELEN_FUNC() local 606 ASSERT_EQ(BSL_ASN1_GetCompleteLen(encode, &encodeLen), res); in SDV_BSL_ASN1_DECODECOMPLETELEN_FUNC() 621 uint8_t *encode = NULL; in SDV_BSL_ASN1_ENCODE_TEMPLATE_API_TC001() local [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/ |
| D | vfs_path.rs | 117 /// Encode the path in the given buffer. 123 pub(crate) fn encode(&self, buf: &mut Vec<u8>) { in encode() method 133 use windows_paths::Encode; in encode() 139 windows_paths::SEP.encode(buf); in encode() 145 prefix.kind().encode(buf); in encode() 149 component.as_os_str().encode(buf); in encode() 152 _ => component.as_os_str().encode(buf), in encode() 176 pub(crate) trait Encode { interface 177 fn encode(&self, buf: &mut Vec<u8>); in encode() method 180 impl Encode for std::ffi::OsStr { [all …]
|
| /third_party/rust/rust/compiler/rustc_serialize/src/ |
| D | collection_impls.rs | 12 fn encode(&self, s: &mut S) { in encode() method 14 slice.encode(s); in encode() 26 fn encode(&self, s: &mut S) { in encode() method 27 self.as_slice().encode(s); in encode() 39 fn encode(&self, s: &mut S) { in encode() method 42 e.encode(s); in encode() 55 fn encode(&self, s: &mut S) { in encode() method 58 e.encode(s); in encode() 75 fn encode(&self, e: &mut S) { in encode() function 78 key.encode(e); in encode() [all …]
|
| D | serialize.rs | 152 fn encode(&self, s: &mut S); in encode() method 174 fn encode(&self, s: &mut S) { 211 fn encode(&self, s: &mut S) { in encode() function 212 (**self).encode(s) in encode() 217 fn encode(&self, _s: &mut S) { in encode() method 229 fn encode(&self, s: &mut S) { in encode() method 241 fn encode(&self, s: &mut S) { in encode() method 247 fn encode(&self, s: &mut S) { in encode() method 259 fn encode(&self, _s: &mut S) {} in encode() method 267 fn encode(&self, _s: &mut S) {} in encode() method [all …]
|
| /third_party/openhitls/bsl/asn1/src/ |
| D | bsl_asn1.c | 29 int32_t BSL_ASN1_DecodeLen(uint8_t **encode, uint32_t *encLen, bool completeLen, uint32_t *len) in BSL_ASN1_DecodeLen() argument 31 if (encode == NULL || *encode == NULL || encLen == NULL || len == NULL) { in BSL_ASN1_DecodeLen() 34 uint8_t *temp = *encode; in BSL_ASN1_DecodeLen() 73 *encode = temp; in BSL_ASN1_DecodeLen() 97 int32_t BSL_ASN1_DecodeTagLen(uint8_t tag, uint8_t **encode, uint32_t *encLen, uint32_t *valLen) in BSL_ASN1_DecodeTagLen() argument 99 if (encode == NULL || *encode == NULL || encLen == NULL || valLen == NULL) { in BSL_ASN1_DecodeTagLen() 102 uint8_t *temp = *encode; in BSL_ASN1_DecodeTagLen() 122 *encode = temp; in BSL_ASN1_DecodeTagLen() 127 int32_t BSL_ASN1_DecodeItem(uint8_t **encode, uint32_t *encLen, BSL_ASN1_Buffer *asnItem) in BSL_ASN1_DecodeItem() argument 129 if (encode == NULL || *encode == NULL || encLen == NULL || asnItem == NULL) { in BSL_ASN1_DecodeItem() [all …]
|
| /third_party/libcoap/include/coap3/ |
| D | coap_encode.h | 2 * encode.h -- encoding and decoding of CoAP data types 44 * @defgroup encode Encode / Decode API 74 * to encode. 75 * Returns the number of bytes used to encode @p value or 0 on error. 77 * @param buf The output buffer to encode into 78 * @param length The output buffer size to encode into (must be sufficient) 79 * @param value The value to encode into the buffer 81 * @return The number of bytes used to encode @p value (which can be 0 91 * to encode. 92 * Returns the number of bytes used to encode @p value or 0 on error. [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | CodedOutputStream.ComputeSize.cs | 27 /// Computes the number of bytes that would be needed to encode a 36 /// Computes the number of bytes that would be needed to encode a 45 /// Computes the number of bytes that would be needed to encode a 54 /// Computes the number of bytes that would be needed to encode an 63 /// Computes the number of bytes that would be needed to encode an 80 /// Computes the number of bytes that would be needed to encode a 89 /// Computes the number of bytes that would be needed to encode a 98 /// Computes the number of bytes that would be needed to encode a 107 /// Computes the number of bytes that would be needed to encode a 117 /// Computes the number of bytes that would be needed to encode a [all …]
|
| /third_party/alsa-lib/test/lsb/ |
| D | midi_event.c | 184 #define ENCODE(str) snd_midi_event_encode(midi_event, \ in test_encode() macro 187 TEST_CHECK(ENCODE("\x81\x02\x03") == 3); in test_encode() 194 TEST_CHECK(ENCODE("\x94\x05\x06") == 3); in test_encode() 200 TEST_CHECK(ENCODE("\xa7\x08\x09") == 3); in test_encode() 206 TEST_CHECK(ENCODE("\xba\x0b\x0c") == 3); in test_encode() 212 TEST_CHECK(ENCODE("\xcd\x0e") == 2); in test_encode() 217 TEST_CHECK(ENCODE("\xdf\x10") == 2); in test_encode() 222 TEST_CHECK(ENCODE("\xe1\x22\x33") == 3); in test_encode() 227 TEST_CHECK(ENCODE("\xf0\x7f\x7f\x04\x01\x7f\x7f\xf7") == 8); in test_encode() 233 TEST_CHECK(ENCODE("\xf1\x04") == 2); in test_encode() [all …]
|
| /third_party/openhitls/pki/cms/src/ |
| D | hitls_cms_common.c | 34 int32_t HITLS_CMS_ParseAsn1Data(BSL_Buffer *encode, BSL_Buffer *dataValue) in HITLS_CMS_ParseAsn1Data() argument 36 if (encode == NULL || dataValue == NULL) { in HITLS_CMS_ParseAsn1Data() 40 uint8_t *temp = encode->data; in HITLS_CMS_ParseAsn1Data() 41 uint32_t tempLen = encode->dataLen; in HITLS_CMS_ParseAsn1Data() 89 int32_t HITLS_CMS_ParseDigestInfo(BSL_Buffer *encode, BslCid *cid, BSL_Buffer *digest) in HITLS_CMS_ParseDigestInfo() argument 91 if (encode == NULL || encode->data == NULL || digest == NULL || cid == NULL) { in HITLS_CMS_ParseDigestInfo() 95 if (encode->dataLen == 0 || digest->data != NULL) { in HITLS_CMS_ParseDigestInfo() 99 uint8_t *temp = encode->data; in HITLS_CMS_ParseDigestInfo() 100 uint32_t tempLen = encode->dataLen; in HITLS_CMS_ParseDigestInfo() 131 int32_t HITLS_CMS_EncodeDigestInfoBuff(BslCid cid, BSL_Buffer *in, BSL_Buffer *encode) in HITLS_CMS_EncodeDigestInfoBuff() argument [all …]
|
| /third_party/openhitls/bsl/pem/src/ |
| D | bsl_pem.c | 31 int32_t BSL_PEM_GetPemRealEncode(char **encode, uint32_t *encodeLen, BSL_PEM_Symbol *symbol, char *… in BSL_PEM_GetPemRealEncode() argument 40 if (!BSL_PEM_IsPemFormat(*encode, *encodeLen)) { in BSL_PEM_GetPemRealEncode() 43 char *begin = strstr(*encode, symbol->head); in BSL_PEM_GetPemRealEncode() 55 *encodeLen -= (end - *encode + tailLen); in BSL_PEM_GetPemRealEncode() 56 *encode = end + tailLen; in BSL_PEM_GetPemRealEncode() 61 int32_t BSL_PEM_GetAsn1Encode(const char *encode, const uint32_t encodeLen, uint8_t **asn1Encode, in BSL_PEM_GetAsn1Encode() argument 70 int32_t ret = BSL_BASE64_Decode(encode, encodeLen, asn1, &len); in BSL_PEM_GetAsn1Encode() 100 char **encode, uint32_t *encodeLen) in BSL_PEM_EncodeAsn1ToPem() argument 135 *encode = res; in BSL_PEM_EncodeAsn1ToPem() 145 int32_t BSL_PEM_DecodePemToAsn1(char **encode, uint32_t *encodeLen, BSL_PEM_Symbol *symbol, uint8_t… in BSL_PEM_DecodePemToAsn1() argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceRegistersARM32.h | 28 /// to binary encode register operands in instructions. 30 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 42 /// binary encode register operands in instructions. 44 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 46 Encoded_##val = encode, 53 /// to binary encode register operands in instructions. 55 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 57 Encoded_##val = encode, 64 /// to binary encode register operands in instructions. 66 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument [all …]
|
| /third_party/skia/m133/src/ports/ |
| D | SkImageEncoder_NDK.cpp | 11 #include "include/encode/SkJpegEncoder.h" 12 #include "include/encode/SkPngEncoder.h" 13 #include "include/encode/SkWebpEncoder.h" 16 #include "src/encode/SkImageEncoderPriv.h" 69 bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options) { in Encode() function 73 sk_sp<SkData> Encode(GrDirectContext* ctx, const SkImage* img, const Options& options) { in Encode() function 82 if (Encode(&stream, bm.pixmap(), options)) { in Encode() 91 bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options) { in Encode() function 95 bool Encode(SkWStream*, const SkYUVAPixmaps&, const SkColorSpace*, const Options&) { in Encode() function 100 sk_sp<SkData> Encode(GrDirectContext* ctx, const SkImage* img, const Options& options) { in Encode() function [all …]
|
| /third_party/vixl/src/aarch32/ |
| D | assembler-aarch32.cc | 92 return op.Encode(instr, GetCursorOffset(), location); in Link() 2559 virtual uint32_t Encode(uint32_t instr, in adr() function in vixl::aarch32::Assembler::adr::EmitOp 2590 virtual uint32_t Encode(uint32_t instr, in adr() function in vixl::aarch32::Assembler::adr::EmitOp 2625 virtual uint32_t Encode(uint32_t instr, in adr() function in vixl::aarch32::Assembler::adr::EmitOp 3028 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3054 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3077 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3106 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3134 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3464 virtual uint32_t Encode(uint32_t instr, in bl() function in vixl::aarch32::Assembler::bl::EmitOp [all …]
|