/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | simple_tracer.c | 40 #define decode(reg) _decode(#reg, pt->reg) macro 48 decode(p0); in decode_regs() 49 decode(r0); in decode_regs() 50 decode(r1); in decode_regs() 51 decode(r2); in decode_regs() 52 decode(r3); in decode_regs() 53 decode(r4); in decode_regs() 54 decode(r5); in decode_regs() 59 decode(eax); in decode_regs() 60 decode(ebx); in decode_regs() [all …]
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 224 alltypes.req_int32.funcs.decode = &read_varint; in check_alltypes() 227 alltypes.req_int64.funcs.decode = &read_varint; in check_alltypes() 230 alltypes.req_uint32.funcs.decode = &read_varint; in check_alltypes() 233 alltypes.req_uint32.funcs.decode = &read_varint; in check_alltypes() 236 alltypes.req_uint64.funcs.decode = &read_varint; in check_alltypes() 239 alltypes.req_sint32.funcs.decode = &read_svarint; in check_alltypes() 242 alltypes.req_sint64.funcs.decode = &read_svarint; in check_alltypes() 245 alltypes.req_bool.funcs.decode = &read_varint; in check_alltypes() 248 alltypes.req_fixed32.funcs.decode = &read_fixed32; in check_alltypes() 251 alltypes.req_sfixed32.funcs.decode = &read_fixed32; in check_alltypes() [all …]
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 3 # FIXME: decode as beqlr 0 7 # FIXME: decode as beqlr 1 11 # FIXME: decode as beqlr 2 15 # FIXME: decode as beqlr 3 19 # FIXME: decode as beqlr 4 23 # FIXME: decode as beqlr 5 27 # FIXME: decode as beqlr 6 31 # FIXME: decode as beqlr 7 299 # FIXME: decode as bltlr 2 303 # FIXME: decode as bltlr 0 [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X962NamedCurves.java | 34 Hex.decode("03188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012")), 36 Hex.decode("3045AE6FC8422f64ED579528D38120EAE12196D5")); 56 Hex.decode("03eea2bae7e1497842f2de7769cfe9c989c072ad696f48034a")), 58 Hex.decode("31a92ee2029fd10d901b113e990710f0d21ac6b6")); 78 Hex.decode("027d29778100c65a1da1783716588dce2b8b4aee8e228f1896")), 80 Hex.decode("c469684435deb378c4b65ca9591e2a5763059a2e")); 100 Hex.decode("020ffa963cdca8816ccc33b8642bedf905c3d358573d3f27fbbd3b3cb9aaaf")), 102 Hex.decode("e43bb460f0b80cc0c0b075798e948060f8321b7d")); 122 Hex.decode("0238af09d98727705120c921bb5e9e26296a3cdcf2f35757a0eafd87b830e7")), 124 Hex.decode("e8b4011604095303ca3b8099982be09fcb9ae616")); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
D | SECNamedCurves.java | 33 return new BigInteger(1, Hex.decode(hex)); in fromHex() 47 byte[] S = Hex.decode("00F50B028E4D696E676875615175290472783FB1"); 54 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 73 byte[] S = Hex.decode("002757A1114D696E6768756151755316C05E0BD4"); 80 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 99 byte[] S = Hex.decode("000E0D4D696E6768756151750CC03A4473D03679"); 106 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 125 byte[] S = Hex.decode("004D696E67687561517512D8F03431FCE63B88F4"); 132 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 171 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" [all …]
|
/external/libmicrohttpd/src/microhttpd/ |
D | basicauth.c | 50 char *decode; in MHD_basic_auth_get_username_password() local 60 if (NULL == (decode = BASE64Decode (header))) in MHD_basic_auth_get_username_password() 69 if (NULL == (separator = strchr (decode, ':'))) in MHD_basic_auth_get_username_password() 75 free (decode); in MHD_basic_auth_get_username_password() 78 if (NULL == (user = strdup (decode))) in MHD_basic_auth_get_username_password() 80 free (decode); in MHD_basic_auth_get_username_password() 83 user[separator - decode] = '\0'; /* cut off at ':' */ in MHD_basic_auth_get_username_password() 93 free (decode); in MHD_basic_auth_get_username_password() 98 free (decode); in MHD_basic_auth_get_username_password()
|
/external/nanopb-c/tests/callbacks/ |
D | decode_callbacks.c | 73 testmessage.submsg.stringvalue.funcs.decode = &print_string; in main() 75 testmessage.submsg.int32value.funcs.decode = &print_int32; in main() 77 testmessage.submsg.fixed32value.funcs.decode = &print_fixed32; in main() 79 testmessage.submsg.fixed64value.funcs.decode = &print_fixed64; in main() 82 testmessage.stringvalue.funcs.decode = &print_string; in main() 84 testmessage.int32value.funcs.decode = &print_int32; in main() 86 testmessage.fixed32value.funcs.decode = &print_fixed32; in main() 88 testmessage.fixed64value.funcs.decode = &print_fixed64; in main() 90 testmessage.repeatedstring.funcs.decode = &print_string; in main()
|
/external/tcpdump/ |
D | print-esp.c | 255 char *decode, struct sa_list *sa) in espprint_decode_encalgo() argument 262 colon = strchr(decode, ':'); in espprint_decode_encalgo() 264 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode); in espprint_decode_encalgo() 269 if (strlen(decode) > strlen("-hmac96") && in espprint_decode_encalgo() 270 !strcmp(decode + strlen(decode) - strlen("-hmac96"), in espprint_decode_encalgo() 272 p = strstr(decode, "-hmac96"); in espprint_decode_encalgo() 276 if (strlen(decode) > strlen("-cbc") && in espprint_decode_encalgo() 277 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) { in espprint_decode_encalgo() 278 p = strstr(decode, "-cbc"); in espprint_decode_encalgo() 281 evp = EVP_get_cipherbyname(decode); in espprint_decode_encalgo() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeSchedule3.td | 19 // two source operands are read during the decode stage and the result is 23 , InstrStage<1,[ID]> // one cycle in decode stage 33 // two source operands are read during the decode stage and the result is 37 , InstrStage<1,[ID]> // one cycle in decode stage 46 // source operands are read during the decode stage and the result is ready 50 , InstrStage<1,[ID]> // one cycle in decode stage 60 // are read during the decode stage and the result is ready after the execute 64 , InstrStage<1,[ID]> // one cycle in decode stage 72 // read during the decode stage. 75 , InstrStage<1,[ID]> // one cycle in decode stage [all …]
|
D | MBlazeSchedule5.td | 19 // two source operands are read during the decode stage and the result is 23 , InstrStage<1,[ID]> // one cycle in decode stage 34 // pipeline stages. The two source operands are read during the decode stage 38 , InstrStage<1,[ID]> // one cycle in decode stage 49 // source operands are read during the decode stage and the result is ready 53 , InstrStage<1,[ID]> // one cycle in decode stage 64 // The two source operands are read during the decode stage and the result is 68 , InstrStage<1,[ID]> // one cycle in decode stage 78 // read during the decode stage. 81 , InstrStage<1,[ID]> // one cycle in decode stage [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | UnsignedIntsTest.java | 201 assertEquals(0xffffffff, UnsignedInts.decode("0xffffffff")); in testDecodeInt() 202 assertEquals(01234567, UnsignedInts.decode("01234567")); // octal in testDecodeInt() 203 assertEquals(0x12345678, UnsignedInts.decode("#12345678")); in testDecodeInt() 204 assertEquals(76543210, UnsignedInts.decode("76543210")); in testDecodeInt() 205 assertEquals(0x13579135, UnsignedInts.decode("0x13579135")); in testDecodeInt() 206 assertEquals(0x13579135, UnsignedInts.decode("0X13579135")); in testDecodeInt() 207 assertEquals(0, UnsignedInts.decode("0")); in testDecodeInt() 213 UnsignedInts.decode("0xfffffffff"); in testDecodeIntFails() 219 UnsignedInts.decode("-5"); in testDecodeIntFails() 225 UnsignedInts.decode("-0x5"); in testDecodeIntFails() [all …]
|
D | UnsignedLongsTest.java | 146 assertEquals(0xffffffffffffffffL, UnsignedLongs.decode("0xffffffffffffffff")); in testDecodeLong() 147 assertEquals(01234567, UnsignedLongs.decode("01234567")); // octal in testDecodeLong() 148 assertEquals(0x1234567890abcdefL, UnsignedLongs.decode("#1234567890abcdef")); in testDecodeLong() 149 assertEquals(987654321012345678L, UnsignedLongs.decode("987654321012345678")); in testDecodeLong() 150 assertEquals(0x135791357913579L, UnsignedLongs.decode("0x135791357913579")); in testDecodeLong() 151 assertEquals(0x135791357913579L, UnsignedLongs.decode("0X135791357913579")); in testDecodeLong() 152 assertEquals(0L, UnsignedLongs.decode("0")); in testDecodeLong() 158 UnsignedLongs.decode("0xfffffffffffffffff"); in testDecodeLongFails() 164 UnsignedLongs.decode("-5"); in testDecodeLongFails() 170 UnsignedLongs.decode("-0x5"); in testDecodeLongFails() [all …]
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/ |
D | SerializationTest.java | 38 = SignedCertificateTimestamp.decode(in, SignedCertificateTimestamp.Origin.EMBEDDED); in test_decode_SignedCertificateTimestamp() 66 SignedCertificateTimestamp.decode(sct, SignedCertificateTimestamp.Origin.EMBEDDED); in test_decode_invalid_SignedCertificateTimestamp() 72 SignedCertificateTimestamp.decode(in, SignedCertificateTimestamp.Origin.EMBEDDED); in test_decode_invalid_SignedCertificateTimestamp() 79 SignedCertificateTimestamp.decode(in, SignedCertificateTimestamp.Origin.EMBEDDED); in test_decode_invalid_SignedCertificateTimestamp() 91 DigitallySigned dst = DigitallySigned.decode(in); in test_decode_DigitallySigned() 99 DigitallySigned.decode(new byte[] { in test_decode_invalid_DigitallySigned() 108 DigitallySigned.decode(new byte[] { in test_decode_invalid_DigitallySigned() 117 DigitallySigned.decode(new byte[] { in test_decode_invalid_DigitallySigned() 126 DigitallySigned.decode(new byte[] { in test_decode_invalid_DigitallySigned()
|
/external/ImageMagick/MagickCore/ |
D | delegate.c | 267 if (p->decode != (char *) NULL) in DestroyDelegate() 268 p->decode=DestroyString(p->decode); in DestroyDelegate() 1051 const char *decode,const char *encode,ExceptionInfo *exception) in GetDelegateCommand() argument 1070 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand() 1074 "NoTagFound","`%s'",decode ? decode : encode); in GetDelegateCommand() 1081 ResourceLimitError,"MemoryAllocationFailed","`%s'",decode ? decode : in GetDelegateCommand() 1159 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode, in GetDelegateInfo() argument 1174 if ((LocaleCompare(decode,"*") == 0) && (LocaleCompare(encode,"*") == 0)) in GetDelegateInfo() 1183 if (LocaleCompare(p->decode,decode) == 0) in GetDelegateInfo() 1195 if (LocaleCompare(decode,p->decode) == 0) in GetDelegateInfo() [all …]
|
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/ |
D | Base64.java | 94 static int decode(char c) { in decode() method in Base64 118 public static byte[] decode(String s) { in decode() method in Base64 122 decode(s, bos); in decode() 129 public static void decode(String s, OutputStream os) in decode() method in Base64 143 (decode(s.charAt(i)) << 18) in decode() 144 + (decode(s.charAt(i + 1)) << 12) in decode() 145 + (decode(s.charAt(i + 2)) << 6) in decode() 146 + (decode(s.charAt(i + 3))); in decode()
|
/external/libvorbis/doc/ |
D | 08-residue.tex | 4 \section{Residue setup and decode} \label{vorbis:spec:residue} 17 vectors during decode. Vorbis makes use of three different encoding 48 decode that partition. The classification numbers of each partition 63 from multiple decode passes. The classification value associated with 144 as in type 1 with decode interleave reversed. If operating on a single 153 \subsection{Residue decode} argument 155 \subsubsection{header decode} argument 157 Header decode for all three residue types is identical. 231 An end-of-packet condition at any point in header decode renders the 241 \subsubsection{packet decode} argument [all …]
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | UnsignedIntsTest.java | 218 assertEquals(0xffffffff, UnsignedInts.decode("0xffffffff")); in testDecodeInt() 219 assertEquals(01234567, UnsignedInts.decode("01234567")); // octal in testDecodeInt() 220 assertEquals(0x12345678, UnsignedInts.decode("#12345678")); in testDecodeInt() 221 assertEquals(76543210, UnsignedInts.decode("76543210")); in testDecodeInt() 222 assertEquals(0x13579135, UnsignedInts.decode("0x13579135")); in testDecodeInt() 223 assertEquals(0x13579135, UnsignedInts.decode("0X13579135")); in testDecodeInt() 224 assertEquals(0, UnsignedInts.decode("0")); in testDecodeInt() 230 UnsignedInts.decode("0xfffffffff"); in testDecodeIntFails() 236 UnsignedInts.decode("-5"); in testDecodeIntFails() 242 UnsignedInts.decode("-0x5"); in testDecodeIntFails() [all …]
|
D | UnsignedLongsTest.java | 163 assertEquals(0xffffffffffffffffL, UnsignedLongs.decode("0xffffffffffffffff")); in testDecodeLong() 164 assertEquals(01234567, UnsignedLongs.decode("01234567")); // octal in testDecodeLong() 165 assertEquals(0x1234567890abcdefL, UnsignedLongs.decode("#1234567890abcdef")); in testDecodeLong() 166 assertEquals(987654321012345678L, UnsignedLongs.decode("987654321012345678")); in testDecodeLong() 167 assertEquals(0x135791357913579L, UnsignedLongs.decode("0x135791357913579")); in testDecodeLong() 168 assertEquals(0x135791357913579L, UnsignedLongs.decode("0X135791357913579")); in testDecodeLong() 169 assertEquals(0L, UnsignedLongs.decode("0")); in testDecodeLong() 175 UnsignedLongs.decode("0xfffffffffffffffff"); in testDecodeLongFails() 181 UnsignedLongs.decode("-5"); in testDecodeLongFails() 187 UnsignedLongs.decode("-0x5"); in testDecodeLongFails() [all …]
|
/external/libmojo/mojo/public/js/ |
D | codec.js | 157 val[i] = cls.decode(this); 164 return cls.decode(this); 172 return cls.decode(this.decodeAndCreateDecoder(pointer)); 549 return cls.decode(this.decoder); 563 Int8.decode = function(decoder) { function 580 Uint8.decode = function(decoder) { function 593 Int16.decode = function(decoder) { function 606 Uint16.decode = function(decoder) { function 619 Int32.decode = function(decoder) { function 632 Uint32.decode = function(decoder) { function [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/ |
D | CustomNamedCurves.java | 193 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 207 byte[] S = Hex.decode("3045AE6FC8422F64ED579528D38120EAE12196D5"); 209 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 237 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 251 byte[] S = Hex.decode("BD71344799D5C7FCDC45B59FA3B9AB8F6A948BC5"); 253 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 281 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 295 byte[] S = Hex.decode("C49D360886E704936A6678E1139D26B7819F7E90"); 297 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04" 311 byte[] S = Hex.decode("A335926AA319A27A1D00896A6773A4827ACDAC73"); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
D | Hex.java | 99 public static byte[] decode( in decode() method in Hex 106 encoder.decode(data, 0, data.length, bOut); in decode() 121 public static byte[] decode( in decode() method in Hex 128 encoder.decode(data, bOut); in decode() 144 public static int decode( in decode() method in Hex 149 return encoder.decode(data, out); in decode()
|
D | Base64.java | 100 public static byte[] decode( in decode() method in Base64 108 encoder.decode(data, 0, data.length, bOut); in decode() 123 public static byte[] decode( in decode() method in Base64 131 encoder.decode(data, bOut); in decode() 147 public static int decode( in decode() method in Base64 152 return encoder.decode(data, out); in decode()
|
/external/apache-http/src/org/apache/commons/codec/net/ |
D | QuotedPrintableCodec.java | 234 public byte[] decode(byte[] bytes) throws DecoderException { in decode() method in QuotedPrintableCodec 280 …public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingE… in decode() method in QuotedPrintableCodec 284 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset); in decode() 300 public String decode(String pString) throws DecoderException { in decode() method in QuotedPrintableCodec 305 return decode(pString, getDefaultCharset()); in decode() 346 public Object decode(Object pObject) throws DecoderException { in decode() method in QuotedPrintableCodec 350 return decode((byte[]) pObject); in decode() 352 return decode((String) pObject); in decode()
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMADecoder.java | 49 public void decode() throws IOException { in decode() method in LZMADecoder 56 literalDecoder.decode(); in decode() 79 int len = matchLenDecoder.decode(posState); in decodeMatch() 129 return repLenDecoder.decode(posState); in decodeRepMatch() 149 void decode() throws IOException { in decode() method in LZMADecoder.LiteralDecoder 151 subdecoders[i].decode(); in decode() 156 void decode() throws IOException { in decode() method in LZMADecoder.LiteralDecoder.LiteralSubdecoder 187 int decode(int posState) throws IOException { in decode() method in LZMADecoder.LengthDecoder
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | plot_neteq_delay.m | 48 s.arrival(one_desc_ix(k))=s.arrival(ix)+s.decode(one_desc_ix(k))-s.decode(ix); 53 ix=find(isfinite(s.decode)); 61 s.decode=s.decode(ix); 75 s.decode=s.decode(sort_ix); 124 %h=plot(send_t(seq_ix)/1000,s.decode+s.playout_delay-send_t(seq_ix)); 125 h=plot(send_t(cng_ix)/1000,s.decode(cng_ix)+s.playout_delay(cng_ix)-send_t(cng_ix)); 140 intersect(find(isfinite(s.decode)),... % ... that did arrive ... 141 (delayskip_ix:length(s.decode))')); % ... and are sent after delayskip seconds 143 mean_delay = mean(s.decode(use_ix)+s.playout_delay(use_ix)-send_t(use_ix)); 144 neteq_delay = mean(s.decode(use_ix)+s.playout_delay(use_ix)-s.arrival(use_ix)); [all …]
|