| /third_party/typescript/tests/baselines/reference/ |
| H A D | intersectionTypeEquivalence.js | 15 var bc : B & C; variable 29 var bc;
variable
|
| /third_party/libsnd/src/GSM610/ |
| H A D | code.c | 17 Gsm_Coder( struct gsm_state * State, int16_t * s, int16_t * LARc, int16_t *Nc, int16_t *bc, int16_t *Mc, int16_t *xmaxc, int16_t *xMc ) Gsm_Coder() argument
|
| H A D | gsm_decode.c | 13 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_decode() local [all...] |
| H A D | gsm_encode.c | 12 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_encode() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A 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() argument 80 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read() argument 128 int r700_bytecode_fetch_mem_build(struct r600_bytecode *bc, struc argument [all...] |
| H A D | eg_asm.c | 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build() argument 177 egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) egcm_load_index_reg() argument 226 eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) eg_bytecode_gds_build() argument 259 eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) eg_bytecode_alu_build() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_callstack.cpp | 31 CallStack::CallStack(r600_bytecode& bc): in CallStack() argument
|
| /third_party/node/deps/v8/src/base/numbers/ |
| H A D | diy-fp.cc | 23 uint64_t bc = b * c; in Multiply() local
|
| /third_party/skia/src/gpu/gradients/ |
| H A D | GrGradientBitmapCache.h | 55 AutoValidate(const GrGradientBitmapCache* bc) : fBC(bc) { bc->validate(); } in AutoValidate() argument
|
| /third_party/python/Modules/_sha3/ |
| H A D | sha3.c | 35 uint64_t t, bc[5]; in sha3_keccakf() local
|
| /third_party/skia/docs/examples/ |
| H A D | SkPath_quadTo_example_parametric_animated.cpp | 50 SkPoint bc = interpolate(b, c, frame); in REG_FIDDLE_ANIMATED() local
|
| H A D | SkPath_cubicTo_example_parametric_animated.cpp | 48 SkPoint bc = interpolate(b, c, frame); in REG_FIDDLE_ANIMATED() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A 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 in bitpacked_decode() local [all...] |
| H A 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 in bitpacked_decode() local [all...] |
| H A D | av1_parse.c | 58 GetByteContext bc; in ff_av1_packet_split() local
|
| H A D | vp9_superframe_split_bsf.c | 64 GetByteContext bc; in vp9_superframe_split_filter() local
|
| /third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
| H A D | devices.c | 45 static const lws_button_controller_t bc = { variable
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_decoder.cpp | 31 int bc_decoder::decode_cf(unsigned &i, bc_cf& bc) { in decode_cf() argument 109 decode_cf_alu(unsigned & i, bc_cf& bc) decode_cf_alu() argument 175 decode_cf_exp(unsigned & i, bc_cf& bc) decode_cf_exp() argument 229 decode_cf_mem(unsigned & i, bc_cf& bc) decode_cf_mem() argument 290 decode_alu(unsigned & i, bc_alu& bc) decode_alu() argument 404 decode_fetch(unsigned & i, bc_fetch& bc) decode_fetch() argument 500 decode_fetch_gds(unsigned & i, bc_fetch& bc) decode_fetch_gds() argument 536 decode_fetch_mem(unsigned & i, bc_fetch& bc) decode_fetch_mem() argument 579 decode_fetch_vtx(unsigned & i, bc_fetch& bc) decode_fetch_vtx() argument [all...] |
| H A D | sb_bc_builder.cpp | 146 const bc_cf &bc = n->bc; build_cf() local 206 const bc_cf &bc = n->bc; build_cf_alu() local 263 const bc_cf &bc = n->bc; build_cf_exp() local 337 const bc_cf &bc = n->bc; build_cf_mem() local 375 const bc_alu &bc = n->bc; build_alu() local 502 const bc_fetch &bc = n->bc; build_fetch_tex() local 566 const bc_fetch &bc = n->bc; build_fetch_gds() local 606 const bc_fetch &bc = n->bc; build_fetch_vtx() local 705 const bc_fetch &bc = n->bc; build_fetch_mem() local [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atom_blend.c | 307 struct pipe_blend_color *bc = in st_update_blend_color() local
|
| /third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
| H A D | devices.c | 38 static const lws_button_controller_t bc = { variable
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | diy-fp.h | 79 const uint64_t bc = b * c; in Multiply() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-diy-fp.h | 93 const uint64_t bc = b * c; in Multiply() local
|
| /third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
| H A D | devices.c | 59 static const lws_button_controller_t bc = { variable
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | double-conversion-diy-fp.h | 93 const uint64_t bc = b * c; in Multiply() local
|