/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dragonfly.c | 193 struct crypto_bignum *_mask, in dragonfly_generate_scalar() argument 202 dragonfly_get_rand_2_to_r_1(_mask, order) && in dragonfly_generate_scalar() 203 crypto_bignum_add(_rand, _mask, scalar) == 0 && in dragonfly_generate_scalar()
|
D | dragonfly.h | 28 struct crypto_bignum *_mask,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dragonfly.c | 193 struct crypto_bignum *_mask, in dragonfly_generate_scalar() argument 202 dragonfly_get_rand_2_to_r_1(_mask, order) && in dragonfly_generate_scalar() 203 crypto_bignum_add(_rand, _mask, scalar) == 0 && in dragonfly_generate_scalar()
|
D | dragonfly.h | 28 struct crypto_bignum *_mask,
|
/third_party/flutter/skia/src/core/ |
D | SkVM.cpp | 676 static int operator"" _mask(unsigned long long bits) { return (1<<(int)bits)-1; } in operator ""_mask() 679 this->word( (hi & 11_mask) << 21 in op() 680 | (m & 5_mask) << 16 in op() 681 | (lo & 6_mask) << 10 in op() 682 | (n & 5_mask) << 5 in op() 683 | (d & 5_mask) << 0); in op() 708 this->word( (op22 & 22_mask) << 10 in op() 710 | (n & 5_mask) << 5 in op() 711 | (d & 5_mask) << 0); in op() 741 | (n & 5_mask) << 5); in ret() [all …]
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 2297 static int operator"" _mask(unsigned long long bits) { return (1<<(int)bits)-1; } in operator ""_mask() 2300 this->word( (hi & 11_mask) << 21 in op() 2301 | (m & 5_mask) << 16 in op() 2302 | (lo & 6_mask) << 10 in op() 2303 | (n & 5_mask) << 5 in op() 2304 | (d & 5_mask) << 0); in op() 2307 this->word( (op22 & 22_mask) << 10 in op() 2309 | (n & 5_mask) << 5 in op() 2310 | (d & 5_mask) << 0); in op() 2355 this->op(0b0'1'1'011110'0100'000'01010'1, n, d, ( imm5 & 5_mask)<<16); in sli4s() [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | text.dart | 345 const TextDecoration._(this._mask); 351 mask |= decoration._mask; 356 final int _mask; 360 return (_mask | other._mask) == _mask; 381 return _mask == typedOther._mask; 385 int get hashCode => _mask.hashCode; 389 if (_mask == 0) { 393 if (_mask & underline._mask != 0) { 396 if (_mask & overline._mask != 0) { 399 if (_mask & lineThrough._mask != 0) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.h | 74 struct crypto_bignum *_mask,
|
D | eap_pwd_common.c | 470 struct crypto_bignum *_mask, in eap_pwd_get_rand_mask() argument 474 _rand, _mask, scalar); in eap_pwd_get_rand_mask()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pwd_common.h | 74 struct crypto_bignum *_mask,
|
D | eap_pwd_common.c | 470 struct crypto_bignum *_mask, in eap_pwd_get_rand_mask() argument 474 _rand, _mask, scalar); in eap_pwd_get_rand_mask()
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | text.dart | 359 const TextDecoration._(this._mask); 365 mask |= decoration._mask; 369 final int _mask; 373 return (_mask | other._mask) == _mask; 393 return _mask == typedOther._mask; 397 int get hashCode => _mask.hashCode; 401 if (_mask == 0) 404 if (_mask & underline._mask != 0) 406 if (_mask & overline._mask != 0) 408 if (_mask & lineThrough._mask != 0) [all …]
|
/third_party/qrcodegen/python/ |
D | qrcodegen.py | 151 _mask: int 200 self._mask = msk 223 return self._mask
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 87 All values (except some pseudo values like the exec\_mask or predicate 322 that represent possibly updated predicate and exec\_mask. Predicate 324 exec\_mask values are used in the if\_nodes (if\_node::cond). Each
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 97 movq _mask@GOTPCREL(%rip), %rcx
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 2511 uint32_t pipeline_bits = pipeline->X & pipeline->X##_mask; \ in tu_CmdBindPipeline() 2512 if ((cmd->state.X & pipeline->X##_mask) != pipeline_bits) { \ in tu_CmdBindPipeline() 2513 cmd->state.X &= ~pipeline->X##_mask; \ in tu_CmdBindPipeline()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 9648 u8 _addr[ETH_ALEN], _mask[ETH_ALEN]; in wpas_ctrl_iface_mac_rand_scan() local 9671 mask = _mask; in wpas_ctrl_iface_mac_rand_scan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface.c | 10430 u8 _addr[ETH_ALEN], _mask[ETH_ALEN]; in wpas_ctrl_iface_mac_rand_scan() local 10453 mask = _mask; in wpas_ctrl_iface_mac_rand_scan()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 3033 dart:ui,TextDecoration,get:_mask
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 107328 Remove 0.10-style endianness/*_mask/bpp/depth fields.
|