Home
last modified time | relevance | path

Searched refs:cmode (Results 1 – 25 of 43) sorted by relevance

12

/third_party/vixl/src/aarch32/
Doperands-aarch32.cc156 DataType ImmediateVbic::DecodeDt(uint32_t cmode) { in DecodeDt() argument
157 switch (cmode) { in DecodeDt()
174 NeonImmediate ImmediateVbic::DecodeImmediate(uint32_t cmode, in DecodeImmediate() argument
176 switch (cmode) { in DecodeImmediate()
295 DataType ImmediateVmov::DecodeDt(uint32_t cmode) { in DecodeDt() argument
296 switch (cmode & 0xf) { in DecodeDt()
308 return ((cmode & 0x10) == 0) ? I8 : I64; in DecodeDt()
310 if ((cmode & 0x10) == 0) return F32; in DecodeDt()
320 NeonImmediate ImmediateVmov::DecodeImmediate(uint32_t cmode, in DecodeImmediate() argument
322 switch (cmode & 0xf) { in DecodeImmediate()
[all …]
Ddisasm-aarch32.cc31035 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31037 ImmediateVmvn::DecodeDt(cmode); in DecodeT32()
31046 cmode, in DecodeT32()
31067 unsigned cmode = in DecodeT32() local
31071 ImmediateVmov::DecodeDt(cmode); in DecodeT32()
31080 cmode, in DecodeT32()
31107 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31109 ImmediateVorr::DecodeDt(cmode); in DecodeT32()
31118 cmode, in DecodeT32()
31137 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
[all …]
Doperands-aarch32.h553 static DataType DecodeDt(uint32_t cmode);
554 static NeonImmediate DecodeImmediate(uint32_t cmode, uint32_t immediate);
570 static DataType DecodeDt(uint32_t cmode);
571 static NeonImmediate DecodeImmediate(uint32_t cmode, uint32_t immediate);
577 static DataType DecodeDt(uint32_t cmode);
578 static NeonImmediate DecodeImmediate(uint32_t cmode, uint32_t immediate);
584 static DataType DecodeDt(uint32_t cmode);
585 static NeonImmediate DecodeImmediate(uint32_t cmode, uint32_t immediate);
/third_party/ffmpeg/libavcodec/
Dfaxcompr.c261 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()
Dralf.c258 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 …]
/third_party/skia/src/c/
Dsk_effects.cpp53 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/node/deps/v8/src/objects/
Dmap.cc484 bool Map::InstancesNeedRewriting(Map target, ConcurrencyMode cmode) const { in InstancesNeedRewriting()
485 int target_number_of_fields = target.NumberOfFields(cmode); in InstancesNeedRewriting()
492 &old_number_of_fields, cmode); in InstancesNeedRewriting()
498 ConcurrencyMode cmode) const { in InstancesNeedRewriting()
500 *old_number_of_fields = NumberOfFields(cmode); in InstancesNeedRewriting()
505 DescriptorArray old_desc = IsConcurrent(cmode) in InstancesNeedRewriting()
508 DescriptorArray new_desc = IsConcurrent(cmode) in InstancesNeedRewriting()
533 int Map::NumberOfFields(ConcurrencyMode cmode) const { in NumberOfFields()
534 DescriptorArray descriptors = IsConcurrent(cmode) in NumberOfFields()
713 ConcurrencyMode cmode) { in TryReplayPropertyTransitions() argument
[all …]
Dmap.h441 inline Map ElementsTransitionMap(Isolate* isolate, ConcurrencyMode cmode);
502 int NumberOfFields(ConcurrencyMode cmode) const;
507 bool InstancesNeedRewriting(Map target, ConcurrencyMode cmode) const;
511 ConcurrencyMode cmode) const;
710 ConcurrencyMode cmode);
778 Isolate* isolate, MapHandles const& candidates, ConcurrencyMode cmode);
879 ConcurrencyMode cmode);
887 ConcurrencyMode cmode);
893 bool EquivalentToForTransition(const Map other, ConcurrencyMode cmode) const;
895 ConcurrencyMode cmode) const;
Dmap-updater.cc299 ConcurrencyMode cmode) { in DetectIntegrityLevelTransitions() argument
306 TransitionsAccessor last_transitions(isolate, previous, IsConcurrent(cmode)); in DetectIntegrityLevelTransitions()
324 TransitionsAccessor transitions(isolate, previous, IsConcurrent(cmode)); in DetectIntegrityLevelTransitions()
343 ConcurrencyMode cmode) { in TryUpdateNoLock() argument
357 if (!old_map.EquivalentToForTransition(root_map, cmode)) return {}; in TryUpdateNoLock()
366 info = DetectIntegrityLevelTransitions(old_map, isolate, &no_gc, cmode); in TryUpdateNoLock()
380 root_map = root_map.LookupElementsTransitionMap(isolate, to_kind, cmode); in TryUpdateNoLock()
387 isolate, info.integrity_level_source_map, cmode); in TryUpdateNoLock()
392 result = TransitionsAccessor(isolate, result, IsConcurrent(cmode)) in TryUpdateNoLock()
Dmap-updater.h73 ConcurrencyMode cmode)
Dmap-inl.h762 Map Map::ElementsTransitionMap(Isolate* isolate, ConcurrencyMode cmode) { in ElementsTransitionMap() argument
763 return TransitionsAccessor(isolate, *this, IsConcurrent(cmode)) in ElementsTransitionMap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_drv_ops.c549 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()
Ddfs.c891 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()
Dbeacon.c1402 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/
Dap_drv_ops.c559 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local
566 cmode ? cmode->vht_capab : 0, in hostapd_set_freq()
567 cmode ? in hostapd_set_freq()
568 &cmode->he_capab[IEEE80211_MODE_AP] : NULL)) in hostapd_set_freq()
824 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local
826 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac()
840 cmode->vht_capab, in hostapd_start_dfs_cac()
841 &cmode->he_capab[IEEE80211_MODE_AP])) { in hostapd_start_dfs_cac()
Ddfs.c1041 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local
1136 cmode->vht_capab, in hostapd_dfs_start_channel_switch()
1137 &cmode->he_capab[ieee80211_mode]); in hostapd_dfs_start_channel_switch()
Dbeacon.c1785 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/node/src/crypto/
Dcrypto_cipher.h156 uint32_t cmode = args[1].As<v8::Uint32>()->Value(); in New() local
157 CHECK_LE(cmode, WebCryptoCipherMode::kWebCryptoCipherDecrypt); in New()
158 WebCryptoCipherMode cipher_mode = static_cast<WebCryptoCipherMode>(cmode); in New()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c339 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/
Dnv50_ir_print.cpp707 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()
/third_party/ffmpeg/libavfilter/
Davf_showfreqs.c50 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/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc2790 int cmode = instr->NEONCmode(); in VisitNEONModifiedImmediate() local
2791 int cmode_3 = (cmode >> 3) & 1; in VisitNEONModifiedImmediate()
2792 int cmode_2 = (cmode >> 2) & 1; in VisitNEONModifiedImmediate()
2793 int cmode_1 = (cmode >> 1) & 1; in VisitNEONModifiedImmediate()
2794 int cmode_0 = cmode & 1; in VisitNEONModifiedImmediate()
4031 int cmode = instr->NEONCmode(); in SubstituteImmediateField() local
4032 int shift_amount = 8 * ((cmode >> 1) & 3); in SubstituteImmediateField()
4037 int cmode = instr->NEONCmode(); in SubstituteImmediateField() local
4038 int shift_amount = 8 << (cmode & 1); in SubstituteImmediateField()
/third_party/python/Python/
Dfileutils.c1583 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/
DAArch64Disassembler.cpp1596 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/
Dturtle.py1181 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)

12