HomeSort by: relevance | last modified time | path
    Searched refs:startlen (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
canonicalize-lgpl.c 284 idx_t startlen = end - start; local
286 if (startlen == 0)
288 else if (startlen == 1 && start[0] == '.')
290 else if (startlen == 2 && start[0] == '.' && start[1] == '.')
307 < startlen + sizeof dir_suffix)
316 dest = __mempcpy (dest, start, startlen);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
canonicalize-lgpl.c 284 idx_t startlen = end - start; local
286 if (startlen == 0)
288 else if (startlen == 1 && start[0] == '.')
290 else if (startlen == 2 && start[0] == '.' && start[1] == '.')
307 < startlen + sizeof dir_suffix)
316 dest = __mempcpy (dest, start, startlen);
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-restrict.cc 318 /* Based on the initial length of the destination STARTLEN, returns
322 offset_int builtin_access::write_off (tree startlen) const
325 || !startlen || TREE_CODE (startlen) != INTEGER_CST)
328 return wi::to_offset (startlen);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-restrict.cc 317 /* Based on the initial length of the destination STARTLEN, returns
321 offset_int builtin_access::write_off (tree startlen) const
324 || !startlen || TREE_CODE (startlen) != INTEGER_CST)
327 return wi::to_offset (startlen);
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 1731 size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen; local
1747 || !WPACKET_get_total_written(pkt, &startlen)
1799 totcookielen -= startlen;
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_srvr.c 1776 size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen; local
1793 || !WPACKET_get_total_written(pkt, &startlen)
1849 totcookielen -= startlen;
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 2068 size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen; local
2087 || !WPACKET_get_total_written(pkt, &startlen)
2141 totcookielen -= startlen;

Completed in 32 milliseconds