/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLMessageDigestJDK.java | 118 long baseAddress = NativeCrypto.getDirectBufferAddress(input); in engineUpdate() local 119 if (baseAddress == 0) { in engineUpdate() 131 long ptr = baseAddress + position; in engineUpdate()
|
D | OpenSSLMac.java | 106 long baseAddress = NativeCrypto.getDirectBufferAddress(input); in engineUpdate() local 107 if (baseAddress == 0) { in engineUpdate() 119 long ptr = baseAddress + position; in engineUpdate()
|
D | OpenSSLSignature.java | 139 long baseAddress = NativeCrypto.getDirectBufferAddress(input); in engineUpdate() local 140 if (baseAddress == 0) { in engineUpdate() 152 long ptr = baseAddress + position; in engineUpdate()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLMessageDigestJDK.java | 121 long baseAddress = NativeCrypto.getDirectBufferAddress(input); in engineUpdate() local 122 if (baseAddress == 0) { in engineUpdate() 134 long ptr = baseAddress + position; in engineUpdate()
|
D | OpenSSLMac.java | 108 long baseAddress = NativeCrypto.getDirectBufferAddress(input); in engineUpdate() local 109 if (baseAddress == 0) { in engineUpdate() 121 long ptr = baseAddress + position; in engineUpdate()
|
D | OpenSSLSignature.java | 141 long baseAddress = NativeCrypto.getDirectBufferAddress(input); in engineUpdate() local 142 if (baseAddress == 0) { in engineUpdate() 154 long ptr = baseAddress + position; in engineUpdate()
|
/external/lzma/CPP/Windows/ |
D | FileMapping.h | 49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) in Map() argument 51 …dle, desiredAccess, (DWORD)(fileOffset >> 32), (DWORD)fileOffset, numberOfBytesToMap, baseAddress); in Map()
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | ByteBuffer.swift | 128 self._storage.copy(from: bufferPointer.baseAddress!, count: bytes.count) 140 self._storage.copy(from: bufferPointer.baseAddress!, count: data.count) 165 _storage.copy(from: buf.baseAddress!, count: buf.count) 285 UnsafeRawPointer(bytes.baseAddress!), 413 return String(cString: bufprt.baseAddress!)
|
D | FlatBufferBuilder.swift | 877 memory.baseAddress?.advanced(by: writtenIndex).storeBytes( in add()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 999 int baseAddress; 1001 baseAddress = 0; 1003 baseAddress = switchLocation.codeAddress; 1008 labels.add(newLabel(codeAddressToIndex, element.getOffset() + baseAddress)); 1024 int baseAddress; 1026 baseAddress = 0; 1028 baseAddress = switchLocation.codeAddress; 1034 newLabel(codeAddressToIndex, element.getOffset() + baseAddress)));
|
/external/capstone/arch/M68K/ |
D | M68KDisassembler.h | 13 uint64_t baseAddress; member
|
D | M68KDisassembler.c | 190 const uint64_t addr = (address - info->baseAddress) & info->address_mask; in m68k_read_safe_16() 199 const uint64_t addr = (address - info->baseAddress) & info->address_mask; in m68k_read_safe_32() 208 const uint64_t addr = (address - info->baseAddress) & info->address_mask; in m68k_read_safe_64() 4079 info->baseAddress = address; in M68K_getInstruction()
|
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 150 int baseAddress = methodDef.getPackedSwitchBaseAddress( in writeTo() local 152 if (baseAddress == -1) { in writeTo() 157 baseAddress = methodDef.getSparseSwitchBaseAddress( in writeTo() 159 if (baseAddress == -1) { in writeTo()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 175 int baseAddress = methodDef.getPackedSwitchBaseAddress( in writeTo() local 177 if (baseAddress == -1) { in writeTo() 182 baseAddress = methodDef.getSparseSwitchBaseAddress( in writeTo() 184 if (baseAddress == -1) { in writeTo()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/ |
D | MutableMethodImplementation.java | 1100 int baseAddress; 1102 baseAddress = 0; 1104 baseAddress = switchLocation.codeAddress; 1109 labels.add(newLabel(codeAddressToIndex, element.getOffset() + baseAddress)); 1125 int baseAddress; 1127 baseAddress = 0; 1129 baseAddress = switchLocation.codeAddress; 1135 newLabel(codeAddressToIndex, element.getOffset() + baseAddress)));
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1563 PPN baseAddress; member 1575 PPN64 baseAddress; member 1594 PPN64 baseAddress; member
|
/external/tensorflow/tensorflow/lite/swift/Sources/ |
D | SignatureRunner.swift | 207 TfLiteTensorCopyFromBuffer(cTensor, $0.baseAddress, data.count) in copy()
|
D | Interpreter.swift | 283 TfLiteTensorCopyFromBuffer(cTensor, $0.baseAddress, data.count) in copy()
|
/external/eigen/Eigen/src/Core/arch/SYCL/ |
D | SyclMemoryModel.h | 308 PointerMapper(base_ptr_t baseAddress = 4096) 309 : m_pointerMap{}, m_freeList{}, m_baseAddress{baseAddress} {
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.h | 174 DataType ty, uint32_t baseAddress);
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 115 assumingMemoryBound: memory.baseAddress!, in testReadMonsterFromUnsafePointerWithoutCopying()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1174 typedef void (*CVPixelBufferReleaseBytesCallback)( void *releaseRefCon, const void *baseAddress ); typedef 1180 void *baseAddress, 1209 void *baseAddress, 1217 OSType pixelFormatType, void *baseAddress, 1229 baseAddress, bytesPerRow, releaseCallback,
|
D | objcmt-arc-cf-annotations.m.result | 1216 typedef void (*CVPixelBufferReleaseBytesCallback)( void *releaseRefCon, const void *baseAddress ); 1222 void *baseAddress, 1251 void *baseAddress, 1259 OSType pixelFormatType, void *baseAddress, 1271 baseAddress, bytesPerRow, releaseCallback,
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAddressBindingTests.cpp | 117 bindingCallbackData->baseAddress, in callbackInternal()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 7858 VkDeviceAddress baseAddress; member
|