/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | rtputils.cc | 89 bool GetRtpFlags(const void* data, size_t len, int* value) { in GetRtpFlags() 96 bool GetRtpPayloadType(const void* data, size_t len, int* value) { in GetRtpPayloadType() 107 bool GetRtpSeqNum(const void* data, size_t len, int* value) { in GetRtpSeqNum() 114 bool GetRtpTimestamp(const void* data, size_t len, uint32* value) { in GetRtpTimestamp() 121 bool GetRtpSsrc(const void* data, size_t len, uint32* value) { in GetRtpSsrc() 128 bool GetRtpHeaderLen(const void* data, size_t len, size_t* value) { in GetRtpHeaderLen() 145 bool GetRtpVersion(const void* data, size_t len, int* version) { in GetRtpVersion() 155 bool GetRtpHeader(const void* data, size_t len, RtpHeader* header) { in GetRtpHeader() 162 bool GetRtcpType(const void* data, size_t len, int* value) { in GetRtcpType() 172 bool GetRtcpSsrc(const void* data, size_t len, uint32* value) { in GetRtcpSsrc() [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | b_dump.c | 71 int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u), in BIO_dump_cb() 72 void *u, const char *s, int len) in BIO_dump_cb() 77 int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), in BIO_dump_indent_cb() 78 void *u, const char *s, int len, int indent) in BIO_dump_indent_cb() 161 static int write_fp(const void *data, size_t len, void *fp) in write_fp() 165 int BIO_dump_fp(FILE *fp, const char *s, int len) in BIO_dump_fp() 169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) in BIO_dump_indent_fp() 175 static int write_bio(const void *data, size_t len, void *bp) in write_bio() 179 int BIO_dump(BIO *bp, const char *s, int len) in BIO_dump() 183 int BIO_dump_indent(BIO *bp, const char *s, int len, int indent) in BIO_dump_indent()
|
/external/openssl/crypto/bio/ |
D | b_dump.c | 71 int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u), in BIO_dump_cb() 72 void *u, const char *s, int len) in BIO_dump_cb() 77 int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), in BIO_dump_indent_cb() 78 void *u, const char *s, int len, int indent) in BIO_dump_indent_cb() 161 static int write_fp(const void *data, size_t len, void *fp) in write_fp() 165 int BIO_dump_fp(FILE *fp, const char *s, int len) in BIO_dump_fp() 169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) in BIO_dump_indent_fp() 175 static int write_bio(const void *data, size_t len, void *bp) in write_bio() 179 int BIO_dump(BIO *bp, const char *s, int len) in BIO_dump() 183 int BIO_dump_indent(BIO *bp, const char *s, int len, int indent) in BIO_dump_indent()
|
/external/chromium_org/third_party/webrtc/base/ |
D | helpers.cc | 57 virtual bool Init(const void* seed, size_t len) { in Init() 71 virtual bool Generate(void* buf, size_t len) { in Generate() 88 virtual bool Init(const void* seed, size_t len) { in Init() 91 virtual bool Generate(void* buf, size_t len) { in Generate() 128 virtual bool Generate(void* buf, size_t len) { in Generate() 146 virtual bool Init(const void* seed, size_t len) { in Init() 154 virtual bool Generate(void* buf, size_t len) { in Generate() 177 virtual bool Init(const void* seed, size_t len) { in Init() 180 virtual bool Generate(void* buf, size_t len) { in Generate() 231 bool InitRandom(const char* seed, size_t len) { in InitRandom() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | helpers.cc | 74 virtual bool Init(const void* seed, size_t len) { in Init() 88 virtual bool Generate(void* buf, size_t len) { in Generate() 105 virtual bool Init(const void* seed, size_t len) { in Init() 108 virtual bool Generate(void* buf, size_t len) { in Generate() 145 virtual bool Generate(void* buf, size_t len) { in Generate() 163 virtual bool Init(const void* seed, size_t len) { in Init() 171 virtual bool Generate(void* buf, size_t len) { in Generate() 194 virtual bool Init(const void* seed, size_t len) { in Init() 197 virtual bool Generate(void* buf, size_t len) { in Generate() 248 bool InitRandom(const char* seed, size_t len) { in InitRandom() [all …]
|
/external/chromium_org/base/ |
D | big_endian.cc | 11 BigEndianReader::BigEndianReader(const char* buf, size_t len) in BigEndianReader() 14 bool BigEndianReader::Skip(size_t len) { in Skip() 21 bool BigEndianReader::ReadBytes(void* out, size_t len) { in ReadBytes() 29 bool BigEndianReader::ReadPiece(base::StringPiece* out, size_t len) { in ReadPiece() 58 BigEndianWriter::BigEndianWriter(char* buf, size_t len) in BigEndianWriter() 61 bool BigEndianWriter::Skip(size_t len) { in Skip() 68 bool BigEndianWriter::WriteBytes(const void* buf, size_t len) { in WriteBytes()
|
/external/qemu/distrib/ext4_utils/src/ |
D | indirect.c | 42 u32 len; in create_backing() local 55 static void reserve_indirect_block(struct block_allocation *alloc, int len) in reserve_indirect_block() 68 static void reserve_dindirect_block(struct block_allocation *alloc, int len) in reserve_dindirect_block() 85 static void reserve_tindirect_block(struct block_allocation *alloc, int len) in reserve_tindirect_block() 101 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc) in fill_indirect_block() 109 static void fill_dindirect_block(u32 *dind_block, int len, struct block_allocation *alloc) in fill_dindirect_block() 139 static void fill_tindirect_block(u32 *tind_block, int len, struct block_allocation *alloc) in fill_tindirect_block() 169 int len = min(*block_len, EXT4_NDIR_BLOCKS); in inode_attach_direct_blocks() local 192 int len = min(*block_len, aux_info.blocks_per_ind); in inode_attach_indirect_blocks() local 224 int len = min(*block_len, aux_info.blocks_per_dind); in inode_attach_dindirect_blocks() local [all …]
|
D | extent.c | 40 u32 len; in extent_create_backing() local 62 u32 len; in extent_create_backing_file() local 75 struct ext4_inode *inode, u64 len) in do_inode_allocate_extents() 180 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len, in inode_allocate_data_extents() 205 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len, in inode_allocate_file_extents() 222 void inode_allocate_extents(struct ext4_inode *inode, u64 len) in inode_allocate_extents()
|
/external/chromium_org/third_party/smhasher/src/ |
D | Hashes.h | 55 inline void MurmurHash1_test ( const void * key, int len, uint32_t seed, void * out ) in MurmurHash1_test() 60 inline void MurmurHash2_test ( const void * key, int len, uint32_t seed, void * out ) in MurmurHash2_test() 65 inline void MurmurHash2A_test ( const void * key, int len, uint32_t seed, void * out ) in MurmurHash2A_test() 70 inline void MurmurHash64A_test ( const void * key, int len, uint32_t seed, void * out ) in MurmurHash64A_test() 75 inline void MurmurHash64B_test ( const void * key, int len, uint32_t seed, void * out ) in MurmurHash64B_test()
|
D | Hashes.cpp | 15 void BadHash ( const void * key, int len, uint32_t seed, void * out ) in BadHash() 31 void sumhash ( const void * key, int len, uint32_t seed, void * out ) in sumhash() 45 void sumhash32 ( const void * key, int len, uint32_t seed, void * out ) in sumhash32() 66 uint32_t MurmurOAAT ( const void * key, int len, uint32_t seed ) in MurmurOAAT() 82 void MurmurOAAT_test ( const void * key, int len, uint32_t seed, void * out ) in MurmurOAAT_test() 89 void FNV ( const void * key, int len, uint32_t seed, void * out ) in FNV() 108 uint32_t x17 ( const void * key, int len, uint32_t h ) in x17() 122 void Bernstein ( const void * key, int len, uint32_t seed, void * out ) in Bernstein() 137 uint32_t Crap8( const uint8_t *key, uint32_t len, uint32_t seed ) { in Crap8() 152 void Crap8_test ( const void * key, int len, uint32_t seed, void * out ) in Crap8_test()
|
/external/expat/tests/ |
D | chardata.c | 26 int len = 0; in xmlstrlen() local 45 int len; in CharData_AppendString() local 61 CharData_AppendXMLChars(CharData *storage, const XML_Char *s, int len) in CharData_AppendXMLChars() 86 int len; in CharData_CheckString() local 115 int len = xmlstrlen(expected); in CharData_CheckXMLChars() local
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | locnmtst.cpp | 116 int32_t len = uldn_localeDisplayName(ldn, "de_DE", result, kMaxResultSize, &status); in TestUldnOpen() local 138 int32_t len = uldn_localeDisplayName(ldn, "en_GB", result, kMaxResultSize, &status); in TestUldnOpenDialect() local 154 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSize, &status); in TestUldnWithKeywordsAndEverything() local 176 int32_t len = uldn_languageDisplayName(ldn, "en", result, kMaxResultSize, &status); in TestUldnComponents() local 183 int32_t len = uldn_scriptDisplayName(ldn, "Hant", result, kMaxResultSize, &status); in TestUldnComponents() local 189 int32_t len = uldn_scriptCodeDisplayName(ldn, USCRIPT_TRADITIONAL_HAN, result, kMaxResultSize, in TestUldnComponents() local 196 int32_t len = uldn_regionDisplayName(ldn, "US", result, kMaxResultSize, &status); in TestUldnComponents() local 202 int32_t len = uldn_variantDisplayName(ldn, "PRE_EURO", result, kMaxResultSize, &status); in TestUldnComponents() local 208 int32_t len = uldn_keyDisplayName(ldn, "calendar", result, kMaxResultSize, &status); in TestUldnComponents() local 214 int32_t len = uldn_keyValueDisplayName(ldn, "calendar", "gregorian", result, in TestUldnComponents() local
|
/external/aac/libFDK/src/ |
D | scale.cpp | 121 INT len, /*!< Length */ in scaleValues() 171 INT len, /*!< Length */ in scaleValues() 226 INT len, /*!< Length */ in scaleValues() 283 INT len, in scaleValuesWithFactor() 348 INT len /*!< Length of input vector */ in getScalefactorShort() 374 INT len, /*!< Length of input vector */ in getScalefactorPCM() 400 INT len, /*!< Length of input vector */ in getScalefactorShort() 430 INT len) /*!< Length of input vector */ in getScalefactor() 448 INT len) /*!< Length of input vector */ in getScalefactor()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlstring.c | 41 xmlStrndup(const xmlChar *cur, int len) { in xmlStrndup() 85 xmlCharStrndup(const char *cur, int len) { in xmlCharStrndup() 206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp() 296 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp() 397 xmlStrsub(const xmlChar *str, int start, int len) { in xmlStrsub() 423 int len = 0; in xmlStrlen() local 448 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) { in xmlStrncat() 483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew() 541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { in xmlStrPrintf() 569 xmlStrVPrintf(xmlChar *buf, int len, const xmlChar *msg, va_list ap) { in xmlStrVPrintf() [all …]
|
/external/libxml2/ |
D | xmlstring.c | 41 xmlStrndup(const xmlChar *cur, int len) { in xmlStrndup() 85 xmlCharStrndup(const char *cur, int len) { in xmlCharStrndup() 206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp() 296 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp() 397 xmlStrsub(const xmlChar *str, int start, int len) { in xmlStrsub() 423 int len = 0; in xmlStrlen() local 448 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) { in xmlStrncat() 483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew() 541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { in xmlStrPrintf() 569 xmlStrVPrintf(xmlChar *buf, int len, const xmlChar *msg, va_list ap) { in xmlStrVPrintf() [all …]
|
/external/apache-http/src/org/apache/http/util/ |
D | ByteArrayBuffer.java | 46 private int len; field in ByteArrayBuffer 62 public void append(final byte[] b, int off, int len) { in append() 90 public void append(final char[] b, int off, int len) { in append() 112 public void append(final CharArrayBuffer b, int off, int len) { in append() 116 append(b.buffer(), off, len); in append() local 147 public void setLength(int len) { in setLength()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_mixer_m68k.c | 31 void SDL_MixAudio_m68k_U8(char* dst, char* src, long len, long volume, char* mix8) in SDL_MixAudio_m68k_U8() 69 void SDL_MixAudio_m68k_S8(char* dst, char* src, long len, long volume) in SDL_MixAudio_m68k_S8() 116 void SDL_MixAudio_m68k_S16MSB(short* dst, short* src, long len, long volume) in SDL_MixAudio_m68k_S16MSB() 162 void SDL_MixAudio_m68k_S16LSB(short* dst, short* src, long len, long volume) in SDL_MixAudio_m68k_S16LSB()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_parse.c | 21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem() 81 u16 len) in wps_parse_vendor_ext_wfa() 101 u16 len) in wps_parse_vendor_ext() 142 const u8 *pos, u16 len) in wps_set_attr() 553 u16 type, len; in wps_parse_msg() local
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/ |
D | socket_node.cc | 108 socklen_t len) { in SockAddrToResource() 147 socklen_t len, in ResourceToSockAddr() 204 socklen_t* len) { in Accept() 210 socklen_t len) { in Connect() 227 socklen_t* len) { in GetSockOpt() 272 socklen_t len) { in SetSockOpt() 318 Error SocketNode::Bind(const struct sockaddr* addr, socklen_t len) { in Bind() 324 size_t len, in Recv() 332 size_t len, in RecvFrom() 351 size_t len, in RecvHelper() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | wpabuf.c | 30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() 113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc() 135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() 160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy() 208 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put() 231 size_t len = 0; in wpabuf_concat() local 268 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad()
|
/external/opencv/cv/src/ |
D | _cvmatrix.h | 45 #define icvCopyVector( src, dst, len ) memcpy( (dst), (src), (len)*sizeof((dst)[0])) argument 46 #define icvSetZero( dst, len ) memset( (dst), 0, (len)*sizeof((dst)[0])) argument 48 #define icvCopyVector_32f( src, len, dst ) memcpy((dst),(src),(len)*sizeof(float)) argument 50 #define icvCopyVector_64d( src, len, dst ) memcpy((dst),(src),(len)*sizeof(double)) argument 55 #define icvCreateVector_32f( len ) (float*)cvAlloc( (len)*sizeof(float)) argument 56 #define icvCreateVector_64d( len ) (double*)cvAlloc( (len)*sizeof(double)) argument 69 #define icvNormVector_32f( src, len ) \ argument 72 #define icvNormVector_64d( src, len ) \ argument 78 #define icvCheckVector_64f( ptr, len ) argument 79 #define icvCheckVector_32f( ptr, len ) argument [all …]
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | t1_reneg.c | 116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_clienthello_renegotiate_ext() 147 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, in ssl_parse_clienthello_renegotiate_ext() 196 int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_serverhello_renegotiate_ext() 232 int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, int len, in ssl_parse_serverhello_renegotiate_ext()
|
/external/openssl/ssl/ |
D | t1_reneg.c | 116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_clienthello_renegotiate_ext() 147 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, in ssl_parse_clienthello_renegotiate_ext() 196 int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, int *len, in ssl_add_serverhello_renegotiate_ext() 232 int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, int len, in ssl_parse_serverhello_renegotiate_ext()
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hrcv.c | 49 UINT8 *pp, len, op_code; in nci_proc_core_rsp() local 108 UINT8 *pp, len, op_code; in nci_proc_core_ntf() local 160 UINT8 *pp, len, op_code; in nci_proc_rf_management_rsp() local 226 UINT8 *pp, len, op_code; in nci_proc_rf_management_ntf() local 294 UINT8 *pp, len, op_code; in nci_proc_ee_management_rsp() local 354 UINT8 *pp, len, op_code; in nci_proc_ee_management_ntf() local 437 UINT8 *pp, len, op_code; in nci_proc_prop_rsp() local 464 UINT8 *pp, len, op_code; in nci_proc_prop_ntf() local
|
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.c | 181 const u8 *buf, size_t len, in x509_parse_algorithm_identifier() 219 static int x509_parse_public_key(const u8 *buf, size_t len, in x509_parse_public_key() 292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name() 499 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string() 540 static int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, in x509_parse_time() 650 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity() 725 const u8 *pos, size_t len) in x509_parse_ext_key_usage() 762 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints() 847 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222() 869 const u8 *pos, size_t len) in x509_parse_alt_name_dns() [all …]
|