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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mop.cc 111 t1.Access(l.loc(), true, 8, false);
112 t2.Access((char*)l.loc() + 4, true, 4, true);
116 t1.Access(l.loc(), true, 8, false);
117 t2.Access((char*)l.loc() + 7, true, 1, true);
121 t1.Access((char*)l.loc() + 4, true, 4, false);
122 t2.Access((char*)l.loc() + 4, true, 2, true);
126 t1.Access((char*)l.loc() + 4, true, 4, false);
127 t2.Access((char*)l.loc() + 6, true, 2, true);
131 t1.Access((char*)l.loc() + 3, true, 2, false);
132 t2.Access((char*)l.loc() + 4, true, 1, true)
    [all...]
tsan_test_util.h 74 void Access(void *addr, bool is_write, int size, bool expect_race);
76 Access(ml.loc(), false, size, expect_race);
79 Access(ml.loc(), true, size, expect_race);
tsan_test_util_posix.cc 395 void ScopedThread::Access(void *addr, bool is_write,
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 377 [0001] Encoded Access Width : 01 [Byte Access:8]
388 [0001] Encoded Access Width : 02 [Word Access:16]
395 [0001] Encoded Access Width : 00 [Undefined/Legacy]
402 [0001] Encoded Access Width : 02 [Word Access:16]
409 [0001] Encoded Access Width : 00 [Undefined/Legacy]
416 [0001] Encoded Access Width : 00 [Undefined/Legacy]
423 [0001] Encoded Access Width : 03 [DWord Access:32
    [all...]
  /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/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 76 #region Access properties
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 47 const char *Access() { return Blue(); }
asan_errors.cc 568 Printf("%s%s of size %zu at %p thread %s%s\n", d.Access(),
569 access_size ? (is_write ? "WRITE" : "READ") : "ACCESS", access_size,
  /src/sys/arch/vax/vax/
intvec.S 93 INTVEC(access_v, KSTACK) # Access Control Violation, 20
248 SCBENTRY(access_v) # 24: Access cntrl viol fault
  /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/acpica/dist/tools/acpiexec/
aetables.h 433 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy)
440 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
  /src/sys/arch/mvme68k/mvme68k/
locore.s 632 andb %a0@,%d1 | Access MEMC040/MEMECC
642 * to access a0@ above. Control passes here, where we flag 'no bytes',
  /src/sys/fs/hfs/
libhfs.c 2127 #pragma mark Disk Access

Completed in 32 milliseconds