Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 2634) sorted by relevance

12345678910>>...106

/external/pthreadpool/src/
Dthreadpool-atomics.h36 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_relaxed_uint32_t()
42 pthreadpool_atomic_size_t* address) in pthreadpool_load_relaxed_size_t()
48 pthreadpool_atomic_void_p* address) in pthreadpool_load_relaxed_void_p()
54 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_acquire_uint32_t()
60 pthreadpool_atomic_size_t* address) in pthreadpool_load_acquire_size_t()
66 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_relaxed_uint32_t()
73 pthreadpool_atomic_size_t* address, in pthreadpool_store_relaxed_size_t()
80 pthreadpool_atomic_void_p* address, in pthreadpool_store_relaxed_void_p()
87 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_release_uint32_t()
94 pthreadpool_atomic_size_t* address, in pthreadpool_store_release_size_t()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteSelectorTest.java82 Address address = httpAddress(); in singleRoute() local
87 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRoute() local
99 Address address = httpAddress(); in singleRouteReturnsFailedRoute() local
107 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRouteReturnsFailedRoute() local
117 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitProxyTriesThatProxysAddressesOnly() local
123 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local
124 assertRoute(routeSelector.next(), address, proxyA, dns.address(1), proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local
132 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitDirectProxy() local
138 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in explicitDirectProxy() local
139 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); in explicitDirectProxy() local
[all …]
/external/coreboot/src/vendorcode/cavium/include/bdk/
Dbdk-coreboot.h45 static inline void bdk_write64_int64(uint64_t address, int64_t value) in bdk_write64_int64()
52 static inline void bdk_write64_uint64(uint64_t address, uint64_t value) in bdk_write64_uint64()
57 static inline void bdk_write64_int32(uint64_t address, int32_t value) in bdk_write64_int32()
64 static inline void bdk_write64_uint32(uint64_t address, uint32_t value) in bdk_write64_uint32()
69 static inline void bdk_write64_int16(uint64_t address, int16_t value) in bdk_write64_int16()
76 static inline void bdk_write64_uint16(uint64_t address, uint16_t value) in bdk_write64_uint16()
81 static inline void bdk_write64_int8(uint64_t address, int8_t value) in bdk_write64_int8()
88 static inline void bdk_write64_uint8(uint64_t address, uint8_t value) in bdk_write64_uint8()
93 static inline int64_t bdk_read64_int64(uint64_t address) in bdk_read64_int64()
98 static inline uint64_t bdk_read64_uint64(uint64_t address) in bdk_read64_uint64()
[all …]
/external/pytorch/aten/src/ATen/cuda/
DAtomic.cuh174 inline __device__ void gpuAtomicAdd(uint8_t *address, uint8_t val) { in gpuAtomicAdd()
182 inline __device__ void gpuAtomicAdd(int8_t *address, int8_t val) { in gpuAtomicAdd()
190 inline __device__ void gpuAtomicAdd(int16_t *address, int16_t val) { in gpuAtomicAdd()
198 inline __device__ int32_t gpuAtomicAdd(int32_t *address, int32_t val) { in gpuAtomicAdd()
202 inline __device__ void gpuAtomicAdd(int64_t *address, int64_t val) { in gpuAtomicAdd()
211 inline __device__ at::Half gpuAtomicAdd(at::Half *address, at::Half val) { in gpuAtomicAdd()
222 inline __device__ at::BFloat16 gpuAtomicAdd(at::BFloat16 *address, at::BFloat16 val) { in gpuAtomicAdd()
236 inline __device__ double atomicAdd(double* address, double val) in atomicAdd()
264 inline __device__ double atomicAdd(double *address, double val) { } in atomicAdd()
268 inline __device__ double gpuAtomicAdd(double *address, double val) { in gpuAtomicAdd()
[all …]
/external/executorch/runtime/core/test/
Dhierarchical_allocator_test.cpp51 Result<void*> address = allocator.get_offset_address( in TEST_F() local
59 Result<void*> address = allocator.get_offset_address( in TEST_F() local
69 Result<void*> address = allocator.get_offset_address( in TEST_F() local
76 Result<void*> address = allocator.get_offset_address( in TEST_F() local
83 Result<void*> address = allocator.get_offset_address( in TEST_F() local
106 Result<void*> address = allocator.get_offset_address( in TEST_F() local
114 Result<void*> address = allocator.get_offset_address( in TEST_F() local
124 Result<void*> address = allocator.get_offset_address( in TEST_F() local
131 Result<void*> address = allocator.get_offset_address( in TEST_F() local
138 Result<void*> address = allocator.get_offset_address( in TEST_F() local
/external/XNNPACK/src/xnnpack/
Dunaligned.h14 XNN_INLINE static float unaligned_load_f32(const void* address) { in unaligned_load_f32()
19 XNN_INLINE static int32_t unaligned_load_s32(const void* address) { in unaligned_load_s32()
24 XNN_INLINE static uint32_t unaligned_load_u32(const void* address) { in unaligned_load_u32()
29 XNN_INLINE static float unaligned_indexed_load_f32(const void* address, size_t index) { in unaligned_indexed_load_f32()
34 XNN_INLINE static int32_t unaligned_indexed_load_s32(const void* address, size_t index) { in unaligned_indexed_load_s32()
39 XNN_INLINE static uint32_t unaligned_indexed_load_u32(const void* address, size_t index) { in unaligned_indexed_load_u32()
44 XNN_INLINE static void unaligned_store_u16(void* address, uint16_t value) { in unaligned_store_u16()
49 XNN_INLINE static void unaligned_store_f32(void* address, float value) { in unaligned_store_f32()
54 XNN_INLINE static void unaligned_store_s32(void* address, int32_t value) { in unaligned_store_s32()
59 XNN_INLINE static void unaligned_store_u32(void* address, uint32_t value) { in unaligned_store_u32()
[all …]
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DMemory.java127 public static native byte peekByte(long address); in peekByte()
128 public static int peekInt(long address, boolean swap) { in peekInt()
136 private static native int peekIntNative(long address); in peekIntNative()
137 public static long peekLong(long address, boolean swap) { in peekLong()
145 private static native long peekLongNative(long address); in peekLongNative()
147 public static short peekShort(long address, boolean swap) { in peekShort()
155 private static native short peekShortNative(long address); in peekShortNative()
157 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray()
159 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
161 …public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCou… in peekDoubleArray()
[all …]
/external/OpenCSD/decoder/tests/snapshots-ete/001-ack_test/
Dcpu_0.ini15 address=0x010029d8 key
20 address=0x01002d50 key
25 address=0x00010000 key
30 address=0x01000b08 key
35 address=0x01000218 key
40 address=0x01002750 key
45 address=0x010029f0 key
50 address=0x01003d64 key
55 address=0x01000930 key
60 address=0x01004678 key
[all …]
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/pointers/
Draw_ptr_hookable_impl.cc14 void DefaultWrapPtrHook(uintptr_t address) {} in DefaultWrapPtrHook()
15 void DefaultReleaseWrappedPtrHook(uintptr_t address) {} in DefaultReleaseWrappedPtrHook()
16 void DefaultUnwrapForDereferenceHook(uintptr_t address) {} in DefaultUnwrapForDereferenceHook()
17 void DefaultUnwrapForExtractionHook(uintptr_t address) {} in DefaultUnwrapForExtractionHook()
18 void DefaultUnwrapForComparisonHook(uintptr_t address) {} in DefaultUnwrapForComparisonHook()
20 void DefaultDuplicateHook(uintptr_t address) {} in DefaultDuplicateHook()
21 void DefaultWrapPtrForDuplicationHook(uintptr_t address) {} in DefaultWrapPtrForDuplicationHook()
22 void DefaultUnsafelyUnwrapForDuplicationHook(uintptr_t address) {} in DefaultUnsafelyUnwrapForDuplicationHook()
Draw_ptr_backup_ref_impl.cc21 uintptr_t address) { in AcquireInternal()
41 uintptr_t address) { in ReleaseInternal()
65 uintptr_t address) { in ReportIfDanglingInternal()
102 uintptr_t address) { in IsPointeeAlive()
127 void CheckThatAddressIsntWithinFirstPartitionPage(uintptr_t address) { in CheckThatAddressIsntWithinFirstPartitionPage()
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/pointers/
Draw_ptr_hookable_impl.cc14 void DefaultWrapPtrHook(uintptr_t address) {} in DefaultWrapPtrHook()
15 void DefaultReleaseWrappedPtrHook(uintptr_t address) {} in DefaultReleaseWrappedPtrHook()
16 void DefaultUnwrapForDereferenceHook(uintptr_t address) {} in DefaultUnwrapForDereferenceHook()
17 void DefaultUnwrapForExtractionHook(uintptr_t address) {} in DefaultUnwrapForExtractionHook()
18 void DefaultUnwrapForComparisonHook(uintptr_t address) {} in DefaultUnwrapForComparisonHook()
20 void DefaultDuplicateHook(uintptr_t address) {} in DefaultDuplicateHook()
21 void DefaultWrapPtrForDuplicationHook(uintptr_t address) {} in DefaultWrapPtrForDuplicationHook()
22 void DefaultUnsafelyUnwrapForDuplicationHook(uintptr_t address) {} in DefaultUnsafelyUnwrapForDuplicationHook()
Draw_ptr_backup_ref_impl.cc21 uintptr_t address) { in AcquireInternal()
41 uintptr_t address) { in ReleaseInternal()
65 uintptr_t address) { in ReportIfDanglingInternal()
102 uintptr_t address) { in IsPointeeAlive()
127 void CheckThatAddressIsntWithinFirstPartitionPage(uintptr_t address) { in CheckThatAddressIsntWithinFirstPartitionPage()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h132 PA_ALWAYS_INLINE uint16_t* GetReservationOffsetTable(uintptr_t address) { in GetReservationOffsetTable()
138 uintptr_t address) { in GetReservationOffsetTableEnd()
151 PA_ALWAYS_INLINE uint16_t* GetReservationOffsetTable(uintptr_t address) { in GetReservationOffsetTable()
156 uintptr_t address) { in GetReservationOffsetTableEnd()
162 PA_ALWAYS_INLINE uint16_t* ReservationOffsetPointer(uintptr_t address) { in ReservationOffsetPointer()
175 PA_ALWAYS_INLINE uintptr_t ComputeReservationStart(uintptr_t address, in ComputeReservationStart()
183 PA_ALWAYS_INLINE uintptr_t GetDirectMapReservationStart(uintptr_t address) { in GetDirectMapReservationStart()
241 GetDirectMapReservationStart(uintptr_t address, in GetDirectMapReservationStart()
262 PA_ALWAYS_INLINE bool IsReservationStart(uintptr_t address) { in IsReservationStart()
270 PA_ALWAYS_INLINE bool IsManagedByNormalBuckets(uintptr_t address) { in IsManagedByNormalBuckets()
[all …]
Dpage_allocator.cc50 uintptr_t address, in AllocPagesIncludingReserved()
108 uintptr_t NextAlignedWithOffset(uintptr_t address, in NextAlignedWithOffset()
156 uintptr_t AllocPages(uintptr_t address, in AllocPages()
164 void* AllocPages(void* address, in AllocPages()
175 uintptr_t address, in AllocPagesWithAlignOffset()
258 void FreePages(uintptr_t address, size_t length) { in FreePages()
265 void FreePages(void* address, size_t length) { in FreePages()
269 bool TrySetSystemPagesAccess(uintptr_t address, in TrySetSystemPagesAccess()
276 bool TrySetSystemPagesAccess(void* address, in TrySetSystemPagesAccess()
283 void SetSystemPagesAccess(uintptr_t address, in SetSystemPagesAccess()
[all …]
Dpage_allocator_internals_fuchsia.h142 uint64_t address; in SystemAllocPagesInternal() local
181 uint64_t address, in TrySetSystemPagesAccessInternal()
190 uint64_t address, in SetSystemPagesAccessInternal()
198 void FreePagesInternal(uint64_t address, size_t length) { in FreePagesInternal()
203 void DiscardSystemPagesInternal(uint64_t address, size_t length) { in DiscardSystemPagesInternal()
209 bool SealSystemPagesInternal(uint64_t address, size_t length) { in SealSystemPagesInternal()
214 uint64_t address, in DecommitSystemPagesInternal()
227 bool DecommitAndZeroSystemPagesInternal(uintptr_t address, in DecommitAndZeroSystemPagesInternal()
239 uintptr_t address, in RecommitSystemPagesInternal()
253 uintptr_t address, in TryRecommitSystemPagesInternal()
Dpage_allocator_internals_win.h47 void* VirtualAllocWithRetry(void* address, in VirtualAllocWithRetry()
139 uintptr_t address, in TrySetSystemPagesAccessInternal()
154 uintptr_t address, in SetSystemPagesAccessInternal()
179 void FreePagesInternal(uintptr_t address, size_t length) { in FreePagesInternal()
184 uintptr_t address, in DecommitSystemPagesInternal()
194 bool DecommitAndZeroSystemPagesInternal(uintptr_t address, in DecommitAndZeroSystemPagesInternal()
210 uintptr_t address, in RecommitSystemPagesInternal()
220 uintptr_t address, in TryRecommitSystemPagesInternal()
229 void DiscardSystemPagesInternal(uintptr_t address, size_t length) { in DiscardSystemPagesInternal()
241 bool SealSystemPagesInternal(uintptr_t address, size_t length) { in SealSystemPagesInternal()
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h132 PA_ALWAYS_INLINE uint16_t* GetReservationOffsetTable(uintptr_t address) { in GetReservationOffsetTable()
138 uintptr_t address) { in GetReservationOffsetTableEnd()
151 PA_ALWAYS_INLINE uint16_t* GetReservationOffsetTable(uintptr_t address) { in GetReservationOffsetTable()
156 uintptr_t address) { in GetReservationOffsetTableEnd()
162 PA_ALWAYS_INLINE uint16_t* ReservationOffsetPointer(uintptr_t address) { in ReservationOffsetPointer()
175 PA_ALWAYS_INLINE uintptr_t ComputeReservationStart(uintptr_t address, in ComputeReservationStart()
183 PA_ALWAYS_INLINE uintptr_t GetDirectMapReservationStart(uintptr_t address) { in GetDirectMapReservationStart()
241 GetDirectMapReservationStart(uintptr_t address, in GetDirectMapReservationStart()
262 PA_ALWAYS_INLINE bool IsReservationStart(uintptr_t address) { in IsReservationStart()
270 PA_ALWAYS_INLINE bool IsManagedByNormalBuckets(uintptr_t address) { in IsManagedByNormalBuckets()
[all …]
Dpage_allocator.cc50 uintptr_t address, in AllocPagesIncludingReserved()
108 uintptr_t NextAlignedWithOffset(uintptr_t address, in NextAlignedWithOffset()
156 uintptr_t AllocPages(uintptr_t address, in AllocPages()
164 void* AllocPages(void* address, in AllocPages()
175 uintptr_t address, in AllocPagesWithAlignOffset()
258 void FreePages(uintptr_t address, size_t length) { in FreePages()
265 void FreePages(void* address, size_t length) { in FreePages()
269 bool TrySetSystemPagesAccess(uintptr_t address, in TrySetSystemPagesAccess()
276 bool TrySetSystemPagesAccess(void* address, in TrySetSystemPagesAccess()
283 void SetSystemPagesAccess(uintptr_t address, in SetSystemPagesAccess()
[all …]
Dpage_allocator_internals_fuchsia.h142 uint64_t address; in SystemAllocPagesInternal() local
181 uint64_t address, in TrySetSystemPagesAccessInternal()
190 uint64_t address, in SetSystemPagesAccessInternal()
198 void FreePagesInternal(uint64_t address, size_t length) { in FreePagesInternal()
203 void DiscardSystemPagesInternal(uint64_t address, size_t length) { in DiscardSystemPagesInternal()
209 bool SealSystemPagesInternal(uint64_t address, size_t length) { in SealSystemPagesInternal()
214 uint64_t address, in DecommitSystemPagesInternal()
227 bool DecommitAndZeroSystemPagesInternal(uintptr_t address, in DecommitAndZeroSystemPagesInternal()
239 uintptr_t address, in RecommitSystemPagesInternal()
253 uintptr_t address, in TryRecommitSystemPagesInternal()
Dpage_allocator_internals_win.h47 void* VirtualAllocWithRetry(void* address, in VirtualAllocWithRetry()
139 uintptr_t address, in TrySetSystemPagesAccessInternal()
154 uintptr_t address, in SetSystemPagesAccessInternal()
179 void FreePagesInternal(uintptr_t address, size_t length) { in FreePagesInternal()
184 uintptr_t address, in DecommitSystemPagesInternal()
194 bool DecommitAndZeroSystemPagesInternal(uintptr_t address, in DecommitAndZeroSystemPagesInternal()
210 uintptr_t address, in RecommitSystemPagesInternal()
220 uintptr_t address, in TryRecommitSystemPagesInternal()
229 void DiscardSystemPagesInternal(uintptr_t address, size_t length) { in DiscardSystemPagesInternal()
241 bool SealSystemPagesInternal(uintptr_t address, size_t length) { in SealSystemPagesInternal()
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dadvertising_handle_map_test.cc26 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST() local
67 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST_P() local
89 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST_P() local
106 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {i}); in TEST_P() local
114 DeviceAddress address = in TEST_P() local
127 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {i}); in TEST_P() local
141 DeviceAddress address = in TEST_P() local
158 std::optional<DeviceAddress> address = handle_map.GetAddress(0); in TEST_P() local
166 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST_P() local
183 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST_P() local
[all …]
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dasmlib.hpp34 #define ASM_PREFETCH(address) "PRFM PLDL1KEEP, " address "\n" argument
35 #define ASM_PREFETCHU(address) "PRFUM PLDL1KEEP, " address "\n" argument
36 #define ASM_PREFETCHL2(address) "PRFM PLDL2KEEP, " address "\n" argument
37 #define ASM_PREFETCHW(address) "PRFM PSTL1KEEP, " address "\n" argument
38 #define ASM_PREFETCHWL2(address) "PRFM PSTL2KEEP, " address "\n" argument
45 #define ASM_PREFETCH(address) "PLD " address "\n" argument
46 #define ASM_PREFETCHW(address) "PLDW " address "\n" argument
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc47 DynamicByteBuffer AcceptConnectionRequestPacket(DeviceAddress address) { in AcceptConnectionRequestPacket()
102 DeviceAddress address, in ConnectionCompletePacket()
124 DynamicByteBuffer ConnectionRequestPacket(DeviceAddress address, in ConnectionRequestPacket()
144 DynamicByteBuffer CreateConnectionPacket(DeviceAddress address) { in CreateConnectionPacket()
167 DynamicByteBuffer CreateConnectionCancelPacket(DeviceAddress address) { in CreateConnectionCancelPacket()
281 DeviceAddress address, pw::bluetooth::emboss::StatusCode status_code) { in IoCapabilityRequestNegativeReplyPacket()
299 DeviceAddress address) { in IoCapabilityRequestNegativeReplyResponse()
317 DynamicByteBuffer IoCapabilityRequestPacket(DeviceAddress address) { in IoCapabilityRequestPacket()
332 DeviceAddress address, in IoCapabilityRequestReplyPacket()
353 DynamicByteBuffer IoCapabilityRequestReplyResponse(DeviceAddress address) { in IoCapabilityRequestReplyResponse()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryExt.java64 public ReferredByHeader createReferredByHeader(Address address); in createReferredByHeader()
97 public PAssertedIdentityHeader createPAssertedIdentityHeader(Address address) in createPAssertedIdentityHeader()
121 public PCalledPartyIDHeader createPCalledPartyIDHeader(Address address); in createPCalledPartyIDHeader()
157 public PPreferredIdentityHeader createPPreferredIdentityHeader(Address address); in createPPreferredIdentityHeader()
172 public PathHeader createPathHeader(Address address); in createPathHeader()
189 public ServiceRouteHeader createServiceRouteHeader(Address address); in createServiceRouteHeader()
250 public PProfileKeyHeader createPProfileKeyHeader(Address address); in createPProfileKeyHeader()
256 public PServedUserHeader createPServedUserHeader(Address address); in createPServedUserHeader()
/external/OpenCSD/decoder/tests/snapshots-ete/ete_mem/
Dcpu_0.ini15 address=0x010003d4 key
20 address=0x010000b8 key
25 address=0x00010000 key
30 address=0x80000438 key
35 address=0x80100fe0 key
40 address=0x010000a8 key
45 address=0x01000298 key
50 address=0x01000090 key
55 address=0x00090000 key
60 address=0x70000008 key
[all …]

12345678910>>...106