Searched refs:add1 (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h266 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); local
267 internal_memset(add1, 0, newsize);
268 add1->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
269 add1->size = add->size;
270 internal_memcpy(add1->cells, add->cells, add->size * sizeof(add->cells[0]));
272 atomic_store(&b->add, (uptr)add1, memory_order_relaxed);
273 add = add1;
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s58 # rtdyld-check: decode_operand(add1, 2) = (tgt+8)[11:2] << 2
62 add1: label
/external/clang/test/Sema/
H A Dblock-return.c7 short (^add1)(void) = ^{ return y+1; }; // expected-error {{incompatible block pointer types initializing 'short (^)(void)' with an expression of type 'int (^)(void)'}}
/external/libunwind/tests/
H A Dia64-test-dyn1.c95 long (*add1) (long);
109 add1 = (long (*)(long))
193 flist[1] = add1;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ListTest.java187 Integer add1 = new Integer(600);
189 li.add(add1);
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp35 // Create the add1 function entry and insert this entry into module M. The
39 cast<Function>(M->getOrInsertFunction("add1",
51 // Get pointers to the integer argument of the add1 function...
62 // Now, function add1 is ready.
82 // Get pointer to the integer argument of the add1 function...
259 // Create one thread for add1 and two threads for fib
260 struct threadParams add1 = { EE, add1F, 1000 }; local
265 int result = pthread_create( &add1Thread, nullptr, callFunc, &add1 );
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dpostproc_msa.c712 v4i32 add0, add1, add2, add3; local
762 ILVRL_H2_SW(zero, add_r, add0, add1);
765 mul1 += add1 * sub1;
/external/v8/test/unittests/compiler/
H A Dscheduler-unittest.cc432 Node* add1 = graph()->NewNode(&kIntAdd, ind1, c); local
433 Node* br2 = graph()->NewNode(common()->Branch(), add1, loop1);

Completed in 199 milliseconds