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

  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 192 * DESCRIPTION: Generate an optimal access width for fields defined with the
198 * of this access width must be deferred until the region length has
242 * Iterative search for the maximum access width that is both aligned
250 * 1) Round end offset up to next access boundary and make sure that
252 * 2) When the Access width is greater than the FieldByteLength, we
276 /* Single access is optimal */
289 * try the next wider access on next iteration
314 * previous access
317 "Backing off to previous optimal access width of %u\n",
325 * 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(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 395 void ScopedThread::Access(void *addr, bool is_write,

Completed in 153 milliseconds