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

  /bionic/libc/private/isc/
list.h 111 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /bootable/recovery/
ui.h 79 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
  /external/quake/quake/src/WinQuake/
net_comx.cpp 43 #define ENQUEUE(q,b) (q.data[q.head] = b, q.head = (q.head + 1) & QUEUEMASK)
202 ENQUEUE (p->inputQueue, b);
263 ENQUEUE (p->inputQueue, b);
727 ENQUEUE (p->outputQueue, data);
1203 ENQUEUE (p->outputQueue, *commandString++);
1204 ENQUEUE (p->outputQueue, '\r');

Completed in 361 milliseconds