HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 1251 - 1275 of 2246) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 65 * \param block_length is the length of the pixel block along the
73 * \param out_i resulting sub-block pixel coordinate for coord0
179 * \param block_length is the length of the pixel block along the
188 * \param i0 resulting sub-block pixel coordinate for coord0
189 * \param i1 resulting sub-block pixel coordinate for coord0 + 1
212 * If the pixel block covers more than one pixel then there is no easy
341 * \param block_length is the length of the pixel block along the
486 bld->format_desc->block.bits,
589 bld->format_desc->block.bits/8);
593 bld->format_desc->block.width
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 65 * \param block_length is the length of the pixel block along the
73 * \param out_i resulting sub-block pixel coordinate for coord0
179 * \param block_length is the length of the pixel block along the
188 * \param i0 resulting sub-block pixel coordinate for coord0
189 * \param i1 resulting sub-block pixel coordinate for coord0 + 1
212 * If the pixel block covers more than one pixel then there is no easy
341 * \param block_length is the length of the pixel block along the
486 bld->format_desc->block.bits,
589 bld->format_desc->block.bits/8);
593 bld->format_desc->block.width
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 82 * Allocate space for intra-block work set. Does not include space
92 * We continue until all blocks have been visited, and no block
108 * If a block is marked "changed", we stop and handle it. If it
122 VfyBasicBlock* block = vdata->basicBlocks[idx]; local
123 if (block == NULL)
126 if (block->changed) {
127 workBlock = block;
129 } else if (!block->visited) {
130 workBlock = block;
145 * after the last instruction in the block has finished executing
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 41 finishedBacktracking(block) ::= <<
44 <block>
46 <block>
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 124 // covariance block is also zero.
148 // Find where in the covariance matrix the block is located.
160 // covariance block begin.
167 LOG(WARNING) << "Unable to find covariance block for "
193 cov.block(0, offset, block1_size, block2_size).transpose();
196 cov.block(0, offset, block1_size, block2_size);
217 // that they are computed just once per parameter block.
226 // Fast path if the user is requesting a diagonal block.
240 cov.block(0, offset, block1_local_size, block2_local_size).transpose() *
245 cov.block(0, offset, block1_local_size, block2_local_size)
270 ParameterBlock* block = FindOrDie(parameter_map, parameter_block); local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 42 display: block;
91 display: block;
178 display: block;
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 192 display: inline-block;
217 display: inline-block;
281 display: block;
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 104 -webkit-line-box-contain: block;
148 display: block;
281 display: block;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 123 display: block;
137 display: block;
297 display: block;
  /external/chromium_org/courgette/
encoded_program.cc 687 // RelocBlock has the layout of a block of relocations in the base relocation
727 RelocBlock block; local
733 if (page_rva != block.pod.page_rva) {
734 ok &= block.Flush(buffer);
735 block.pod.page_rva = page_rva;
738 block.Add(0x3000 | (rva & 0xFFF));
740 ok &= block.Flush(buffer);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 92 struct r600_fence_block *block; local
103 /* Allocate a new block */
104 block = CALLOC_STRUCT(r600_fence_block);
105 if (block == NULL)
108 LIST_ADD(&block->head, &rscreen->fences.blocks);
110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
113 fence = &block->fences[index % FENCE_BLOCK_SIZE];
  /external/chromium_org/third_party/skia/src/utils/
SkSHA1.cpp 15 /** SHA1 basic transformation. Transforms state based on block. */
16 static void transform(uint32_t state[5], const uint8_t block[64]);
123 static void transform(uint32_t state[5], const uint8_t block[64]) {
139 W[i] = (((uint32_t)block[j ]) << 24) |
140 (((uint32_t)block[j+1]) << 16) |
141 (((uint32_t)block[j+2]) << 8) |
142 (((uint32_t)block[j+3]) );
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 216 raise ValueError('Invalid block size: ' + str(block_size))
288 raise ValueError('wrong block length, expected ' + str(self.block_size) + ' got ' + str(len(plaintext)))
331 raise ValueError('wrong block length, expected ' + str(self.block_size) + ' got ' + str(len(plaintext)))
372 def encrypt(key, block):
373 return rijndael(key, len(block)).encrypt(block)
375 def decrypt(key, block):
376 return rijndael(key, len(block)).decrypt(block)
  /external/chromium_org/ui/webui/resources/css/
widgets.css 127 display: block;
137 display: block;
298 display: block;
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 144 // Also ignore synthetic variable from catch block.
310 // Single empty with block.
352 // With block using an in-place object literal.
441 // With block in function that is marked for optimization while being executed.
840 BeginTest("Catch block 1");
860 BeginTest("Catch block 2");
884 BeginTest("Catch block 3");
908 BeginTest("Catch block 4");
936 BeginTest("Catch block 5");
953 BeginTest("Catch block 6")
    [all...]
  /external/eigen/test/
sparse_basic.cpp 53 // test InnerIterators and Block expressions
61 // VERIFY_IS_APPROX(m.block(i,j,h,w), refMat.block(i,j,h,w));
64 VERIFY_IS_APPROX(m.block(i,j,h,w).col(c), refMat.block(i,j,h,w).col(c));
67 // VERIFY_IS_APPROX(m.block(i,j,h,w).col(c).coeff(r), refMat.block(i,j,h,w).col(c).coeff(r));
72 // VERIFY_IS_APPROX(m.block(i,j,h,w).row(r), refMat.block(i,j,h,w).row(r));
75 // VERIFY_IS_APPROX(m.block(i,j,h,w).row(r).coeff(c), refMat.block(i,j,h,w).row(r).coeff(c))
    [all...]
  /external/jpeg/
jchuff.c 350 /* Encode a single block's worth of coefficients */
353 encode_one_block (working_state * state, JCOEFPTR block, int last_dc_val,
362 temp = temp2 = block[0] - last_dc_val;
398 if ((temp = block[jpeg_natural_order[k]]) == 0) {
437 /* If the last coef(s) were zero, emit an end-of-block code */
569 /* Process a single block's worth of coefficients */
572 htest_one_block (j_compress_ptr cinfo, JCOEFPTR block, int last_dc_val,
581 temp = block[0] - last_dc_val;
605 if ((temp = block[jpeg_natural_order[k]]) == 0) {
633 /* If the last coef(s) were zero, emit an end-of-block code *
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 183 for (int block = 0; block < 4; block++) {
184 reference_sad = ReferenceSAD(UINT_MAX, block);
186 EXPECT_EQ(exp_sad[block], reference_sad) << "block " << block;
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 92 struct r600_fence_block *block; local
103 /* Allocate a new block */
104 block = CALLOC_STRUCT(r600_fence_block);
105 if (block == NULL)
108 LIST_ADD(&block->head, &rscreen->fences.blocks);
110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
113 fence = &block->fences[index % FENCE_BLOCK_SIZE];
  /external/qemu/distrib/jpeg-6b/
jchuff.c 350 /* Encode a single block's worth of coefficients */
353 encode_one_block (working_state * state, JCOEFPTR block, int last_dc_val,
362 temp = temp2 = block[0] - last_dc_val;
398 if ((temp = block[jpeg_natural_order[k]]) == 0) {
437 /* If the last coef(s) were zero, emit an end-of-block code */
569 /* Process a single block's worth of coefficients */
572 htest_one_block (j_compress_ptr cinfo, JCOEFPTR block, int last_dc_val,
581 temp = block[0] - last_dc_val;
605 if ((temp = block[jpeg_natural_order[k]]) == 0) {
633 /* If the last coef(s) were zero, emit an end-of-block code *
    [all...]
  /external/skia/src/utils/
SkSHA1.cpp 15 /** SHA1 basic transformation. Transforms state based on block. */
16 static void transform(uint32_t state[5], const uint8_t block[64]);
123 static void transform(uint32_t state[5], const uint8_t block[64]) {
139 W[i] = (((uint32_t)block[j ]) << 24) |
140 (((uint32_t)block[j+1]) << 16) |
141 (((uint32_t)block[j+2]) << 8) |
142 (((uint32_t)block[j+3]) );