Home
last modified time | relevance | path

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

123

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.cc362 } _val, _bkt; in grpc_stats_inc_call_initial_size() local
363 _val.dbl = value; in grpc_stats_inc_call_initial_size()
364 if (_val.uint < 4651092515166879744ull) { in grpc_stats_inc_call_initial_size()
366 grpc_stats_table_1[((_val.uint - 4618441417868443648ull) >> 49)] + 6; in grpc_stats_inc_call_initial_size()
368 bucket -= (_val.uint < _bkt.uint); in grpc_stats_inc_call_initial_size()
385 } _val, _bkt; in grpc_stats_inc_poll_events_returned() local
386 _val.dbl = value; in grpc_stats_inc_poll_events_returned()
387 if (_val.uint < 4642789003353915392ull) { in grpc_stats_inc_poll_events_returned()
389 grpc_stats_table_3[((_val.uint - 4628855992006737920ull) >> 47)] + 29; in grpc_stats_inc_poll_events_returned()
391 bucket -= (_val.uint < _bkt.uint); in grpc_stats_inc_poll_events_returned()
[all …]
/external/u-boot/include/linux/
Dbitfield.h51 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
56 BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \
57 ~((_mask) >> __bf_shf(_mask)) & (_val) : 0, \
72 #define FIELD_FIT(_mask, _val) \ argument
74 __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_FIT: "); \
75 !((((typeof(_mask))_val) << __bf_shf(_mask)) & ~(_mask)); \
86 #define FIELD_PREP(_mask, _val) \ argument
88 __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \
89 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg4 field_decl(type) ::= "private <type.name> <type.name>_val;"
6 preinc_template(type) ::= "++<type.name>_val;"
7 postinc_template(type) ::= "<type.name>_val++;"
8 predec_template(type) ::= "--<type.name>_val;"
9 postdec_template(type) ::= "<type.name>_val--;"
10 add_template(type) ::= "<type.name>_val += val;"
11 sub_template(type) ::= "<type.name>_val -= val;"
12 mul_template(type) ::= "<type.name>_val *= val;"
13 div_template(type) ::= "<type.name>_val /= val;"
14 rem_template(type) ::= "<type.name>_val %= val;"
[all …]
/external/u-boot/tools/
Dmips-relocs.c23 uint64_t _val; \
27 _val = pfx##hdr64[idx].field; \
30 _val = pfx##hdr32[idx].field; \
38 _val = is_be ? be16toh(_val) : le16toh(_val); \
41 _val = is_be ? be32toh(_val) : le32toh(_val); \
44 _val = is_be ? be64toh(_val) : le64toh(_val); \
48 _val; \
52 uint64_t _val; \
62 _val = val; \
65 _val = is_be ? htobe16(val) : htole16(val); \
[all …]
/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant.py22 self._val = None
27 return self._val
39 self._val = initializer_thread.GetReturnValue()
42 return self._val
/external/u-boot/arch/riscv/include/asm/
Dencoding.h155 #define write_csr(reg, _val) ({ \ argument
156 typeof(_val) (val) = (_val); \
162 #define swap_csr(reg, _val) ({ unsigned long __tmp; \ argument
163 typeof(_val) (val) = (_val); \
/external/strace/tests/
Dquotactl.h51 # define QCMD_CMD(_val) ((unsigned) (_val) >> SUBCMDSHIFT) argument
55 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK) argument
/external/strace/tests-m32/
Dquotactl.h51 # define QCMD_CMD(_val) ((unsigned) (_val) >> SUBCMDSHIFT) argument
55 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK) argument
/external/strace/tests-mx32/
Dquotactl.h51 # define QCMD_CMD(_val) ((unsigned) (_val) >> SUBCMDSHIFT) argument
55 # define QCMD_TYPE(_val) ((unsigned) (_val) & SUBCMDMASK) argument
/external/libopus/celt/
Dentenc.c151 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp){ in ec_enc_bit_logp() argument
159 if(_val)_this->val=l+r; in ec_enc_bit_logp()
160 _this->rng=_val?s:r; in ec_enc_bit_logp()
214 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits){ in ec_enc_patch_initial_bits() argument
222 _this->buf[0]=(unsigned char)((_this->buf[0]&~mask)|_val<<shift); in ec_enc_patch_initial_bits()
226 _this->rem=(_this->rem&~mask)|_val<<shift; in ec_enc_patch_initial_bits()
231 (opus_uint32)_val<<(EC_CODE_SHIFT+shift); in ec_enc_patch_initial_bits()
Dmathops.c43 unsigned isqrt32(opus_uint32 _val){ in isqrt32() argument
52 bshift=(EC_ILOG(_val)-1)>>1; in isqrt32()
57 if(t<=_val){ in isqrt32()
59 _val-=t; in isqrt32()
Dentenc.h56 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp);
93 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits);
/external/dynamic_depth/internal/base/
Dport.h1245 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
1246 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
1247 #define UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val))
1296 #define UNALIGNED_STORE16(_p, _val) \
1298 (_val))
1299 #define UNALIGNED_STORE32(_p, _val) \
1301 (_val))
1351 #define UNALIGNED_STOREW(_p, _val) UNALIGNED_STORE64(_p, _val)
1354 #define UNALIGNED_STOREW(_p, _val) UNALIGNED_STORE32(_p, _val)
/external/protobuf/src/google/protobuf/stubs/
Dport.h236 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) argument
237 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) argument
238 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h683 error_condition(int _val, const error_category& _cat)
684 : _val_(_val), _cat_(&_cat) {}
692 void assign(int _val, const error_category& _cat) {
693 _val_ = _val;
741 error_code(int _val, const error_category& _cat)
742 : _val_(_val), _cat_(&_cat) {}
751 void assign(int _val, const error_category& _cat) {
752 _val_ = _val;
/external/u-boot/arch/sh/include/asm/
Dcpu_sh7757.h180 #define prr_mask(_val) ((_val >> 4) & 0xff) argument
184 #define is_sh7757_b0(_val) \ argument
/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp47 void setOption(const std::string &_option, const std::string &_val);
137 …void setLayerOption(const char *_option, const char *_val) { g_configFileObj.setOption(_option, _v… in setLayerOption() argument
190 void ConfigFile::setOption(const std::string &_option, const std::string &_val) { in setOption() argument
196 m_valueMap[_option] = _val; in setOption()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y109 struct _val;
111 static struct sockaddr *parse_sockaddr __P((struct _val *addrbuf,
112 struct _val *portbuf));
132 struct _val { struct
376 struct _val *addrbuf; in parse_sockaddr()
377 struct _val *portbuf;
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.h84 return reinterpret_cast<const STYPE*>(t.FIELD##_val().data()); \
92 t->mutable_##FIELD##_val()); \
100 t->mutable_##FIELD##_val()->Swap(&copy); \
110 t->mutable_##FIELD##_val()->Swap(&copy); \
/external/wpa_supplicant_8/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 …]
/external/curl/CMake/
DFindGSS.cmake75 string(REGEX REPLACE "^-I" "" _val "${_flag}")
76 list(APPEND _GSS_INCLUDE_DIR "${_val}")
98 string(REGEX REPLACE "^-l" "" _val "${_flag}")
99 list(APPEND _GSS_LIBRARIES "${_val}")
101 string(REGEX REPLACE "^-L" "" _val "${_flag}")
102 list(APPEND _GSS_LINK_DIRECTORIES "${_val}")
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.h76 std::declval<TensorProto>().FIELDNAME##_val(0)) FieldType; \
78 std::declval<TensorProto>().FIELDNAME##_val()) RepeatedFieldType; \
79 typedef decltype(std::declval<TensorProto>().mutable_##FIELDNAME##_val()) \
82 return proto->mutable_##FIELDNAME##_val(); \
85 return proto.FIELDNAME##_val(); \
/external/u-boot/arch/x86/include/asm/
Dmsr.h239 unsigned long long _val = native_read_tscp(&(aux)); \
240 (low) = (u32)_val; \
241 (high) = (u32)(_val >> 32); \
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java282 retList.add(n._val); in getAll()
313 ret.put(n._finder, n._val); in entrySet()
360 child._val = node._val; in put()
426 return child._val; in get()
582 return cand._val; in get()
608 retList.add(n._val); in getAll()
637 ret.put(node._finder, node._val); in entrySet()
673 T _val; field in RegexLookup.NodeBase
678 this._val = value; in NodeBase()
/external/libnl/python/netlink/route/
Dtc.py62 self._val = int(val)
76 return self._val
79 return capi.rtnl_tc_handle2str(self._val, 64)[0]
82 return self._val == TC_H_ROOT or self._val == TC_H_INGRESS

123