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

  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 84 * DESCRIPTION: Generate an optimal access width for fields defined with the
90 * of this access width must be deferred until the region length has
134 * Iterative search for the maximum access width that is both aligned
142 * 1) Round end offset up to next access boundary and make sure that
144 * 2) When the Access width is greater than the FieldByteLength, we
168 /* Single access is optimal */
181 * try the next wider access on next iteration
206 * previous access
209 "Backing off to previous optimal access width of %u\n",
217 * just use max access widt
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 42 const char *Access() { return Blue(); }
162 Printf("%s", d.Access());
171 Printf(" %s access of %s at %p by %s",
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 47 const char *Access() { return Blue(); }

Completed in 17 milliseconds