HomeSort by relevance Sort by last modified time
    Searched defs:block (Results 1 - 25 of 1318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 4 // These will be inlined by the optimizers provided the block descriptors
5 // and block literals are internal constants.
14 static int block(int x) { function
25 print(block(x));
  /external/compiler-rt/lib/builtins/arm/
udivmodsi4.S 57 * This depends on the fixed instruction size of block.
60 * block(shift) implements the test-and-update-quotient core.
109 /* Last block, no need to update r3 or r4. */
121 #define block(shift) \ define
127 block(31)
128 block(30)
129 block(29)
130 block(28)
131 block(27)
132 block(26
    [all...]
udivsi3.S 57 * This depends on the fixed instruction size of block.
60 * block(shift) implements the test-and-update-quotient core.
107 /* Last block, no need to update r2 or r3. */
118 #define block(shift) \ define
124 block(31)
125 block(30)
126 block(29)
127 block(28)
128 block(27)
129 block(26
    [all...]
umodsi3.S 55 * This depends on the fixed instruction size of block.
58 * block(shift) implements the test-and-update-quotient core.
103 /* Last block, no need to update r2 or r3. */
112 #define block(shift) \ define
117 block(31)
118 block(30)
119 block(29)
120 block(28)
121 block(27)
122 block(26
    [all...]
  /external/boringssl/src/crypto/aes/
aes_test.cc 32 uint8_t block[AES_BLOCK_SIZE]; local
33 AES_encrypt(plaintext, block, &aes_key);
34 if (memcmp(block, ciphertext, AES_BLOCK_SIZE) != 0) {
40 memcpy(block, plaintext, AES_BLOCK_SIZE);
41 AES_encrypt(block, block, &aes_key);
42 if (memcmp(block, ciphertext, AES_BLOCK_SIZE) != 0) {
53 AES_decrypt(ciphertext, block, &aes_key);
54 if (memcmp(block, plaintext, AES_BLOCK_SIZE) != 0) {
60 memcpy(block, ciphertext, AES_BLOCK_SIZE)
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
rdar6414583.c 11 #include <Block.h>
22 dispatch_block_t block = Block_copy(^{ c = i; }); local
24 block();
27 Block_release(block);
  /external/valgrind/memcheck/tests/
err_disable1.c 9 char* block = NULL; variable
21 usechar( block[5] );
26 block = malloc(10);
27 free(block);
err_disable2.c 10 char* block = NULL; variable
22 usechar( block[5] );
27 block = malloc(10);
28 free(block);
err_disable3.c 13 char* block = NULL; variable
25 usechar( block[5] );
41 block = malloc(10);
42 free(block);
  /external/valgrind/none/tests/x86/
bug135421-x86.c 8 int block[2]; local
9 block[0] = x;
10 block[1] = 0;
18 : : /*in*/ "m"(block[0]), "m"(block[1]) : "esi","edi","memory"
20 return block[1];
bug125959-x86.c 8 int block[3]; local
9 block[0] = (int)&buf[0];
10 block[1] = i;
11 block[2] = 0;
18 : : /*in*/"r"(block) : "esi", "ebx", "eax", "memory", "cc"
20 return block[2];
jcxz.c 8 UInt block[2]; local
9 block[0] = arg;
10 block[1] = 0xdeadbeef;
21 : /*out*/ : /*in*/ "m"(block[0]),
22 "m"(block[1]) : /*trash*/ "eax","ecx","cc","memory"
24 return block[1];
29 UInt block[2]; local
30 block[0] = arg;
31 block[1] = 0xdeadbeef;
42 : /*out*/ : /*in*/ "m"(block[0])
    [all...]
  /frameworks/base/libs/androidfw/tests/
AppAsLib_test.cpp 36 ssize_t block = table.getResource(appaslib::R::app::integer::number1, &val); local
37 ASSERT_GE(block, 0);
49 ssize_t block = table.getResource(appaslib::R::lib::integer::number1, &val); local
50 ASSERT_GE(block, 0);
62 ssize_t block = table.getResource(appaslib::R::lib::integer::number1, &val); local
63 ASSERT_GE(block, 0);
TestHelpers.cpp 27 ssize_t block = table.getResource(resourceId, &val, MAY_NOT_BE_BAG); local
28 if (block < 0) {
36 const ResStringPool* pool = table.getTableStringBlock(block);
38 return ::testing::AssertionFailure() << "table has no string pool for block " << block;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-gc-1.s 11 LC02: .tc block[TC],block[RW]
51 .globl block
52 .csect block[RW]
53 block: label
  /external/libvpx/libvpx/vp8/common/
mbpitch.c 22 x->block[r*4+c].predictor = x->predictor + r * 4 * 16 + c * 4;
30 x->block[16+r*2+c].predictor = x->predictor + 256 + r * 4 * 8 + c * 4;
39 x->block[20+r*2+c].predictor = x->predictor + 320 + r * 4 * 8 + c * 4;
46 x->block[r].qcoeff = x->qcoeff + r * 16;
47 x->block[r].dqcoeff = x->dqcoeff + r * 16;
48 x->block[r].eob = x->eobs + r;
54 int block; local
56 for (block = 0; block < 16; block++) /* y blocks *
    [all...]
  /frameworks/base/tools/aapt2/util/
BigBuffer.cpp 27 Block& block = mBlocks.back(); local
28 if (block.mBlockSize - block.size >= size) {
29 void* outBuffer = block.buffer.get() + block.size;
30 block.size += size;
38 Block block = {}; local
40 // Zero-allocate the block's buffer
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mbpitch.c 22 x->block[r*4+c].predictor = x->predictor + r * 4 * 16 + c * 4;
30 x->block[16+r*2+c].predictor = x->predictor + 256 + r * 4 * 8 + c * 4;
39 x->block[20+r*2+c].predictor = x->predictor + 320 + r * 4 * 8 + c * 4;
46 x->block[r].qcoeff = x->qcoeff + r * 16;
47 x->block[r].dqcoeff = x->dqcoeff + r * 16;
48 x->block[r].eob = x->eobs + r;
54 int block; local
56 for (block = 0; block < 16; block++) /* y blocks *
    [all...]
  /external/elfutils/libdw/
dwarf_frame_register.c 99 Dwarf_Block block; local
103 get_uleb128 (block.length, p, end);
104 block.data = (void *) p;
110 &fs->cache->expr_tree, &block,
  /external/v8/src/crankshaft/
hydrogen-sce.cc 11 // For each loop block walk the dominator tree from the backwards branch to
16 HBasicBlock* block = graph()->blocks()->at(i); local
17 if (block->IsLoopHeader()) {
18 HBasicBlock* back_edge = block->loop_information()->GetLastBackEdge();
23 block->loop_information()->stack_check()->Eliminate();
29 if (dominator == block) break;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
vec.h 32 struct isl_blk block; member in struct:isl_vec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
vec.h 32 struct isl_blk block; member in struct:isl_vec
  /frameworks/base/core/java/android/os/
ConditionVariable.java 25 * open(), close() and block() are sticky. If open() is called before block(),
26 * block() will not block, and instead return immediately.
59 * Any threads that later approach block() will not block unless close()
77 * Any threads that call block() will block until someone calls open.
87 * Block the current thread until the condition is opened.
92 public void block() method in class:ConditionVariable
117 public boolean block(long timeout) method in class:ConditionVariable
    [all...]
  /art/compiler/optimizing/
side_effects_analysis.cc 30 HBasicBlock* block = it.Current(); local
31 SideEffects effects = GetBlockEffects(block);
33 if (block->IsLoopHeader()) {
34 effects = GetLoopEffects(block);
42 HBasicBlock* block = it.Current(); local
45 // Update `effects` with the side effects of all instructions in this block.
46 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
51 // more information to side-effects of this block.
57 block_effects_[block->GetBlockId()] = effects;
59 if (block->IsLoopHeader())
    [all...]
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
55 const CFGBlock *block = worklist.pop_back_val(); local
57 if (visited[block->getBlockID()])
59 visited[block->getBlockID()] = true;
64 DstReachability[block->getBlockID()] = true;
70 for (CFGBlock::const_pred_iterator i = block->pred_begin(),
71 e = block->pred_end(); i != e; ++i) {

Completed in 1304 milliseconds

1 2 3 4 5 6 7 8 91011>>