/external/u-boot/tools/ |
D | img2srec.c | 70 static char* ExtractHex (uint32_t* value, char* getPtr) in ExtractHex() 92 static char* ExtractDecimal (uint32_t* value, char* getPtr) in ExtractDecimal() 113 static void ExtractNumber (uint32_t* value, char* getPtr) in ExtractNumber() 239 uint8_t* getPtr; in ConvertELF() local
|
/external/deqp/framework/common/ |
D | tcuArray.hpp | 44 inline const T* getPtr (void) const { return m_data; } in getPtr() function in tcu::Array 45 inline T* getPtr (void) { return m_data; } in getPtr() function in tcu::Array
|
D | tcuVector.hpp | 113 const T* getPtr (void) const { return &m_data[0]; } in getPtr() function in tcu::Vector 114 T* getPtr (void) { return &m_data[0]; } in getPtr() function in tcu::Vector
|
D | tcuTexture.hpp | 446 void* getPtr (void) { return m_data.getPtr(); } in getPtr() function in tcu::TextureLevel 447 const void* getPtr (void) const { return m_data.getPtr(); } in getPtr() function in tcu::TextureLevel
|
/external/clang/test/Analysis/ |
D | live-variables.m | 9 int *getPtr(); function
|
D | objc-for.m | 167 int* getPtr(); function
|
D | NSContainers.m | 214 - (int *)getPtr; method
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcABISupport.h | 64 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr() function 106 void **getPtr(unsigned Idx) const { in getPtr() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcABISupport.h | 59 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr() function 100 void **getPtr(unsigned Idx) const { in getPtr() function
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.hpp | 87 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer 88 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.hpp | 214 void* ArrayBuffer<T,Alignment,Stride>::getPtr (void) throw() in getPtr() function in de::ArrayBuffer 220 const void* ArrayBuffer<T,Alignment,Stride>::getPtr (void) const throw() in getPtr() function in de::ArrayBuffer
|
D | deSocket.hpp | 62 deSocketAddress* getPtr (void) { return m_address; } in getPtr() function in de::SocketAddress
|
D | dePoolArray.hpp | 374 inline T* PoolArray<T, Alignment>::getPtr (deIntptr ndx) const in getPtr() function in de::PoolArray
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.m | 10 - (int *)getPtr; method
|
D | path-notes.m | 127 - (int *)getPtr; method
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 144 T* getPtr() const { return Obj; } in getPtr() function
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.hpp | 94 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr() function in deqp::gls::BufferTestUtil::ReferenceBuffer 95 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr() function in deqp::gls::BufferTestUtil::ReferenceBuffer
|
/external/antlr/runtime/ObjC/Framework/ |
D | PtrBuffer.m | 183 {
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 746 public int getPtr() { in getPtr() method in LexerCore
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 236 ErrorInfoBase *getPtr() const { in getPtr() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 252 ErrorInfoBase *getPtr() const { in getPtr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Error.h | 267 ErrorInfoBase *getPtr() const { in getPtr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 997 const uint8_t *WasmObjectFile::getPtr(size_t Offset) const { in getPtr() function in WasmObjectFile
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 68 void* getPtr (void) const { return m_ptr; } in getPtr() function in deqp::gles31::Functional::BufferMemMap
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 90 static const char *getPtr(const MachOObjectFile *O, size_t Offset) { in getPtr() function
|