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

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
encode.h 30 const int16_t *block, /* (i) speech vector to encode */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm-it-bad-2.l 2 [^:]*:9: Warning: section '.text' finished with an open IT block.
3 [^:]*:9: Warning: section 'second' finished with an open IT block.
thumb2_it_bad.l 2 [^:]*:8: Error: branch must be last instruction in IT block -- `beq foo'
3 [^:]*:9: Error: branch must be last instruction in IT block -- `bleq foo'
4 [^:]*:10: Error: branch must be last instruction in IT block -- `blxeq r0'
5 [^:]*:11: Error: instruction not allowed in IT block -- `cbzeq r0,foo'
6 [^:]*:13: Error: branch must be last instruction in IT block -- `bxeq r0'
7 [^:]*:14: Error: branch must be last instruction in IT block -- `tbbeq \[r0,r1\]'
8 [^:]*:15: Error: instruction not allowed in IT block -- `cpsieeq f'
9 [^:]*:17: Error: instruction not allowed in IT block -- `cpseq #0x10'
11 [^:]*:20: Error: instruction not allowed in IT block -- `setendeq le'
12 [^:]*:22: Error: IT falling in the range of a previous IT block -- `iteq eq
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
byrefcopy.c 15 #include <Block.h>
27 void (^block)(void) = ^{ ++i; };
28 //printf("original (old style) is %s\n", _Block_dump_old(block));
29 //printf("original (new style) is %s\n", _Block_dump(block));
30 void (^blockcopy)(void) = Block_copy(block);
33 callVoidVoid(block);
rdar6414583.c 11 #include <Block.h>
22 dispatch_block_t block = Block_copy(^{ c = i; }); local
24 block();
27 Block_release(block);
  /external/eigen/doc/snippets/
MatrixBase_fixedBlock_int_int.cpp 3 cout << "Here is m.fixed<2, 2>(2, 2):" << endl << m.block<2, 2>(2, 2) << endl;
4 m.block<2, 2>(2, 0) = m.block<2, 2>(2, 2);
  /external/fec/
