HomeSort by: relevance | last modified time | path
    Searched defs:uchar (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
config.h 174 * typedef unsigned char uchar;
176 * typedef unsigned short int uchar;
178 typedef unsigned char uchar; typedef in typeref:typename:unsigned char
194 * #define Bitfield(x,n) uchar x
  /src/sys/fs/hfs/
libhfs.c 389 uint16_t uchar; /* dummy var */ local in function:hfslib_path_to_cnid
435 uchar = be16tohp((void*)&ptr);
436 *(ptr-1) = uchar;
461 uchar = be16toh(0x2F);
462 memcpy(*out_unicode, &uchar, sizeof(uchar));

Completed in 13 milliseconds