Searched refs:bs (Results 226 - 250 of 337) sorted by relevance

1234567891011>>

/external/openssl/ssl/
H A Dd1_pkt.c1482 int bs; local
1543 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
1545 bs = 0;
1547 wr->data=p + bs; /* make room for IV in case of CBC */
1575 if(s->method->ssl3_enc->mac(s,&(p[wr->length + bs]),1) < 0)
1586 if (bs) /* bs != 0 in case of CBC */
1588 RAND_pseudo_bytes(p,bs);
1591 wr->length += bs;
H A Dt1_enc.c689 int bs,i,j,k,pad=0,ret,mac_size=0; local
755 bs=EVP_CIPHER_block_size(ds->cipher);
793 else if ((bs != 1) && send)
795 i=bs-((int)l%bs);
832 if (l == 0 || l%bs != 0)
860 if ((bs != 1) && !send)
861 ret = tls1_cbc_remove_padding(s, rec, bs, mac_size);
/external/pdfium/core/src/fxcrt/
H A Dmem_int.h29 #define FIXEDMEM_BLOCKNUM(bs) (8 * (FX_FIXEDMEM_PAGESIZE - FIXEDMEM_PAGE_EXTRASPACE) / (8 * bs + 1))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c668 static void init_bank_swizzle(struct alu_bank_swizzle *bs) argument
674 bs->hw_gpr[cycle][component] = -1;
676 bs->hw_cfile_addr[i] = -1;
678 bs->hw_cfile_elem[i] = -1;
681 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) argument
683 if (bs->hw_gpr[cycle][chan] == -1)
684 bs->hw_gpr[cycle][chan] = sel;
685 else if (bs->hw_gpr[cycle][chan] != (int)sel) {
692 static int reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsigned chan) argument
700 if (bs
734 check_vector(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
764 check_scalar(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
813 struct alu_bank_swizzle bs; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c668 static void init_bank_swizzle(struct alu_bank_swizzle *bs) argument
674 bs->hw_gpr[cycle][component] = -1;
676 bs->hw_cfile_addr[i] = -1;
678 bs->hw_cfile_elem[i] = -1;
681 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) argument
683 if (bs->hw_gpr[cycle][chan] == -1)
684 bs->hw_gpr[cycle][chan] = sel;
685 else if (bs->hw_gpr[cycle][chan] != (int)sel) {
692 static int reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsigned chan) argument
700 if (bs
734 check_vector(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
764 check_scalar(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
813 struct alu_bank_swizzle bs; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c423 const int bs = (1 << bsl) / 4; local
434 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w);
445 if (mi_row + bs < cm->mi_rows)
446 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
450 if (mi_col + bs < cm->mi_cols)
451 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
455 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs,
457 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col,
459 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs,
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c424 const int bs = (1 << bsl) / 4; local
433 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w);
444 if (mi_row + bs < cm->mi_rows)
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
449 if (mi_col + bs < cm->mi_cols)
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
454 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs,
456 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col,
458 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col + bs,
[all...]
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c61 * an appropriate filter is applied. The boundary filter strength, bs should
71 * @param[in] bs
102 WORD32 bs,
125 ASSERT((bs > 0) && (bs <= 3));
132 /* based on BS, tc index is calcuated by adding 2 * ( bs - 1) to QP and tc_offset */
134 /* the above desired functionallity is achieved by doing (2*(bs>>1)) */
136 tc_indx = CLIP3(qp_luma + (2 * (bs >> 1)) + (tc_offset_div2 << 1), 0, 53);
538 WORD32 bs,
565 ASSERT((bs >
100 ihevc_deblk_luma_vert_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 bs, WORD32 quant_param_p, WORD32 quant_param_q, WORD32 beta_offset_div2, WORD32 tc_offset_div2, WORD32 filter_flag_p, WORD32 filter_flag_q) argument
536 ihevc_deblk_luma_horz_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 bs, WORD32 quant_param_p, WORD32 quant_param_q, WORD32 beta_offset_div2, WORD32 tc_offset_div2, WORD32 filter_flag_p, WORD32 filter_flag_q) argument
[all...]
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp612 static B bs; member in class:dr161::A
623 (void)&C::bs;
625 (void)c.bs;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.c1249 struct branch_stack *bs)
1254 bi = calloc(bs->nr, sizeof(struct branch_info));
1258 for (i = 0; i < bs->nr; i++) {
1259 ip__resolve_ams(machine, thr, &bi[i].to, bs->entries[i].to);
1260 ip__resolve_ams(machine, thr, &bi[i].from, bs->entries[i].from);
1261 bi[i].flags = bs->entries[i].flags;
1247 machine__resolve_bstack(struct machine *machine, struct thread *thr, struct branch_stack *bs) argument
H A Dpmu.c585 const char * const *bs = b; local
586 return strcmp(*as, *bs);
H A Dmachine.h85 struct branch_stack *bs);
/external/chromium_org/third_party/icu/source/data/lang/
H A Dreslocal.mk85 bs.txt\
/external/chromium_org/third_party/icu/source/data/locales/
H A Dreslocal.mk86 bs.txt\
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py139 def mul4(a, bs):
143 for b in bs:
/external/fio/
H A Dinit.c395 unsigned int bs = td->o.min_bs[ddir]; local
402 td->rate_bps[ddir] = td->o.rate_iops[ddir] * bs;
502 o->min_bs[DDIR_READ] = o->bs[DDIR_READ];
504 o->max_bs[DDIR_READ] = o->bs[DDIR_READ];
506 o->min_bs[DDIR_WRITE] = o->bs[DDIR_WRITE];
508 o->max_bs[DDIR_WRITE] = o->bs[DDIR_WRITE];
510 o->min_bs[DDIR_TRIM] = o->bs[DDIR_TRIM];
512 o->max_bs[DDIR_TRIM] = o->bs[DDIR_TRIM];
1167 log_info("bs(seq/rand)=%s-%s/%s-%s, ",
1170 log_info("bs
[all...]
/external/fio/tools/
H A Dgenfio138 bs=$BLK_SIZE
164 bs=$BLK_SIZE
/external/icu/icu4c/source/data/coll/
H A Dcolfiles.mk51 az.txt be.txt bg.txt bn.txt bs.txt\
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpack.c3139 GLfloat rs = 1.0f, gs = 1.0f, bs = 1.0f, as = 1.0f; /* scale factors */ local
3304 bs = 1.0F / 3.0F;
3310 rgba[i][bDst] = ((p ) & 0x3) * bs;
3322 bs = 1.0F / 3.0F;
3328 rgba[i][bDst] = ((p >> 6) ) * bs;
3337 bs = 1.0F / 31.0F;
3347 rgba[i][bDst] = ((p ) & 0x1f) * bs;
3358 rgba[i][bDst] = ((p ) & 0x1f) * bs;
3367 bs = 1.0F / 31.0F;
3377 rgba[i][bDst] = ((p >> 11) ) * bs;
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.c3139 GLfloat rs = 1.0f, gs = 1.0f, bs = 1.0f, as = 1.0f; /* scale factors */ local
3304 bs = 1.0F / 3.0F;
3310 rgba[i][bDst] = ((p ) & 0x3) * bs;
3322 bs = 1.0F / 3.0F;
3328 rgba[i][bDst] = ((p >> 6) ) * bs;
3337 bs = 1.0F / 31.0F;
3347 rgba[i][bDst] = ((p ) & 0x1f) * bs;
3358 rgba[i][bDst] = ((p ) & 0x1f) * bs;
3367 bs = 1.0F / 31.0F;
3377 rgba[i][bDst] = ((p >> 11) ) * bs;
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h210 PRIVATE void OI_SBC_ReadScalefactors(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *b, OI_BITSTREAM *bs);
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp176 vector<B> bs; member in struct:PR5810::X
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c210 u_int bs;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js334 var bs = n%BI_DB;
335 var cbs = BI_DB-bs;
337 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
340 c = (this_array[i]&bm)<<bs;
356 var bs = n%BI_DB;
357 var cbs = BI_DB-bs;
358 var bm = (1<<bs)-1;
359 r_array[0] = this_array[ds]>>bs;
362 r_array[i-ds] = this_array[i]>>bs;
364 if(bs >
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js334 var bs = n%BI_DB;
335 var cbs = BI_DB-bs;
337 var ds = Math.floor(n/BI_DB), c = (this.s<<bs)&BI_DM, i;
340 c = (this_array[i]&bm)<<bs;
356 var bs = n%BI_DB;
357 var cbs = BI_DB-bs;
358 var bm = (1<<bs)-1;
359 r_array[0] = this_array[ds]>>bs;
362 r_array[i-ds] = this_array[i]>>bs;
364 if(bs >
[all...]

Completed in 806 milliseconds

1234567891011>>