Searched refs:_val (Results 1 - 25 of 36) sorted by last modified time

12

/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c3073 #define PARSE_TEST_PROBABILITY(_val) \
3074 } else if (os_strcmp(buf, #_val) == 0) { \
3077 conf->_val = strtod(pos, &end); \
3078 if (*end || conf->_val < 0.0 || \
3079 conf->_val > 1.0) { \
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) argument
129 *_val = val;
496 DWORD _val = val; local
503 ret = RegSetValueEx(hk, name, 0, REG_DWORD, (LPBYTE) &_val,
504 sizeof(_val));
519 TCHAR *_name, *_val; local
531 _val = wpa_strdup_tchar(val);
532 if (_val == NULL) {
536 ret = RegSetValueEx(hk, _name, 0, REG_SZ, (BYTE *) _val,
542 os_free(_val);
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dticket-lock-linux.c141 if (sr_isError(sres) && sres._val != VKI_EAGAIN) {
142 VG_(printf)("futex_wait() returned error code %ld\n", sres._val);
/external/valgrind/main/coregrind/
H A Dm_syscall.c68 res._val = (UInt)(-val);
70 res._val = (UInt)val;
81 res._val = (ULong)(-val);
83 res._val = (ULong)val;
94 res._val = val;
103 res._val = val;
112 res._val = -val;
114 res._val = val;
124 res._val = (UInt)(-val);
126 res._val
[all...]
/external/valgrind/main/include/
H A Dpub_tool_basics.h144 _val holds the return value.
165 UWord _val; member in struct:__anon32877
199 return sr._isError ? 0 : sr._val;
208 return sr._isError ? sr._val : 0;
211 return sr1._val == sr2._val
/external/stlport/test/unit/
H A Dalg_test.cpp207 MyIntComparable(int val) : _val(val) {}
209 { return _val == other._val; }
212 int _val; member in struct:MyIntComparable
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h279 Uint32 _val = (val); \
282 case 0: do { *_p++ = _val; \
283 case 3: *_p++ = _val; \
284 case 2: *_p++ = _val; \
285 case 1: *_p++ = _val; \
/external/qemu/fpu/
H A Dsoftfloat.c6584 av = float ## s ## _val(a); \
6585 bv = float ## s ## _val(b); \
6739 av = float ## s ## _val(a); \
6740 bv = float ## s ## _val(b); \
/external/qemu/include/qemu/
H A Datomic.h156 typeof(*ptr) _val = atomic_read(ptr); \
158 _val; \
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp52 static char* icv_itoa( int _val, char* buffer, int /*radix*/ ) argument
56 unsigned val = abs(_val);
67 if( _val < 0 )
/external/lldb/include/lldb/Utility/
H A DAnsiTerminal.h95 #define _TO_STR2(_val) #_val
96 #define _TO_STR(_val) _TO_STR2(_val)
/external/libunwind/include/
H A Dlibunwind-dynamic.h176 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \
177 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
/external/libopus/celt/
H A Dentenc.c151 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp){ argument
159 if(_val)_this->val=l+r;
160 _this->rng=_val?s:r;
214 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits){ argument
222 _this->buf[0]=(unsigned char)((_this->buf[0]&~mask)|_val<<shift);
226 _this->rem=(_this->rem&~mask)|_val<<shift;
231 (opus_uint32)_val<<(EC_CODE_SHIFT+shift);
H A Dentenc.h56 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp);
89 _val: The bits to encode (in the least _nbits significant bits).
93 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits);
H A Dmathops.c40 /*Compute floor(sqrt(_val)) with exact arithmetic.
42 unsigned isqrt32(opus_uint32 _val){ argument
49 (g+b)*(g+b) <= _val, and add it to the solution g.*/
51 bshift=(EC_ILOG(_val)-1)>>1;
56 if(t<=_val){
58 _val-=t;
H A Dmathops.h44 unsigned isqrt32(opus_uint32 _val);
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h87 struct _val { struct in union:YYSTYPE
H A Dpolicy_parse.y109 struct _val;
111 static struct sockaddr *parse_sockaddr __P((struct _val *addrbuf,
112 struct _val *portbuf));
132 struct _val {
376 struct _val *addrbuf;
377 struct _val *portbuf;
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp64 const int32_t _val; member in class:Integer
66 Integer(int32_t val) : _val(val) {
69 Integer(const Integer& rhs) : UObject(rhs), _val(rhs._val) {
89 _val == ((Integer&)other)._val;
96 result.append(_val);
168 sprintf(buffer, "%d", (int)i->_val);
/external/elfutils/0.153/src/
H A Dunaligned.h93 uint16_t _val = bswap_16 (_ptr->u) + (value); \
94 _ptr->u = bswap_16 (_val); \
99 uint32_t _val = bswap_32 (_ptr->u) + (value); \
100 _ptr->u = bswap_32 (_val); \
105 uint64_t _val = bswap_64 (_ptr->u) + (value); \
106 _ptr->u = bswap_64 (_val); \
/external/dhcpcd/
H A Ddhcp.c873 #define PUTADDR(_type, _val) \
877 memcpy(p, &_val.s_addr, 4); \
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp18 error_condition(int _val) argument
19 : _val_(_val) {}
/external/chromium_org/third_party/opus/src/celt/
H A Dentenc.c151 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp){ argument
159 if(_val)_this->val=l+r;
160 _this->rng=_val?s:r;
214 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits){ argument
222 _this->buf[0]=(unsigned char)((_this->buf[0]&~mask)|_val<<shift);
226 _this->rem=(_this->rem&~mask)|_val<<shift;
231 (opus_uint32)_val<<(EC_CODE_SHIFT+shift);
H A Dentenc.h56 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp);
89 _val: The bits to encode (in the least _nbits significant bits).
93 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits);
H A Dmathops.c40 /*Compute floor(sqrt(_val)) with exact arithmetic.
42 unsigned isqrt32(opus_uint32 _val){ argument
49 (g+b)*(g+b) <= _val, and add it to the solution g.*/
51 bshift=(EC_ILOG(_val)-1)>>1;
56 if(t<=_val){
58 _val-=t;

Completed in 1121 milliseconds

12