| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_asm.c | 139 void r600_bytecode_init(struct r600_bytecode *bc, in r600_bytecode_init() 175 int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf() 198 int r600_bytecode_add_output(struct r600_bytecode *bc, in r600_bytecode_add_output() 245 int r600_bytecode_add_pending_output(struct r600_bytecode *bc, in r600_bytecode_add_pending_output() 255 r600_bytecode_add_ack(struct r600_bytecode *bc) in r600_bytecode_add_ack() 261 r600_bytecode_wait_acks(struct r600_bytecode *bc) in r600_bytecode_wait_acks() 283 r600_bytecode_write_export_ack_type(struct r600_bytecode *bc, bool indirect) in r600_bytecode_write_export_ack_type() 304 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 356 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst() 362 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst() [all …]
|
| D | eg_asm.c | 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build() 177 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) in egcm_load_index_reg() 226 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build() 259 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
|
| D | r700_asm.c | 37 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build() 80 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read() 128 int r700_bytecode_fetch_mem_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *mem, unsigned… in r700_bytecode_fetch_mem_build()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_bc_builder.cpp | 146 const bc_cf &bc = n->bc; in build_cf() local 206 const bc_cf &bc = n->bc; in build_cf_alu() local 263 const bc_cf &bc = n->bc; in build_cf_exp() local 337 const bc_cf &bc = n->bc; in build_cf_mem() local 375 const bc_alu &bc = n->bc; in build_alu() local 502 const bc_fetch &bc = n->bc; in build_fetch_tex() local 566 const bc_fetch &bc = n->bc; in build_fetch_gds() local 606 const bc_fetch &bc = n->bc; in build_fetch_vtx() local 705 const bc_fetch &bc = n->bc; in build_fetch_mem() local
|
| D | sb_bc_decoder.cpp | 31 int bc_decoder::decode_cf(unsigned &i, bc_cf& bc) { in decode_cf() 109 int bc_decoder::decode_cf_alu(unsigned & i, bc_cf& bc) { in decode_cf_alu() 175 int bc_decoder::decode_cf_exp(unsigned & i, bc_cf& bc) { in decode_cf_exp() 229 int bc_decoder::decode_cf_mem(unsigned & i, bc_cf& bc) { in decode_cf_mem() 290 int bc_decoder::decode_alu(unsigned & i, bc_alu& bc) { in decode_alu() 404 int bc_decoder::decode_fetch(unsigned & i, bc_fetch& bc) { in decode_fetch() 500 int bc_decoder::decode_fetch_gds(unsigned & i, bc_fetch& bc) { in decode_fetch_gds() 536 int bc_decoder::decode_fetch_mem(unsigned & i, bc_fetch& bc) { in decode_fetch_mem() 579 int bc_decoder::decode_fetch_vtx(unsigned & i, bc_fetch& bc) { in decode_fetch_vtx()
|
| /third_party/ffmpeg/libavformat/ |
| D | nutdec.c | 41 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen) in get_str() 65 static int64_t get_s(AVIOContext *bc) in get_s() 75 static uint64_t get_fourcc(AVIOContext *bc) in get_fourcc() 89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader() 109 static uint64_t find_any_startcode(AVIOContext *bc, int64_t pos) in find_any_startcode() 140 static int64_t find_startcode(AVIOContext *bc, uint64_t code, int64_t pos) in find_startcode() 176 static int skip_reserved(AVIOContext *bc, int64_t pos) in skip_reserved() 195 AVIOContext *bc = s->pb; in decode_main_header() local 374 AVIOContext *bc = s->pb; in decode_stream_header() local 498 AVIOContext *bc = s->pb; in decode_info_header() local [all …]
|
| D | nutenc.c | 296 static void put_v(AVIOContext *bc, uint64_t val) in put_v() 306 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) in put_tt() 315 static void put_str(AVIOContext *bc, const char *string) in put_str() 323 static void put_s(AVIOContext *bc, int64_t val) in put_s() 328 static void put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, in put_packet() 349 static void write_mainheader(NUTContext *nut, AVIOContext *bc) in write_mainheader() 429 static int write_streamheader(AVFormatContext *avctx, AVIOContext *bc, in write_streamheader() 486 static int add_info(AVIOContext *bc, const char *type, const char *value) in add_info() 494 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo() 522 static int write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) { in write_streaminfo() [all …]
|
| /third_party/skia/src/gpu/tessellate/ |
| D | PatchWriter.cpp | 36 float4 bc = mix(p1.xyxy(), p2.xyxy(), T); in chopAndWriteQuads() local 54 float2 bc = (p1 + p2) * .5f; in chopAndWriteQuads() local 84 float4 bc = mix(h1, h2, T); in chopAndWriteConics() local 118 float4 bc = mix(p1.xyxy(), p2.xyxy(), T); in chopAndWriteCubics() local 138 float2 bc = (p1 + p2) * .5f; in chopAndWriteCubics() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | bitpacked.c | 63 GetBitContext bc; in bitpacked_decode_yuv422p10() local 99 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_init_decoder() local 123 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_decode() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | intersectionTypeEquivalence.js | 15 var bc : B & C; variable 29 var bc; variable
|
| /third_party/libwebsockets/lib/drivers/button/ |
| D | lws-button.c | 112 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 208 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 484 const lws_button_controller_t *bc = bcs->controller; in lws_button_get_bit() local 499 const lws_button_controller_t *bc = bcs->controller; in lws_button_enable() local
|
| /third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
| D | lws-button.c | 108 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 206 const lws_button_controller_t *bc = bcs->controller; in LWS_PLAT_TIMER_CB() local 449 const lws_button_controller_t *bc = bcs->controller; in lws_button_get_bit() local 464 const lws_button_controller_t *bc = bcs->controller; in lws_button_enable() local
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
| D | gstaudiopack.c | 335 static const orc_uint8 bc[] = { in audio_orc_unpack_u8() local 477 static const orc_uint8 bc[] = { in audio_orc_unpack_u8_trunc() local 617 static const orc_uint8 bc[] = { in audio_orc_unpack_s8() local 740 static const orc_uint8 bc[] = { in audio_orc_unpack_s8_trunc() local 887 static const orc_uint8 bc[] = { in audio_orc_unpack_u16() local 1039 static const orc_uint8 bc[] = { in audio_orc_unpack_u16_trunc() local 1189 static const orc_uint8 bc[] = { in audio_orc_unpack_s16() local 1305 static const orc_uint8 bc[] = { in audio_orc_unpack_s16_trunc() local 1452 static const orc_uint8 bc[] = { in audio_orc_unpack_u16_swap() local 1598 static const orc_uint8 bc[] = { in audio_orc_unpack_u16_swap_trunc() local [all …]
|
| D | gstaudiopack-dist.c | 335 static const orc_uint8 bc[] = { in audio_orc_unpack_u8() local 477 static const orc_uint8 bc[] = { in audio_orc_unpack_u8_trunc() local 617 static const orc_uint8 bc[] = { in audio_orc_unpack_s8() local 740 static const orc_uint8 bc[] = { in audio_orc_unpack_s8_trunc() local 887 static const orc_uint8 bc[] = { in audio_orc_unpack_u16() local 1039 static const orc_uint8 bc[] = { in audio_orc_unpack_u16_trunc() local 1189 static const orc_uint8 bc[] = { in audio_orc_unpack_s16() local 1305 static const orc_uint8 bc[] = { in audio_orc_unpack_s16_trunc() local 1452 static const orc_uint8 bc[] = { in audio_orc_unpack_u16_swap() local 1598 static const orc_uint8 bc[] = { in audio_orc_unpack_u16_swap_trunc() local [all …]
|
| /third_party/libsnd/src/GSM610/ |
| D | long_term.c | 54 int16_t Nc, bc ; in Cut_Calculation_of_the_LTP_parameters() local 155 int16_t Nc, bc ; in Calculation_of_the_LTP_parameters() local 291 int16_t Nc, bc ; in Cut_Calculation_of_the_LTP_parameters() local 469 int16_t Nc, bc ; in Calculation_of_the_LTP_parameters() local 641 int16_t Nc, bc ; in Cut_Fast_Calculation_of_the_LTP_parameters() local 711 int16_t Nc, bc ; in Fast_Calculation_of_the_LTP_parameters() local 823 int16_t bc, /* IN */ in Long_term_analysis_filtering() 863 int16_t * bc /* gain factor OUT */) in Gsm_Long_Term_Predictor()
|
| D | gsm_decode.c | 13 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_decode() local
|
| D | gsm_encode.c | 12 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_encode() local
|
| D | code.c | 17 void Gsm_Coder ( in Gsm_Coder()
|
| /third_party/skia/src/gpu/gradients/ |
| D | GrGradientBitmapCache.h | 55 AutoValidate(const GrGradientBitmapCache* bc) : fBC(bc) { bc->validate(); } in AutoValidate()
|
| /third_party/flutter/skia/src/gpu/gradients/ |
| D | GrGradientBitmapCache.h | 55 AutoValidate(const GrGradientBitmapCache* bc) : fBC(bc) { bc->validate(); } in AutoValidate()
|
| /third_party/gstreamer/gstplugins_base/gst/adder/ |
| D | gstadderorc-dist.c | 258 static const orc_uint8 bc[] = { in adder_orc_add_s32() local 370 static const orc_uint8 bc[] = { in adder_orc_add_s16() local 480 static const orc_uint8 bc[] = { in adder_orc_add_s8() local 595 static const orc_uint8 bc[] = { in adder_orc_add_u32() local 707 static const orc_uint8 bc[] = { in adder_orc_add_u16() local 819 static const orc_uint8 bc[] = { in adder_orc_add_u8() local 944 static const orc_uint8 bc[] = { in adder_orc_add_f32() local 1072 static const orc_uint8 bc[] = { in adder_orc_add_f64() local 1216 static const orc_uint8 bc[] = { in adder_orc_volume_u8() local 1348 static const orc_uint8 bc[] = { in adder_orc_volume_s8() local [all …]
|
| D | gstadderorc.c | 258 static const orc_uint8 bc[] = { in adder_orc_add_s32() local 370 static const orc_uint8 bc[] = { in adder_orc_add_s16() local 480 static const orc_uint8 bc[] = { in adder_orc_add_s8() local 595 static const orc_uint8 bc[] = { in adder_orc_add_u32() local 707 static const orc_uint8 bc[] = { in adder_orc_add_u16() local 819 static const orc_uint8 bc[] = { in adder_orc_add_u8() local 944 static const orc_uint8 bc[] = { in adder_orc_add_f32() local 1072 static const orc_uint8 bc[] = { in adder_orc_add_f64() local 1216 static const orc_uint8 bc[] = { in adder_orc_volume_u8() local 1348 static const orc_uint8 bc[] = { in adder_orc_volume_s8() local [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-diy-fp.cpp | 58 uint64_t bc = b * c; in Multiply() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_callstack.cpp | 31 CallStack::CallStack(r600_bytecode& bc): in CallStack()
|
| /third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
| D | gstaudiomixerorc-dist.c | 251 static const orc_uint8 bc[] = { in audiomixer_orc_add_s32() local 363 static const orc_uint8 bc[] = { in audiomixer_orc_add_s16() local 475 static const orc_uint8 bc[] = { in audiomixer_orc_add_s8() local 591 static const orc_uint8 bc[] = { in audiomixer_orc_add_u32() local 703 static const orc_uint8 bc[] = { in audiomixer_orc_add_u16() local 815 static const orc_uint8 bc[] = { in audiomixer_orc_add_u8() local 943 static const orc_uint8 bc[] = { in audiomixer_orc_add_f32() local 1071 static const orc_uint8 bc[] = { in audiomixer_orc_add_f64() local 1215 static const orc_uint8 bc[] = { in audiomixer_orc_volume_u8() local 1391 static const orc_uint8 bc[] = { in audiomixer_orc_add_volume_u8() local [all …]
|