OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:add1
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_addrhashmap.h
278
AddBucket *
add1
= (AddBucket*)InternalAlloc(newsize);
local
279
internal_memset(
add1
, 0, newsize);
280
add1
->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
281
add1
->size = add->size;
282
internal_memcpy(
add1
->cells, add->cells, add->size * sizeof(add->cells[0]));
284
atomic_store(&b->add, (uptr)
add1
, memory_order_relaxed);
285
add =
add1
;
/src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
ParallelJIT.cpp
52
// Create the
add1
function entry and insert this entry into module M. The
57
Function::ExternalLinkage, "
add1
", M);
66
// Get pointers to the integer argument of the
add1
function...
77
// Now, function
add1
is ready.
97
// Get pointer to the integer argument of the
add1
function...
276
// Create one thread for
add1
and two threads for fib
277
struct threadParams
add1
= { EE, add1F, 1000 };
local
282
int result = pthread_create( &add1Thread, nullptr, callFunc, &
add1
);
310
std::cout << "
Add1
returned " << intptr_t(returnValue) << std::endl;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_addrhashmap.h
315
AddBucket *
add1
= (AddBucket*)InternalAlloc(newsize);
variable
316
internal_memset(
add1
, 0, newsize);
317
add1
->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
318
add1
->size = add->size;
319
internal_memcpy(
add1
->cells, add->cells, add->size * sizeof(add->cells[0]));
321
atomic_store(&b->add, (uptr)
add1
, memory_order_relaxed);
322
add =
add1
;
/src/sys/dev/marvell/
if_gfe.c
1746
uint32_t w0, add0,
add1
;
local
1758
add1
= ((uint32_t) eaddr[2] << 0) |
1762
add1
= ((
add1
& 0x00f0f0f0) >> 4) | ((
add1
& 0x000f0f0f) << 4);
1763
add1
= ((
add1
& 0x00cccccc) >> 2) | ((
add1
& 0x00333333) << 2);
1764
add1
= ((
add1
& 0x00aaaaaa) >> 1) | ((add1 & 0x00555555) << 1)
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026