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

<<51525354555657585960>>

  /cts/suite/pts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 57 display: block;
62 display: inline-block;
159 .input-block-level {
160 display: block;
290 display: block;
549 display: block;
574 display: block;
602 display: block;
640 display: block;
670 display: block;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 172 allocString(StringBlock *block, const char *s, int32_t length);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 688 webrtc::ReportBlock block; local
689 block.source_SSRC = channels_[channel]->send_ssrc;
692 block.fraction_lost = (unsigned char)(kFractionLostStatValue * 256);
694 block.interarrival_jitter = kIntStatValue * (send_codec.plfreq / 1000);
696 block.cumulative_num_packets_lost = kIntStatValue;
697 block.extended_highest_sequence_number = kIntStatValue;
698 receive_blocks->push_back(block);
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 53 /* Define an extension to the ext2 library's block count information */
57 blk_t block; member in struct:block_el
116 * Add a duplicate block record
132 sizeof(struct dup_block), "duplicate block header");
162 sizeof(struct block_el), "block element");
163 blk_el->block = blk;
188 * Free a duplicate block record
347 /* OK, this is a duplicate block */
464 * belonging to this inode, and then search each block
468 m = dict_lookup(&blk_dict, INT_TO_VOIDPTR(s->block));
    [all...]
recovery.c 57 * When reading from the journal, we are going through the block device
84 * a time to the block device IO layer. */
92 printk (KERN_ERR "JBD: bad block at offset %u\n",
128 * Read a block from the journal
148 printk (KERN_ERR "JBD: bad block at offset %u\n",
166 printk (KERN_ERR "JBD: Failed to read block at offset %u\n",
178 * Count the number of in-use tags in a journal descriptor block.
314 unsigned long long block = be32_to_cpu(tag->t_blocknr);
316 block |= (__u64)be32_to_cpu(tag->t_blocknr_high) << 32;
317 return block;
    [all...]
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 91 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.cols(),matrix.cols()).template triangularView<Upper>();
136 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.rows(),matrix.rows()).template triangularView<Upper>().adjoint();
172 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.cols(),matrix.cols()).template triangularView<Upper>();
226 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.rows(),matrix.rows()).template triangularView<Upper>().adjoint();
268 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.cols(),matrix.cols()).template triangularView<Upper>();
321 svd.m_workMatrix = m_qr.matrixQR().block(0,0,matrix.rows(),matrix.rows()).template triangularView<Upper>().adjoint();
741 m_workMatrix = matrix.block(0,0,m_diagSize,m_diagSize);
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 172 allocString(StringBlock *block, const char *s, int32_t length);
    [all...]
  /external/lzma/C/
XzDec.c 558 SRes XzDec_Init(CMixCoder *p, const CXzBlock *block)
562 int numFilters = XzBlock_GetNumFilters(block);
566 if (p->ids[i] != block->filters[numFilters - 1 - i].id)
576 const CXzFilter *f = &block->filters[numFilters - 1 - i];
582 const CXzFilter *f = &block->filters[numFilters - 1 - i];
718 RINOK(XzBlock_Parse(&p->block, p->buf));
723 RINOK(XzDec_Init(&p->decoder, &p->block));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 355 int block,
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
378 if (block & 1) /* block 1, 3 */
384 else /* block 0, 2 */
395 if (block >> 1)
397 indx -= (block & 1);
405 { /* block 0,1 *
    [all...]
  /system/core/sh/
jobs.c 1042 dowait(int block, struct job *job)
1053 TRACE(("dowait(%d) called\n", block));
1055 pid = waitproc(block, job, &status);
1116 * stopped processes. If block is zero, we return a value of zero
1125 * system call would not block if the two counters were different.
1153 waitproc(int block, struct job *jp, int *status)
1162 if (block == 0)
1169 if (block == 0) {
1178 if (block == 0)
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 258 * Return flags for the block iterator functions
265 * Block interate flags
268 * function should be called on blocks where the block number is zero.
269 * This is used by ext2fs_expand_dir() to be able to add a new block
283 * modify returned block number.
297 * Magic "block count" return values for the block iterator function.
321 blk64_t e_pblk; /* first physical block */
322 blk64_t e_lblk; /* first logical block extent covers */
382 * Flags for directory block reading and writing function
    [all...]
  /external/mksh/src/
var.c 56 * create a new block for function calls and simple commands
62 struct block *l;
65 l = alloc(sizeof(struct block), ATEMP);
84 * pop a block handling special variables
90 struct block *l = e->loc;
93 /* pop block */
144 struct block *
145 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h)
222 struct block *l = e->loc;
295 struct block *l = e->loc
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 338 Tree block = nodes[4]; local
348 rule1.addChild(block);
349 block.addChild(alt);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 457 assert(format_desc->block.bits == 32);
458 assert(format_desc->block.width == 2);
459 assert(format_desc->block.height == 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 111 LLVMBasicBlockRef block; local
126 block = LLVMAppendBasicBlockInContext(context, func, "entry");
127 LLVMPositionBuilderAtEnd(builder, block);
  /external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp 15 /** MD5 basic transformation. Transforms state based on block. */
16 static void transform(uint32_t state[4], const uint8_t block[64]);
120 static void transform(uint32_t state[4], const uint8_t block[64]) {
124 const uint32_t* X = decode(storage, block);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 457 assert(format_desc->block.bits == 32);
458 assert(format_desc->block.width == 2);
459 assert(format_desc->block.height == 1);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 111 LLVMBasicBlockRef block; local
126 block = LLVMAppendBasicBlockInContext(context, func, "entry");
127 LLVMPositionBuilderAtEnd(builder, block);
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 72 static UMSAudioDevice_ReturnCode UADPlayRemainingData(_THIS, boolean block );
521 static UMSAudioDevice_ReturnCode UADPlayRemainingData(_THIS, boolean block )
525 block);
  /external/skia/src/utils/
SkMD5.cpp 15 /** MD5 basic transformation. Transforms state based on block. */
16 static void transform(uint32_t state[4], const uint8_t block[64]);
120 static void transform(uint32_t state[4], const uint8_t block[64]) {
124 const uint32_t* X = decode(storage, block);
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 490 * @block: 16-octet Block (IN)
494 const u8 *block, u8 *cypher)
496 des_encrypt(password_hash, block, cypher);
497 des_encrypt(password_hash + 8, block + 7, cypher + 8);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 54 Int getBlockSAV(Short block[]);
59 void blockIdct(Short *block);
96 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow,
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 78 Parser(int parseState, XmlBlock block) {
80 mBlock = block;
81 block.mOpenCount++;
474 * Create from an existing xml block native object. This is
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 347 // format of contiguous memory block:
367 // the middle of a block. So rearrange the memory layout so after
369 // of the calloc'ed block.
378 unsigned char* block = (unsigned char*) calloc( local
382 position = block;
383 unsigned char **y = (unsigned char **) (block + size);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
ImageUtils.cpp 347 // format of contiguous memory block:
367 // the middle of a block. So rearrange the memory layout so after
369 // of the calloc'ed block.
378 unsigned char* block = (unsigned char*) calloc( local
382 position = block;
383 unsigned char **y = (unsigned char **) (block + size);

Completed in 1267 milliseconds

<<51525354555657585960>>