Searched refs:_d (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Ddrv_libxml2.py60 def _d(s): function
183 eltName = (_d(reader.NamespaceUri()),\
184 _d(reader.LocalName()))
185 eltQName = _d(reader.Name())
190 qname = _d(reader.Name())
191 value = _d(reader.Value())
202 attName = (_d(reader.NamespaceUri()),
203 _d(reader.LocalName()))
216 eltName = _d(reader.Name())
219 attName = _d(reade
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmacros.h183 GLuint *_d = (GLuint *) (DST); \
184 _d[0] = _s[0]; \
185 _d[1] = _s[1]; \
186 _d[2] = _s[2]; \
187 _d[3] = _s[3]; \
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h390 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; }
409 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); }
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoTools.h271 #define VBOXWDDM_BOXDIV_U(_v, _d, _nz) do { \
272 UINT tmp = (_v) / (_d); \
/vbox/src/recompiler/target-i386/
H A Dcpu.h556 float64 _d[2]; member in union:__anon17426
573 #define XMM_D(n) _d[1 - (n)]
585 #define XMM_D(n) _d[n]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dar9003_phy.h511 #define AR_PHY_POWER_TX_RATE(_d) (AR_SM_BASE + 0x1c0 + ((_d) << 2))
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.h315 #define VBOXVDBG_DUMP_RECTS_INIT(_d) DWORD vboxVDbgDumpRects = _d;

Completed in 2823 milliseconds