HomeSort by relevance Sort by last modified time
    Searched defs:buflength (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
ppd-emit.c 301 size_t buflength; /* Length of option code */ local
325 buflength = strlen(buffer);
329 while (buflength > 0)
332 if ((bytes = (ssize_t)write(fd, bufptr, (unsigned)buflength)) < 0)
334 if ((bytes = write(fd, bufptr, buflength)) < 0)
343 buflength -= (size_t)bytes;
  /toolchain/binutils/binutils-2.27/opcodes/
mep-dis.c 297 int buflength;
310 buflength = 4; /* VLIW insn spans 4 bytes. */
311 status = (*info->read_memory_func) (pc, buf, buflength, info);
372 int buflength;
385 buflength = 8; /* VLIW insn spans 8 bytes. */
386 status = (*info->read_memory_func) (pc, buf, buflength, info);
536 int buflength;
542 buflength = 8; /* VLIW insn spans 8 bytes. */
543 status = (*info->read_memory_func) (pc, buf, buflength, info);
296 int buflength; local
371 int buflength; local
535 int buflength; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
epic100.c 37 unsigned long buflength; member in struct:epic_rx_desc
46 unsigned long buflength; member in struct:epic_tx_desc
277 rx_ring[i].buflength = cpu_to_le32(PKT_BUF_SZ);
291 tx_ring[i].buflength = 0x0000 | cpu_to_le32(TD_STDFLAGS << 16);
345 tx_ring[entry].buflength |= cpu_to_le32(len);
407 nic->packetlen = le32_to_cpu((rx_ring[entry].buflength))- 4;

Completed in 246 milliseconds