HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 376 - 400 of 4734) sorted by null

<<11121314151617181920>>

  /external/skqp/src/gpu/
GrBufferAllocPool.cpp 32 #define UNMAP_BUFFER(block) \
38 (float)((block).fBytesFree) / (block).fBuffer->gpuMemorySize()); \
39 (block).fBuffer->unmap(); \
88 BufferBlock& block = fBlocks.back(); local
89 if (block.fBuffer->isMapped()) {
90 UNMAP_BUFFER(block);
92 size_t flushSize = block.fBuffer->gpuMemorySize() - block.fBytesFree;
210 // Give caller all remaining space in this block (but aligned correctly
251 BufferBlock& block = fBlocks.back(); local
280 BufferBlock& block = fBlocks.push_back(); local
326 BufferBlock& block = fBlocks.back(); local
    [all...]
  /external/v8/src/compiler/
schedule.h 28 // A basic block contains an ordered list of nodes and ends with a control
29 // node. Note that if a basic block has phis, then all phis must appear as the
30 // first nodes in the block.
34 // Possible control nodes that can end a block.
37 kGoto, // Goto a single successor block.
80 // Nodes in the basic block.
145 bool LoopContains(BasicBlock* block) const;
152 int32_t loop_number_; // loop number of the block.
153 int32_t rpo_number_; // special RPO number of the block.
154 bool deferred_; // true if the block contains deferred code
    [all...]
frame-elider.h 29 bool PropagateIntoBlock(InstructionBlock* block);
  /art/compiler/optimizing/
dead_code_elimination.h 39 void MaybeRecordDeadBlock(HBasicBlock* block);
  /bootable/recovery/minadbd/
fuse_adb_provider.h 29 int read_block_adb(const adb_data& ad, uint32_t block, uint8_t* buffer, uint32_t fetch_size);
  /external/adhd/scripts/volume_tuning/
volume.css 20 display: inline-block;
27 display: inline-block;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 114 block
115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
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)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /external/clang/test/CodeGen/
blockstret.c 72 const char *getBlockSignature(void *block) {
73 struct block_layout_abi *layout = (struct block_layout_abi *)block;
81 int usesStruct(void *block) {
82 struct block_layout_abi *layout = (struct block_layout_abi *)block;
  /external/clang/test/Index/
complete-type-factors.m 20 void (^block)(enum Color, int);
21 block(c, 17);
98 // CHECK-CC6: VarDecl:{ResultType void (^)(enum Color, int)}{TypedText block} (34)
  /external/eigen/bench/
benchmarkSlice.cpp 31 m.block(r,c,nr,nc) += Mat::Ones(nr,nc);
32 m.block(r,c,nr,nc) *= SCALAR(10);
33 m.block(r,c,nr,nc) -= Mat::constant(nr,nc,10);
34 m.block(r,c,nr,nc) /= SCALAR(10);
  /external/freetype/src/base/
md5.h 38 MD5_u32plus block[16]; member in struct:__anon20671
  /external/linux-kselftest/tools/testing/selftests/zram/
zram.sh 19 MODULE_PATH=/lib/modules/`uname -r`/kernel/drivers/block/zram/zram.ko
  /external/ltp/testcases/kernel/device-drivers/
Makefile 22 block \
  /external/mesa3d/src/compiler/nir/
nir_lower_global_vars_to_local.c 36 mark_global_var_uses_block(nir_block *block, nir_function_impl *impl,
39 nir_foreach_instr(instr, block) {
81 nir_foreach_block(block, function->impl)
82 mark_global_var_uses_block(block, function->impl, var_func_table);
nir_lower_wpos_center.c 61 lower_wpos_center_block(nir_builder *b, nir_block *block)
65 nir_foreach_instr(instr, block) {
98 nir_foreach_block(block, function->impl) {
99 progress = lower_wpos_center_block(&b, block) || progress;
  /external/syslinux/core/include/
cache.h 11 block_t block; member in struct:cache
  /external/syslinux/gpxe/src/drivers/block/
ramdisk.c 37 * Read block
39 * @v blockdev Block device
40 * @v block Block number
41 * @v count Block count
45 static int ramdisk_read ( struct block_device *blockdev, uint64_t block,
48 unsigned long offset = ( block * blockdev->blksize );
59 * Write block
61 * @v blockdev Block device
62 * @v block Block numbe
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
md5.h 16 u32 block[MD5_BLOCK_WORDS]; member in struct:md5_ctx
  /external/v8/src/crankshaft/
hydrogen-redundant-phi.h 22 void ProcessBlock(HBasicBlock* block);
  /external/valgrind/memcheck/tests/
malloc1_ks_alloc.stderr.exp 3 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
malloc1_ks_alloc_and_free.stderr.exp 3 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
malloc1_ks_free.stderr.exp 3 Address 0x........ is 1 bytes inside a block of size 10 free'd
9 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /external/valgrind/none/tests/solaris/
sigresend.c 28 sigset_t block, current; local
51 if (sigemptyset(&block)) {
55 if (sigaddset(&block, SIGUSR1)) {
59 if (syscall(SYS_sigresend, SIGINT, NULL, &block)) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.h 32 size_t block /* (i) the subblock number */

Completed in 448 milliseconds

<<11121314151617181920>>