/external/qemu/distrib/jpeg-6b/ |
jdphuff.c | 273 * The i'th block of the MCU is stored into the block pointed to by 295 JBLOCKROW block; local 317 /* Outer loop handles each block in the MCU */ 320 block = MCU_data[blkn]; 325 /* Decode a single block's worth of coefficients */ 339 (*block)[0] = (JCOEF) (s << Al); 367 JBLOCKROW block; local 388 /* There is always only one block per MCU */ 394 block = MCU_data[0] 450 JBLOCKROW block; local 502 JBLOCKROW block; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 565 block = None 572 if block is not None: 573 result.extend(self.refactor_doctest(block, block_lineno, 576 block = [line] 582 block.append(line) 584 if block is not None: 585 result.extend(self.refactor_doctest(block, block_lineno, 587 block = None 590 if block is not None: 591 result.extend(self.refactor_doctest(block, block_lineno [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 565 block = None 572 if block is not None: 573 result.extend(self.refactor_doctest(block, block_lineno, 576 block = [line] 582 block.append(line) 584 if block is not None: 585 result.extend(self.refactor_doctest(block, block_lineno, 587 block = None 590 if block is not None: 591 result.extend(self.refactor_doctest(block, block_lineno [all...] |
/build/tools/droiddoc/templates-sdk/ |
sample.cs | 13 <!-- start breadcrumb block --> 14 <div id="api-info-block"> 26 </div> <!-- end api-info-block --> 41 <!-- end breadcrumb block --> 57 <pre id="codesample-block"><?cs var:fileContents ?></pre>
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.css | 11 display: inline-block; 15 display:inline-block; 135 display: inline-block; 178 display: block; 218 display: block;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
jsdifflib.js | 254 var i1 = j1 = k1 = block = 0; 258 block = matching_blocks[idx]; 259 i2 = block[0]; 260 j2 = block[1]; 261 k2 = block[2]; 286 var block, ai, bj, size, tag; 290 block = blocks[idx]; 291 ai = block[0]; 292 bj = block[1]; 293 size = block[2] [all...] |
/external/e2fsprogs/lib/ext2fs/ |
undo_io.c | 76 static errcode_t undo_read_blk(io_channel channel, unsigned long block, 78 static errcode_t undo_write_blk(io_channel channel, unsigned long block, 193 unsigned long block, int count) 228 offset = (block * channel->block_size) + data->offset ; 241 /* Try the next block */ 246 * Read one block using the backing I/O manager 247 * The backing I/O manager block size may be 249 * Also we need to recalcuate the block number with respect 317 /* Next block */ 326 unsigned long block ATTR((unused)) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 100 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, 106 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); 107 set_contexts(xd, pd, plane_bsize, tx_size, pd->eobs[block] > 0, aoff, loff); 110 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, 118 int pt; /* near block/prev token context index */ 121 const int eob = pd->eobs[block]; 123 const int16_t *qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block); 135 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); 142 pt = get_entropy_context(xd, tx_size, type, block, A, L, 187 static void is_skippable(int plane, int block, [all...] |
/external/v8/src/ |
lithium-allocator.cc | 554 // Initialize the live_in sets for each block to NULL. 561 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { 562 // Compute live out for the given block, except not including backward 567 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) { 575 // out from this block. 576 int index = successor->PredecessorIndexOf(block); 590 void LAllocator::AddInitialIntervals(HBasicBlock* block, 592 // Add an interval that includes the entire block to the live range for 595 block->first_instruction_index()); 597 block->last_instruction_index()).NextInstruction() 1089 HBasicBlock* block = blocks->at(i); local 1102 HBasicBlock* block = blocks->at(block_id); local 1230 HBasicBlock* block = blocks->at(block_id); local 1253 HBasicBlock* block = blocks->at(block_id); local 2034 HBasicBlock* block = end_block; local [all...] |
/dalvik/vm/compiler/ |
SSATransformation.cpp | 23 static void recordDFSPreOrder(CompilationUnit *cUnit, BasicBlock *block) 26 if (block->visited || block->hidden) return; 27 block->visited = true; 29 /* Enqueue the block id */ 30 dvmInsertGrowableList(&cUnit->dfsOrder, block->id); 32 if (block->fallThrough) recordDFSPreOrder(cUnit, block->fallThrough); 33 if (block->taken) recordDFSPreOrder(cUnit, block->taken) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sslstreamadapter_unittest.cc | 474 char block[kBlockSize]; local 482 if (send_stream_.Read(block, sizeof(block), &tosend, NULL) != 484 rv = client_ssl_->Write(block, tosend, &sent, 0); 669 char block[kBlockSize]; local 672 rv = client_ssl_->Write(block, sizeof(block), &dummy, NULL); 675 rv = client_ssl_->Read(block, sizeof(block), &dummy, NULL); 699 char block[kBlockSize] local [all...] |
/external/chromium_org/v8/src/ |
hydrogen-instructions.cc | 60 return weights[Min(block()->LoopNestingDepth(), 66 ASSERT(block() != NULL); 67 return block()->isolate(); 378 return block()->block_id() > other->block_id(); 454 new(block()->zone()) 533 ASSERT(!value->block()->IsStartBlock()); 558 void HValue::SetBlock(HBasicBlock* block) { 559 ASSERT(block_ == NULL || block == NULL); 560 block_ = block; 561 if (id_ == kNoNumber && block != NULL) 728 HBasicBlock* block = previous->block(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
make_token_matcher.py | 41 """Represents a CASE block.""" 42 def __init__(self, identifier, block): 44 self.block = block 116 for block_line in cases[0].block: 163 """Processes the contents of a SWITCH block.""" 197 """Processes the contents of a CASE block.""" 205 self.block = [] 211 self.parent.add_case(SwitchCase(self.identifier, self.block)) 216 self.block.append(line [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 93 LLVMBasicBlockRef block; local 112 block = LLVMAppendBasicBlockInContext(context, func, "entry"); 113 LLVMPositionBuilderAtEnd(builder, block); 160 for (i = 0; i < desc->block.height; ++i) { 161 for (j = 0; j < desc->block.width; ++j) { 245 for (i = 0; i < desc->block.height; ++i) { 246 for (j = 0; j < desc->block.width; ++j) {
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
addressmap-inl.h | 43 // * Block -- aligned 128-byte region of the address space 45 // * Block-ID -- block-number within a cluster 51 // block-ID tht points to the first entry in the linked-list 52 // for the block. 54 // entries in a block (for non-empty blocks). 61 // +-------------+ +-------+ Data for one block 72 // of the hash-table entry plus a pointer value for each block in 78 // c. A traversal over the linked-list for a block 153 // for each block 313 const int block = BlockID(num); local 369 const int block = BlockID(num); local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
addressmap-inl.h | 43 // * Block -- aligned 128-byte region of the address space 45 // * Block-ID -- block-number within a cluster 51 // block-ID tht points to the first entry in the linked-list 52 // for the block. 54 // entries in a block (for non-empty blocks). 61 // +-------------+ +-------+ Data for one block 72 // of the hash-table entry plus a pointer value for each block in 78 // c. A traversal over the linked-list for a block 153 // for each block 313 const int block = BlockID(num); local 369 const int block = BlockID(num); local [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 73 (* Grab the first block so that we might later add the conditional branch 84 (* Codegen of 'then' can change the current block, update then_bb for the 94 (* Codegen of 'else' can change the current block, update else_bb for the 98 (* Emit merge block. *) 104 (* Return to the start block to add the conditional branch. *) 108 (* Set a unconditional branch at the end of the 'then' block and the 109 * 'else' block to the 'merge' block. *) 113 (* Finally, set the builder to the end of the merge block. *) 121 (* Make the new basic block for the loop header, inserting after curren [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 93 LLVMBasicBlockRef block; local 112 block = LLVMAppendBasicBlockInContext(context, func, "entry"); 113 LLVMPositionBuilderAtEnd(builder, block); 160 for (i = 0; i < desc->block.height; ++i) { 161 for (j = 0; j < desc->block.width; ++j) { 245 for (i = 0; i < desc->block.height; ++i) { 246 for (j = 0; j < desc->block.width; ++j) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscosevents.c | 321 unsigned char block[5]; local 323 block[0] = 3; /* OSWORD move pointer sub-reason code */ 324 block[1] = last_x & 0xFF; 325 block[2] = (last_x >> 8) & 0xFF; 326 block[3] = last_y & 0xFF; 327 block[4] = (last_y >> 8) & 0xFF; 330 regs.r[1] = (int)block;
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
sha1.c | 56 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ 57 |(rol(block->l[i],8)&0x00FF00FF)) 59 # define blk0(i) block->l[i] 61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ 62 ^block->l[(i+2)&15]^block->l[i&15],1)) 107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) 153 CHAR64LONG16 *block; local [all...] |
/system/extras/ext4_utils/ |
sha1.c | 42 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ 43 |(rol(block->l[i],8)&0x00FF00FF)) 45 # define blk0(i) block->l[i] 47 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ 48 ^block->l[(i+2)&15]^block->l[i&15],1)) 83 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) 131 CHAR64LONG16 *block; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderInline.cpp | 129 setInline(true); // Needed for run-ins, since run-in is considered a block display type. 146 static void updateStyleOfAnonymousBlockContinuations(RenderObject* block, const RenderStyle* newStyle, const RenderStyle* oldStyle) 148 for (;block && block->isAnonymousBlock(); block = block->nextSibling()) { 149 if (!toRenderBlock(block)->isAnonymousBlockContinuation() || block->style()->position() == newStyle->position()) 151 // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then 152 // their containing anonymous block should keep its in-flow positioning 186 RenderObject* block = containingBlock()->nextSibling(); local 433 RenderBlock* block = containingBlock(); local 1228 RenderBox* block = containingBlock(); local [all...] |
/dalvik/libdex/ |
sha1.cpp | 117 #define blk0(i) (block->l[i]=(rol(block->l[i],24)&0xFF00FF00) \ 118 |(rol(block->l[i],8)&0x00FF00FF)) 120 #define blk0(i) block->l[i] 122 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ 123 ^block->l[(i+2)&15]^block->l[i&15],1)) 133 /* Hash a single 512-bit block. This is the core of the algorithm. * 143 CHAR64LONG16* block; local [all...] |
/external/chromium/net/tools/flip_server/ |
spdy_interface.cc | 463 SpdyHeaderBlock block; local 464 block["method"] = headers.request_method().as_string(); 466 block["status"] = headers.response_code().as_string(); 468 block["version"] =headers.response_version().as_string(); 471 block["path"] = UrlUtilities::GetUrlPath(original_url); 473 block["path"] = headers.request_uri().as_string(); 475 CopyHeaders(block, headers); 479 &block); 489 SpdyHeaderBlock block; local 490 CopyHeaders(block, headers) [all...] |
/external/chromium_org/net/tools/flip_server/ |
spdy_interface.cc | 427 SpdyHeaderBlock block; local 428 block["method"] = headers.request_method().as_string(); 430 block["status"] = headers.response_code().as_string(); 432 block["version"] =headers.response_version().as_string(); 435 block["path"] = UrlUtilities::GetUrlPath(original_url); 437 block["path"] = headers.request_uri().as_string(); 439 CopyHeaders(block, headers); 442 stream_id, 0, 0, 0, CONTROL_FLAG_NONE, true, &block); 452 SpdyHeaderBlock block; local 453 CopyHeaders(block, headers) [all...] |