Searched refs:block (Results 126 - 150 of 1927) sorted by relevance

1234567891011>>

/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_nv_ci.h83 UINT8 block);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.h23 int plane, int block, BLOCK_SIZE plane_bsize,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h68 /* Describe each block within the tile */
69 struct u_linear_format_block block; member in struct:pipe_tile_info
81 * @block block info about pixel layout
88 const struct u_linear_format_block *block,
94 if (t->tile.size != t->block.size * t->cols * t->rows)
97 if (t->stride != t->block.size * t->cols * t->tiles_x)
H A Du_slab.c33 /* The block is either allocated memory or free space. */
36 /* The first next free block. */
41 /* Memory after the last member is dedicated to the block itself.
57 struct util_slab_block *block; local
65 block = util_slab_get_block(pool, page, i);
66 block->next_free = util_slab_get_block(pool, page, i+1);
67 block->magic = UTIL_SLAB_MAGIC;
70 block = util_slab_get_block(pool, page, pool->num_blocks-1);
71 block->next_free = pool->first_free;
72 block
83 struct util_slab_block *block; local
97 struct util_slab_block *block = local
[all...]
/external/valgrind/main/memcheck/tests/
H A Derr_disable3.c13 char* block = NULL; variable
25 usechar( block[5] );
41 block = malloc(10);
42 free(block);
H A Dmalloc1_ks_none.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
8 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dmalloc1_ks_alloc.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
5 block was alloc'd at
11 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dmalloc1_ks_alloc_and_free.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
6 block was alloc'd at
12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
/external/chromium_org/v8/src/
H A Dhydrogen-dce.cc51 HBasicBlock* block = graph()->blocks()->at(i); local
52 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
56 for (int j = 0; j < block->phis()->length(); j++) {
57 HPhi* phi = block->phis()->at(j);
71 HBasicBlock* block = graph()->blocks()->at(i); local
72 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
83 for (int j = 0; j < block->phis()->length(); j++) {
84 HPhi* phi = block->phis()->at(j);
96 HBasicBlock* block = phi->block(); local
[all...]
/external/e2fsprogs/e2fsck/
H A Dehandler.c2 * ehandler.c --- handle bad block errors which come up during the
23 unsigned long block,
39 * If more than one block was read, try reading each block
45 for (i=0; i < count; i++, p += channel->block_size, block++) {
46 error = io_channel_read_blk64(channel, block,
54 printf(_("Error reading block %lu (%s) while %s. "), block,
57 printf(_("Error reading block %lu (%s). "), block,
22 e2fsck_handle_read_error(io_channel channel, unsigned long block, int count, void *data, size_t size EXT2FS_ATTR((unused)), int actual EXT2FS_ATTR((unused)), errcode_t error) argument
69 e2fsck_handle_write_error(io_channel channel, unsigned long block, int count, const void *data, size_t size EXT2FS_ATTR((unused)), int actual EXT2FS_ATTR((unused)), errcode_t error) argument
[all...]
H A Dextend.c32 char *block; local
47 block = malloc(blocksize);
48 if (block == 0) {
49 fprintf(stderr, _("Couldn't allocate block buffer (size=%d)\n"),
53 memset(block, 0, blocksize);
65 ret = read(fd, block, blocksize);
75 ret = write(fd, block, blocksize);
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dmain.css20 display: inline-block;
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMBlockCaller.h12 void (^block)(NSInvocation *);
/external/compiler-rt/test/BlocksRuntime/
H A Dk-and-r.c8 // CONFIG error: incompatible block pointer types assigning
25 #error incompatible block pointer types assigning
29 #error incompatible block pointer types assigning
/external/libvpx/libvpx/third_party/nestegg/halloc/
H A Dhalloc.h23 void * halloc (void * block, size_t len);
24 void hattach(void * block, void * parent);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Du_format_test.c65 for (i = 0; i < format_desc->block.bits/8; ++i) {
84 for (i = 0; i < format_desc->block.height; ++i) {
85 for (j = 0; j < format_desc->block.width; ++j) {
106 for (i = 0; i < format_desc->block.height; ++i) {
107 for (j = 0; j < format_desc->block.width; ++j) {
128 for (i = 0; i < format_desc->block.height; ++i) {
129 for (j = 0; j < format_desc->block.width; ++j) {
149 for (i = 0; i < format_desc->block.height; ++i) {
150 for (j = 0; j < format_desc->block.width; ++j) {
171 for (i = 0; i < format_desc->block
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbitops.h65 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
67 blk_t block);
68 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
76 blk_t block);
78 blk_t block);
80 blk_t block);
94 blk_t block, int num);
96 blk_t block, int num);
98 blk_t block, int num);
103 blk_t block, in
378 ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
385 ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
392 ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
420 ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
426 ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
432 ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
478 ext2fs_fast_test_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
484 ext2fs_fast_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
490 ext2fs_fast_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
498 ext2fs_mark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
505 ext2fs_unmark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
511 ext2fs_test_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
539 ext2fs_fast_mark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
545 ext2fs_fast_unmark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
551 ext2fs_fast_test_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
627 ext2fs_fast_test_block_bitmap_range2(ext2fs_block_bitmap bitmap, blk64_t block, unsigned int num) argument
634 ext2fs_fast_mark_block_bitmap_range2(ext2fs_block_bitmap bitmap, blk64_t block, unsigned int num) argument
641 ext2fs_fast_unmark_block_bitmap_range2(ext2fs_block_bitmap bitmap, blk64_t block, unsigned int num) argument
[all...]
H A Dtest_io.c55 unsigned long block; member in struct:test_private_data
57 void (*read_blk)(unsigned long block, int count, errcode_t err);
58 void (*write_blk)(unsigned long block, int count, errcode_t err);
60 void (*write_byte)(unsigned long block, int count, errcode_t err);
61 void (*read_blk64)(unsigned long long block, int count, errcode_t err);
62 void (*write_blk64)(unsigned long long block, int count, errcode_t err);
68 static errcode_t test_read_blk(io_channel channel, unsigned long block,
70 static errcode_t test_write_blk(io_channel channel, unsigned long block,
72 static errcode_t test_read_blk64(io_channel channel, unsigned long long block,
74 static errcode_t test_write_blk64(io_channel channel, unsigned long long block,
133 test_dump_block(io_channel channel, struct test_private_data *data, unsigned long block, const void *buf) argument
153 test_abort(io_channel channel, unsigned long block) argument
320 test_read_blk(io_channel channel, unsigned long block, int count, void *buf) argument
347 test_write_blk(io_channel channel, unsigned long block, int count, const void *buf) argument
374 test_read_blk64(io_channel channel, unsigned long long block, int count, void *buf) argument
401 test_write_blk64(io_channel channel, unsigned long long block, int count, const void *buf) argument
513 test_discard(io_channel channel, unsigned long long block, unsigned long long count) argument
[all...]
/external/mesa3d/src/gallium/tests/unit/
H A Du_format_test.c65 for (i = 0; i < format_desc->block.bits/8; ++i) {
84 for (i = 0; i < format_desc->block.height; ++i) {
85 for (j = 0; j < format_desc->block.width; ++j) {
106 for (i = 0; i < format_desc->block.height; ++i) {
107 for (j = 0; j < format_desc->block.width; ++j) {
128 for (i = 0; i < format_desc->block.height; ++i) {
129 for (j = 0; j < format_desc->block.width; ++j) {
149 for (i = 0; i < format_desc->block.height; ++i) {
150 for (j = 0; j < format_desc->block.width; ++j) {
171 for (i = 0; i < format_desc->block
[all...]
/external/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp11 // 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) {
/external/clang/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/external/compiler-rt/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/external/libcxx/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/external/libcxxabi/www/
H A Dmenu.css22 display:block;
26 display:block;
33 display:block;
/external/chromium_org/dbus/
H A Ddbus_statistics_unittest.cc64 int sent = 0, received = 0, block = 0; local
69 "service1", "service1.interface1", "method1", &sent, &received, &block));
72 EXPECT_EQ(0, block);
77 "service1", "service1.interface1", "method1", &sent, &received, &block));
80 EXPECT_EQ(0, block);
82 // Add a block call
86 "service1", "service1.interface1", "method1", &sent, &received, &block));
89 EXPECT_EQ(1, block);
93 int sent = 0, received = 0, block = 0; local
101 "service1", "service1.interface1", "method1", &sent, &received, &block));
[all...]

Completed in 723 milliseconds

1234567891011>>