Home
last modified time | relevance | path

Searched defs:circ (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dserial_core.h395 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail) argument
396 #define uart_circ_clear(circ) ((circ)->head = (circ)->tail = 0) argument
398 #define uart_circ_chars_pending(circ) \ argument
401 #define uart_circ_chars_free(circ) \ argument
/external/webkit/WebCore/html/
DHTMLEntityNames.gperf123 circ, 0x02c6 keyword
/external/libxml2/
Dxmlschemas.c18789 xmlSchemaTreeItemPtr circ = NULL; in xmlSchemaGetCircModelGrDefRef() local
18854 xmlSchemaTreeItemPtr circ; in xmlSchemaCheckGroupDefCircular() local
18944 xmlSchemaQNameRefPtr ref, circ; in xmlSchemaCheckAttrGroupCircularRecur() local
19012 xmlSchemaQNameRefPtr circ; in xmlSchemaCheckAttrGroupCircular() local
19498 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect() local