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

  /external/syslinux/core/lwip/src/api/
sockets.c 793 u16_t short_size; local
817 short_size = (u16_t)size;
831 p = pbuf_alloc(PBUF_TRANSPORT, short_size, PBUF_RAM);
836 chksum = LWIP_CHKSUM_COPY(p->payload, data, short_size);
841 p = pbuf_alloc(PBUF_TRANSPORT, short_size, PBUF_REF);
897 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_sendto(%d, data=%p, short_size=%"U16_F", flags=0x%x to=",
898 s, data, short_size, flags));
905 if (netbuf_alloc(&buf, short_size) == NULL) {
910 u16_t chksum = LWIP_CHKSUM_COPY(buf.p->payload, data, short_size);
916 err = netbuf_take(&buf, data, short_size);
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 1461 const int short_size = 2; local
1465 if (is_int8(offs - short_size))
1516 const int short_size = 2; local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 1590 const int short_size = 2; local
1645 const int short_size = 2; local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1207 const int short_size = 2; local
1282 const int short_size = sizeof(int8_t); local
    [all...]

Completed in 111 milliseconds