HomeSort by relevance Sort by last modified time
    Searched refs:len (Results 601 - 625 of 25604) sorted by null

<<21222324252627282930>>

  /external/libopus/silk/
inner_prod_aligned.c 38 const opus_int len /* I vector lengths */
43 for( i = 0; i < len; i++ ) {
  /external/libopus/src/
opus.c 153 static int parse_size(const unsigned char *data, opus_int32 len, opus_int16 *size)
155 if (len<1)
163 } else if (len<2)
194 int opus_packet_parse_impl(const unsigned char *data, opus_int32 len,
208 if (size==NULL || len<0)
210 if (len==0)
217 len--;
218 last_size = len;
231 if (len&0x1)
233 last_size = len/2
    [all...]
  /external/libxkbcommon/xkbcommon/src/
atom.h 40 atom_lookup(struct atom_table *table, const char *string, size_t len);
43 atom_intern(struct atom_table *table, const char *string, size_t len,
  /external/libxml2/
enc.h 22 xmlBufferPtr in, int len);
23 int xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len);
  /external/ltp/include/lapi/
splice.h 29 loff_t *off_out, size_t len, unsigned int flags)
32 fd_out, off_out, len, flags);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/delta/
DeltaDecoder.java 17 public void decode(byte[] buf, int off, int len) {
18 int end = off + len;
  /external/mesa3d/src/mesa/program/
arbprogparse.h 36 const GLvoid *str, GLsizei len,
41 const GLvoid *str, GLsizei len,
  /external/pdfium/core/fxcrt/
cfx_widetextbuf.cpp 32 size_t len = strlen(buf); local
33 ExpandBuf(len * sizeof(wchar_t));
35 for (size_t j = 0; j < len; j++) {
38 m_DataSize += len * sizeof(wchar_t);
44 size_t len = FX_ftoa((float)f, buf); local
45 ExpandBuf(len * sizeof(wchar_t));
47 for (size_t i = 0; i < len; i++) {
50 m_DataSize += len * sizeof(wchar_t);
  /external/squashfs-tools/squashfs-tools/
read_file.c 62 int len; local
74 len = strlen(line + total);
75 total += len;
77 if(len == MAX_LINE && line[total - 1] != '\n') {
89 if(len && line[total - 1] == '\n') {
91 len --;
100 if(len == 0 || line[total - 1] != '\\' || (len >= 2 &&
  /external/syslinux/gpxe/src/include/gpxe/
linebuf.h 20 size_t len; member in struct:line_buffer
27 const char *data, size_t len );
  /external/tcpdump/
print-cdp.c 97 int type, len, i, j; local
117 len = EXTRACT_16BITS(tptr+CDP_TLV_LEN_OFFSET); /* object length includes the 4 bytes header length */
118 if (len < CDP_TLV_HEADER_LEN) {
123 len,
124 PLURAL_SUFFIX(len))); /* plural */
128 len));
132 len -= CDP_TLV_HEADER_LEN;
134 ND_TCHECK2(*tptr, len);
142 len,
143 PLURAL_SUFFIX(len))); /* plural *
    [all...]
print-http.c 74 http_print(netdissect_options *ndo, const u_char *pptr, u_int len)
76 txtproto_print(ndo, pptr, len, "http", httpcmds, RESP_CODE_SECOND_TOKEN);
print-rtsp.c 44 rtsp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
46 txtproto_print(ndo, pptr, len, "rtsp", rtspcmds, RESP_CODE_SECOND_TOKEN);
  /external/vboot_reference/firmware/lib/
crc8.c 14 uint8_t Crc8(const void *vptr, int len)
20 for (j = len; j; j--, data++) {
  /external/vboot_reference/host/lib/include/
signature_digest.h 25 uint8_t* SignatureDigest(const uint8_t* buf, uint64_t len,
28 /* Calculates the signature on a buffer [buf] of length [len] using
34 uint8_t* SignatureBuf(const uint8_t* buf, uint64_t len, const char* key_file,
  /external/walt/pywalt/
plothist.py 28 'tap down N=%d med=%0.1f' % (len(dt_down), median(dt_down)),
29 'tap up N=%d med=%0.1f' % (len(dt_up), median(dt_up)),
  /external/webrtc/webrtc/base/
md5digest.h 27 void Update(const void* buf, size_t len) override;
28 size_t Finish(void* buf, size_t len) override;
sha1digest.h 27 void Update(const void* buf, size_t len) override;
28 size_t Finish(void* buf, size_t len) override;
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
pcm16b.h 32 * - len : Number of samples in speech vector
38 * Always equal to twice the len input parameter.
42 size_t len,
52 * - len : Number of bytes in encoded
61 size_t len,
  /external/wpa_supplicant_8/src/ap/
wmm.h 18 size_t len);
20 const struct ieee80211_mgmt *mgmt, size_t len);
  /external/wpa_supplicant_8/src/crypto/
aes.h 14 void * aes_encrypt_init(const u8 *key, size_t len);
17 void * aes_decrypt_init(const u8 *key, size_t len);
random.h 22 void random_add_randomness(const void *buf, size_t len);
23 int random_get_bytes(void *buf, size_t len);
sha1-tprf.c 38 size_t len[5]; local
41 len[0] = 0;
43 len[1] = label_len + 1;
45 len[2] = seed_len;
47 len[3] = 2;
49 len[4] = 1;
57 if (hmac_sha1_vector(key, key_len, 5, addr, len, hash))
66 len[0] = SHA1_MAC_LEN;
sha256-kdf.c 39 size_t len[4]; local
43 len[0] = SHA256_MAC_LEN;
46 len[1] = os_strlen(label) + 1;
49 len[1] = 0;
52 len[2] = seed_len;
54 len[3] = 1;
56 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0)
77 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0)
sha384-kdf.c 39 size_t len[4]; local
43 len[0] = SHA384_MAC_LEN;
46 len[1] = os_strlen(label) + 1;
49 len[1] = 0;
52 len[2] = seed_len;
54 len[3] = 1;
56 if (hmac_sha384_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0)
77 if (hmac_sha384_vector(secret, secret_len, 4, addr, len, T) < 0)

Completed in 869 milliseconds

<<21222324252627282930>>