Searched refs:bs (Results 201 - 225 of 337) sorted by relevance

1234567891011>>

/external/skia/src/utils/
H A DSkDumpCanvas.cpp358 SkString bs, rs; local
359 bitmap.toString(&bs);
371 bs.c_str(), rs.c_str());
376 SkString bs, ms; local
377 bitmap.toString(&bs);
380 bs.c_str(), ms.c_str());
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm89 my $bs = ANTLR::Runtime::BitSet->new({ size => $el + 1 });
90 $bs->add($el);
92 return $bs;
/external/e2fsprogs/lib/blkid/
H A Dprobe.c997 int j, bs; local
1003 for (bs = 1; bs < 16; bs++) {
1005 get_buffer(probe, bs*2048+32768, sizeof(isosb));
1016 get_buffer(probe, j*bs*2048+32768,
1378 struct btrfs_super_block *bs; local
1381 bs = (struct btrfs_super_block *)buf;
1383 if (strlen(bs->label))
1384 label = bs
[all...]
/external/fio/
H A Dthread_options.h27 uint32_t bs; member in struct:bssplit
63 unsigned int bs[DDIR_RWDIR_CNT]; member in struct:thread_options
290 uint32_t bs[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
H A Dstat.c1565 enum fio_ddir ddir, unsigned int bs,
1593 iolog->log[nr_samples].bs = bs;
1671 unsigned int bs)
1684 __add_log_sample(iolog, val, ddir, bs, elapsed);
1725 void add_agg_sample(unsigned long val, enum fio_ddir ddir, unsigned int bs) argument
1733 __add_log_sample(iolog, val, ddir, bs, mtime_since_genesis());
1746 unsigned long usec, unsigned int bs)
1756 add_log_sample(td, td->clat_log, usec, ddir, bs);
1763 unsigned long usec, unsigned int bs)
1564 __add_log_sample(struct io_log *iolog, unsigned long val, enum fio_ddir ddir, unsigned int bs, unsigned long t) argument
1669 add_log_sample(struct thread_data *td, struct io_log *iolog, unsigned long val, enum fio_ddir ddir, unsigned int bs) argument
1745 add_clat_sample(struct thread_data *td, enum fio_ddir ddir, unsigned long usec, unsigned int bs) argument
1762 add_slat_sample(struct thread_data *td, enum fio_ddir ddir, unsigned long usec, unsigned int bs) argument
1776 add_lat_sample(struct thread_data *td, enum fio_ddir ddir, unsigned long usec, unsigned int bs) argument
1790 add_bw_sample(struct thread_data *td, enum fio_ddir ddir, unsigned int bs, struct timeval *t) argument
1829 add_iops_sample(struct thread_data *td, enum fio_ddir ddir, unsigned int bs, struct timeval *t) argument
[all...]
H A Dgfio.h22 struct multitext_widget bs; member in struct:eta_widget
H A Dcconv.c92 o->bs[i] = le32_to_cpu(top->bs[i]);
101 o->bssplit[i][j].bs = le32_to_cpu(top->bssplit[i][j].bs);
400 top->bs[i] = cpu_to_le32(o->bs[i]);
414 top->bssplit[i][j].bs = cpu_to_le32(o->bssplit[i][j].bs);
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java235 static void writeAttribute(ByteStream bs, AttributeWriter aw, int attrCount) { argument
237 bs.writeShort(attrCount);
241 bs.writeShort(aw.size() + attrCount);
242 DataOutputStream dos = new DataOutputStream(bs);
/external/libnl/lib/route/
H A Dtc.c100 struct gnet_stats_basic *bs; local
102 bs = nla_data(tbs[TCA_STATS_BASIC]);
103 g->tc_stats[RTNL_TC_BYTES] = bs->bytes;
104 g->tc_stats[RTNL_TC_PACKETS] = bs->packets;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_enc.c410 int bs,i,mac_size=0; local
441 bs=EVP_CIPHER_block_size(ds->cipher);
445 if ((bs != 1) && send)
447 i=bs-((int)l%bs);
460 if (l == 0 || l%bs != 0)
462 /* otherwise, rec->length >= bs */
469 if ((bs != 1) && !send)
470 return ssl3_cbc_remove_padding(s, rec, bs, mac_size);
H A Dt1_enc.c705 int bs,i,j,k,pad=0,ret,mac_size=0; local
898 bs=EVP_CIPHER_block_size(ds->cipher);
900 if ((bs != 1) && send)
902 i=bs-((int)l%bs);
934 if (l == 0 || l%bs != 0)
956 if ((bs != 1) && !send)
957 ret = tls1_cbc_remove_padding(s, rec, bs, mac_size);
/external/e2fsprogs/tests/
H A DMakefile.in61 dd if=/dev/zero of=${TDIR}/image bs=1k count=8k
/external/openssl/apps/
H A Dx509.c1110 ASN1_INTEGER *bs = NULL; local
1139 if (!save_serial(buf, NULL, serial, &bs)) goto end;
1144 return bs;
1155 ASN1_INTEGER *bs=NULL; local
1168 if (sno) bs = sno;
1169 else if (!(bs = x509_load_serial(CAfile, serialfile, create)))
1188 if (!X509_set_serialNumber(x,bs)) goto end;
1218 if (!sno) ASN1_INTEGER_free(bs);
/external/openssl/ssl/
H A Ds3_enc.c482 int bs,i,mac_size=0; local
513 bs=EVP_CIPHER_block_size(ds->cipher);
517 if ((bs != 1) && send)
519 i=bs-((int)l%bs);
532 if (l == 0 || l%bs != 0)
534 /* otherwise, rec->length >= bs */
541 if ((bs != 1) && !send)
542 return ssl3_cbc_remove_padding(s, rec, bs, mac_size);
/external/qemu/
H A Dposix-aio-compat.c273 buf = qemu_blockalign(aiocb->common.bs, aiocb->aio_nbytes);
568 BlockDriverAIOCB *paio_submit(BlockDriverState *bs, int fd, argument
574 acb = qemu_aio_get(&raw_aio_pool, bs, cb, opaque);
597 BlockDriverAIOCB *paio_ioctl(BlockDriverState *bs, int fd, argument
603 acb = qemu_aio_get(&raw_aio_pool, bs, cb, opaque);
/external/tremolo/Tremolo/
H A Dbitwise.c365 ogg_buffer_state *bs; variable
392 ogg_reference *or=ogg_buffer_alloc(bs,64);
587 bs=ogg_buffer_create();
603 or=ogg_buffer_alloc(bs,128);
740 or=orl=ogg_buffer_alloc(bs,64);
/external/freetype/src/autofit/
H A Dafcjk.c276 const AF_Blue_StringRec* bs = &af_blue_stringsets[bss]; local
287 for ( ; bs->string != AF_BLUE_STRING_MAX; bs++ )
289 const char* p = &af_blue_strings[bs->string];
294 if ( AF_CJK_IS_HORIZ_BLUE( bs ) )
312 cjk_blue_name[AF_CJK_IS_HORIZ_BLUE( bs ) |
313 AF_CJK_IS_TOP_BLUE( bs ) ] ));
383 if ( AF_CJK_IS_HORIZ_BLUE( bs ) )
385 if ( AF_CJK_IS_RIGHT_BLUE( bs ) )
406 if ( AF_CJK_IS_TOP_BLUE( bs ) )
[all...]
H A Daflatin.c275 const AF_Blue_StringRec* bs = &af_blue_stringsets[bss]; local
285 for ( ; bs->string != AF_BLUE_STRING_MAX; bs++ )
287 const char* p = &af_blue_strings[bs->string];
299 if ( bs->properties )
303 if ( AF_LATIN_IS_TOP_BLUE( bs ) )
309 if ( AF_LATIN_IS_NEUTRAL_BLUE( bs ) )
317 if ( AF_LATIN_IS_X_HEIGHT_BLUE( bs ) )
325 if ( AF_LATIN_IS_LONG_BLUE( bs ) )
398 if ( AF_LATIN_IS_TOP_BLUE( bs ) )
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_ext.c377 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) argument
390 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
402 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx);
/external/aac/libAACdec/src/
H A Dchannelinfo.h314 HANDLE_FDK_BITSTREAM bs,
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h183 \param bs Bitstream buffer to read from.
188 HANDLE_FDK_BITSTREAM bs,
/external/pixman/test/
H A Dutils.h206 uint32_t as, rs, gs, bs; member in struct:__anon28878
/external/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnffiles.mk38 be.txt bg.txt bs.txt ca.txt cs.txt\
/external/icu/icu4c/source/data/rbnf/
H A Drbnffiles.mk38 be.txt bg.txt bs.txt ca.txt cs.txt\
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c441 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); local
443 (void) cpi->fn_ptr[bs].vf(p->src.buf, p->src.stride,
466 vp9_model_rd_from_var_lapndz(sse, 1 << num_pels_log2_lookup[bs],
483 BLOCK_SIZE bs; local
493 bs = BLOCK_4X4;
495 bs = BLOCK_8X8;
497 bs = BLOCK_16X16;
499 bs = BLOCK_32X32;
510 cpi->fn_ptr[bs].vf(&p->src.buf[j * p->src.stride + k], p->src.stride,
777 BLOCK_SIZE bs) {
773 choose_largest_txfm_size(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *sse, int64_t ref_best_rd, BLOCK_SIZE bs) argument
792 choose_txfm_size_from_rd(VP9_COMP *cpi, MACROBLOCK *x, int (*r)[2], int *rate, int64_t *d, int64_t *distortion, int *s, int *skip, int64_t tx_cache[TX_MODES], BLOCK_SIZE bs) argument
875 choose_txfm_size_from_modelrd(VP9_COMP *cpi, MACROBLOCK *x, int (*r)[2], int *rate, int64_t *d, int64_t *distortion, int *s, int *skip, int64_t *sse, int64_t ref_best_rd, BLOCK_SIZE bs) argument
946 inter_super_block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *psse, BLOCK_SIZE bs, int64_t txfm_cache[TX_MODES], int64_t ref_best_rd) argument
990 intra_super_block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *psse, BLOCK_SIZE bs, int64_t txfm_cache[TX_MODES], int64_t ref_best_rd) argument
[all...]

Completed in 421 milliseconds

1234567891011>>