/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 200 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local 221 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local 242 uint16_t W = width(); in rol() local 273 uint16_t W = width(), WRC = RC.width(); in cat() local 282 uint16_t W = width(); in ct() local 292 uint16_t W = width(); in cl() local 302 uint16_t W = Bits.size(); in operator ==() local 386 uint16_t W = A.width(); in isInt() local 398 uint16_t W = A.width(); in toInt() local 435 uint16_t W = A1.width(); in eADD() local [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
D | p5.cpp | 35 struct W { struct 39 W w = W(); // ok argument
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vtables-virtual-inheritance.cpp | 265 struct W : virtual A { struct 333 struct W : Z, D, virtual A, virtual B { struct 366 W::W() {} in W() function in Test9::W 452 struct W : virtual X, A {}; struct 474 struct W : Z { struct 480 int w; 484 W::W() {} in W() function in Test12::W 509 struct W : Z, X { struct 610 struct W : Z { struct 754 struct W : B, Y { struct [all …]
|
D | dllimport-rtti.cpp | 26 struct W { struct
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 160 #define VAR(W, H) \ argument 169 #define SUBPIX_VAR(W, H) \ argument 185 #define SUBPIX_AVG_VAR(W, H) \ argument 211 #define GET_VAR(W, H) \ argument 222 #define MSE(W, H) \ argument 232 #define VARIANCES(W, H) \ argument 327 #define HIGHBD_VAR(W, H) \ argument 377 #define HIGHBD_MSE(W, H) \ argument 458 #define HIGHBD_SUBPIX_VAR(W, H) \ argument 510 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument [all …]
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 191 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local 239 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local 260 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 132 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 154 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument
|
/external/skia/gm/ |
D | gm.h | 33 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument 35 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR)\ argument 37 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
|
D | colortypexfermode.cpp | 20 const static int W = 64; member in skiagm::ColorTypeXfermodeGM 123 const int W = 5; in onDraw() local
|
/external/fio/crc/ |
D | sha256.c | 57 static inline void LOAD_OP(int I, uint32_t *W, const uint8_t *input) in LOAD_OP() 62 static inline void BLEND_OP(int I, uint32_t *W) in BLEND_OP() 70 uint32_t W[64]; in sha256_transform() local
|
D | sha512.c | 95 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() 100 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP() 105 static void sha512_transform(uint64_t *state, uint64_t *W, const uint8_t *input) in sha512_transform()
|
D | sha1.h | 12 unsigned int W[16]; member
|
D | sha512.h | 8 uint64_t W[80]; member
|
/external/clang/test/CodeGen/ |
D | 2002-12-15-GlobalConstantTest.c | 4 const char *W = "foo"; variable
|
D | 2007-03-26-BitfieldAfterZeroWidth.c | 2 struct W {}; struct
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 45 #define EIGEN_INIT_NEON_PACKET4(X, Y, Z, W) {{X, Y, Z, W}} argument 49 #define EIGEN_INIT_NEON_PACKET4(X, Y, Z, W) {X, Y, Z, W} argument
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | underlying_type.pass.cpp | 18 enum F { W = UINT_MAX }; enumerator
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-lifetime-crash.m | 13 {
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | hetero-nodes.rb | 293 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 362 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 401 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes
|
/external/eigen/lapack/ |
D | dlapy3.f | 87 DOUBLE PRECISION W, XABS, YABS, ZABS local
|
D | dlapy2.f | 84 DOUBLE PRECISION W, XABS, YABS, Z local
|
D | slapy2.f | 84 REAL W, XABS, YABS, Z local
|
D | slapy3.f | 87 REAL W, XABS, YABS, ZABS local
|
/external/llvm/lib/Target/AArch64/TargetInfo/ |
D | AArch64TargetInfo.cpp | 29 RegisterTarget<Triple::aarch64_be, /*HasJIT=*/true> W( in LLVMInitializeAArch64TargetInfo() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.h | 31 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half) argument 35 #define vp8bc_write_bit( W, V) vp8bc_write_bits( W, V, 1) argument
|