/external/u-boot/env/ |
D | attr.c | 122 struct regex_callback_priv *cbp = (struct regex_callback_priv *)priv; in regex_callback() local 131 if (slre_match(&slre, cbp->searched_for, in regex_callback() 132 strlen(cbp->searched_for), caps)) { in regex_callback() 133 free(cbp->regex); in regex_callback() 138 cbp->regex = malloc(strlen(regex) + 1); in regex_callback() 139 if (cbp->regex) { in regex_callback() 140 strcpy(cbp->regex, regex); in regex_callback() 146 free(cbp->attributes); in regex_callback() 147 cbp->attributes = malloc(strlen(attributes) + 1); in regex_callback() 148 if (cbp->attributes) { in regex_callback() [all …]
|
/external/libavc/encoder/ |
D | ih264e_cabac_encode.c | 1630 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; in ih264e_write_islice_mb_cabac() local 1643 cbp = ps_mb_hdr->u1_cbp; in ih264e_write_islice_mb_cabac() 1654 u4_cbp_c = (cbp >> 4); in ih264e_write_islice_mb_cabac() 1655 u4_cbp_l = (cbp & 0xF); in ih264e_write_islice_mb_cabac() 1683 ih264e_cabac_enc_cbp(cbp, ps_cabac_ctxt); in ih264e_write_islice_mb_cabac() 1686 if ((cbp > 0) || (mb_type == I16x16)) in ih264e_write_islice_mb_cabac() 1699 ps_curr_ctxt->u1_cbp = cbp; in ih264e_write_islice_mb_cabac() 1701 ih264e_cabac_encode_residue(ps_ent_ctxt, cbp, LUMA_AC_CTXCAT); in ih264e_write_islice_mb_cabac() 1705 ps_curr_ctxt->u1_cbp = cbp; in ih264e_write_islice_mb_cabac() 1708 ih264e_cabac_encode_residue(ps_ent_ctxt, cbp, LUMA_4X4_CTXCAT); in ih264e_write_islice_mb_cabac() [all …]
|
D | ih264e_cavlc.c | 973 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; in ih264e_write_islice_mb_cavlc() local 991 cbp = ps_mb_hdr->u1_cbp; in ih264e_write_islice_mb_cavlc() 1001 u4_cbp_c = (cbp >> 4); in ih264e_write_islice_mb_cavlc() 1002 u4_cbp_l = (cbp & 0xF); in ih264e_write_islice_mb_cavlc() 1133 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][0], error_status, "coded_block_pattern"); in ih264e_write_islice_mb_cavlc() 1136 if (cbp || mb_type == I16x16) in ih264e_write_islice_mb_cavlc() 1151 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp); in ih264e_write_islice_mb_cavlc() 1207 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; in ih264e_write_pslice_mb_cavlc() local 1263 cbp = ps_mb_hdr->u1_cbp; in ih264e_write_pslice_mb_cavlc() 1279 u4_cbp_c = (cbp >> 4); in ih264e_write_pslice_mb_cavlc() [all …]
|
/external/tinyxml2/ |
D | .gitignore | 6 tinyxml2/tinyxml2-cbp/bin/ 7 tinyxml2/tinyxml2-cbp/obj/
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 720 int i, cbp, blk = 0; in decode_dct() local 724 mb->coded_block_pattern = cbp = intra ? 0x3F : vl_vlc_get_vlclbf(&bs->vlc, tbl_B9, 9); in decode_dct() 734 cbp <<= 1; in decode_dct() 735 cbp &= 0x3F; in decode_dct() 739 if (!cbp) in decode_dct() 742 while(!(cbp & 0x20)) { in decode_dct() 743 cbp <<= 1; in decode_dct()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 107 unsigned cbp = mb->coded_block_pattern; in nouveau_vpe_mb_dct_blocks() local 110 if (cbb & cbp) { in nouveau_vpe_mb_dct_blocks() 132 unsigned cbp = mb->coded_block_pattern; in nouveau_vpe_mb_data_blocks() local 135 if (cbb & cbp) { in nouveau_vpe_mb_data_blocks() 151 unsigned base_dct, cbp; in nouveau_vpe_mb_dct_header() local 163 cbp = 0x3f; in nouveau_vpe_mb_dct_header() 165 cbp = mb->coded_block_pattern; in nouveau_vpe_mb_dct_header() 180 base_dct |= (cbp >> 2) << NV17_MPEG_CMD_LUMA_MB_HEADER_CBP__SHIFT; in nouveau_vpe_mb_dct_header() 183 base_dct |= (cbp & 3) << NV17_MPEG_CMD_CHROMA_MB_HEADER_CBP__SHIFT; in nouveau_vpe_mb_dct_header()
|
/external/wpa_supplicant_8/src/wps/ |
D | httpread.c | 534 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local 535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler() 541 if (!isxdigit(*cbp)) { in httpread_read_handler() 546 h->chunk_size = strtoul(cbp, NULL, 16); in httpread_read_handler() 558 bbp = cbp; in httpread_read_handler()
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 1610 bool raw_sinfo, int cblen, char * cbp) in sg_get_sense_str() argument 1623 if ((NULL == cbp) || (cblen <= 0)) in sg_get_sense_str() 1626 cbp[0] = '\0'; in sg_get_sense_str() 1634 n += scnpr(cbp, cblen, "%s >>> sense buffer empty\n", lip); in sg_get_sense_str() 1674 n += scnpr(cbp + n, cblen - n, "%s%s; Sense key: %s\n", lip, ebp, in sg_get_sense_str() 1677 n += scnpr(cbp + n, cblen - n, "%s<<<Sense data overflow>>>\n", in sg_get_sense_str() 1680 n += scnpr(cbp + n, cblen - n, "%s%s\n", lip, in sg_get_sense_str() 1683 cblen - n, cbp + n); in sg_get_sense_str() 1687 n += scnpr(cbp + n, cblen - n, "%s%s\n", lip, in sg_get_sense_str() 1690 cblen - n, cbp + n); in sg_get_sense_str() [all …]
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 492 int cb_len, char * cbp); 501 int cb_len, char * cbp);
|
/external/curl/docs/examples/ |
D | evhiperfifo.c | 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 279 __PRETTY_FUNCTION__, e, s, what, cbp, sockp); in sock_cb() 281 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb()
|
D | hiperfifo.c | 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 278 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb()
|
D | ghiper.c | 244 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 246 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb()
|
D | asiohiper.cpp | 313 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 317 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb()
|
D | ephiperfifo.c | 310 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 312 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb()
|
/external/flatbuffers/ |
D | .gitignore | 70 FlatBuffers.cbp
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 433 vpx_codec_priv_output_cx_pkt_cb_pair_t cbp = { in InitAndSetControlSettings() local 437 reinterpret_cast<void*>(&cbp)); in InitAndSetControlSettings()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1591 vpx_codec_priv_output_cx_pkt_cb_pair_t *cbp = in ctrl_register_cx_callback() local 1593 ctx->output_cx_pkt_cb.output_cx_pkt = cbp->output_cx_pkt; in ctrl_register_cx_callback() 1594 ctx->output_cx_pkt_cb.user_priv = cbp->user_priv; in ctrl_register_cx_callback()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | struct-byval-frame-index.ll | 56 @cbp = external global i32, align 4
|
/external/llvm/test/CodeGen/ARM/ |
D | struct-byval-frame-index.ll | 57 @cbp = external global i32, align 4
|
/external/arm-optimized-routines/test/traces/ |
D | sincosf.txt | 172 0x1.002cbp-9 176 0x1.002cbp-9 180 0x1.002cbp-9 184 0x1.002cbp-9 9248 -0x1.11cbp+4 9250 -0x1.11cbp+4 16088 0x1.045cbp+4 19520 -0x1.98cbp-5 26289 -0x1.407cbp-1 28849 -0x1.036cbp-3
|
D | exp.txt | 11633 -0x1.47026071947cbp-3
|