Searched refs:element (Results 1 – 3 of 3) sorted by relevance
891 struct quehead *element = (struct quehead *)a, in insque() local894 element->qh_link = head->qh_link; in insque()895 element->qh_rlink = head; in insque()896 head->qh_link = element; in insque()897 element->qh_link->qh_rlink = element; in insque()903 struct quehead *element = (struct quehead *)a; in remque() local905 element->qh_link->qh_rlink = element->qh_rlink; in remque()906 element->qh_rlink->qh_link = element->qh_link; in remque()907 element->qh_rlink = 0; in remque()
1060 subrange is represented by an 256-element @dfn{block} (256 1-byte1061 elements or 256 2-byte element in case of 16-bit CCS table) with1067 Any element number @emph{m} of @dfn{the heading block} (which contains1068 256 2-byte elements) corresponds to the @emph{m}-th 256-element subrange.1069 If the subrange contains some codes, the value of the @emph{m}-th element of1072 block element contains 0xFFFF.1077 is defined in the first 2-byte element of the "from_ucs" array.1085 @item If @emph{Y} is equivalent to the value of the first 2-byte element1090 @item If the heading block element with number @emph{BlkN} is 0xFFFF, there1097 @item If the @emph{Xindex}-th element of the block (which is equivalent to[all …]
7199 (struct memstream): Add wide element.19356 * libc/sys/cygwin/sys/dirent.h (DIR): Add another internal element.21369 for telldir() and seekdir(). Rename unused structure element21402 *include/sys/reent.h: Add checks for size of Bigint element Long.