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

1234567891011>>

/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));
H A D2010-06-17-asmcrash.c8 void avg_pixels8_mmx2(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
11 :"+g"(h), "+S"(pixels), "+D"(block)
/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/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/chromium_org/base/mac/
H A Dbind_objc_block.h14 // BindBlock builds a callback from an Objective-C block. Example usages:
23 // Helper functions to run the block contained in the parameter.
25 R RunBlock(base::mac::ScopedBlock<R(^)()> block) { argument
26 R(^extracted_block)() = block.get();
31 R RunBlock(base::mac::ScopedBlock<R(^)(A1)> block, A1 a) { argument
32 R(^extracted_block)(A1) = block.get();
38 // Construct a callback with no argument from an objective-C block.
40 base::Callback<R(void)> BindBlock(R(^block)()) {
42 base::mac::ScopedBlock<R(^)()>(Block_copy(block)));
45 // Construct a callback with one argument from an objective-C block
[all...]
/external/chromium_org/net/disk_cache/
H A Dmapped_file.cc11 bool MappedFile::Load(const FileBlock* block) { argument
12 size_t offset = block->offset() + view_size_;
13 return Read(block->buffer(), block->size(), offset);
16 bool MappedFile::Store(const FileBlock* block) { argument
17 size_t offset = block->offset() + view_size_;
18 return Write(block->buffer(), block->size(), offset);
21 bool MappedFile::Load(const FileBlock* block, argument
24 size_t offset = block
28 Store(const FileBlock* block, FileIOCallback* callback, bool* completed) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTrailingFloatsRootInlineBox.h35 TrailingFloatsRootInlineBox(RenderBlockFlow* block) argument
36 : RootInlineBox(block)
/external/chromium_org/v8/src/
H A Dhydrogen-sce.cc35 // For each loop block walk the dominator tree from the backwards branch to
40 HBasicBlock* block = graph()->blocks()->at(i); local
41 if (block->IsLoopHeader()) {
42 HBasicBlock* back_edge = block->loop_information()->GetLastBackEdge();
47 block->loop_information()->stack_check()->Eliminate();
53 if (dominator == block) break;
H A Dhydrogen-removable-simulates.cc36 HBasicBlock* block = graph()->blocks()->at(i); local
37 // Make sure the merge list is empty at the start of a block.
39 // Nasty heuristic: Never remove the first simulate in a block. This
42 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
87 // Merge the accumulated simulates at the end of the block.
/external/compiler-rt/BlocksRuntime/tests/
H A Drdar6414583.c22 dispatch_block_t block = Block_copy(^{ c = i; }); local
24 block();
27 Block_release(block);
H A Ddispatch_call_Block_with_release.c16 dispatch_call_Block_with_release2(void *block) argument
18 void (^b)(void) = (void (^)(void))block;
25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci_ci.c41 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block) argument
60 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/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.h36 SVGRootInlineBox(RenderBlockFlow* block) argument
37 : RootInlineBox(block)
/external/chromium_org/tools/gn/
H A Dfunction_set_defaults.cc20 " set_default's block will be copied into the current scope.\n"
44 BlockNode* block,
71 if (!block) {
76 // Run the block for the rule invocation.
78 block->ExecuteBlockInScope(&block_scope, err);
41 RunSetDefaults(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
H A Dfunction_template.cc28 " with the name is called, the block following the invocation is\n"
87 BlockNode* block,
84 RunTemplate(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
/external/fsck_msdos/
H A Dboot.c55 u_char block[DOSBOOTBLOCKSIZE]; local
60 if (read(dosfs, block, sizeof block) < sizeof block) {
61 perror("could not read boot block");
65 if (block[510] != 0x55 || block[511] != 0xaa) {
66 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[51
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-impl.c37 HB_Pointer block = NULL; local
41 block = calloc( 1, size );
42 if ( !block )
47 return block;
52 _hb_realloc(HB_Pointer block, argument
59 block2 = realloc( block, new_size );
64 block = block2;
67 return block;
72 _hb_free( HB_Pointer block )
74 if ( block )
[all...]

Completed in 699 milliseconds

1234567891011>>