Searched defs:in (Results 451 - 475 of 1566) sorted by relevance

<<11121314151617181920>>

/external/smack/src/org/xbill/DNS/
H A DA6Record.java31 * @param prefixBits The number of bits in the address prefix
49 rrFromWire(DNSInput in) throws IOException { argument
50 prefixBits = in.readU8();
55 in.readByteArray(bytes, 16 - suffixbytes, suffixbytes);
59 prefix = new Name(in);
96 /** Returns the number of bits in the prefix */
H A DAAAARecord.java40 rrFromWire(DNSInput in) throws IOException { argument
42 in.readByteArray(16));
H A DARecord.java58 rrFromWire(DNSInput in) throws IOException { argument
59 addr = fromArray(in.readByteArray(4));
H A DClientSubnetOption.java9 * The Client Subnet EDNS Option, defined in
11 * ("Client subnet in DNS requests").
18 * The option is transmitted as part of an OPTRecord in the additional section
53 " must be in the range " +
59 * Construct a Client Subnet option. Note that the number of significant bits in
63 * In replies, it mirrors the same value as in the requests.
88 * In replies, it mirrors the same value as in the requests.
125 optionFromWire(DNSInput in) throws WireParseException { argument
126 family = in.readU16();
129 sourceNetmask = in
[all...]
H A DDHCIDRecord.java38 rrFromWire(DNSInput in) throws IOException { argument
39 data = in.readByteArray();
H A DEDNSOption.java8 * DNS extension options, as described in RFC 2671. The rdata of an OPT record
22 /** Client Subnet, defined in draft-vandergaast-edns-client-subnet-00 */
106 * @param in The input Stream.
109 optionFromWire(DNSInput in) throws IOException; argument
117 fromWire(DNSInput in) throws IOException { argument
120 code = in.readU16();
121 length = in.readU16();
122 if (in.remaining() < length)
124 int save = in.saveActive();
125 in
[all...]
H A DHINFORecord.java45 rrFromWire(DNSInput in) throws IOException { argument
46 cpu = in.readCountedString();
47 os = in.readCountedString();
H A DISDNRecord.java47 rrFromWire(DNSInput in) throws IOException { argument
48 address = in.readCountedString();
49 if (in.remaining() > 0)
50 subAddress = in.readCountedString();
H A DKEYBase.java40 rrFromWire(DNSInput in) throws IOException { argument
41 flags = in.readU16();
42 proto = in.readU8();
43 alg = in.readU8();
44 if (in.remaining() > 0)
45 key = in.readByteArray();
140 * Returns a PublicKey corresponding to the data in this key.
H A DMINFORecord.java48 rrFromWire(DNSInput in) throws IOException { argument
49 responsibleAddress = new Name(in);
50 errorAddress = new Name(in);
H A DNSAPRecord.java76 rrFromWire(DNSInput in) throws IOException { argument
77 address = in.readByteArray();
H A DNSEC3PARAMRecord.java13 * in a zone. Zones signed using NSEC3 must include this record at the zone apex
67 rrFromWire(DNSInput in) throws IOException { argument
68 hashAlg = in.readU8();
69 flags = in.readU8();
70 iterations = in.readU16();
72 int salt_length = in.readU8();
74 salt = in.readByteArray(salt_length);
H A DNSECRecord.java8 * Next SECure name - this record contains the following name in an
9 * ordered list of names in the zone, and a set of types for which
10 * records exist for this name. The presence of this record in a response
35 * @param next The following name in an ordered list of the zone
49 rrFromWire(DNSInput in) throws IOException { argument
50 next = new Name(in);
51 types = new TypeBitmap(in);
92 /** Returns whether a specific type is in the set of types. */
H A DNULLRecord.java42 rrFromWire(DNSInput in) throws IOException { argument
43 data = in.readByteArray();
H A DNXTRecord.java9 * Next name - this record contains the following name in an ordered list
10 * of names in the zone, and a set of types for which records exist for
11 * this name. The presence of this record in a response signifies a
12 * failed query for data in a DNSSEC-signed zone.
33 * @param next The following name in an ordered list of the zone
44 rrFromWire(DNSInput in) throws IOException { argument
45 next = new Name(in);
47 int bitmapLength = in.remaining();
49 int t = in.readU8();
H A DOPTRecord.java10 * No specific options are defined other than those specified in the
90 rrFromWire(DNSInput in) throws IOException { argument
91 if (in.remaining() > 0)
93 while (in.remaining() > 0) {
94 EDNSOption option = EDNSOption.fromWire(in);
162 * Gets all options in the OPTRecord. This returns a list of EDNSOptions.
172 * Gets all options in the OPTRecord with a specific code. This returns a list
H A DPXRecord.java46 rrFromWire(DNSInput in) throws IOException { argument
47 preference = in.readU16();
48 map822 = new Name(in);
49 mapX400 = new Name(in);
H A DRPRecord.java43 rrFromWire(DNSInput in) throws IOException { argument
44 mailbox = new Name(in);
45 textDomain = new Name(in);
H A DSRVRecord.java8 * Server Selection Record - finds hosts running services in a domain. An
51 rrFromWire(DNSInput in) throws IOException { argument
52 priority = in.readU16();
53 weight = in.readU16();
54 port = in.readU16();
55 target = new Name(in);
H A DSingleNameBase.java37 rrFromWire(DNSInput in) throws IOException { argument
38 singleName = new Name(in);
H A DTXTBase.java53 rrFromWire(DNSInput in) throws IOException { argument
55 while (in.remaining() > 0) {
56 byte [] b = in.readCountedString();
H A DU16NameBase.java39 rrFromWire(DNSInput in) throws IOException { argument
40 u16Field = in.readU16();
41 nameField = new Name(in);
H A DX25Record.java8 * X25 - identifies the PSDN (Public Switched Data Network) address in the
56 rrFromWire(DNSInput in) throws IOException { argument
57 address = in.readCountedString();
/external/speex/libspeex/
H A Dvq_arm4.h7 Redistribution and use in source and binary forms, with or without
14 - Redistributions in binary form must reproduce the above copyright
15 notice, this list of conditions and the following disclaimer in the
36 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
68 : "4" (len), "5" (in), "6" (codebook)
79 dist1 = MAC16_16(dist1,in[j],*code);
81 dist2 = MAC16_16(dist2,in[j],*code);
83 dist3 = MAC16_16(dist3,in[j],*code);
85 dist4 = MAC16_16(dist4,in[j],*code);
/external/webrtc/src/common_audio/signal_processing/
H A Dilbc_specific_functions.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
21 * The description header can be found in signal_processing_library.h
43 void WebRtcSpl_ReverseOrderMultArrayElements(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in, argument
50 G_CONST WebRtc_Word16 *inptr = in;
59 void WebRtcSpl_ElementwiseVectorMult(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in, argument
65 G_CONST WebRtc_Word16 *inptr = in;
88 WebRtcSpl_AddAffineVectorToVector(WebRtc_Word16 *out, WebRtc_Word16 *in, WebRtc_Word16 gain, WebRtc_Word32 add_constant, WebRtc_Word16 right_shifts, int vector_length) argument
105 WebRtcSpl_AffineTransformVector(WebRtc_Word16 *out, WebRtc_Word16 *in, WebRtc_Word16 gain, WebRtc_Word32 add_constant, WebRtc_Word16 right_shifts, int vector_length) argument
[all...]

Completed in 814 milliseconds

<<11121314151617181920>>