/external/chromium_org/third_party/jinja2/ |
environment.py | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 721 short *dst = mb->blocks; 800 mb.blocks = dct_blocks;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.c | 108 short *db = mb->blocks; 144 short *db = mb->blocks;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.h | 150 /* linked list of preallocated blocks */ 151 struct list_head blocks; member in struct:r600_pipe_fences 413 struct r600_block **blocks; member in struct:r600_context
|
/external/kernel-headers/original/linux/ |
sched.h | 722 gid_t *blocks[0]; member in struct:group_info 746 ((gi)->blocks[(i)/NGROUPS_PER_BLOCK][(i)%NGROUPS_PER_BLOCK]) [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 721 short *dst = mb->blocks; 800 mb.blocks = dct_blocks;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 108 short *db = mb->blocks; 144 short *db = mb->blocks;
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 150 /* linked list of preallocated blocks */ 151 struct list_head blocks; member in struct:r600_pipe_fences 413 struct r600_block **blocks; member in struct:r600_context
|
/external/v8/src/ia32/ |
lithium-ia32.cc | 387 HPhase phase("L_Mark empty blocks", this); 388 for (int i = 0; i < graph()->blocks()->length(); ++i) { 389 HBasicBlock* block = graph()->blocks()->at(i); 552 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local 553 for (int i = 0; i < blocks->length(); i++) { 555 if (i < blocks->length() - 1) next = blocks->at(i + 1); 556 DoBasicBlock(blocks->at(i), next); [all...] |
/external/valgrind/main/memcheck/tests/ |
xml1.stderr.exp | 357 <text>396 bytes in 1 blocks are definitely lost in loss record ... of ...</text>
|
/external/openssh/ |
monitor.c | 1843 u_int64_t blocks, bytes; local [all...] |
/external/eigen/blas/testing/ |
cblat2.f | 114 * .. Common blocks .. 452 * .. Common blocks .. 796 * .. Common blocks .. [all...] |
dblat2.f | 110 * .. Common blocks .. 442 * .. Common blocks .. 782 * .. Common blocks .. [all...] |
sblat2.f | 110 * .. Common blocks .. 442 * .. Common blocks .. 782 * .. Common blocks .. [all...] |
zblat2.f | 115 * .. Common blocks .. 454 * .. Common blocks .. 799 * .. Common blocks .. [all...] |
dblat3.f | 87 * .. Common blocks .. 405 * .. Common blocks .. 686 * .. Common blocks .. [all...] |
sblat3.f | 87 * .. Common blocks .. 405 * .. Common blocks .. 686 * .. Common blocks .. [all...] |
/external/chromium_org/third_party/lcov-1.9/bin/ |
genhtml | [all...] |
/art/compiler/dex/ |
mir_graph.h | 279 GrowableArray<SuccessorBlockInfo*>* blocks; member in struct:art::BasicBlock::__anon5 284 * The "blocks" field in "successor_block_list" points to an array of elements with the type 285 * "SuccessorBlockInfo". For catch blocks, key is type index for the exception. For swtich 286 * blocks, key is the case value.
|
/external/chromium_org/third_party/libxml/src/ |
gentest.py | 840 printf("Leak of %%d blocks found in %s",
|
/external/chromium_org/v8/src/ |
isolate.cc | 525 // parallel recompilation queue, containing a list of blocks. Each block 528 // We iterate through all the blocks to see whether the argument handle 529 // belongs to one of the blocks. If so, it is deferred. 533 List<Object**>* blocks = &deferred->blocks_; local 534 for (int i = 0; i < blocks->length(); i++) { 536 : blocks->at(i) + kHandleBlockSize; 537 if (blocks->at(i) <= handle && handle < block_limit) return true; [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.h | 211 __u32 blocks; member in struct:cramfs_super_block::cramfs_info
|
/external/v8/src/ |
api.h | 440 inline List<internal::Object**>* blocks() { return &blocks_; } function in class:v8::internal::HandleScopeImplementer
|
/external/clang/include/clang-c/ |
Index.h | [all...] |
/external/llvm/lib/CodeGen/ |
MachineTraceMetrics.cpp | 250 /// by all blocks preceding MBB in its trace. It does not include instructions 265 /// by this block and all blocks following it in its trace. 284 // pickTracePred() is called on the post-ordered blocks. During the downwards 413 // revisit blocks. 417 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks; 421 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, 423 : Blocks(blocks), Loops(loops), Downward(false) {} 438 // Skip already visited To blocks. 439 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()] [all...] |