Searched refs:circ (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial_core.h411 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail)
412 #define uart_circ_clear(circ) ((circ)->head = (circ)->tail = 0)
414 #define uart_circ_chars_pending(circ) \
415 (CIRC_CNT((circ)->head, (circ)->tail, UART_XMIT_SIZE))
417 #define uart_circ_chars_free(circ) \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c449 __uart_put_char(struct uart_port *port, struct circ_buf *circ, unsigned char c) argument
453 if (!circ->buf)
457 if (uart_circ_chars_free(circ) != 0) {
458 circ->buf[circ->head] = c;
459 circ->head = (circ->head + 1) & (UART_XMIT_SIZE - 1);
481 struct circ_buf *circ; local
495 circ = &state->info->xmit;
497 if (!circ
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c18777 xmlSchemaTreeItemPtr circ = NULL; local
18798 circ = xmlSchemaGetCircModelGrDefRef(groupDef,
18801 if (circ != NULL)
18802 return (circ);
18808 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18809 if (circ != NULL)
18810 return (circ);
18842 xmlSchemaTreeItemPtr circ; local
18844 circ = xmlSchemaGetCircModelGrDefRef(item, item->children->children);
18845 if (circ !
18932 xmlSchemaQNameRefPtr ref, circ; local
19000 xmlSchemaQNameRefPtr circ; local
19488 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c18789 xmlSchemaTreeItemPtr circ = NULL; local
18810 circ = xmlSchemaGetCircModelGrDefRef(groupDef,
18813 if (circ != NULL)
18814 return (circ);
18820 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18821 if (circ != NULL)
18822 return (circ);
18854 xmlSchemaTreeItemPtr circ; local
18856 circ = xmlSchemaGetCircModelGrDefRef(item, item->children->children);
18857 if (circ !
18944 xmlSchemaQNameRefPtr ref, circ; local
19012 xmlSchemaQNameRefPtr circ; local
19498 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c18777 xmlSchemaTreeItemPtr circ = NULL; local
18798 circ = xmlSchemaGetCircModelGrDefRef(groupDef,
18801 if (circ != NULL)
18802 return (circ);
18808 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18809 if (circ != NULL)
18810 return (circ);
18842 xmlSchemaTreeItemPtr circ; local
18844 circ = xmlSchemaGetCircModelGrDefRef(item, item->children->children);
18845 if (circ !
18932 xmlSchemaQNameRefPtr ref, circ; local
19000 xmlSchemaQNameRefPtr circ; local
19488 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html118 '^', 'circ',
1773 sub do_circumflex { return "&$_[0]circ;"; }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html118 '^', 'circ',
1773 sub do_circumflex { return "&$_[0]circ;"; }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex2752 \def\textdegree{$^\circ$}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex2977 \def\textdegree{$^\circ$}

Completed in 307 milliseconds