Searched defs:block (Results 1 - 25 of 805) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/builtins/arm/
H A Dudivmodsi4.S44 * This depends on the fixed instruction size of block.
46 * block(shift) implements the test-and-update-quotient core.
87 /* Last block, no need to update r3 or r4. */
99 #define block(shift) \ define
104 block(31)
105 block(30)
106 block(29)
107 block(28)
108 block(27)
109 block(2
[all...]
H A Dudivsi3.S45 * This depends on the fixed instruction size of block.
47 * block(shift) implements the test-and-update-quotient core.
86 /* Last block, no need to update r2 or r3. */
97 #define block(shift) \ define
102 block(31)
103 block(30)
104 block(29)
105 block(28)
106 block(27)
107 block(2
[all...]
H A Dumodsi3.S45 * This depends on the fixed instruction size of block.
47 * block(shift) implements the test-and-update-quotient core.
84 /* Last block, no need to update r2 or r3. */
93 #define block(shift) \ define
97 block(31)
98 block(30)
99 block(29)
100 block(28)
101 block(27)
102 block(2
[all...]
/external/clang/test/CodeGen/
H A D2009-01-05-BlockInlining.c4 // 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/valgrind/main/memcheck/tests/
H A Derr_disable1.c9 char* block = NULL; variable
21 usechar( block[5] );
26 block = malloc(10);
27 free(block);
H A Derr_disable2.c10 char* block = NULL; variable
22 usechar( block[5] );
27 block = malloc(10);
28 free(block);
H A Derr_disable3.c13 char* block = NULL; variable
25 usechar( block[5] );
41 block = malloc(10);
42 free(block);
/external/valgrind/main/none/tests/x86/
H A Dbug135421-x86.c8 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];
H A Dbug125959-x86.c8 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];
H A Djcxz.c8 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[
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_helpers.cc22 bool OverrideBlacklistForURL(const GURL& url, bool* block, int* reason) { argument
30 *block = true;
40 *block = false;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.h21 BlockPainter(RenderBlock& block) : m_renderBlock(block) { } argument
28 // inline-block elements paint all phases atomically. This function ensures that. Certain other elements
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTrailingFloatsRootInlineBox.h35 TrailingFloatsRootInlineBox(RenderBlockFlow& block) argument
36 : RootInlineBox(block)
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMConstraint.h53 BOOL (^block)(id);
56 - (id)initWithConstraintBlock:(BOOL (^)(id))block; variable
H A DOCMArg.h19 + (id)checkWithBlock:(BOOL (^)(id))block; variable
/external/elfutils/0.153/libdw/
H A Ddwarf_frame_register.c124 Dwarf_Block block; local
126 get_uleb128 (block.length, p);
127 block.data = (void *) p;
133 &fs->cache->expr_tree, &block,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmbpitch.c22 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
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-sce.cc12 // For each loop block walk the dominator tree from the backwards branch to
17 HBasicBlock* block = graph()->blocks()->at(i); local
18 if (block->IsLoopHeader()) {
19 HBasicBlock* back_edge = block->loop_information()->GetLastBackEdge();
24 block->loop_information()->stack_check()->Eliminate();
30 if (dominator == block) break;
/external/compiler-rt/test/BlocksRuntime/
H A Drdar6414583.c22 dispatch_block_t block = Block_copy(^{ c = i; }); local
24 block();
27 Block_release(block);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci_ci.c43 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block) argument
62 p_msg->nv_read.block = block;
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_ci.c41 void nfa_nv_ci_read (UINT16 num_bytes_read, tNFA_NV_CO_STATUS status, UINT8 block) argument
56 p_msg->nv_read.block = block;
/external/libvpx/libvpx/vp8/common/
H A Dmbpitch.c22 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
[all...]
/external/chromium_org/base/mac/
H A Dbind_objc_block.h14 // BindBlock builds a callback from an Objective-C block. Example usages:
29 // Helper functions to run the block contained in the parameter.
31 R RunBlock(base::mac::ScopedBlock<R(^)()> block) { argument
32 R(^extracted_block)() = block.get();
37 R RunBlock(base::mac::ScopedBlock<R(^)(A1)> block, A1 a) { argument
38 R(^extracted_block)(A1) = block.get();
43 R RunBlock(base::mac::ScopedBlock<R(^)(A1, A2)> block, A1 a, A2 b) { argument
44 R(^extracted_block)(A1, A2) = block.get();
50 // Construct a callback with no argument from an objective-C block.
52 base::Callback<R(void)> BindBlock(R(^block)()) {
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file.cc15 bool MappedFile::Load(const FileBlock* block) { argument
16 size_t offset = block->offset() + view_size_;
17 return Read(block->buffer(), block->size(), offset);
20 bool MappedFile::Store(const FileBlock* block) { argument
21 size_t offset = block->offset() + view_size_;
22 return Write(block->buffer(), block->size(), offset);
25 bool MappedFile::Load(const FileBlock* block, argument
28 size_t offset = block
32 Store(const FileBlock* block, FileIOCallback* callback, bool* completed) argument
[all...]
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_util_test.cc70 StringPiece block; local
72 EXPECT_TRUE(HpackFuzzUtil::NextHeaderBlock(&input, &block));
73 EXPECT_EQ("aaaaa", block);
74 EXPECT_TRUE(HpackFuzzUtil::NextHeaderBlock(&input, &block));
75 EXPECT_EQ("bbbb", block);
76 EXPECT_TRUE(HpackFuzzUtil::NextHeaderBlock(&input, &block));
77 EXPECT_EQ("ccc", block);
78 EXPECT_TRUE(HpackFuzzUtil::NextHeaderBlock(&input, &block));
79 EXPECT_EQ("dd", block);
80 EXPECT_TRUE(HpackFuzzUtil::NextHeaderBlock(&input, &block));
131 StringPiece block; local
[all...]

Completed in 734 milliseconds

1234567891011>>