Home
last modified time | relevance | path

Searched refs:__seq (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dmbstate.cpp35 (ps->__seq[2] != 0) ? 3 : in mbstate_bytes_so_far()
36 (ps->__seq[1] != 0) ? 2 : in mbstate_bytes_so_far()
37 (ps->__seq[0] != 0) ? 1 : 0; in mbstate_bytes_so_far()
41 ps->__seq[i] = static_cast<uint8_t>(byte); in mbstate_set_byte()
45 return ps->__seq[n]; in mbstate_get_byte()
50 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0; in reset_and_return_illegal()
55 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0; in reset_and_return()
Dwchar.cpp57 return (ps == NULL || (*(reinterpret_cast<const uint32_t*>(ps->__seq)) == 0)); in mbsinit()
/bionic/libc/include/bits/
Dmbstate_t.h35 unsigned char __seq[4]; member
/bionic/libc/include/sys/
Dipc.h38 #define __seq seq macro