/third_party/ffmpeg/libavcodec/ |
D | ralf.c | 258 int cmode = 0, coeff = 0; in decode_channel() local 264 t = get_vlc2(gb, vlc[cmode].table, vlc[cmode].bits, 2); in decode_channel() 266 if (!cmode) in decode_channel() 271 cmode = coeff >> add_bits; in decode_channel() 272 if (cmode < 0) { in decode_channel() 273 cmode = -1 - av_log2(-cmode); in decode_channel() 274 if (cmode < -5) in decode_channel() 275 cmode = -5; in decode_channel() 276 } else if (cmode > 0) { in decode_channel() 277 cmode = 1 + av_log2(cmode); in decode_channel() [all …]
|
D | faxcompr.c | 261 int cmode; in decode_group3_2d_line() local 264 cmode = get_vlc2(gb, ccitt_group3_2d_vlc.table, 9, 1); in decode_group3_2d_line() 265 if (cmode == -1) { in decode_group3_2d_line() 269 if (!cmode) { //pass mode in decode_group3_2d_line() 281 } else if (cmode == 1) { //horizontal mode in decode_group3_2d_line() 310 } else if (cmode == 9 || cmode == 10) { in decode_group3_2d_line() 315 if (cmode == 9 && xxx == 7) { in decode_group3_2d_line() 330 avpriv_report_missing_feature(avctx, "Special mode %d xxx=%d support", cmode, xxx); in decode_group3_2d_line() 334 run = run_off - offs + (cmode - 5); in decode_group3_2d_line()
|
/third_party/skia/src/c/ |
D | sk_effects.cpp | 53 sk_shader_tilemode_t cmode, in sk_shader_new_linear_gradient() argument 56 if (!from_c_tilemode(cmode, &mode)) { in sk_shader_new_linear_gradient() 80 sk_shader_tilemode_t cmode, in sk_shader_new_radial_gradient() argument 83 if (!from_c_tilemode(cmode, &mode)) { in sk_shader_new_radial_gradient() 124 sk_shader_tilemode_t cmode, in sk_shader_new_two_point_conical_gradient() argument 127 if (!from_c_tilemode(cmode, &mode)) { in sk_shader_new_two_point_conical_gradient()
|
/third_party/flutter/skia/src/c/ |
D | sk_effects.cpp | 53 sk_shader_tilemode_t cmode, in sk_shader_new_linear_gradient() argument 56 if (!from_c_tilemode(cmode, &mode)) { in sk_shader_new_linear_gradient() 80 sk_shader_tilemode_t cmode, in sk_shader_new_radial_gradient() argument 83 if (!from_c_tilemode(cmode, &mode)) { in sk_shader_new_radial_gradient() 124 sk_shader_tilemode_t cmode, in sk_shader_new_two_point_conical_gradient() argument 127 if (!from_c_tilemode(cmode, &mode)) { in sk_shader_new_two_point_conical_gradient()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_drv_ops.c | 549 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local 555 cmode ? cmode->vht_capab : 0, in hostapd_set_freq() 556 cmode ? in hostapd_set_freq() 557 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq() 802 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local 804 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac() 817 cmode->vht_capab, in hostapd_start_dfs_cac() 818 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
|
D | dfs.c | 891 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local 970 cmode->vht_capab, in hostapd_dfs_start_channel_switch() 971 &cmode->he_capab[IEEE80211_MODE_AP]); in hostapd_dfs_start_channel_switch()
|
D | beacon.c | 1402 struct hostapd_hw_modes *cmode = iface->current_mode; in ieee802_11_set_beacon() local 1426 if (cmode && in ieee802_11_set_beacon() 1434 cmode->vht_capab, in ieee802_11_set_beacon() 1435 &cmode->he_capab[IEEE80211_MODE_AP]) == 0) in ieee802_11_set_beacon()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_drv_ops.c | 555 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local 562 cmode ? cmode->vht_capab : 0, in hostapd_set_freq() 563 cmode ? in hostapd_set_freq() 564 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq() 820 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local 822 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac() 836 cmode->vht_capab, in hostapd_start_dfs_cac() 837 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
|
D | dfs.c | 1036 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local 1131 cmode->vht_capab, in hostapd_dfs_start_channel_switch() 1132 &cmode->he_capab[ieee80211_mode]); in hostapd_dfs_start_channel_switch()
|
D | beacon.c | 1785 struct hostapd_hw_modes *cmode = iface->current_mode; in __ieee802_11_set_beacon() local 1843 if (cmode && in __ieee802_11_set_beacon() 1852 cmode->vht_capab, in __ieee802_11_set_beacon() 1853 &cmode->he_capab[IEEE80211_MODE_AP]) == 0) in __ieee802_11_set_beacon()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-session.c | 339 long cmode; in lws_tls_session_cache() local 344 cmode = SSL_CTX_get_session_cache_mode(vh->tls.ssl_client_ctx); in lws_tls_session_cache() 347 (int)(cmode | SSL_SESS_CACHE_CLIENT)); in lws_tls_session_cache()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_print.cpp | 707 unsigned cmode = (subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK); in print() local 708 cmode >>= NV50_IR_SUBOP_XMAD_CMODE_SHIFT; in print() 709 if (cmode && cmode <= ARRAY_SIZE(xmadOpCModeStr)) in print() 710 PRINT("%s ", xmadOpCModeStr[cmode - 1]); in print()
|
D | nv50_ir_emit_gm107.cpp | 1975 unsigned cmode = (insn->subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK); in emitXMAD() local 1976 cmode >>= NV50_IR_SUBOP_XMAD_CMODE_SHIFT; in emitXMAD() 1977 emitField(0x32, constbuf ? 2 : 3, cmode); in emitXMAD()
|
/third_party/flutter/skia/gm/ |
D | shadermaskfilter.cpp | 171 SkCoverageMode cmode = static_cast<SkCoverageMode>(i); variable 182 paint.setMaskFilter(SkMaskFilter::MakeCombine(mfA[j], mfB[j], cmode));
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showfreqs.c | 50 int cmode; member 116 …{ "cmode", "set channel mode", OFFSET(cmode), AV_OPT_TYPE_INT, {.i64=COMBINED}, 0, NB_CMODES-1, FL… 310 switch (s->cmode) { in plot_freq()
|
/third_party/python/Python/ |
D | fileutils.c | 1583 char cmode[10]; in _Py_wfopen() local 1585 r = wcstombs(cmode, mode, 10); in _Py_wfopen() 1594 f = fopen(cpath, cmode); in _Py_wfopen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 1596 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1618 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmInstruction() 1624 Inst.addOperand(MCOperand::createImm((cmode & 1) ? 0x110 : 0x108)); in DecodeModImmInstruction() 1635 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local 1644 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmTiedInstruction()
|
/third_party/python/Lib/ |
D | turtle.py | 1181 def colormode(self, cmode=None): argument 1195 if cmode is None: 1197 if cmode == 1.0: 1198 self._colormode = float(cmode) 1199 elif cmode == 255: 1200 self._colormode = int(cmode)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 3513 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeMVEModImmInstruction() local 3517 imm |= cmode << 8; in DecodeMVEModImmInstruction() 3520 if (cmode == 0xF && Inst.getOpcode() == ARM::MVE_VMVNimmi32) in DecodeMVEModImmInstruction() 5672 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local 5679 if (cmode == 0xF) { in DecodeVCVTD() 5684 if (cmode == 0xE) { in DecodeVCVTD() 5691 if (cmode == 0xD) { in DecodeVCVTD() 5698 if (cmode == 0xC) { in DecodeVCVTD() 5731 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTQ() local 5738 if (cmode == 0xF) { in DecodeVCVTQ() [all …]
|
/third_party/python/Doc/library/ |
D | turtle.rst | 1940 .. function:: colormode(cmode=None) 1942 :param cmode: one of the values 1.0 or 255 1945 values of color triples have to be in the range 0..\ *cmode*.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 1386 class MVE_bit_cmode<string iname, string suffix, bits<4> cmode, dag inOps> 1399 let Inst{11-8} = cmode; 1405 class MVE_VORR<string suffix, bits<4> cmode, ExpandImm imm_type> 1406 : MVE_bit_cmode<"vorr", suffix, cmode, (ins MQPR:$Qd_src, imm_type:$imm)> { 1434 class MVE_VBIC<string suffix, bits<4> cmode, ExpandImm imm_type> 1435 : MVE_bit_cmode<"vbic", suffix, cmode, (ins MQPR:$Qd_src, imm_type:$imm)> { 2208 class MVE_mod_imm<string iname, string suffix, bits<4> cmode, bit op, 2222 let Inst{11-8} = cmode{3-0};
|
/third_party/ffmpeg/ |
D | Changelog | 59 - avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() 124 - avcodec/faxcompr: Check if bits are available before reading in cmode == 9 || cmode == 10
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7562 class SIMDModifiedImmMoveMSL<bit Q, bit op, bits<4> cmode, 7569 let Inst{15-13} = cmode{3-1}; 7573 class SIMDModifiedImmVectorNoShift<bit Q, bit op, bit op2, bits<4> cmode, 7579 let Inst{15-12} = cmode; 7582 class SIMDModifiedImmScalarNoShift<bit Q, bit op, bits<4> cmode, string asm, 7586 let Inst{15-12} = cmode;
|
/third_party/sqlite/src/ |
D | sqlite3.c | 44262 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | 44266 osFchmod(conchFile->h, cmode); 44269 rc = osFchmod(conchFile->h, cmode); 44274 cmode, code, strerror(code)); 44276 fprintf(stderr, "fchmod %o SUCCEDED\n",cmode);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 72431 enum devlink_param_cmode cmode; member
|