OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsethigh
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/acpitools/aml/
aml_common.c
396
u_int8_t offsetlow,
offsethigh
;
local in function:aml_bufferfield_io
435
offsethigh
= (bitlen - (8 - offsetlow)) % 8;
437
offsethigh
= 0;
445
if (
offsethigh
) {
446
maskhigh = 0xff <<
offsethigh
;
447
AML_DEBUGPRINT("\t[
offsethigh
= 0x%x, maskhigh = 0x%x, ~maskhigh = 0x%x]\n",
448
offsethigh
, maskhigh, ~maskhigh & 0xff);
466
if (i == 1 &&
offsethigh
) {
496
if (i == 1 &&
offsethigh
) {
/src/usr.sbin/acpitools/amldb/
region.c
313
u_int8_t offsetlow,
offsethigh
;
local in function:aml_simulate_region_io_buffer
318
offsetlow =
offsethigh
= 0;
328
offsethigh
= (bitlen - (8 - offsetlow)) % 8;
330
assert(
offsethigh
== 0);
Completed in 11 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025