OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:block1
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_sync_test.cc
77
u64
block1
[4] = {}; // fake malloc block
local
79
m->AllocBlock(thr, 0, (uptr)&
block1
[0], 3 * sizeof(u64));
80
m->AllocBlock(thr, 0, (uptr)&
block1
[3], 1 * sizeof(u64));
81
SyncVar *s1 = m->GetOrCreateAndLock(thr, 0, (uptr)&
block1
[0], true);
83
SyncVar *s2 = m->GetOrCreateAndLock(thr, 0, (uptr)&
block1
[1], true);
85
m->MoveMemory((uptr)&
block1
[0], (uptr)&block2[0], 4 * sizeof(u64));
86
MBlock *mb1 = m->GetBlock((uptr)&
block1
[0]);
88
MBlock *mb2 = m->GetBlock((uptr)&
block1
[3]);
96
s1 = m->GetIfExistsAndLock((uptr)&
block1
[0], true);
98
s2 = m->GetIfExistsAndLock((uptr)&
block1
[1], true)
[
all
...]
/src/external/bsd/pkg_install/dist/lib/
pkg_signature.c
225
static const char
block1
[] = "pkgsrc signature\n\nversion: 1\npkgname: ";
local
234
if (strncmp(hash_file,
block1
, strlen(
block1
)) != 0)
236
hash_file += strlen(
block1
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ter.cc
403
tree
block1
, block2;
local
417
block1
= LOCATION_BLOCK (locus1);
430
|| (
block1
!= NULL_TREE &&
block1
!= block2)))
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026