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

  /external/libcups/cups/
snprintf.c 44 size_t templen; /* Length of "temp" */ local
180 templen = strlen(temp):
182 bytes += (int)templen;
186 if ((bufptr + templen) > bufend)
193 memcpy(bufptr, temp, templen + 1);
194 bufptr += templen;
211 templen = strlen(temp):
213 bytes += (int)templen;
217 if ((bufptr + templen) > bufend)
224 memcpy(bufptr, temp, templen + 1)
    [all...]
sidechannel.c 109 int templen; /* Data length from message */ local
235 templen = ((buffer[2] & 255) << 8) | (buffer[3] & 255);
237 if (templen > 0 && (!data || !datalen))
246 else if (!datalen || templen > *datalen || templen > (bytes - 4))
263 *datalen = templen;
265 memcpy(data, buffer + 4, (size_t)templen);
  /system/netd/server/
NetdConstants.cpp 98 unsigned templen; local
99 templen = strtoul(prefixlenString, &endptr, 10);
100 if (*endptr || templen > 255) {
103 *prefixlen = templen;
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 625 size_t templen; local
661 uint64 advance_address = reader->ReadUnsignedLEB128(start, &templen);
662 oplen += templen;
674 const int64 advance_line = reader->ReadSignedLEB128(start, &templen);
675 oplen += templen;
688 const uint64 fileno = reader->ReadUnsignedLEB128(start, &templen);
689 oplen += templen;
694 const uint64 colno = reader->ReadUnsignedLEB128(start, &templen);
695 oplen += templen;
736 &templen);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.cc 1987 size_t templen; local
2211 size_t templen; local
    [all...]

Completed in 106 milliseconds