Home
last modified time | relevance | path

Searched refs:element (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dqueue.h891 struct quehead *element = (struct quehead *)a, in insque() local
894 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() local
905 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()
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1060 subrange is represented by an 256-element @dfn{block} (256 1-byte
1061 elements or 256 2-byte element in case of 16-bit CCS table) with
1067 Any element number @emph{m} of @dfn{the heading block} (which contains
1068 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 of
1072 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 element
1090 @item If the heading block element with number @emph{BlkN} is 0xFFFF, there
1097 @item If the @emph{Xindex}-th element of the block (which is equivalent to
[all …]
/picolibc-latest/newlib/
DChangeLog-20157199 (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 element
21402 *include/sys/reent.h: Add checks for size of Bigint element Long.