/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 117 syn::AttrStyle::Inner(_val) => { in fmt() 185 syn::BinOp::Add(_val) => { in fmt() 189 syn::BinOp::Sub(_val) => { in fmt() 193 syn::BinOp::Mul(_val) => { in fmt() 197 syn::BinOp::Div(_val) => { in fmt() 201 syn::BinOp::Rem(_val) => { in fmt() 205 syn::BinOp::And(_val) => { in fmt() 209 syn::BinOp::Or(_val) => { in fmt() 213 syn::BinOp::BitXor(_val) => { in fmt() 217 syn::BinOp::BitAnd(_val) in fmt() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | symbolProperty61.js | 11 constructor(private _val: T) {} 14 next(this._val) 36 constructor(_val) {
37 this._val = _val;
40 next(this._val);
60 private _val;
61 constructor(_val: T);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | unaligned_access.h | 73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ 74 (absl::base_internal::UnalignedStore16(_p, _val)) 75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ 76 (absl::base_internal::UnalignedStore32(_p, _val)) 77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ 78 (absl::base_internal::UnalignedStore64(_p, _val))
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
H A D | urlencoded.js | 38 this._val = '' 80 this._val = '' 137 if (idxamp > p) { this._val += this.decoder.write(data.toString('binary', p, idxamp)) } 139 decodeText(this._val, 'binary', this.charset), 155 if (i > p) { this._val += this.decoder.write(data.toString('binary', p, i)) } 157 if ((this._val === '' && this.fieldSizeLimit === 0) || 158 (this._bytesVal = this._val.length) === this.fieldSizeLimit) { 164 if (p < len) { this._val += this.decoder.write(data.toString('binary', p)) } 182 decodeText(this._val, 'binary', this.charset),
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | port.h | 187 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) 188 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) 189 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val))
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uac.h | 266 #define HSETM(_var, _val) _var = { (uint8_t)(_val), (uint8_t)(_val >> 0x8), (uint8_t)(_val >> 16) }
|
H A D | f_uvc.c | 1006 #define CLAMP(_val, _min, _max) ( \ 1008 typeof(_val)__val = (_val); \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_winreg.c | 119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() argument 128 *_val = val; in wpa_config_read_reg_dword() 498 DWORD _val = val; in wpa_config_write_reg_dword() local 505 ret = RegSetValueEx(hk, name, 0, REG_DWORD, (LPBYTE) &_val, in wpa_config_write_reg_dword() 506 sizeof(_val)); in wpa_config_write_reg_dword() 521 TCHAR *_name, *_val; in wpa_config_write_reg_string() local 533 _val = wpa_strdup_tchar(val); in wpa_config_write_reg_string() 534 if (_val == NULL) { in wpa_config_write_reg_string() 538 ret = RegSetValueEx(hk, _name, 0, REG_SZ, (BYTE *) _val, in wpa_config_write_reg_string() 544 os_free(_val); in wpa_config_write_reg_string() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_winreg.c | 119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() argument 128 *_val = val; in wpa_config_read_reg_dword() 507 DWORD _val = val; in wpa_config_write_reg_dword() local 514 ret = RegSetValueEx(hk, name, 0, REG_DWORD, (LPBYTE) &_val, in wpa_config_write_reg_dword() 515 sizeof(_val)); in wpa_config_write_reg_dword() 530 TCHAR *_name, *_val; in wpa_config_write_reg_string() local 542 _val = wpa_strdup_tchar(val); in wpa_config_write_reg_string() 543 if (_val == NULL) { in wpa_config_write_reg_string() 547 ret = RegSetValueEx(hk, _name, 0, REG_SZ, (BYTE *) _val, in wpa_config_write_reg_string() 553 os_free(_val); in wpa_config_write_reg_string() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 4334 unsigned int _val; in snd_pcm_hw_params_get_access() local 4335 int err = snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_ACCESS, &_val, NULL); in snd_pcm_hw_params_get_access() 4337 *access = _val; in snd_pcm_hw_params_get_access() 5309 unsigned int _val; in snd_pcm_hw_params_get_period_size() local 5310 int err = snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in snd_pcm_hw_params_get_period_size() 5312 *val = _val; in snd_pcm_hw_params_get_period_size() 5331 unsigned int _val = *val; in snd_pcm_hw_params_get_period_size_min() local 5332 int err = snd_pcm_hw_param_get_min(params, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in snd_pcm_hw_params_get_period_size_min() 5334 *val = _val; in snd_pcm_hw_params_get_period_size_min() 5353 unsigned int _val in snd_pcm_hw_params_get_period_size_max() local 5402 unsigned int _val = *val; snd_pcm_hw_params_set_period_size_min() local 5421 unsigned int _val = *val; snd_pcm_hw_params_set_period_size_max() local 5466 unsigned int _val = *val; snd_pcm_hw_params_set_period_size_near() local 5489 unsigned int _val; snd_pcm_hw_params_set_period_size_first() local 5512 unsigned int _val; snd_pcm_hw_params_set_period_size_last() local 5932 unsigned int _val; snd_pcm_hw_params_get_buffer_size() local 5951 unsigned int _val; snd_pcm_hw_params_get_buffer_size_min() local 5972 unsigned int _val; snd_pcm_hw_params_get_buffer_size_max() local 6016 unsigned int _val = *val; snd_pcm_hw_params_set_buffer_size_min() local 6032 unsigned int _val = *val; snd_pcm_hw_params_set_buffer_size_max() local 6070 unsigned int _val = *val; snd_pcm_hw_params_set_buffer_size_near() local 6090 unsigned int _val; snd_pcm_hw_params_set_buffer_size_first() local 6110 unsigned int _val; snd_pcm_hw_params_set_buffer_size_last() local [all...] |
H A D | plugin_ops.h | 70 uint32_t _val = (val); \ 71 _tmp[0] = _val; \ 72 _tmp[1] = _val >> 8; \ 73 _tmp[2] = _val >> 16; \ 77 uint32_t _val = (val); \ 78 _tmp[0] = _val >> 16; \ 79 _tmp[1] = _val >> 8; \ 80 _tmp[2] = _val; \
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind-dynamic.h | 181 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \ 182 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | snapshot.rs | 69 if let Some(format) = format_field(&Borrowed(quote!(_val)), ty) { in format_field() 79 Some(_val) => { in format_field() 164 &Borrowed(quote!(_val)), in expand_impl_body() 167 syn::#ident::#variant(_val) => { in expand_impl_body() 172 let val = quote!(_val); in expand_impl_body() 190 syn::#ident::#variant(_val) => { in expand_impl_body()
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_types.py | 131 def __init__(self, _val): 132 if isinstance(_val, bytes): 135 _val = _val.decode('utf-8') 136 self.val = _val
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | icusvtst.cpp | 67 const int32_t _val; member in Integer 69 Integer(int32_t val) : _val(val) { in Integer() 72 Integer(const Integer& rhs) : UObject(rhs), _val(rhs._val) { in Integer() 92 _val == ((Integer&)other)._val; in operator ==() 99 result.append(_val); in debug() 171 sprintf(buffer, "%d", (int)i->_val); in append()
|
/third_party/python/Tools/gdb/ |
H A D | libpython.py | 139 self._val = '' 144 if len(data) + len(self._val) > self.maxlen: 146 self._val += data[0:self.maxlen - len(self._val)] 149 self._val += data 152 return self._val
|
/third_party/backends/backend/ |
H A D | kvs1025_low.h | 219 go_##token##_list, go_##token##_val)
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 158 LayoutSpecifierBase(int _val, NumSys _numSys, DefOccurence _occurence) in LayoutSpecifierBase() argument 159 : val(_val), numSys(_numSys), occurence(_occurence) in LayoutSpecifierBase() 183 LayoutSpecifier(int _val, NumSys _numSys, DefOccurence _occurence) : LayoutSpecifierBase(_val, _numSys, _occurence) in LayoutSpecifier() argument 187 static LayoutSpecifier<T> C(int _val, NumSys _sys = Dec) in C() argument 189 return LayoutSpecifier<T>(_val, _sys, DefOccurence::ALL_SH); in C() 192 static LayoutSpecifier<T> C(int _val, DefOccurence _occurence) in C() argument 194 return LayoutSpecifier<T>(_val, Dec, _occurence); in C()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_pd.c | 454 #define P2PS_PD_REQ_CHECK(_val, _attr) \ in p2ps_validate_pd_req() 456 if ((_val) && !msg->_attr) { \ in p2ps_validate_pd_req() 1202 #define P2PS_PD_RESP_CHECK(_val, _attr) \ in p2p_validate_p2ps_pd_resp() 1204 if ((_val) && !msg->_attr) { \ in p2p_validate_p2ps_pd_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_pd.c | 454 #define P2PS_PD_REQ_CHECK(_val, _attr) \ in p2ps_validate_pd_req() 456 if ((_val) && !msg->_attr) { \ in p2ps_validate_pd_req() 1202 #define P2PS_PD_RESP_CHECK(_val, _attr) \ in p2p_validate_p2ps_pd_resp() 1204 if ((_val) && !msg->_attr) { \ in p2p_validate_p2ps_pd_resp()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 4299 this._val = ""; 4346 this._val = ""; 4414 this._val += this.decoder.write(data.toString("binary", p, idxamp)); 4419 decodeText(this._val, "binary", this.charset), 4436 this._val += this.decoder.write(data.toString("binary", p, i)); 4439 if (this._val === "" && this.fieldSizeLimit === 0 || (this._bytesVal = this._val.length) === this.fieldSizeLimit) { 4445 this._val += this.decoder.write(data.toString("binary", p)); 4469 decodeText(this._val, "binary", this.charset),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 4280 #define PARSE_TEST_PROBABILITY(_val) \ in hostapd_config_fill() 4281 } else if (os_strcmp(buf, #_val) == 0) { \ in hostapd_config_fill() 4284 conf->_val = strtod(pos, &end); \ in hostapd_config_fill() 4285 if (*end || conf->_val < 0.0 || \ in hostapd_config_fill() 4286 conf->_val > 1.0) { \ in hostapd_config_fill()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 4079 #define PARSE_TEST_PROBABILITY(_val) \ 4080 } else if (os_strcmp(buf, #_val) == 0) { \ 4083 conf->_val = strtod(pos, &end); \ 4084 if (*end || conf->_val < 0.0 || \ 4085 conf->_val > 1.0) { \
|