Home
last modified time | relevance | path

Searched refs:_val (Results 1 – 25 of 30) sorted by relevance

12

/third_party/rust/crates/syn/tests/debug/
Dgen.rs8 let _val = &self.value; in fmt() localVariable
10 if let Some(val) = &_val.name { in fmt()
17 let _val = &self.0; in fmt() localVariable
19 Debug::fmt(Lite(_val), formatter)?; in fmt()
31 let _val = &self.value; in fmt() localVariable
33 if let Some(val) = &_val.colon2_token { in fmt()
45 if !_val.args.is_empty() { in fmt()
46 formatter.field("args", Lite(&_val.args)); in fmt()
53 let _val = &self.value; in fmt() localVariable
55 if !_val.attrs.is_empty() { in fmt()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dunaligned_access.h73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
74 (absl::base_internal::UnalignedStore16(_p, _val))
75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
76 (absl::base_internal::UnalignedStore32(_p, _val))
77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
78 (absl::base_internal::UnalignedStore64(_p, _val))
/third_party/rust/crates/syn/codegen/src/
Dsnapshot.rs69 let inner = quote!(_val); in format_field()
146 syn::#ident::#variant(_val) => { in expand_impl_body()
151 let val = quote!(_val); in expand_impl_body()
169 syn::#ident::#variant(_val) => { in expand_impl_body()
200 match _val { in expand_impl_body()
210 let inner = quote!(_val); in expand_impl_body()
221 if let Some(val) = &_val.#ident { in expand_impl_body()
236 let val = quote!(&_val.#ident); in expand_impl_body()
243 if !_val.#ident.is_empty() { in expand_impl_body()
260 write!(formatter, "{}", _val) in expand_impl_body()
[all …]
/third_party/gstreamer/gstplugins_good/sys/oss/
Dcommon.h23 #define SET_PARAM(_oss, _name, _val, _detail) \ argument
25 int _tmp = _val; \
36 #define GET_PARAM(_oss, _name, _val, _detail) \ argument
38 if (ioctl(oss->fd, _name, _val) == -1) { \
/third_party/libwebsockets/cmake/
DLwsCheckRequirements.cmake10 MACRO(require_lws_config reqconfig _val result)
22 if (${_val} EQUAL ${rq})
32 if (${_val})
48 if ((HAS_${reqconfig} AND ${_val}) OR (NOT HAS_${reqconfig} AND NOT ${_val}))
55 if (${_val})
/third_party/protobuf/src/google/protobuf/stubs/
Dport.h187 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) argument
188 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) argument
189 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) argument
/third_party/NuttX/drivers/usbdev/gadget/
Df_uac.h266 #define HSETM(_var, _val) _var = { (uint8_t)(_val), (uint8_t)(_val >> 0x8), (uint8_t)(_val >> 16) } argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_winreg.c119 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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_winreg.c119 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/node/test/parallel/
Dtest-vm-create-context-accessors.js37 set: function(_val) { argument
38 val = _val;
/third_party/alsa-lib/src/pcm/
Dpcm.c4201 unsigned int _val; in INTERNAL() local
4202 int err = snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_ACCESS, &_val, NULL); in INTERNAL()
4204 *access = _val; in INTERNAL()
5139 unsigned int _val; in INTERNAL() local
5140 int err = snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in INTERNAL()
5142 *val = _val; in INTERNAL()
5161 unsigned int _val = *val; in INTERNAL() local
5162 int err = snd_pcm_hw_param_get_min(params, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in INTERNAL()
5164 *val = _val; in INTERNAL()
5183 unsigned int _val = *val; in INTERNAL() local
[all …]
Dplugin_ops.h70 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/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h377 Uint32 _val = (val); in SDL_memset4()
382 case 0: do { *_p++ = _val; in SDL_memset4()
383 case 3: *_p++ = _val; in SDL_memset4()
384 case 2: *_p++ = _val; in SDL_memset4()
385 case 1: *_p++ = _val; in SDL_memset4()
/third_party/python/Lib/sqlite3/test/
Dtypes.py83 def __init__(self, _val): argument
84 if isinstance(_val, bytes):
87 _val = _val.decode('utf-8')
88 self.val = _val
/third_party/libunwind/include/
Dlibunwind-dynamic.h180 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \ argument
181 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Drewrite_indices.metal74 #define WRITE_IDX(_idx, _val) \
78 outIndexBufferUint16[(_idx)] = _val; \
82 outIndexBufferUint32[(_idx)] = _val; \
/third_party/icu/icu4c/source/test/intltest/
Dicusvtst.cpp67 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/typescript/tests/ts_extra_tests/test_ts_cases/4.0/short_circuiting_assignment_operators/
Dshort_circuiting_assignment_operators_3.ts30 set prop(_val: boolean) { },
/third_party/typescript/src/harness/
Drunnerbase.ts41 …return all.filter((_val, idx) => idx % shards === (shardId - 1)) as ReturnType<this["enumerateTest…
/third_party/flutter/skia/third_party/externals/sdl/src/power/linux/
DSDL_syspower.c75 make_proc_acpi_key_val(char **_ptr, char **_key, char **_val) in make_proc_acpi_key_val() argument
107 *_val = ptr; in make_proc_acpi_key_val()
/third_party/python/Tools/gdb/
Dlibpython.py161 self._val = ''
166 if len(data) + len(self._val) > self.maxlen:
168 self._val += data[0:self.maxlen - len(self._val)]
171 self._val += data
174 return self._val
/third_party/rust/crates/pin-project-lite/tests/
Dtest.rs230 let _val: NotCopy = x.f; in move_out() localVariable
242 let _val: NotCopy = match x { in move_out() localVariable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp158 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, _nu… 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_standard/src/p2p/
Dp2p_pd.c454 #define P2PS_PD_REQ_CHECK(_val, _attr) \ in p2ps_validate_pd_req() argument
456 if ((_val) && !msg->_attr) { \ in p2ps_validate_pd_req()
1202 #define P2PS_PD_RESP_CHECK(_val, _attr) \ in p2p_validate_p2ps_pd_resp() argument
1204 if ((_val) && !msg->_attr) { \ in p2p_validate_p2ps_pd_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_pd.c454 #define P2PS_PD_REQ_CHECK(_val, _attr) \ in p2ps_validate_pd_req() argument
456 if ((_val) && !msg->_attr) { \ in p2ps_validate_pd_req()
1202 #define P2PS_PD_RESP_CHECK(_val, _attr) \ in p2p_validate_p2ps_pd_resp() argument
1204 if ((_val) && !msg->_attr) { \ in p2p_validate_p2ps_pd_resp()

12