HomeSort by relevance Sort by last modified time
    Searched full:plen (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_htmlutils_google3.cc 20 int* tlen, int* plen) {
25 *plen = runetochar(dst, &entval);
29 *plen = 0;
31 // fprintf(stderr,"t%d p%d]\n", *tlen, *plen);
cld_htmlutils.h 11 int* tlen, int* plen);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winber.h 37 WINBERAPI ULONG BERAPI ber_skip_tag(BerElement *pBerElement,ULONG *pLen);
38 WINBERAPI ULONG BERAPI ber_peek_tag(BerElement *pBerElement,ULONG *pLen);
39 WINBERAPI ULONG BERAPI ber_first_element(BerElement *pBerElement,ULONG *pLen,CHAR **ppOpaque);
40 WINBERAPI ULONG BERAPI ber_next_element(BerElement *pBerElement,ULONG *pLen,CHAR *opaque);
  /external/wpa_supplicant_8/src/crypto/
sha1-prf.c 34 size_t pos, plen; local
49 plen = buf_len - pos;
50 if (plen >= SHA1_MAC_LEN) {
59 os_memcpy(&buf[pos], hash, plen);
sha1-tprf.c 33 size_t pos, plen; local
56 plen = buf_len - pos;
59 if (plen >= SHA1_MAC_LEN) {
63 os_memcpy(&buf[pos], hash, plen);
sha1-pbkdf2.c 77 size_t left = buflen, plen; local
85 plen = left > SHA1_MAC_LEN ? SHA1_MAC_LEN : left;
86 os_memcpy(pos, digest, plen);
87 pos += plen;
88 left -= plen;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_DummyRTPpacket.cc 30 uint16_t length, plen; local
44 if (fread(&plen, 2, 1, fp) == 0)
49 packetLen = ntohs(plen);
59 // Use length here because a plen of 0 specifies rtcp.
150 uint16_t length, plen; local
161 plen = htons(_datagramLen);
162 if (fwrite(&plen, 2, 1, fp) != 1)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 58 uint16_t plen; local
59 if (fread(&plen, sizeof(plen), 1, in_file_) == 0) {
63 plen = ntohs(plen);
72 // Use length here because a plen of 0 specifies RTCP.
88 plen,
  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.c 216 int32_t pLen=0, sLen=0, reqLen=0,
234 pLen = nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status);
237 p = (char*) malloc(pLen);
242 pLen = nfs4_prepare(prefix, prefixLen, p, pLen, NFS4_MIXED_PREP_PREFIX, parseError, status);
250 s = (char*) malloc(pLen);
258 reqLen = pLen+sLen+1 /* for the delimiter */;
260 memmove(dest, p, pLen);
263 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR;
264 memmove(dest+pLen, s, sLen)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 216 int32_t pLen=0, sLen=0, reqLen=0,
234 pLen = nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status);
237 p = (char*) malloc(pLen);
242 pLen = nfs4_prepare(prefix, prefixLen, p, pLen, NFS4_MIXED_PREP_PREFIX, parseError, status);
250 s = (char*) malloc(pLen);
258 reqLen = pLen+sLen+1 /* for the delimiter */;
260 memmove(dest, p, pLen);
263 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR;
264 memmove(dest+pLen, s, sLen)
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
prompt.py 114 plen = len(prompt)
116 while i < plen:
119 if i >= plen:
126 if i + 1 < plen and prompt[i + 1] == '{':
128 while j < plen and prompt[j] != '}':
131 if j >= plen or prompt[j] != '}':
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
bio_ndef.c 101 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
102 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
103 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
104 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
160 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
180 *plen = *ndef_aux->boundary - *pbuf;
185 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
199 *plen = 0;
203 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
206 if (!ndef_prefix_free(b, pbuf, plen, parg)
    [all...]

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011