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

  /external/syslinux/core/lwip/src/core/
raw.c 68 * @return - 1 if the packet has been eaten by a RAW PCB receive
71 * @return - 0 if packet is not eaten (pbuf is still referenced by the
81 u8_t eaten = 0; local
90 /* loop through all raw pcbs until the packet is eaten by one */
92 while ((eaten == 0) && (pcb != NULL)) {
107 eaten = 1;
124 return eaten;
  /external/libvterm/src/
parser.c 135 size_t eaten; local
140 if((eaten = (*vt->parser_callbacks->text)(str_frag, len, vt->cbdata)))
141 return eaten;
state.c 210 size_t eaten = 0; local
214 !(bytes[eaten] & 0x80) ? &state->encoding[state->gl_set] :
220 bytes, &eaten, len);
346 return eaten;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
m68k-dis.c 626 /* Returns number of bytes "eaten" by the operand, or
1418 int eaten = print_insn_arg (d, buffer, p, memaddr + (p - buffer), info); local
    [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex     [all...]

Completed in 280 milliseconds