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 79 INT32 Width,
279 * Width - Field width
295 INT32 Width,
333 Width--;
338 Width--;
343 Width--;
348 Width--;
351 Width--;
367 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 125 UINT16 Width;
amlresrc.h 256 UINT8 Width;
acrestyp.h 241 UINT8 Width;
245 /* Values for Width field above */
actbl1.h 994 UINT8 Width; /* Host Address Width */

Completed in 25 milliseconds