HomeSort by relevance Sort by last modified time
    Searched refs:uchar_t (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 93 typedef unsigned char uchar_t; typedef
100 int mapokay(uchar_t * expbuf);
121 uchar_t *buf, *ptr;
126 uchar_t data;
220 ptr = (uchar_t *) mapaddr;
376 uchar_t *paddr;
398 paddr = (uchar_t *) (mapaddr + (randpage * pagesize));
423 paddr = (uchar_t *) mapaddr + (randpage * pagesize);
437 int mapokay(uchar_t * expbuf)
439 uchar_t *ptr
    [all...]
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;
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];
  /external/libusb/libusb/os/
sunos_usb.c 423 static uchar_t
799 (void) fprintf(stderr, "%02x ", (uchar_t)data[i]);
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 94 #define vki_uchar_t uchar_t
    [all...]

Completed in 281 milliseconds