Searched refs:block (Results 176 - 200 of 1527) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h111 * Include the first block of data statically to ensure we can always
200 * Grow the block list if needed.
206 struct data_block *block = list->head; local
209 assert(block != NULL);
212 debug_printf("alloc %u block %u/%u tot %u/%u\n",
213 size, block->used, DATA_BLOCK_SIZE,
216 if (block->used + size > DATA_BLOCK_SIZE) {
217 block = lp_scene_new_data_block( scene );
218 if (!block) {
225 ubyte *data = block
240 struct data_block *block = list->head; local
[all...]
/external/skia/include/core/
H A DSkWriter32.h30 * The caller can specify an initial block of storage, which the caller manages.
65 Block* block = fTail; local
66 if (NULL == block || block->available() < size) {
67 block = this->doReserve(size);
70 return block->alloc(size);
154 // if we could query how much is avail in the current block, we might
156 // in the current block
241 Block* block = (Block*)sk_malloc_throw(sizeof(Block) + size); local
242 block
252 Block* block = this; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dclo_redzone_128.stderr.exp4 Address 0x........ is 69 bytes after a block of size 128 alloc'd
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/external/wpa_supplicant_8/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c2 * bmap.c --- logical to physical block mapping
31 blk_t block, blk_t *phys_blk);
133 char *block_buf, int bmap_flags, blk64_t block,
167 retval = ext2fs_extent_set_bmap(handle, block,
171 retval = ext2fs_extent_goto(handle, block);
181 offset = block - extent.e_lblk;
182 if (block >= extent.e_lblk && (offset <= extent.e_len)) {
192 retval = ext2fs_extent_set_bmap(handle, block,
214 if (block < EXT2_NDIR_BLOCKS) {
217 inode_bmap(inode, block)
132 ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk64_t block, int *ret_flags, blk64_t *phys_blk) argument
320 ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk_t block, blk_t *phys_blk) argument
[all...]
/external/eigen/test/
H A Dblock.cpp13 template<typename MatrixType> void block(const MatrixType& m) function
46 // check nested block xpr on lhs
55 //check block()
58 RowVectorType br1(m1.block(r1,0,1,cols));
59 VectorType bc1(m1.block(0,c1,rows,1));
60 VERIFY_IS_EQUAL(b1, m1.block(r1,c1,1,1));
63 //check operator(), both constant and non-constant, on block()
64 m1.block(r1,c1,r2-r1+1,c2-c1+1) = s1 * m2.block(0, 0, r2-r1+1,c2-c1+1);
65 m1.block(r
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c116 int plane, int block, BLOCK_SIZE plane_bsize,
124 const int16_t *coeff_ptr = BLOCK_OFFSET(mb->plane[plane].coeff, block);
127 int eob = pd->eobs[block], final_eob, sz = 0;
143 dqcoeff_ptr = BLOCK_OFFSET(pd->dqcoeff, block);
144 qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block);
145 get_scan(xd, tx_size, type, block, &scan, &nb);
315 xd->plane[plane].eobs[block] = final_eob;
319 void vp9_optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
322 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y);
323 optimize_b(mb, plane, block, plane_bsiz
115 optimize_b(MACROBLOCK *mb, int plane, int block, BLOCK_SIZE plane_bsize, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, TX_SIZE tx_size) argument
342 vp9_xform_quant(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
415 encode_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
471 encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
521 vp9_encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
[all...]
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_cost_function.h42 // maybe used to impose simple constraints on the parameter block.
164 int N0 = 0, // Number of parameters in block 0.
165 int N1 = 0, // Number of parameters in block 1.
166 int N2 = 0, // Number of parameters in block 2.
167 int N3 = 0, // Number of parameters in block 3.
168 int N4 = 0, // Number of parameters in block 4.
169 int N5 = 0, // Number of parameters in block 5.
170 int N6 = 0, // Number of parameters in block 6.
171 int N7 = 0, // Number of parameters in block 7.
172 int N8 = 0, // Number of parameters in block
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-range-analysis.cc36 Pending(HBasicBlock* block, int last_changed_range) argument
37 : block_(block), last_changed_range_(last_changed_range) {}
39 HBasicBlock* block() const { return block_; } function in class:v8::internal::Pending
59 HBasicBlock* block(graph()->entry_block());
61 while (block != NULL) {
62 TraceRange("Analyzing block B%d\n", block->block_id());
65 if (block->predecessors()->length() == 1) {
66 HBasicBlock* pred = block->predecessors()->first();
69 block);
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DStdCatchBuilder.java41 /** {@code non-null;} block output order */
44 /** {@code non-null;} address objects for each block */
52 * @param order {@code non-null;} block output order
53 * @param addresses {@code non-null;} address objects for each block
85 BasicBlock block = blocks.get(i);
86 TypeList catches = block.getLastInsn().getCatches();
102 BasicBlock block = blocks.get(i);
103 TypeList catches = block.getLastInsn().getCatches();
118 * @param order {@code non-null;} block output order
119 * @param addresses {@code non-null;} address objects for each block
216 handlersFor(BasicBlock block, BlockAddresses addresses) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c168 desc->block.width != 1 ||
169 desc->block.height != 1) {
261 assert(x % format_desc->block.width == 0);
262 assert(y % format_desc->block.height == 0);
264 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8);
283 assert(x % format_desc->block.width == 0);
284 assert(y % format_desc->block.height == 0);
286 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
302 assert(x % format_desc->block.width == 0);
303 assert(y % format_desc->block
[all...]
H A Du_draw.c73 assert(format_desc->block.width == 1);
74 assert(format_desc->block.height == 1);
75 assert(format_desc->block.bits % 8 == 0);
76 format_size = format_desc->block.bits/8;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c168 desc->block.width != 1 ||
169 desc->block.height != 1) {
261 assert(x % format_desc->block.width == 0);
262 assert(y % format_desc->block.height == 0);
264 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8);
283 assert(x % format_desc->block.width == 0);
284 assert(y % format_desc->block.height == 0);
286 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
302 assert(x % format_desc->block.width == 0);
303 assert(y % format_desc->block
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTLList.h21 the list creates the objects and they are deleted upon removal. This class block-allocates
37 Block* fBlock; // owning block.
58 Block* block = node->fBlock; local
60 if (0 == --block->fNodesInUse) {
62 block->fNodes[i].~Node();
64 sk_free(block);
232 Block* block = reinterpret_cast<Block*>(sk_malloc_flags(this->blockSize(), 0)); local
233 node = &block->fNodes[0];
235 node->fBlock = block;
236 block
252 Block* block = node->fBlock; local
278 Block* block = freeNode->fBlock; local
299 Block* block = activeNode->fBlock; local
[all...]
/external/skia/src/core/
H A DSkTLList.h21 the list creates the objects and they are deleted upon removal. This class block-allocates
37 Block* fBlock; // owning block.
58 Block* block = node->fBlock; local
60 if (0 == --block->fNodesInUse) {
62 block->fNodes[i].~Node();
64 sk_free(block);
232 Block* block = reinterpret_cast<Block*>(sk_malloc_flags(this->blockSize(), 0)); local
233 node = &block->fNodes[0];
235 node->fBlock = block;
236 block
252 Block* block = node->fBlock; local
278 Block* block = freeNode->fBlock; local
299 Block* block = activeNode->fBlock; local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetters.java18 private StringBlock block; field in class:Letters
26 this.block = bound;
77 BitmapCharacter ellipsis = font.getCharSet().getCharacter(block.getEllipsisChar());
82 l.update(block);
84 if (l.isInvalid(block)) {
85 switch (block.getLineWrapMode()) {
109 blank.update(block);
117 while (cursor.isInvalid(block, ellipsisWidth) && !cursor.isLineStart()) {
121 cursor.update(block);
125 cursor.update(block);
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g114 block
141 : ^(('='|'+=') ID block)
154 | ^('~' block optionsSpec?)
169 /** Matches ENBF blocks (and token sets via block rule) */
171 : ^(SYNPRED block)
172 | ^(OPTIONAL block)
173 | ^(CLOSURE block)
174 | ^(POSITIVE_CLOSURE block)
176 | block
/external/ceres-solver/internal/ceres/
H A Dvisibility_test.cc64 row.block.size = 2;
65 row.block.position = 0;
74 row.block.size = 2;
75 row.block.position = 2;
84 row.block.size = 2;
85 row.block.position = 4;
94 row.block.size = 2;
95 row.block.position = 6;
144 row.block.size = 2;
145 row.block
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css11 display: block;
21 display: block;
H A Dtile_page.css13 display: inline-block;
26 display: inline-block;
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view.css11 display: block;
19 display: block;
/external/chromium_org/base/mac/
H A Dscoped_nsexception_enabler.h45 // Executes |block| with fatal-exceptions turned off, and returns the
49 BASE_EXPORT id RunBlockIgnoringExceptions(BlockReturningId block);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A DMakefile8 C_SOURCES = block.c \

Completed in 810 milliseconds

1234567891011>>