/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | eeprom.h | 67 #define AR5K_EEPROM_HDR_11A(_v) (((_v) >> AR5K_EEPROM_MODE_11A) & 0x1) argument 68 #define AR5K_EEPROM_HDR_11B(_v) (((_v) >> AR5K_EEPROM_MODE_11B) & 0x1) argument 69 #define AR5K_EEPROM_HDR_11G(_v) (((_v) >> AR5K_EEPROM_MODE_11G) & 0x1) argument 70 #define AR5K_EEPROM_HDR_T_2GHZ_DIS(_v) (((_v) >> 3) & 0x1) /* Disable turbo for 2Ghz (?) */ argument 71 #define AR5K_EEPROM_HDR_T_5GHZ_DBM(_v) (((_v) >> 4) & 0x7f) /* Max turbo power for a/XR mode (eepro… argument 72 #define AR5K_EEPROM_HDR_DEVICE(_v) (((_v) >> 11) & 0x7) argument 73 #define AR5K_EEPROM_HDR_RFKILL(_v) (((_v) >> 14) & 0x1) /* Device has RFKill support */ argument 74 #define AR5K_EEPROM_HDR_T_5GHZ_DIS(_v) (((_v) >> 15) & 0x1) /* Disable turbo for 5Ghz */ argument 82 #define AR5K_EEPROM_OFF(_v, _v3_0, _v3_3) \ argument 83 (((_v) >= AR5K_EEPROM_VERSION_3_3) ? _v3_3 : _v3_0) [all …]
|
D | ath5k.h | 538 #define AR5K_TXPOWER_OFDM(_r, _v) ( \ argument 539 ((0 & 1) << ((_v) + 6)) | \ 540 (((ah->ah_txpower.txp_rates_power_table[(_r)]) & 0x3f) << (_v)) \ 543 #define AR5K_TXPOWER_CCK(_r, _v) ( \ argument 544 (ah->ah_txpower.txp_rates_power_table[(_r)] & 0x3f) << (_v) \
|
/external/mesa3d/src/util/ |
D | u_atomic.h | 42 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE) argument 43 #define p_atomic_read(_v) __atomic_load_n((_v), __ATOMIC_ACQUIRE) argument 53 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 54 #define p_atomic_read(_v) (*(_v)) argument 82 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 83 #define p_atomic_read(_v) (*(_v)) argument 84 #define p_atomic_dec_zero(_v) (p_atomic_dec_return(_v) == 0) argument 85 #define p_atomic_inc(_v) ((void) p_atomic_inc_return(_v)) argument 86 #define p_atomic_dec(_v) ((void) p_atomic_dec_return(_v)) argument 87 #define p_atomic_add(_v, _i) (*(_v) = *(_v) + (_i)) argument [all …]
|
/external/syslinux/libfat/ |
D | ulint.h | 37 static inline void write8(le8_t * _p, uint8_t _v) in write8() argument 39 *_p = _v; in write8() 51 static inline void write16(le16_t * _p, unsigned short _v) in write16() argument 53 *((uint16_t *) _p) = _v; in write16() 61 static inline void write32(le32_t * _p, uint32_t _v) in write32() argument 63 *((uint32_t *) _p) = _v; in write32() 73 uint16_t _v; in read16() local 75 _v = _p[0]; in read16() 76 _v |= _p[1] << 8; in read16() 77 return _v; in read16() [all …]
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 415 CPointerVector _v; variable 417 unsigned Size() const { return _v.Size(); } in Size() 418 bool IsEmpty() const { return _v.IsEmpty(); } in IsEmpty() 419 void ReserveDown() { _v.ReserveDown(); } in ReserveDown() 421 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); } in ClearAndReserve() 427 _v.ConstructReserve(size); in CObjectVector() 429 _v.AddInReserved(new T(v[i])); in CObjectVector() 437 _v.Reserve(size); 439 _v.AddInReserved(new T(v[i])); 446 _v.Reserve(Size() + size); [all …]
|
/external/libopus/celt/ |
D | entcode.c | 41 int ec_ilog(opus_uint32 _v){ in ec_ilog() argument 47 ret=!!_v; in ec_ilog() 48 m=!!(_v&0xFFFF0000)<<4; in ec_ilog() 49 _v>>=m; in ec_ilog() 51 m=!!(_v&0xFF00)<<3; in ec_ilog() 52 _v>>=m; in ec_ilog() 54 m=!!(_v&0xF0)<<2; in ec_ilog() 55 _v>>=m; in ec_ilog() 57 m=!!(_v&0xC)<<1; in ec_ilog() 58 _v>>=m; in ec_ilog() [all …]
|
D | ecintrin.h | 84 int ec_ilog(opus_uint32 _v);
|
/external/toybox/tests/ |
D | lsattr.test | 27 _v="12345" 28 testing "-v file" "chattr -v $_v * && lsattr -v file" \ 29 "$_v $_A file\n" "" "" 30 testing "-v file_path" "chattr -v $_v * && lsattr -v $_p/file" \ 31 "$_v $_A $_p/file\n" "" "" 32 testing "-Radlv file1 file2" "chattr -v $_v * && 34 "$_v file $sp_44 No_Atime\n$_v input $sp_44 ---\n" "" ""
|
/external/kernel-headers/original/uapi/linux/ |
D | vm_sockets.h | 122 #define VM_SOCKETS_VERSION_EPOCH(_v) (((_v) & 0xFF000000) >> 24) argument 129 #define VM_SOCKETS_VERSION_MAJOR(_v) (((_v) & 0x00FF0000) >> 16) argument 135 #define VM_SOCKETS_VERSION_MINOR(_v) (((_v) & 0x0000FFFF)) argument
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument 158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \ 159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); } 160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument 161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \ 162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); } 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument 164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \ 165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_yuv.h | 69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() local 73 *v = _v + 128; in util_format_rgb_float_to_yuv() 83 const int _v = v - 128; in util_format_yuv_to_rgb_float() local 89 *r = scale * (y_factor * _y + 1.596f * _v); in util_format_yuv_to_rgb_float() 90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float() 111 const int _v = v - 128; in util_format_yuv_to_rgb_8unorm() local 113 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() 114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
|
/external/python/cpython2/Lib/ |
D | colorsys.py | 98 return (_v(m1, m2, h+ONE_THIRD), _v(m1, m2, h), _v(m1, m2, h-ONE_THIRD)) 100 def _v(m1, m2, hue): function
|
/external/python/cpython2/Tools/webchecker/ |
D | websucker.py | 16 _v = __version__.split() variable 17 if len(_v) == 3: 18 __version__ = _v[1]
|
/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 22 return _v; 25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced… 35 return _v; 39 return _v;
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | lnx_common_defs.h | 118 #define memset(_p, _v, _n) __ke_memset(_p, _v, _n) argument
|
/external/eigen/test/ |
D | exceptions.cpp | 29 ScalarWithExceptions(const float& _v) { init(); *v = _v; } in ScalarWithExceptions() argument
|
/external/libxml2/result/HTML/ |
D | wired.html.err | 161 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 164 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 167 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 170 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 173 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 176 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O 179 option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs 182 lue="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs=MDRTP&MT
|
/external/eigen/unsupported/test/ |
D | forward_adolc.cpp | 44 …void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) co… in operator ()() 46 Matrix<T,ValuesAtCompileTime,1>& v = *_v; in operator ()()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 551 #define VERT_X(_v) _v->v.x argument 552 #define VERT_Y(_v) _v->v.y argument 553 #define VERT_Z(_v) _v->v.z argument
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 429 #define VERT_X(_v) _v->v.x argument 430 #define VERT_Y(_v) _v->v.y argument 431 #define VERT_Z(_v) _v->v.z argument
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 640 #define VERT_X(_v) _v->v.x argument 641 #define VERT_Y(_v) _v->v.y argument 642 #define VERT_Z(_v) _v->v.z argument
|
/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 387 int _v; member 388 int& GetV() { return _v; } in GetV()
|
/external/python/cpython2/Lib/plat-mac/ |
D | findertools.py | 391 _v = aetypes.Type('pnam') 393 _v = aetypes.Type('lgbu') 395 _v = aetypes.Type('iimg') 404 form = 'prop', seld = _v, fr=None)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_map-xsampa_aut.utf | 14 …-}' '{XS:*}' '{XS:_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}' 33 …_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}' '{XS:_t}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_map-xsampa_aut.utf | 15 …'{XS:_w}' '{XS:_v}' '{XS:_t}' '{XS:_r}' '{XS:_q}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' … 35 …*}' '{XS:_"}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}' '{XS:_t}' '{XS:_…
|