| /third_party/node/test/parallel/ |
| D | test-broadcastchannel-custom-inspect.js | 11 const bc = new BroadcastChannel('name'); constant 19 const bc = new BroadcastChannel('name'); constant 25 const bc = new BroadcastChannel('name'); constant 34 const bc = new BroadcastChannel('name'); constant
|
| D | test-worker-broadcastchannel.js | 21 const bc = new BroadcastChannel(i); constant 28 const bc = new BroadcastChannel('whatever'); constant 91 const bc = new BroadcastChannel('worker1'); constant
|
| /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 | 42 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen) in get_str() 66 static int64_t get_s(AVIOContext *bc) in get_s() 76 static uint64_t get_fourcc(AVIOContext *bc) in get_fourcc() 90 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader() 110 static uint64_t find_any_startcode(AVIOContext *bc, int64_t pos) in find_any_startcode() 141 static int64_t find_startcode(AVIOContext *bc, uint64_t code, int64_t pos) in find_startcode() 177 static int skip_reserved(AVIOContext *bc, int64_t pos) in skip_reserved() 196 AVIOContext *bc = s->pb; in decode_main_header() local 382 AVIOContext *bc = s->pb; in decode_stream_header() local 506 AVIOContext *bc = s->pb; in decode_info_header() local [all …]
|
| D | nutenc.c | 318 static void put_v(AVIOContext *bc, uint64_t val) in put_v() 328 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) in put_tt() 337 static void put_str(AVIOContext *bc, const char *string) in put_str() 345 static void put_s(AVIOContext *bc, int64_t val) in put_s() 350 static void put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, in put_packet() 371 static void write_mainheader(NUTContext *nut, AVIOContext *bc) in write_mainheader() 451 static int write_streamheader(AVFormatContext *avctx, AVIOContext *bc, in write_streamheader() 508 static int add_info(AVIOContext *bc, const char *type, const char *value) in add_info() 516 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo() 544 static int write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) { in write_streaminfo() [all …]
|
| D | rtmppkt.c | 87 int ff_amf_read_number(GetByteContext *bc, double *val) in ff_amf_read_number() 97 int ff_amf_get_string(GetByteContext *bc, uint8_t *str, in ff_amf_get_string() 115 int ff_amf_read_string(GetByteContext *bc, uint8_t *str, in ff_amf_read_string() 123 int ff_amf_read_null(GetByteContext *bc) in ff_amf_read_null()
|
| /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_dec.c | 68 GetBitContext bc; in bitpacked_decode_yuv422p10() local 104 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_init_decoder() local 128 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_decode() local
|
| 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/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/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_callstack.cpp | 31 CallStack::CallStack(r600_bytecode& bc): in CallStack()
|
| /third_party/node/deps/v8/src/base/numbers/ |
| D | diy-fp.cc | 23 uint64_t bc = b * c; in Multiply() local
|
| /third_party/typescript/tests/cases/conformance/types/intersection/ |
| D | intersectionTypeEquivalence.ts | 14 var bc : B & C; variable
|
| /third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
| D | devices.c | 38 static const lws_button_controller_t bc = { variable
|