/third_party/iowow/src/utils/ |
D | iwutils.c | 279 IWXSTR *bbuf = 0; in iwu_replace() local 281 bbuf = iwxstr_new2(datalen); in iwu_replace() 282 RCA(bbuf, finish); in iwu_replace() 287 iwxstr_clear(bbuf); in iwu_replace() 294 rc = iwxstr_cat(bbuf, ptr, datalen - (ptr - start)); in iwu_replace() 299 iwxstr_cat(bbuf, ptr, p - ptr); in iwu_replace() 301 rc = iwxstr_cat2(bbuf, repl ? repl : key); in iwu_replace() 310 rc = iwxstr_cat(inter, iwxstr_ptr(bbuf), iwxstr_size(bbuf)); in iwu_replace() 319 if (bbuf) { in iwu_replace() 320 iwxstr_destroy(bbuf); in iwu_replace()
|
/third_party/ffmpeg/libavcodec/ |
D | lzw.c | 49 unsigned int bbuf; member 82 s->bbuf |= bytestream2_get_byte(&s->gb) << s->bbits; in lzw_get_code() 86 c = s->bbuf; in lzw_get_code() 87 s->bbuf >>= s->cursize; in lzw_get_code() 90 s->bbuf = (s->bbuf << 8) | bytestream2_get_byte(&s->gb); in lzw_get_code() 93 c = s->bbuf >> (s->bbits - s->cursize); in lzw_get_code() 139 s->bbuf = 0; in ff_lzw_decode_init()
|
/third_party/openssl/test/ |
D | dhtest.c | 43 unsigned char *bbuf = NULL; in dh_test() local 186 if (!TEST_ptr(bbuf = OPENSSL_malloc(blen)) in dh_test() 187 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test() 196 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test() 214 OPENSSL_free(bbuf); in dh_test() 631 unsigned char *bbuf = NULL; in rfc7919_test() local 665 if (!TEST_ptr(bbuf = OPENSSL_malloc(blen)) in rfc7919_test() 666 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test() 670 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test() 677 OPENSSL_free(bbuf); in rfc7919_test()
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 197 uint8_t bbuf[256]; in ssh_ops_rx() local 213 bbuf[0] = 0x0a; in ssh_ops_rx() 214 bbuf[1] = 0x0a; in ssh_ops_rx() 215 if (write(fd, bbuf, 1) != 1) in ssh_ops_rx() 219 bbuf[0] = 0x0d; in ssh_ops_rx() 220 bbuf[1] = 0x0a; in ssh_ops_rx() 221 if (!lws_ring_insert(priv->ring_stdout, bbuf, 2)) in ssh_ops_rx()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 632 CMBlockBufferRef bbuf; in cm_block_buffer_from_gst_buffer() local 643 status = CMBlockBufferCreateEmpty (NULL, memcount, 0, &bbuf); in cm_block_buffer_from_gst_buffer() 661 CFRelease (bbuf); in cm_block_buffer_from_gst_buffer() 667 CMBlockBufferAppendMemoryBlock (bbuf, info->data, info->size, NULL, in cm_block_buffer_from_gst_buffer() 674 CFRelease (bbuf); in cm_block_buffer_from_gst_buffer() 679 return bbuf; in cm_block_buffer_from_gst_buffer() 686 CMBlockBufferRef bbuf = NULL; in cm_sample_buffer_from_gst_buffer() local 694 bbuf = cm_block_buffer_from_gst_buffer (buf, GST_MAP_READ); in cm_sample_buffer_from_gst_buffer() 695 if (bbuf == NULL) { in cm_sample_buffer_from_gst_buffer() 722 CMSampleBufferCreate (NULL, bbuf, TRUE, 0, 0, vtdec->format_description, in cm_sample_buffer_from_gst_buffer() [all …]
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | inline_data.c | 274 char *bbuf, char *ibuf, int size) in ext2fs_inline_data_convert_dir() argument 294 dir = (struct ext2_dir_entry *) bbuf; in ext2fs_inline_data_convert_dir() 305 dir = (struct ext2_dir_entry *) (bbuf + dir->rec_len); in ext2fs_inline_data_convert_dir() 317 dir = (struct ext2_dir_entry *) (bbuf + offset); in ext2fs_inline_data_convert_dir() 318 memcpy(bbuf + offset, ibuf + EXT4_INLINE_DATA_DOTDOT_SIZE, in ext2fs_inline_data_convert_dir() 329 dir = (struct ext2_dir_entry *) (bbuf + offset); in ext2fs_inline_data_convert_dir() 337 t = EXT2_DIRENT_TAIL(bbuf, fs->blocksize); in ext2fs_inline_data_convert_dir()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 2694 char bbuf[kUBufMax*2]; in TestContext() local 2695 u_austrncpy(bbuf, ubufResult, sizeof(bbuf)); in TestContext() 2698 itemPtr->expectedResult, ulenRes, bbuf); in TestContext() 3421 char bbuf[kBBufMax]; in TestIgnorePadding() local 3424 u_austrncpy(bbuf, ubuf, kBBufMax); in TestIgnorePadding() 3425 log_err("unum_toPattern result should ignore padding but get %s\n", bbuf); in TestIgnorePadding() 3436 u_austrncpy(bbuf, ubuf, kBBufMax); in TestIgnorePadding() 3437 log_err("unum_formatDecimal result expect 24 but get %s\n", bbuf); in TestIgnorePadding() 3455 char bbuf[kBBufMax]; in TestSciNotationMaxFracCap() local 3462 u_austrncpy(bbuf, ubuf, kUBufMax); in TestSciNotationMaxFracCap() [all …]
|
D | cdateintervalformattest.c | 303 char bbuf[kSizeBBuf]; in TestFPos_SkelWithSeconds() local 313 u_strToUTF8(bbuf, kSizeBBuf, NULL, ubuf, ulen, &status); in TestFPos_SkelWithSeconds() 318 fpos.beginIndex, fpos.endIndex, bbuf); in TestFPos_SkelWithSeconds()
|
D | cdattst.c | 1898 char bbuf[kBbufMax]; in TestForceGannenNumbering() local 1899 u_austrncpy(bbuf, testString, testStrLen); in TestForceGannenNumbering() 1900 … log_err("Formatting year 1 as Gannen, got%s but expected 3rd char to be 0x5143", bbuf); in TestForceGannenNumbering()
|
/third_party/ffmpeg/libavfilter/ |
D | af_mcompand.c | 598 AVFrame *out, *abuf, *bbuf, *cbuf; in filter_frame() local 621 … for (band = 0, abuf = in, bbuf = s->band_buf2, cbuf = s->band_buf1; band < s->nb_bands; band++) { in filter_frame() 626 … (double *)bbuf->extended_data[ch], (double *)cbuf->extended_data[ch], in->nb_samples); in filter_frame() 628 bbuf = abuf; in filter_frame() 634 …mcompand_channel(s, b, (double *)bbuf->extended_data[ch], (double *)abuf->extended_data[ch], out->… in filter_frame()
|
/third_party/openssl/ssl/ |
D | ssl_cert.c | 572 unsigned char *abuf = NULL, *bbuf = NULL; in xname_cmp() local 579 blen = i2d_X509_NAME((X509_NAME *)b, &bbuf); in xname_cmp() 586 ret = memcmp(abuf, bbuf, alen); in xname_cmp() 589 OPENSSL_free(bbuf); in xname_cmp()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1018 char bbuf[96]; in testSetLocale() local 1019 result.extract(0, result.length(), bbuf, sizeof(bbuf)); in testSetLocale() 1020 dataerrln("*** MSG format err. - %s; result was %s", u_errorName(err), bbuf); in testSetLocale()
|