HomeSort by relevance Sort by last modified time
    Searched refs:llen (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 159 size_t i, llen; local
183 llen = len > line_len ? line_len : len;
185 for (i = 0; i < llen; i++)
187 for (i = llen; i < line_len; i++)
190 for (i = 0; i < llen; i++) {
196 for (i = llen; i < line_len; i++)
199 pos += llen;
200 len -= llen;
216 llen = len > line_len ? line_len : len;
218 for (i = 0; i < llen; i++
    [all...]
  /external/grub/stage2/
char_io.c 315 int llen; local
455 for (i = start; i < start + len && i < llen; i++)
476 if (start + len < llen)
509 if (llen + l < maxlen)
511 if (lpos == llen)
515 grub_memmove (buf + lpos + l, buf + lpos, llen - lpos + 1);
519 llen += l;
523 else if (xpos + l + llen - lpos > CMDLINE_WIDTH)
526 cl_refresh (0, l + llen - lpos);
533 grub_memmove (buf + lpos, buf + lpos + count, llen - count + 1)
    [all...]
  /external/wpa_supplicant/
common.c 274 size_t i, llen; local
298 llen = len > line_len ? line_len : len;
300 for (i = 0; i < llen; i++)
302 for (i = llen; i < line_len; i++)
305 for (i = 0; i < llen; i++) {
311 for (i = llen; i < line_len; i++)
314 pos += llen;
315 len -= llen;
331 llen = len > line_len ? line_len : len;
333 for (i = 0; i < llen; i++
    [all...]
ctrl_iface_udp.c 353 int llen; local
361 llen = os_strlen(levelstr);
362 sbuf = os_malloc(llen + len);
366 os_memcpy(sbuf, levelstr, llen);
367 os_memcpy(sbuf + llen, buf, len);
376 if (sendto(priv->sock, sbuf, llen + len, 0,
ctrl_iface_named_pipe.c 488 int llen; local
497 llen = os_strlen(levelstr);
498 sbuf = os_malloc(llen + len);
502 os_memcpy(sbuf, levelstr, llen);
503 os_memcpy(sbuf + llen, buf, len);
511 if (!WriteFile(dst->pipe, sbuf, llen + len, &written,
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c 353 int llen; local
361 llen = os_strlen(levelstr);
362 sbuf = os_malloc(llen + len);
366 os_memcpy(sbuf, levelstr, llen);
367 os_memcpy(sbuf + llen, buf, len);
376 if (sendto(priv->sock, sbuf, llen + len, 0,
ctrl_iface_named_pipe.c 489 int llen; local
498 llen = os_strlen(levelstr);
499 sbuf = os_malloc(llen + len);
503 os_memcpy(sbuf, levelstr, llen);
504 os_memcpy(sbuf + llen, buf, len);
512 if (!WriteFile(dst->pipe, sbuf, llen + len, &written,
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 86 int llen = len + CRLF_LEN * 2 + 1; local
87 char *buffer = (char *)calloc(llen, sizeof(char));
89 snprintf(buffer, llen, "%s%s%s", CRLF, line, CRLF);
91 if (write_error_check(fd, buffer, llen - 1)) {
  /external/openssl/ssl/
s3_clnt.c 1025 unsigned long n,nc,llen,l; local
1065 n2l3(p,llen);
1066 if (llen+3 != n)
1072 for (nc=0; nc<llen; )
1075 if ((l+nc+3) > llen)
1721 unsigned int llen,ctype_num,i; local
    [all...]
s3_srvr.c 2870 unsigned long l,nc,llen,n; local
    [all...]
  /external/svox/pico/lib/
picopr.c 654 picoos_uint32 llen; local
669 llen = picobase_utf8_length(str, PR_MAX_DATA_LEN);
670 if (llen > 0) {
692 while (li < llen) {
699 if (li < (llen - 1)) {
1679 picoos_int32 llen; local
2527 picoos_int32 llen; local
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 483 size_t llen = mLocale ? strlen(mLocale) : 0; local
488 if (llen >= 2) {
492 if (llen >= 5) {
    [all...]

Completed in 622 milliseconds