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

  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 187 INT32 Width,
387 * Width - Field width
403 INT32 Width,
441 Width--;
446 Width--;
451 Width--;
456 Width--;
459 Width--;
475 Width -= Precision
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 72 UINTN Width;
996 // if there is no item field width, use the items width
1001 // if item is larger then width, update width
1002 if (Len > Item->Width) {
1003 Item->Width = Len;
1009 for (i=Item->Width; i < Item->FieldWidth; i+=1) {
1015 for (i=Len; i < Item->Width; i++) {
1027 for (i=Item->Width; i < Item->FieldWidth; i+=1)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 233 UINT16 Width;
amlresrc.h 364 UINT8 Width;
acrestyp.h 349 UINT8 Width;
353 /* Values for Width field above */
actbl1.h 1101 UINT8 Width; /* Host Address Width */

Completed in 17 milliseconds