Searched refs:uchar_t (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 93 typedef unsigned char uchar_t; typedef 100 int mapokay(uchar_t * expbuf); 121 uchar_t *buf, *ptr; in main() 126 uchar_t data; in main() 220 ptr = (uchar_t *) mapaddr; in main() 376 uchar_t *paddr; in child_mapper() 398 paddr = (uchar_t *) (mapaddr + (randpage * pagesize)); in child_mapper() 423 paddr = (uchar_t *) mapaddr + (randpage * pagesize); in child_mapper() 437 int mapokay(uchar_t * expbuf) in mapokay() 439 uchar_t *ptr; in mapokay() [all …]
|
D | mmapstress10.c | 126 typedef unsigned char uchar_t; //Ananda 12/17/02 typedef 129 void child_writer(char *file, uchar_t * buf); 130 int fileokay(char *file, uchar_t * expbuf); 173 uchar_t *buf = NULL; 180 uchar_t data; 688 void child_writer(char *file, uchar_t * buf) 711 uchar_t *p; 785 int fileokay(char *file, uchar_t * expbuf) 793 uchar_t *readbuf;
|
D | mmapstress01.c | 112 typedef unsigned char uchar_t; typedef 118 int fileokay(char *file, uchar_t * expbuf); 145 uchar_t *buf = NULL; 152 uchar_t data; 596 int fileokay(char *file, uchar_t * expbuf) 606 uchar_t readbuf[pagesize];
|
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | parse_charset.hpp | 81 typedef typename boost::uint_t<CHAR_BIT * sizeof(char_type)>::least uchar_t; in parse_escape() typedef 82 BOOST_MPL_ASSERT_RELATION(sizeof(uchar_t), ==, sizeof(char_type)); in parse_escape() 83 typedef numeric::conversion_traits<uchar_t, int> converstion_traits; in parse_escape() 86 numeric::converter<int, uchar_t, converstion_traits, char_overflow_handler> converter; in parse_escape()
|
/third_party/boost/boost/xpressive/ |
D | match_results.hpp | 1188 typedef typename boost::uint_t<CHAR_BIT * sizeof(char_type)>::least uchar_t; in format_escape_() typedef 1189 BOOST_MPL_ASSERT_RELATION(sizeof(uchar_t), ==, sizeof(char_type)); in format_escape_() 1190 typedef numeric::conversion_traits<uchar_t, int> converstion_traits; in format_escape_() 1191 … numeric::converter<int, uchar_t, converstion_traits, detail::char_overflow_handler_> converter; in format_escape_()
|
/third_party/libusb/libusb/os/ |
D | sunos_usb.c | 779 static uchar_t
|