/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_mm.c | 82 struct mem_block *block; member in struct:mm_buffer 103 u_mmFreeMem(mm_buf->block); 119 return (unsigned char *) mm->map + mm_buf->block->ofs; 159 *offset += mm_buf->block->ofs; 204 mm_buf->block = u_mmAllocMem(mm->heap, (int)size, (int)mm->align2, 0); 205 if(!mm_buf->block) { 216 assert(0 <= (pb_size)mm_buf->block->ofs && (pb_size)mm_buf->block->ofs < mm->size); 217 assert(size <= (pb_size)mm_buf->block->size && (pb_size)mm_buf->block->ofs + (pb_size)mm_buf->block->size <= mm->size) [all...] |
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_mm.c | 82 struct mem_block *block; member in struct:mm_buffer 103 u_mmFreeMem(mm_buf->block); 119 return (unsigned char *) mm->map + mm_buf->block->ofs; 159 *offset += mm_buf->block->ofs; 204 mm_buf->block = u_mmAllocMem(mm->heap, (int)size, (int)mm->align2, 0); 205 if(!mm_buf->block) { 216 assert(0 <= (pb_size)mm_buf->block->ofs && (pb_size)mm_buf->block->ofs < mm->size); 217 assert(size <= (pb_size)mm_buf->block->size && (pb_size)mm_buf->block->ofs + (pb_size)mm_buf->block->size <= mm->size) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_cse.cpp | 84 fs_visitor::opt_cse_local(fs_bblock *block, exec_list *aeb) 90 for (fs_inst *inst = block->start; 91 inst != block->end->next; 143 if (inst == block->end) { 144 block->end = copy; 182 fs_bblock *block = cfg.blocks[b]; local 185 progress = opt_cse_local(block, &aeb) || progress;
|
/external/eigen/test/ |
conservative_resize.cpp | 27 VERIFY_IS_APPROX(m, n.block(0,0,1,50)); 31 VERIFY_IS_APPROX(m, n.block(0,0,50,1)); 35 VERIFY_IS_APPROX(m, n.block(0,0,50,50)); 44 VERIFY_IS_APPROX(m, n.block(0,0,rows,cols)); 54 VERIFY_IS_APPROX(m.block(0,0,n.rows(),n.cols()), n); 55 VERIFY( rows<=50 || m.block(50,0,rows-50,cols).sum() == Scalar(0) ); 56 VERIFY( cols<=50 || m.block(0,50,rows,cols-50).sum() == Scalar(0) );
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
NonVolatileStore.cpp | 64 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block) 75 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block); 88 nfc_hal_nv_ci_read (actualReadData, NFC_HAL_NV_CO_OK, block); 93 nfc_hal_nv_ci_read (0, NFC_HAL_NV_CO_FAIL, block); 99 nfc_hal_nv_ci_read (0, NFC_HAL_NV_CO_FAIL, block); 122 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block) 134 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_cse.cpp | 84 fs_visitor::opt_cse_local(fs_bblock *block, exec_list *aeb) 90 for (fs_inst *inst = block->start; 91 inst != block->end->next; 143 if (inst == block->end) { 144 block->end = copy; 182 fs_bblock *block = cfg.blocks[b]; local 185 progress = opt_cse_local(block, &aeb) || progress;
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 260 temp = x->block[yoffset ].bmi.mv.as_mv.row 261 + x->block[yoffset+1].bmi.mv.as_mv.row 262 + x->block[yoffset+4].bmi.mv.as_mv.row 263 + x->block[yoffset+5].bmi.mv.as_mv.row; 267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask; 269 temp = x->block[yoffset ].bmi.mv.as_mv.col 270 + x->block[yoffset+1].bmi.mv.as_mv.col 271 + x->block[yoffset+4].bmi.mv.as_mv.col 272 + x->block[yoffset+5].bmi.mv.as_mv.col; 276 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask [all...] |
/external/ceres-solver/internal/ceres/ |
block_sparse_matrix.cc | 64 int row_block_size = block_structure_->rows[i].block.size; 93 int row_block_pos = block_structure_->rows[i].block.position; 94 int row_block_size = block_structure_->rows[i].block.size; 113 int row_block_pos = block_structure_->rows[i].block.position; 114 int row_block_size = block_structure_->rows[i].block.size; 132 int row_block_size = block_structure_->rows[i].block.size; 149 int row_block_size = block_structure_->rows[i].block.size; 170 int row_block_pos = block_structure_->rows[i].block.position; 171 int row_block_size = block_structure_->rows[i].block.size; 178 m.block(row_block_pos, col_block_pos, row_block_size, col_block_size [all...] |
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_hci.c | 53 static void nfc_hal_hci_set_next_hci_netwk_config (UINT8 block); 55 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size); 75 if ( (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf && (p_evt_data->nv_read.block == HC_F3_NV_BLOCK || p_evt_data->nv_read.block == HC_F4_NV_BLOCK)) 76 ||(nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf && p_evt_data->nv_read.block == HC_F2_NV_BLOCK) ) 78 nfc_hal_hci_handle_nv_read (p_evt_data->nv_read.block, p_evt_data->nv_read.status, p_evt_data->nv_read.size); 82 /* Invalid block or no buffer, Ignore */ 83 HAL_TRACE_ERROR1 ("nfc_hal_hci_evt_hdlr: No buffer for handling read NV block: 0x%02x", p_evt_data->nv_read.block); 393 HAL_TRACE_DEBUG1 ("nfc_hal_hci_handle_hcp_pkt_from_hc (): Sent command to reset nv file for block: 0x%02x", HC_F3_NV_BLOCK) [all...] |
/external/libpcap/ |
gencode.c | 140 static struct block *root; 175 static inline struct block *new_block(int); 177 static struct block *gen_retblk(int); 180 static void backpatch(struct block *, struct block *); 181 static void merge(struct block *, struct block *); 182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32); 183 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32); 184 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
image_burner.css | 138 display: block; 144 display: block; 150 display: block; 158 display: block; 168 display: block; 180 display: block; 194 display: block; 200 display: block; 204 display: block;
|
/external/yaffs2/yaffs2/mtdemul/ |
nandemul2k.c | 83 nandemul_Block**block; member in struct:__anon28979 107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes); 119 p = &ned.block[blk]->page[pg]->data[start]; 141 blk = ned.block[blockNumber]; 179 ned.block = ALLOCATE(sizeof(nandemul_Block*) * nBlocks ); 181 if(!ned.block) return ENOMEM; 192 if(!(blk = ned.block[i] = ALLOCATE(sizeof(nandemul_Block)))) 206 ned.block[i]->damaged = 0; 217 FREE(ned.block[i]); 219 FREE(ned.block); 534 int i, nBlocks,block; local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
feed.css | 35 display: block; 50 display: block; 56 display: block; 64 display: block; 77 display: block;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_password_changed.css | 32 #old-password-block { 40 #password-changed-link-block { 75 #password-changed.resync #old-password-block, 76 #password-changed.resync #password-changed-link-block, 89 display: block;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
feed.css | 35 display: block; 50 display: block; 56 display: block; 64 display: block; 77 display: block;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 87 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, 93 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); 94 set_contexts(xd, pd, plane_bsize, tx_size, pd->eobs[block] > 0, aoff, loff); 97 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, 106 int pt; /* near block/prev token context index */ 109 const int eob = pd->eobs[block]; 111 const int16_t *qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block); 121 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); 127 get_scan(xd, tx_size, type, block, &scan, &nb); 170 static void is_skippable(int plane, int block, [all...] |
/external/valgrind/main/memcheck/tests/ |
fprw.stderr.exp | 9 Address 0x........ is 0 bytes inside a block of size 8 free'd 15 Address 0x........ is 0 bytes inside a block of size 8 free'd 21 Address 0x........ is 0 bytes inside a block of size 4 free'd 27 Address 0x........ is 0 bytes inside a block of size 4 free'd 38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
|
holey_buffer_too_small.stderr.exp | 6 Address 0x........ is 4 bytes inside a block of size 8 alloc'd 15 Address 0x........ is 0 bytes after a block of size 8 alloc'd 24 Address 0x........ is 1 bytes before a block of size 8 alloc'd 33 Address 0x........ is 0 bytes after a block of size 8 alloc'd 42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
|
/external/chromium_org/third_party/freetype/src/base/ |
ftdbgmem.c | 86 * memory block. If KEEPALIVE is defined, blocks that are freed by 94 FT_Long size; /* < 0 if the block was freed */ 230 FT_Pointer block; local 234 block = table->alloc( memory, size ); 237 return block; 243 FT_Pointer block ) 249 table->free( memory, block ); 367 "leaked memory block at address %p, size %8ld in (%s:%ld)\n", 523 /* This block was already freed. Our memory is now completely */ 527 "memory heap corrupted (allocating freed block)" ); 679 FT_Byte* block; local [all...] |
/external/freetype/src/base/ |
ftdbgmem.c | 86 * memory block. If KEEPALIVE is defined, blocks that are freed by 94 FT_Long size; /* < 0 if the block was freed */ 230 FT_Pointer block; local 234 block = table->alloc( memory, size ); 237 return block; 243 FT_Pointer block ) 249 table->free( memory, block ); 367 "leaked memory block at address %p, size %8ld in (%s:%ld)\n", 523 /* This block was already freed. Our memory is now completely */ 527 "memory heap corrupted (allocating freed block)" ); 679 FT_Byte* block; local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
LetterQuad.java | 89 private Rectangle getBound(StringBlock block) {
90 if (block.getTextBox() != null) {
91 return block.getTextBox();
124 boolean isInvalid(StringBlock block) {
125 return isInvalid(block, 0);
128 boolean isInvalid(StringBlock block, float gap) {
134 Rectangle bound = block.getTextBox();
250 void update(StringBlock block) {
251 final float[] tabs = block.getTabPosition();
252 final float tabWidth = block.getTabWidth(); [all...] |
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 117 ValueVector &getValueVector(const CFGBlock *block) { 118 return vals[block->getBlockID()]; 123 bool updateValueVectorWithScratch(const CFGBlock *block); 133 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, 137 return getValueVector(block)[idx.getValue()]; 157 static void printVector(const CFGBlock *block, ValueVector &bv, 159 llvm::errs() << block->getBlockID() << " :"; 180 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { 181 ValueVector &dst = getValueVector(block); 186 printVector(block, scratch, 0) 436 const CFGBlock *block; member in class:__anon15762::TransferFunctions 842 const CFGBlock *block = *BI; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
quantize.c | 22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) 70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) 106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) 159 void vp8_strict_quantize_b_c(BLOCK *b, BLOCKD *d) 218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) 276 x->quantize_b(&x->block[i], &x->e_mbd.block[i]); 279 x->quantize_b(&x->block[24], &x->e_mbd.block[24]); 289 x->quantize_b(&x->block[i], &x->e_mbd.block[i]) [all...] |
/external/valgrind/main/none/tests/x86/ |
x86locked.c | 210 int block[4]; \ 233 block[0] = flags_in; \ 234 block[1] = g_val; \ 235 block[2] = (int)(long)&e_val; \ 236 block[3] = 0; \ 247 : : "r"(&block[0]) : "eax","ebx","cc","memory" \ 254 e_val, block[3] & CC_MASK) ); \ 298 int block[3]; \ 319 block[0] = flags_in; \ 320 block[1] = (int)(long)&e_val; 563 UChar* block; local [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 29 * block and the now-unused blocks are deleted. These identical blocks 50 * a hash. In particular, hash the contents of each block and only 60 // For each non-deleted block... 65 // doomed block 119 * @param a {@code non-null;} a block to compare 120 * @param b {@code non-null;} another block to compare 128 * Combines blocks proven identical into one alpha block, re-writing 130 * to the alpha block instead. 132 * @param alphaLabel block that will replace all the beta block [all...] |