Home
last modified time | relevance | path

Searched refs:array_buf (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/iokit/IOKit/
H A DIOReportMacros.h458 #define __SA_FINDREP(array_buf, idx) \ argument
463 __elem = &(((IOReportElement *)(array_buf))[0]); \
465 __elem = &(((IOReportElement *)(array_buf))[__elemIdx]); \
468 #define __SA_MAXINDEX(array_buf) \ argument
469 ((((IOReportElement*)(array_buf))->channel_type.nelements) \
479 #define SIMPLEARRAY_SETVALUE(array_buf, idx, newValue) \ argument
481 __SA_FINDREP((array_buf), (idx)) \
493 #define SIMPLEARRAY_INCREMENTVALUE(array_buf, idx, value) \ argument
495 __SA_FINDREP((array_buf), (idx)) \
512 #define SIMPLEARRAY_UPDATEPREP(array_buf, ptr2cpy, size2cpy) \ argument
[all …]