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

  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 190 * ByteAlignment (1, 2, 3, or 4)
344 * ByteAlignment (1, 2, 3, or 4)
357 UINT32 ByteAlignment;
371 ByteAlignment =
375 BitLength = ByteAlignment * 8;
378 ByteAlignment = 1;
385 ByteAlignment = 1;
391 ByteAlignment = 2;
397 ByteAlignment = 4;
403 ByteAlignment = 8
    [all...]
exprep.c 190 * ByteAlignment (1, 2, 3, or 4)
344 * ByteAlignment (1, 2, 3, or 4)
357 UINT32 ByteAlignment;
371 ByteAlignment =
375 BitLength = ByteAlignment * 8;
378 ByteAlignment = 1;
385 ByteAlignment = 1;
391 ByteAlignment = 2;
397 ByteAlignment = 4;
403 ByteAlignment = 8
    [all...]

Completed in 68 milliseconds