Home
last modified time | relevance | path

Searched defs:d1p (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/
Dderived-to-base.cpp389 Derived1 *d1p = reinterpret_cast<Derived1*>(new Derived2); in testXXX() local
417 Derived1 *d1p = reinterpret_cast<Derived1*>(new Derived2); in test() local
445 Derived1 *d1p = new Derived2; in test() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DExternalTypeIdTest.java108 public Derived1(@JsonProperty("derived1Property") String d1p, in Derived1()
/external/armnn/third-party/stb/
Dstb_image_write.h1066 static void stbiw__jpg_DCT(float *d0p, float *d1p, float *d2p, float *d3p, float *d4p, float *d5p, … in stbiw__jpg_DCT()