Home
last modified time | relevance | path

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

12345678910>>...88

/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/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/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()
37 uintptr_t address) { in ReleaseInternal()
58 ReportIfDanglingInternal(uintptr_t address) { in ReportIfDanglingInternal()
94 uintptr_t address) { in IsPointeeAlive()
116 void CheckThatAddressIsntWithinFirstPartitionPage(uintptr_t address) { in CheckThatAddressIsntWithinFirstPartitionPage()
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h125 PA_ALWAYS_INLINE uint16_t* GetReservationOffsetTable(uintptr_t address) { in GetReservationOffsetTable()
131 uintptr_t address) { in GetReservationOffsetTableEnd()
144 PA_ALWAYS_INLINE uint16_t* GetReservationOffsetTable(uintptr_t address) { in GetReservationOffsetTable()
149 uintptr_t address) { in GetReservationOffsetTableEnd()
155 PA_ALWAYS_INLINE uint16_t* ReservationOffsetPointer(uintptr_t address) { in ReservationOffsetPointer()
168 PA_ALWAYS_INLINE uintptr_t ComputeReservationStart(uintptr_t address, in ComputeReservationStart()
176 PA_ALWAYS_INLINE uintptr_t GetDirectMapReservationStart(uintptr_t address) { in GetDirectMapReservationStart()
234 GetDirectMapReservationStart(uintptr_t address, in GetDirectMapReservationStart()
255 PA_ALWAYS_INLINE bool IsReservationStart(uintptr_t address) { in IsReservationStart()
263 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.h145 uint64_t address; in SystemAllocPagesInternal() local
184 uint64_t address, in TrySetSystemPagesAccessInternal()
193 uint64_t address, in SetSystemPagesAccessInternal()
201 void FreePagesInternal(uint64_t address, size_t length) { in FreePagesInternal()
206 void DiscardSystemPagesInternal(uint64_t address, size_t length) { in DiscardSystemPagesInternal()
213 uint64_t address, in DecommitSystemPagesInternal()
226 void DecommitAndZeroSystemPagesInternal(uintptr_t address, in DecommitAndZeroSystemPagesInternal()
237 uintptr_t address, in RecommitSystemPagesInternal()
251 uintptr_t address, in TryRecommitSystemPagesInternal()
Dpage_allocator_internals_win.h47 void* VirtualAllocWithRetry(void* address, in VirtualAllocWithRetry()
138 uintptr_t address, in TrySetSystemPagesAccessInternal()
153 uintptr_t address, in SetSystemPagesAccessInternal()
177 void FreePagesInternal(uintptr_t address, size_t length) { in FreePagesInternal()
182 uintptr_t address, in DecommitSystemPagesInternal()
192 void DecommitAndZeroSystemPagesInternal(uintptr_t address, in DecommitAndZeroSystemPagesInternal()
207 uintptr_t address, in RecommitSystemPagesInternal()
217 uintptr_t address, in TryRecommitSystemPagesInternal()
226 void DiscardSystemPagesInternal(uintptr_t address, size_t length) { in DiscardSystemPagesInternal()
Dpartition_address_space.h378 uintptr_t address) { in GetPoolInfo()
382 PA_ALWAYS_INLINE pool_handle GetPool(uintptr_t address) { in GetPool()
386 PA_ALWAYS_INLINE uintptr_t OffsetInBRPPool(uintptr_t address) { in OffsetInBRPPool()
399 PA_ALWAYS_INLINE bool IsManagedByPartitionAlloc(uintptr_t address) { in IsManagedByPartitionAlloc()
415 PA_ALWAYS_INLINE bool IsManagedByPartitionAllocRegularPool(uintptr_t address) { in IsManagedByPartitionAllocRegularPool()
420 PA_ALWAYS_INLINE bool IsManagedByPartitionAllocBRPPool(uintptr_t address) { in IsManagedByPartitionAllocBRPPool()
427 PA_ALWAYS_INLINE bool IsManagedByPartitionAllocCorePools(uintptr_t address) { in IsManagedByPartitionAllocCorePools()
434 uintptr_t address) { in IsManagedByPartitionAllocConfigurablePool()
441 uintptr_t address) { in IsManagedByPartitionAllocThreadIsolatedPool()
/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/hci/
Dadvertising_handle_map_test.cc48 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST() local
70 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST() local
87 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {i}); in TEST() local
95 DeviceAddress address = in TEST() local
108 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {i}); in TEST() local
122 DeviceAddress address = in TEST() local
139 std::optional<DeviceAddress> address = handle_map.GetAddress(0); in TEST() local
147 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST() local
163 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST() local
175 DeviceAddress address = DeviceAddress(DeviceAddress::Type::kLEPublic, {0}); in TEST() local
[all …]
Dlegacy_low_energy_advertiser.cc39 const DeviceAddress& address, in BuildEnablePacket()
50 LegacyLowEnergyAdvertiser::BuildSetAdvertisingData(const DeviceAddress& address, in BuildSetAdvertisingData()
70 const DeviceAddress& address, const AdvertisingData& scan_rsp) { in BuildSetScanResponse()
88 const DeviceAddress& address, in BuildSetAdvertisingParams()
114 const DeviceAddress& address) { in BuildUnsetAdvertisingData()
122 const DeviceAddress& address) { in BuildUnsetScanResponse()
130 const DeviceAddress& address) { in BuildRemoveAdvertisingSet()
147 const DeviceAddress& address, in StartAdvertising()
287 void LegacyLowEnergyAdvertiser::StopAdvertising(const DeviceAddress& address) { in StopAdvertising()
/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 …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DIPAddress.java18 String address) in isValid()
31 String address) in isValidWithNetMask()
44 String address) in isValidIPv4()
85 String address) in isValidIPv4WithNetmask()
95 String address) in isValidIPv6WithNetmask()
126 String address) in isValidIPv6()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DIPAddress.java18 String address) in isValid()
31 String address) in isValidWithNetMask()
44 String address) in isValidIPv4()
85 String address) in isValidIPv4WithNetmask()
95 String address) in isValidIPv6WithNetmask()
126 String address) in isValidIPv6()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIPAddress.java16 String address) in isValid()
29 String address) in isValidWithNetMask()
42 String address) in isValidIPv4()
83 String address) in isValidIPv4WithNetmask()
93 String address) in isValidIPv6WithNetmask()
124 String address) in isValidIPv6()
/external/google-breakpad/src/common/
Ddwarf_cfi_to_module.cc173 bool DwarfCFIToModule::Entry(size_t offset, uint64_t address, uint64_t length, in Entry()
218 void DwarfCFIToModule::Record(Module::Address address, int reg, in Record()
238 bool DwarfCFIToModule::UndefinedRule(uint64_t address, int reg) { in UndefinedRule()
244 bool DwarfCFIToModule::SameValueRule(uint64_t address, int reg) { in SameValueRule()
251 bool DwarfCFIToModule::OffsetRule(uint64_t address, int reg, in OffsetRule()
259 bool DwarfCFIToModule::ValOffsetRule(uint64_t address, int reg, in ValOffsetRule()
267 bool DwarfCFIToModule::RegisterRule(uint64_t address, int reg, in RegisterRule()
275 bool DwarfCFIToModule::ExpressionRule(uint64_t address, int reg, in ExpressionRule()
282 bool DwarfCFIToModule::ValExpressionRule(uint64_t address, int reg, in ValExpressionRule()
Dstabs_to_module.cc73 bool StabsToModule::StartCompilationUnit(const char *name, uint64_t address, in StartCompilationUnit()
84 bool StabsToModule::EndCompilationUnit(uint64_t address) { in EndCompilationUnit()
96 uint64_t address) { in StartFunction()
108 bool StabsToModule::EndFunction(uint64_t address) { in EndFunction()
124 bool StabsToModule::Line(uint64_t address, const char *name, int number) { in Line()
140 bool StabsToModule::Extern(const string& name, uint64_t address) { in Extern()
/external/capstone/arch/M680X/
DM680XDisassembler.c155 static bool read_byte(const m680x_info *info, uint8_t *byte, uint16_t address) in read_byte()
167 uint16_t address) in read_byte_sign_extended()
181 static bool read_word(const m680x_info *info, uint16_t *word, uint16_t address) in read_word()
194 uint16_t address) in read_sdword()
623 uint16_t *address, uint8_t post_byte, insn_desc *insn_description) in is_indexed09_post_byte_valid()
669 uint16_t *address, uint8_t post_byte, insn_desc *insn_description, in is_indexed12_post_byte_valid()
739 static bool is_sufficient_code_size(const m680x_info *info, uint16_t address, in is_sufficient_code_size()
922 static bool decode_insn(const m680x_info *info, uint16_t address, in decode_insn()
1007 static void illegal_hdlr(MCInst *MI, m680x_info *info, uint16_t *address) in illegal_hdlr()
1019 static void inherent_hdlr(MCInst *MI, m680x_info *info, uint16_t *address) in inherent_hdlr()
[all …]
/external/deqp/framework/delibs/deutil/
DdeSocket.c99 bool deSocketAddress_setFamily(deSocketAddress *address, deSocketFamily family) in deSocketAddress_setFamily()
105 deSocketFamily deSocketAddress_getFamily(const deSocketAddress *address) in deSocketAddress_getFamily()
110 void deSocketAddress_destroy(deSocketAddress *address) in deSocketAddress_destroy()
116 bool deSocketAddress_setPort(deSocketAddress *address, int port) in deSocketAddress_setPort()
122 int deSocketAddress_getPort(const deSocketAddress *address) in deSocketAddress_getPort()
127 bool deSocketAddress_setHost(deSocketAddress *address, const char *host) in deSocketAddress_setHost()
139 const char *deSocketAddress_getHost(const deSocketAddress *address) in deSocketAddress_getHost()
144 bool deSocketAddress_setType(deSocketAddress *address, deSocketType type) in deSocketAddress_setType()
150 deSocketType deSocketAddress_getType(const deSocketAddress *address) in deSocketAddress_getType()
155 bool deSocketAddress_setProtocol(deSocketAddress *address, deSocketProtocol protocol) in deSocketAddress_setProtocol()
[all …]
/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
DEncoder.java30 public static void writeUiFrame(long address, ByteBuffer payload, OutputStream output) in writeUiFrame()
46 public static int getUiFrameEncodedSize(long address, byte[] payload) { in getUiFrameEncodedSize()
50 public static int getUiFrameEncodedSize(long address, ByteBuffer payload) { in getUiFrameEncodedSize()
62 long address, byte[] payload, int maxEncodedUiFrameSizeBytes) { in getMaxPayloadBytesInUiFrameOfSize()
68 long address, ByteBuffer payload, int maxEncodedUiFrameSizeBytes) { in getMaxPayloadBytesInUiFrameOfSize()
92 private void startUnnumberedFrame(long address) throws IOException { in startUnnumberedFrame()
96 private void startFrame(long address, byte control) throws IOException { in startFrame()

12345678910>>...88