rs_speedtest.c 10 unsigned char block[255]; local
18 block[i] = 0x01;
21 encode_rs_char(rs,block,&block[223]);
26 block[0] ^= 0xff; /* Introduce an error */
27 block[2] ^= 0xff; /* Introduce an error */
29 decode_rs_char(rs,block,NULL,0);
38 encode_rs_8(block,&block[223],0);
42 block[0] ^= 0xff; /* Introduce an error *
    [all...]
  /external/v8/src/crankshaft/
hydrogen-sce.cc 12 // For each loop block walk the dominator tree from the backwards branch to
17 HBasicBlock* block = graph()->blocks()->at(i); local
18 if (block->IsLoopHeader()) {
19 HBasicBlock* back_edge = block->loop_information()->GetLastBackEdge();
24 block->loop_information()->stack_check()->Eliminate();
30 if (dominator == block) break;
hydrogen-mark-unreachable.cc 20 HBasicBlock* block = blocks->at(i); local
21 if (!block->IsReachable()) continue;
22 bool is_reachable = blocks->at(0) == block;
23 for (HPredecessorIterator it(block); !it.Done(); it.Advance()) {
25 // A block is reachable if one of its predecessors is reachable,
27 // block or has a control flow instruction for which the next block
33 if (!known_pred_succ || pred_succ == block) {
38 if (block->is_osr_entry()) {
43 block->MarkUnreachable()
    [all...]
  /external/fsck_msdos/
boot.c 55 u_char block[DOSBOOTBLOCKSIZE]; local
60 if (read(dosfs, block, sizeof block) < sizeof block) {
61 perror("could not read boot block");
65 if (block[510] != 0x55 || block[511] != 0xaa) {
66 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510])
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_control_flow.c 37 * 2. Each if-statement and loop must have one basic block before it and one
40 * 4. If a basic block has a jump instruction, there must be only one and it
41 * must be at the end of the block.
49 block_ends_in_jump(nir_block *block)
51 return !exec_list_is_empty(&block->instr_list) &&
52 nir_block_last_instr(block)->type == nir_instr_type_jump;
56 block_add_pred(nir_block *block, nir_block *pred)
58 _mesa_set_add(block->predecessors, pred);
62 block_remove_pred(nir_block *block, nir_block *pred)
64 struct set_entry *entry = _mesa_set_search(block->predecessors, pred)
584 nir_block *block = nir_cf_node_as_block(node); local
621 nir_block *block = nir_cf_node_as_block(node); local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src)
88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_hi)(src[0]);
89 block->base_colors[1][0] = (int) TAG(etc1_base_color_diff_lo)(src[0]);
90 block->base_colors[0][1] = (int) TAG(etc1_base_color_diff_hi)(src[1]);
91 block->base_colors[1][1] = (int) TAG(etc1_base_color_diff_lo)(src[1]);
92 block->base_colors[0][2] = (int) TAG(etc1_base_color_diff_hi)(src[2]);
93 block->base_colors[1][2] = (int) TAG(etc1_base_color_diff_lo)(src[2]);
97 block->base_colors[0][0] = (int) TAG(etc1_base_color_ind_hi)(src[0]);
98 block->base_colors[1][0] = (int) TAG(etc1_base_color_ind_lo)(src[0]);
99 block->base_colors[0][1] = (int) TAG(etc1_base_color_ind_hi)(src[1])
147 struct etc1_block block; local
    [all...]
texcompress_etc.c 121 * The size of the source data must be a multiple of the ETC1 block size,
127 * found in the upper left part of the block(s), and the rest of the
129 * placed in the upper half of a 4x4 block, and the lower half of the
130 * pixels in the block will not be accessed.
307 etc2_get_pixel_index(const struct etc2_block *block, int x, int y)
310 int idx = (block->pixel_indices[1] >> bit) & 0x7;
336 etc2_rgb8_parse_block(struct etc2_block *block,
349 block->is_ind_mode = false;
350 block->is_diff_mode = false;
351 block->is_t_mode = false
677 struct etc2_block block; local
724 struct etc2_block block; local
772 struct etc2_block block; local
810 struct etc2_block block; local
855 struct etc2_block block; local
892 struct etc2_block block; local
942 struct etc2_block block; local
980 struct etc2_block block; local
1027 struct etc2_block block; local
1063 struct etc2_block block; local
1259 struct etc1_block block; local
1279 struct etc2_block block; local
1300 struct etc2_block block; local
1321 struct etc2_block block; local
1340 struct etc2_block block; local
1359 struct etc2_block block; local
1378 struct etc2_block block; local
1402 struct etc2_block block; local
1421 struct etc2_block block; local
1446 struct etc2_block block; local
1467 struct etc2_block block; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/util/
factor.hpp 65 std::pair<T, std::vector<T>> block,
74 std::move(block), d + 1, 0);
80 block.first *= f;
81 block.second[d] *= f;
83 if (block.first <= limits.first &&
84 block.second[d] <= limits.second[d] &&
85 grid[d] % block.second[d] == 0) {
87 return block;
91 while (block.second[d] % f == 0) {
92 block.second[d] /= f
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cfg.cpp 40 bblock_t *block = link->block; local
43 return block;
47 link(void *mem_ctx, bblock_t *block)
49 bblock_link *l = new(mem_ctx) bblock_link(block);
69 bblock_t::is_predecessor_of(const bblock_t *block) const
71 foreach_list_typed_safe (bblock_link, parent, link, &block->parents) {
72 if (parent->block == this) {
81 bblock_t::is_successor_of(const bblock_t *block) const
83 foreach_list_typed_safe (bblock_link, child, link, &block->children)
387 bblock_t *block = new(mem_ctx) bblock_t(this); local
512 bblock_t *block = this->blocks[b]; local
    [all...]
brw_cfg.h 40 bblock_link(bblock_t *block)
41 : block(block)
47 struct bblock_t *block; member in struct:bblock_link
59 bool is_predecessor_of(const bblock_t *block) const;
60 bool is_successor_of(const bblock_t *block) const;
98 bblock_start(struct bblock_t *block)
100 return (struct backend_instruction *)exec_list_get_head(&block->instructions);
104 bblock_start_const(const struct bblock_t *block)
106 return (const struct backend_instruction *)exec_list_get_head_const(&block->instructions)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 76 * block size is currently 2K, which may be overkill for
85 * Construct a IntVector, using the given block size and number
89 * @param blocksize Size of block to allocate
108 /** Construct a IntVector, using the given block size and
111 * @param blocksize Size of block to allocate
171 int[] block=m_map[index]; local
172 if(null==block)
173 block=m_map[index]=new int[m_blocksize];
174 block[offset]=value;
178 m_buildCache = block;
211 int[] block=m_map[index]; local
269 int[] block=m_map[index]; local
288 int[] block=m_map[index]; local
357 int[] block=m_map[index]; local
404 int[] block=m_map[index]; local
476 int[] block; local
529 int[] block=m_map[index]; local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
InitializerDeclaration.java 39 private BlockStmt block; field in class:InitializerDeclaration
44 public InitializerDeclaration(boolean isStatic, BlockStmt block) {
47 setBlock(block);
50 public InitializerDeclaration(Range range, boolean isStatic, BlockStmt block) {
53 setBlock(block);
67 return block;
74 public InitializerDeclaration setBlock(BlockStmt block) {
75 this.block = block;
76 setAsParentNodeOf(this.block);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
InitializerDeclaration.java 37 private BlockStmt block; field in class:InitializerDeclaration
42 public InitializerDeclaration(boolean isStatic, BlockStmt block) {
45 setBlock(block);
48 public InitializerDeclaration(int beginLine, int beginColumn, int endLine, int endColumn, boolean isStatic, BlockStmt block) {
51 setBlock(block);
65 return block;
72 public void setBlock(BlockStmt block) {
73 this.block = block;
74 setAsParentNodeOf(this.block);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
SynchronizedStmt.java 35 private BlockStmt block; field in class:SynchronizedStmt
40 public SynchronizedStmt(final Expression expr, final BlockStmt block) {
42 setBlock(block);
47 final BlockStmt block) {
50 setBlock(block);
64 return block;
71 public void setBlock(final BlockStmt block) {
72 this.block = block;
73 setAsParentNodeOf(this.block);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
InReadableOrder.cpp 38 // Because such algorithms visit a block only after traversing some path to it
39 // from the root, they necessarily visit the block's idom first.
56 using spv::Block;
60 // Traverses CFG in a readable order, invoking a pre-set callback on each block.
61 // Use by calling visit() on the root block.
64 explicit ReadableOrderTraverser(std::function<void(Block*)> callback) : callback_(callback) {}
65 // Visits the block if it hasn't been visited already and isn't currently
66 // being delayed. Invokes callback(block), then descends into its
67 // successors. Delays merge-block and continue-block processing until al
    [all...]
  /system/tools/hidl/utils/
Formatter.cpp 60 Formatter& Formatter::block(const std::function<void(void)>& func) { function in class:android::Formatter
78 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) {
80 return this->block(block);
83 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) {
85 return this->block(block);
88 Formatter& Formatter::sElse(const std::function<void(void)>& block) {
90 return this->block(block);
    [all...]
  /prebuilts/go/darwin-x86/test/
goto.go 99 // goto into outer block okay
107 // goto backward into outer block okay
115 // goto into inner block not okay
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
118 { // GCCGO_ERROR "block starts here"
123 // goto backward into inner block still not okay
125 { // GCCGO_ERROR "block starts here"
128 goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block"
    [all...]
  /prebuilts/go/linux-x86/test/
goto.go 99 // goto into outer block okay
107 // goto backward into outer block okay
115 // goto into inner block not okay
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
118 { // GCCGO_ERROR "block starts here"
123 // goto backward into inner block still not okay
125 { // GCCGO_ERROR "block starts here"
128 goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block"
    [all...]
  /external/mesa3d/src/intel/vulkan/tests/
block_pool_no_free.c 44 int32_t block, *data; local
47 block = anv_block_pool_alloc(job->pool);
48 data = job->pool->map + block;
49 *data = block;
50 assert(block >= 0);
51 job->blocks[i] = block;
53 block = anv_block_pool_alloc_back(job->pool);
54 data = job->pool->map + block;
55 *data = block;
56 assert(block < 0)
    [all...]

Completed in 1287 milliseconds

1 23 4 5 6 7 8 91011>>