| /third_party/curl/tests/libtest/ |
| H A D | lib1960.c | 49 socket_cb(void *clientp, curlsocktype purpose, struct curl_sockaddr *address) socket_cb() argument
|
| /third_party/backends/backend/genesys/ |
| H A D | register_cache.h | 32 void update(std::uint16_t address, Value value) in update() argument
|
| /third_party/libuv/src/unix/ |
| H A D | bsd-ifaddrs.c | 71 uv_interface_address_t* address; in uv_interface_addresses() local [all...] |
| /third_party/json/docs/examples/ |
| H A D | nlohmann_define_type_non_intrusive_explicit.cpp | 12 std::string address; member
|
| H A D | nlohmann_define_type_intrusive_with_default_macro.cpp | 13 std::string address = "123 Fake St"; member in ns::person
|
| H A D | nlohmann_define_type_intrusive_macro.cpp | 13 std::string address = "123 Fake St"; member in ns::person
|
| H A D | nlohmann_define_type_non_intrusive_with_default_explicit.cpp | 12 std::string address = "123 Fake St"; member
|
| H A D | nlohmann_define_type_non_intrusive_with_default_macro.cpp | 12 std::string address = "123 Fake St"; member
|
| H A D | nlohmann_define_type_non_intrusive_macro.cpp | 12 std::string address; member
|
| /third_party/node/lib/ |
| H A D | dns.js | [all...] |
| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | heap-constants.cc | 14 std::string FindKnownObject(uintptr_t address, in FindKnownObject() argument 54 FindKnownMapInstanceTypes( uintptr_t address, const d::HeapAddresses& heap_addresses) FindKnownMapInstanceTypes() argument
|
| H A D | debug-helper-internal.cc | 15 bool IsPointerCompressed(uintptr_t address) { in IsPointerCompressed() argument 23 uintptr_t EnsureDecompressed(uintptr_t address, in EnsureDecompressed() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | memory-tracing.cc | 22 Address address = reinterpret_cast<Address>(mem_start) + info->offset; in TraceMemoryOperation() local [all...] |
| /third_party/node/src/ |
| H A D | node_external_reference.h | 52 void RegisterT(T* address) { in RegisterT() argument
|
| /third_party/ltp/testcases/kernel/syscalls/mmap/ |
| H A D | mmap17.c | 59 void *address; in test_mmap() local
|
| /third_party/ltp/testcases/kernel/syscalls/bind/ |
| H A D | libbind.h | 25 struct sockaddr *address; member
|
| /third_party/lzma/C/ |
| H A D | 7zAlloc.c | 49 void SzFree(ISzAllocPtr p, void *address)
in SzFree() argument 75 void SzFreeTemp(ISzAllocPtr p, void *address)
in SzFreeTemp() argument
|
| /third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
| H A D | caged-heap.h | 22 V8_INLINE static uintptr_t OffsetFromAddress(const void* address) { in OffsetFromAddress() argument 27 V8_INLINE static bool IsWithinCage(const void* address) { in IsWithinCage() argument
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | cpu-arm64.cc | 48 void CpuFeatures::FlushICache(void* address, size_t length) { in FlushICache() argument 51 ::FlushInstructionCache(GetCurrentProcess(), address, length); in FlushICache() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | external-reference-encoder.cc | 59 TryEncode( Address address) TryEncode() argument 70 Encode( Address address) Encode() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | conservative-stack-visitor.cc | 22 bool ConservativeStackVisitor::CheckPage(Address address, MemoryChunk* page) { in CheckPage() argument 54 auto address = reinterpret_cast<Address>(pointer); in VisitConservativelyIfPointer() local [all...] |
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | free-list.h | 30 void* address; member
|
| H A D | memory.h | 25 V8_INLINE void ZapMemory(void* address, size_t size) { in ZapMemory() argument 31 V8_INLINE void CheckMemoryIsZapped(const void* address, size_t size) { in CheckMemoryIsZapped() argument 37 V8_INLINE void CheckMemoryIsZero(const void* address, size_t size) { in CheckMemoryIsZero() argument 45 V8_INLINE void SetMemoryAccessible(void* address, size_t size) { in SetMemoryAccessible() argument 65 SetMemoryInaccessible(void* address, size_t size) SetMemoryInaccessible() argument 107 CheckMemoryIsInaccessible(const void* address, size_t size) CheckMemoryIsInaccessible() argument [all...] |
| H A D | process-heap.cc | 61 const auto address = in TryFromManagedPointer() local
|
| H A D | caged-heap.h | 27 static RetType OffsetFromAddress(const void* address) { in OffsetFromAddress() argument 35 static uintptr_t BaseFromAddress(const void* address) { in BaseFromAddress() argument [all...] |