Searched refs:bs (Results 51 - 75 of 348) sorted by relevance

1234567891011>>

/external/fio/examples/
H A De4defrag2.fio13 bs=32k
44 bs=4k
55 bs=4k
67 bs=32k
81 bs=32k
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp44 std::ofstream bs("overflow.dat");
45 test_buf f(bs.rdbuf());
55 std::ifstream bs("overflow.dat");
56 test_buf f(bs.rdbuf());
61 std::ofstream bs("overflow.dat");
62 test_buf f(bs.rdbuf());
73 std::ifstream bs("overflow.dat");
74 test_buf f(bs.rdbuf());
79 std::ofstream bs("overflow.dat");
80 test_buf f(bs
[all...]
H A Dpbackfail.pass.cpp44 std::ifstream bs("underflow.dat");
45 test_buf f(bs.rdbuf());
51 std::fstream bs("underflow.dat");
52 test_buf f(bs.rdbuf());
/external/ceres-solver/internal/ceres/
H A Dvisibility_test.cc61 CompressedRowBlockStructure bs; local
65 bs.rows.push_back(CompressedRow());
66 CompressedRow& row = bs.rows.back();
75 bs.rows.push_back(CompressedRow());
76 CompressedRow& row = bs.rows.back();
85 bs.rows.push_back(CompressedRow());
86 CompressedRow& row = bs.rows.back();
95 bs.rows.push_back(CompressedRow());
96 CompressedRow& row = bs.rows.back();
102 bs
141 CompressedRowBlockStructure bs; local
[all...]
H A Dvisibility_based_preconditioner.h129 // Initialize the symbolic structure of the preconditioner. bs is
135 VisibilityBasedPreconditioner(const CompressedRowBlockStructure& bs,
147 void ComputeClusterJacobiSparsity(const CompressedRowBlockStructure& bs);
148 void ComputeClusterTridiagonalSparsity(const CompressedRowBlockStructure& bs);
149 void InitStorage(const CompressedRowBlockStructure& bs);
150 void InitEliminator(const CompressedRowBlockStructure& bs);
162 void ComputeBlockPairsInPreconditioner(const CompressedRowBlockStructure& bs);
210 VisibilityBasedPreconditioner(const CompressedRowBlockStructure& bs, argument
H A Dlinear_least_squares_problems.cc295 CompressedRowBlockStructure* bs = new CompressedRowBlockStructure; local
299 bs->cols.push_back(Block());
300 bs->cols.back().size = 1;
301 bs->cols.back().position = c;
311 bs->rows.push_back(CompressedRow());
312 CompressedRow& row = bs->rows.back();
324 bs->rows.push_back(CompressedRow());
325 CompressedRow& row = bs->rows.back();
337 bs->rows.push_back(CompressedRow());
338 CompressedRow& row = bs
429 CompressedRowBlockStructure* bs = new CompressedRowBlockStructure; local
[all...]
/external/qemu/block/
H A Dqcow2.h169 int qcow2_backing_read1(BlockDriverState *bs,
173 int qcow2_refcount_init(BlockDriverState *bs);
174 void qcow2_refcount_close(BlockDriverState *bs);
176 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size);
177 int64_t qcow2_alloc_bytes(BlockDriverState *bs, int size);
178 void qcow2_free_clusters(BlockDriverState *bs,
180 void qcow2_free_any_clusters(BlockDriverState *bs,
185 int qcow2_update_snapshot_refcount(BlockDriverState *bs,
188 int qcow2_check_refcounts(BlockDriverState *bs, BdrvCheckResult *res);
191 int qcow2_grow_l1_table(BlockDriverState *bs, in
[all...]
H A Dqcow2-cluster.c31 int qcow2_grow_l1_table(BlockDriverState *bs, int min_size) argument
33 BDRVQcowState *s = bs->opaque;
57 BLKDBG_EVENT(bs->file, BLKDBG_L1_GROW_ALLOC_TABLE);
58 new_l1_table_offset = qcow2_alloc_clusters(bs, new_l1_size2);
64 BLKDBG_EVENT(bs->file, BLKDBG_L1_GROW_WRITE_TABLE);
67 ret = bdrv_pwrite_sync(bs->file, new_l1_table_offset, new_l1_table, new_l1_size2);
74 BLKDBG_EVENT(bs->file, BLKDBG_L1_GROW_ACTIVATE_TABLE);
77 ret = bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, l1_size), data,sizeof(data));
82 qcow2_free_clusters(bs, s->l1_table_offset, s->l1_size * sizeof(uint64_t));
89 qcow2_free_clusters(bs, new_l1_table_offse
93 qcow2_l2_cache_reset(BlockDriverState *bs) argument
102 l2_cache_new_entry(BlockDriverState *bs) argument
160 l2_load(BlockDriverState *bs, uint64_t l2_offset, uint64_t **l2_table) argument
197 write_l1_entry(BlockDriverState *bs, int l1_index) argument
229 l2_allocate(BlockDriverState *bs, int l1_index, uint64_t **table) argument
345 qcow_read(BlockDriverState *bs, int64_t sector_num, uint8_t *buf, int nb_sectors) argument
396 copy_sectors(BlockDriverState *bs, uint64_t start_sect, uint64_t cluster_offset, int n_start, int n_end) argument
440 qcow2_get_cluster_offset(BlockDriverState *bs, uint64_t offset, int *num, uint64_t *cluster_offset) argument
530 get_cluster_table(BlockDriverState *bs, uint64_t offset, uint64_t **new_l2_table, uint64_t *new_l2_offset, int *new_l2_index) argument
595 qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, uint64_t offset, int compressed_size) argument
648 write_l2_entries(BlockDriverState *bs, uint64_t *l2_table, uint64_t l2_offset, int l2_index, int num) argument
667 qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m) argument
750 qcow2_alloc_cluster_offset(BlockDriverState *bs, uint64_t offset, int n_start, int n_end, int *num, QCowL2Meta *m) argument
900 qcow2_decompress_cluster(BlockDriverState *bs, uint64_t cluster_offset) argument
[all...]
H A Draw-posix-aio.h30 BlockDriverAIOCB *paio_submit(BlockDriverState *bs, int fd,
33 BlockDriverAIOCB *paio_ioctl(BlockDriverState *bs, int fd,
39 BlockDriverAIOCB *laio_submit(BlockDriverState *bs, void *aio_ctx, int fd,
H A Draw-win32.c76 static int raw_open(BlockDriverState *bs, const char *filename, int flags) argument
78 BDRVRawState *s = bs->opaque;
108 static int raw_read(BlockDriverState *bs, int64_t sector_num, argument
111 BDRVRawState *s = bs->opaque;
129 static int raw_write(BlockDriverState *bs, int64_t sector_num, argument
132 BDRVRawState *s = bs->opaque;
150 static void raw_flush(BlockDriverState *bs) argument
152 BDRVRawState *s = bs->opaque;
156 static void raw_close(BlockDriverState *bs) argument
158 BDRVRawState *s = bs
162 raw_truncate(BlockDriverState *bs, int64_t offset) argument
176 raw_getlength(BlockDriverState *bs) argument
280 find_device_type(BlockDriverState *bs, const char *filename) argument
315 hdev_open(BlockDriverState *bs, const char *filename, int flags) argument
397 hdev_has_zero_init(BlockDriverState *bs) argument
[all...]
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp126 HANDLE_FDK_BITSTREAM bs,
135 crcReg = FDKcrcStartReg(&crcInfo, bs, 0);
136 UINT startAnchor = FDKgetValidBits(bs);
139 FDK_ASSERT(bs != NULL);
143 && (FDKreadBits(bs,8) == PCE_HEIGHT_EXT_SYNC) )
149 pPce->FrontElementHeightInfo[i] = (UCHAR) FDKreadBits(bs,2);
153 pPce->SideElementHeightInfo[i] = (UCHAR) FDKreadBits(bs,2);
157 pPce->BackElementHeightInfo[i] = (UCHAR) FDKreadBits(bs,2);
159 FDKbyteAlign(bs, alignmentAnchor);
161 FDKcrcEndReg(&crcInfo, bs, crcRe
124 CProgramConfig_ReadHeightExt( CProgramConfig *pPce, HANDLE_FDK_BITSTREAM bs, int * const bytesAvailable, const UINT alignmentAnchor ) argument
178 CProgramConfig_Read( CProgramConfig *pPce, HANDLE_FDK_BITSTREAM bs, UINT alignmentAnchor ) argument
969 getAOT(HANDLE_FDK_BITSTREAM bs) argument
982 getSampleRate(HANDLE_FDK_BITSTREAM bs, UCHAR *index, int nBits) argument
1004 GaSpecificConfig_Parse( CSGaSpecificConfig *self, CSAudioSpecificConfig *asc, HANDLE_FDK_BITSTREAM bs, UINT ascStartAnchor ) argument
1163 AudioSpecificConfig_ExtensionParse(CSAudioSpecificConfig *self, HANDLE_FDK_BITSTREAM bs, CSTpCallBacks *cb) argument
1237 AudioSpecificConfig_Parse( CSAudioSpecificConfig *self, HANDLE_FDK_BITSTREAM bs, int fExplicitBackwardCompatible, CSTpCallBacks *cb ) argument
[all...]
H A Dtpdec_adif.h120 HANDLE_FDK_BITSTREAM bs
H A Dtpdec_latm.h139 int CLatmDemux_ReadAuChunkLengthInfo(HANDLE_FDK_BITSTREAM bs);
142 HANDLE_FDK_BITSTREAM bs,
153 * \param bs bit stream handle as data source
161 HANDLE_FDK_BITSTREAM bs,
168 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux);
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dbio_ssl.c106 BIO_SSL *bs; local
108 bs=(BIO_SSL *)OPENSSL_malloc(sizeof(BIO_SSL));
109 if (bs == NULL)
114 memset(bs,0,sizeof(BIO_SSL));
116 bi->ptr=(char *)bs;
123 BIO_SSL *bs; local
126 bs=(BIO_SSL *)a->ptr;
127 if (bs->ssl != NULL) SSL_shutdown(bs->ssl);
130 if (a->init && (bs
237 BIO_SSL *bs; local
307 BIO_SSL *bs; local
498 BIO_SSL *bs; local
[all...]
/external/openssl/ssl/
H A Dbio_ssl.c106 BIO_SSL *bs; local
108 bs=(BIO_SSL *)OPENSSL_malloc(sizeof(BIO_SSL));
109 if (bs == NULL)
114 memset(bs,0,sizeof(BIO_SSL));
116 bi->ptr=(char *)bs;
123 BIO_SSL *bs; local
126 bs=(BIO_SSL *)a->ptr;
127 if (bs->ssl != NULL) SSL_shutdown(bs->ssl);
130 if (a->init && (bs
237 BIO_SSL *bs; local
307 BIO_SSL *bs; local
498 BIO_SSL *bs; local
[all...]
/external/aac/libAACdec/src/
H A Dchannelinfo.cpp98 HANDLE_FDK_BITSTREAM bs,
113 pIcsInfo->MaxSfBands = (UCHAR) FDKreadBits(bs, nbits);
124 AAC_DECODER_ERROR IcsRead(HANDLE_FDK_BITSTREAM bs, argument
139 FDKreadBits(bs,1);
141 pIcsInfo->WindowSequence = (UCHAR) FDKreadBits(bs,2);
142 pIcsInfo->WindowShape = (UCHAR) FDKreadBits(bs,1);
157 ErrorStatus = IcsReadMaxSfb(bs, pIcsInfo, pSamplingRateInfo);
166 if ((UCHAR)FDKreadBits(bs,1) != 0 ) /* UCHAR PredictorDataPresent */
181 pIcsInfo->ScaleFactorGrouping = (UCHAR) FDKreadBits(bs,7);
97 IcsReadMaxSfb( HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo, const SamplingRateInfo *pSamplingRateInfo ) argument
H A Daacdec_drc.cpp302 HANDLE_FDK_BITSTREAM bs )
309 if (FDKreadBits(bs,1)) {
315 while (FDKreadBits(bs,1)) {
317 if (FDKreadBits(bs,1)) {
335 \bs Handle of FDK bitstream
341 HANDLE_FDK_BITSTREAM bs,
351 bsStartPos = FDKgetValidBits(bs);
358 if (FDKreadBits(bs,1)) { /* pce_tag_present */
359 FDKreadBits(bs,8); /* pce_instance_tag + drc_tag_reserved_bits */
363 if (FDKreadBits(bs,
[all...]
H A Dblock.h101 HANDLE_FDK_BITSTREAM bs,
129 void CTns_ReadDataPresentFlag(HANDLE_FDK_BITSTREAM bs,
141 AAC_DECODER_ERROR CTns_Read(HANDLE_FDK_BITSTREAM bs,
154 LONG CBlock_GetEscape(HANDLE_FDK_BITSTREAM bs, const LONG q);
160 * \param bs bit stream handle data source
166 HANDLE_FDK_BITSTREAM bs,
176 AAC_DECODER_ERROR CBlock_ReadSpectralData(HANDLE_FDK_BITSTREAM bs,
182 AAC_DECODER_ERROR CBlock_ReadSectionData(HANDLE_FDK_BITSTREAM bs,
289 inline int CBlock_DecodeHuffmanWord( HANDLE_FDK_BITSTREAM bs, /*!< pointer to bitstream */
298 val = CodeBook[index][FDKreadBits(bs,HuffmanBit
[all...]
/external/qemu/
H A Dblockdev.c27 void blockdev_mark_auto_del(BlockDriverState *bs) argument
29 DriveInfo *dinfo = drive_get_by_blockdev(bs);
34 void blockdev_auto_del(BlockDriverState *bs) argument
36 DriveInfo *dinfo = drive_get_by_blockdev(bs);
92 DriveInfo *drive_get_by_blockdev(BlockDriverState *bs) argument
97 if (dinfo->bdrv == bs) {
501 BlockDriverState *bs; local
506 bs = bdrv_find(device);
507 if (!bs) {
511 bdrv_commit(bs);
515 eject_device(Monitor *mon, BlockDriverState *bs, int force) argument
534 BlockDriverState *bs; local
549 BlockDriverState *bs; local
575 BlockDriverState *bs; local
[all...]
/external/libvorbis/lib/
H A Dbitrate.h53 extern void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bs);
54 extern void vorbis_bitrate_clear(bitrate_manager_state *bs);
/external/qemu/include/sysemu/
H A Ddma.h35 BlockDriverAIOCB *dma_bdrv_read(BlockDriverState *bs,
38 BlockDriverAIOCB *dma_bdrv_write(BlockDriverState *bs,
/external/smack/src/org/jivesoftware/smack/util/
H A DBase32Encoder.java45 ByteArrayOutputStream bs = new ByteArrayOutputStream();
51 bs.write((byte) c);
55 while (bs.size() % 8 != 0)
56 bs.write('8');
58 byte[] in = bs.toByteArray();
60 bs.reset();
61 DataOutputStream ds = new DataOutputStream(bs);
99 return new String(bs.toByteArray());
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeNonMacCommon.cpp74 IntSize bs = buttonSize(scrollbar); local
79 if (scrollbar->width() <= 2 * bs.width() + 1)
81 return IntRect(scrollbar->x() + bs.width(), scrollbar->y(), scrollbar->width() - 2 * bs.width(), thickness);
83 if (scrollbar->height() <= 2 * bs.height() + 1)
85 return IntRect(scrollbar->x(), scrollbar->y() + bs.height(), thickness, scrollbar->height() - 2 * bs.height());

Completed in 558 milliseconds

1234567891011>>