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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/amd64/
bug132813-amd64.c 6 unsigned long long int block[3]; local
17 : : "r"(&block) : "rax","rdx","cc","memory"
20 block[0] - block[1], block[2]);
25 unsigned long long int block[3]; local
36 : : "r"(&block) : "rax","rdx","cc","memory"
39 block[0] - block[1], block[2])
44 unsigned long long int block[3]; local
63 unsigned long long int block[3]; local
82 unsigned long long int block[3]; local
101 unsigned long long int block[3]; local
121 unsigned long long int block[3]; local
140 unsigned long long int block[3]; local
    [all...]
  /external/valgrind/main/none/tests/x86/
bug132813-x86.c 6 unsigned int block[3]; local
17 : : "r"(&block) : "eax","edx","cc","memory"
20 block[0] - block[1], block[2]);
25 unsigned int block[3]; local
36 : : "r"(&block) : "eax","edx","cc","memory"
39 block[0] - block[1], block[2])
44 unsigned int block[3]; local
63 unsigned int block[3]; local
82 unsigned int block[3]; local
101 unsigned int block[3]; local
121 unsigned int block[3]; local
140 unsigned int block[3]; local
    [all...]
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...]
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];
  /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...]
  /external/chromium_org/third_party/skia/src/core/
SkChunkAlloc.cpp 20 struct SkChunkAlloc::Block {
21 Block* fNext;
30 static void FreeChain(Block* block) {
31 while (block) {
32 Block* next = block->fNext;
33 sk_free(block);
34 block = next;
64 Block::FreeChain(fBlock)
78 Block* block = (Block*)sk_malloc_flags(sizeof(Block) + size, local
99 Block* block = fBlock; local
120 Block* block = fBlock; local
134 const Block* block = fBlock; local
    [all...]
SkWriter32.cpp 26 Block* block = fHead; local
29 SkASSERT(block);
30 // don't 'free' the first block, since it is owned by the caller
31 block = block->fNext;
33 while (block) {
34 Block* next = block->fNext;
35 sk_free(block);
56 Block* block = fTail; local
85 Block* block = fHead; local
119 Block* block = fHead; local
148 const Block* block = fHead; local
206 const Block* block = fHead; local
221 const Block* block = fHead; local
    [all...]
  /external/skia/src/core/
SkChunkAlloc.cpp 20 struct SkChunkAlloc::Block {
21 Block* fNext;
30 static void FreeChain(Block* block) {
31 while (block) {
32 Block* next = block->fNext;
33 sk_free(block);
34 block = next;
64 Block::FreeChain(fBlock)
78 Block* block = (Block*)sk_malloc_flags(sizeof(Block) + size, local
99 Block* block = fBlock; local
120 Block* block = fBlock; local
134 const Block* block = fBlock; local
    [all...]
SkWriter32.cpp 26 Block* block = fHead; local
29 SkASSERT(block);
30 // don't 'free' the first block, since it is owned by the caller
31 block = block->fNext;
33 while (block) {
34 Block* next = block->fNext;
35 sk_free(block);
56 Block* block = fTail; local
85 Block* block = fHead; local
119 Block* block = fHead; local
148 const Block* block = fHead; local
206 const Block* block = fHead; local
221 const Block* block = fHead; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TrailingFloatsRootInlineBox.h 35 TrailingFloatsRootInlineBox(RenderBlock* block)
36 : RootInlineBox(block)
  /external/harfbuzz/src/
harfbuzz-impl.c 37 HB_Pointer block = NULL; local
41 block = calloc( 1, size );
42 if ( !block )
47 return block;
52 _hb_realloc(HB_Pointer block,
59 block2 = realloc( block, new_size );
64 block = block2;
67 return block;
72 _hb_free( HB_Pointer block )
74 if ( block )
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.c 37 HB_Pointer block = NULL; local
41 block = calloc( 1, size );
42 if ( !block )
47 return block;
52 _hb_realloc(HB_Pointer block,
59 block2 = realloc( block, new_size );
64 block = block2;
67 return block;
72 _hb_free( HB_Pointer block )
74 if ( block )
    [all...]
  /external/libpcap/
gencode.h 192 struct slist *jt; /*only for relative jump in block*/
193 struct slist *jf; /*only for relative jump in block*/
225 struct block *succ;
226 struct block *pred;
230 struct block { struct
242 struct block *head;
243 struct block *link; /* link field used by optimizer */
255 struct block *b; /* protocol checks */
273 void gen_and(struct block *, struct block *);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/
quantize_arm.c 14 #include "vp8/encoder/block.h"
33 x->quantize_b_pair(&x->block[i], &x->block[i+1],
34 &x->e_mbd.block[i], &x->e_mbd.block[i+1]);
37 x->quantize_b(&x->block[24], &x->e_mbd.block[24]);
47 x->quantize_b_pair(&x->block[i], &x->block[i+1],
48 &x->e_mbd.block[i], &x->e_mbd.block[i+1])
    [all...]
  /external/valgrind/main/memcheck/tests/
err_disable2.c 10 char* block = NULL; variable
22 usechar( block[5] );
27 block = malloc(10);
28 free(block);
atomic_incs.c 29 unsigned long block[2]; local
30 block[0] = (unsigned long)p;
31 block[1] = n;
36 : : "S"(&block[0])/* S means "esi only" */ : "memory","cc","eax","ebx"
39 unsigned long block[2];
40 block[0] = (unsigned long)p;
41 block[1] = n;
46 : : "S"(&block[0])/* S means "rsi only" */ : "memory","cc","rax","rbx"
83 unsigned int block[3]
95 : /*in*/ "r"(&block[0]
164 unsigned long block[2]; local
293 unsigned long block[2]; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_gx.c 11 double block[2]; local
12 block[0] = x;
18 : /*in*/ "b" (&block[0])
21 return block[1];
26 double block[2]; local
27 block[0] = x;
33 : /*in*/ "b" (&block[0])
36 return block[1];
41 double block[2]; local
42 block[0] = x
57 double block[2]; local
    [all...]
  /external/clang/tools/libclang/
Index_Internal.h 25 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2)
29 // define and call the block manually.
31 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.css 7 display: block;
  /external/clang/test/CodeGen/
2010-06-17-asmcrash.c 8 void avg_pixels8_mmx2(uint8_t *block, const uint8_t *pixels, int line_size, int h)
11 :"+g"(h), "+S"(pixels), "+D"(block)
blockwithlocalstatic.c 5 int (^block)(void) = ^ {
  /external/clang/test/Index/
targeted-cursor.m.h 4 -(void)mm:(void (^)(I*))block;
  /external/eigen/doc/snippets/
MatrixBase_block_int_int.cpp 3 cout << "Here is m.block<2,2>(1,1):" << endl << m.block<2,2>(1,1) << endl;
4 m.block<2,2>(1,1).setZero();
MatrixBase_block_int_int_int_int.cpp 3 cout << "Here is m.block(1, 1, 2, 2):" << endl << m.block(1, 1, 2, 2) << endl;
4 m.block(1, 1, 2, 2).setZero();

Completed in 845 milliseconds

1 2 3 4 5 6 7 8 91011>>