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

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atom-types.h 34 typedef uint8_t UCHAR;
atombios.h 50 #ifndef UCHAR
51 typedef unsigned char UCHAR;
213 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible
214 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware
224 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
239 UCHAR ucExtendedFunctionCode;
240 UCHAR ucReserved;
247 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
262 UCHAR ucExtendedFunctionCode;
263 UCHAR ucReserved
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
atom-types.h 34 typedef uint8_t UCHAR;
atombios.h 51 #ifndef UCHAR
52 typedef unsigned char UCHAR;
205 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */
206 UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */
216 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios,
231 UCHAR ucExtendedFunctionCode;
232 UCHAR ucReserved;
413 UCHAR ucAction; //0:reserved //1:Memory //2:Engine
414 UCHAR ucReserved; //may expand to return larger Fbdiv later
415 UCHAR ucFbDiv; //return valu
    [all...]
  /src/bin/ed/
cbc.c 122 #define UCHAR(x,i) (x[i])
371 if ((bits[j]&UCHAR(buf, i)) != 0)
374 UCHAR(buf, i) = UCHAR(buf, i)&0177;
376 UCHAR(buf, i) = (UCHAR(buf, i)&0177)|0200;
439 UCHAR(msgbuf, c) ^= UCHAR(ivec, c);
  /src/bin/ps/
ps.h 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
  /src/usr.bin/audio/ctl/
ctl.c 80 #define UCHAR 6
109 { "play.balance", &info.play.balance, UCHAR, 0 },
115 { "play.pause", &info.play.pause, UCHAR, 0 },
116 { "play.error", &info.play.error, UCHAR, READONLY },
117 { "play.waiting", &info.play.waiting, UCHAR, READONLY },
118 { "play.open", &info.play.open, UCHAR, READONLY },
119 { "play.active", &info.play.active, UCHAR, READONLY },
128 { "record.balance", &info.record.balance, UCHAR, 0 },
134 { "record.pause", &info.record.pause, UCHAR, 0 },
135 { "record.error", &info.record.error, UCHAR, READONLY }
    [all...]
  /src/usr.bin/bdes/
bdes.c 135 #define UCHAR(x,i) (x[i])
515 if ((bits[j]&UCHAR(buf, i)) != 0)
518 UCHAR(buf, i) = UCHAR(buf, i)&0177;
520 UCHAR(buf, i) = (UCHAR(buf, i)&0177)|0200;
642 UCHAR(msgbuf, c) ^= UCHAR(ivec, c);
729 UCHAR(ivec, n) = UCHAR(ivec, n+nbytes)
    [all...]
  /src/usr.bin/xlint/common/
lint.h 69 UCHAR, /* unsigned char */

Completed in 31 milliseconds