| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | mbo_ap.c | 208 void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr, in mbo_ap_wnm_notification_req() argument
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| H A D | vksClient.hpp | 36 de::SocketAddress addr; member in vksc_server::Server
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-omac1.c | 43 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument 133 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument
|
| H A D | md5-internal.c | 31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument
|
| H A D | sha256-internal.c | 25 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha256_vector() argument
|
| H A D | sha512-internal.c | 24 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha512_vector() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | linux_ioctl.c | 81 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr) in linux_get_ifhwaddr() argument 104 int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr) in linux_set_ifhwaddr() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_er_ssdp.c | 23 struct sockaddr_in addr; /* client address */ in wps_er_ssdp_rx() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
| H A D | p2p_connect.py | 225 addr = None variable in P2P_Connect [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ibss_rsn.h | 33 u8 addr[ETH_ALEN]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | ap_list.c | 145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) ap_ap_add() argument [all...] |
| H A D | mbo_ap.c | 208 void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr, in mbo_ap_wnm_notification_req() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_map_allocator.cpp | 32 void *addr = reinterpret_cast<void *>(ToUintPtr(RandomGenerateBigAddr(REGULAR_OBJECT_MEM_MAP_BEGIN_ADDR)) + in InitializeRegularRegionMap() local 56 void *addr = reinterpret_cast<void *>(ToUintPtr(RandomGenerateBigAddr(HUGE_OBJECT_MEM_MAP_BEGIN_ADDR)) + in InitializeHugeRegionMap() local 93 void *addr = PageMapExecFortSpace(mem, size, PAGE_PROT_EXEC_READWRITE); in PageProtectMem() local [all...] |
| H A D | linear_space.h | 59 uintptr_t addr = ToUintPtr(object); in IsFreshObjectInHalfFreshRegion() local
|
| H A D | remembered_set.h | 45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert() argument 50 bool InsertRange(uintptr_t begin, uintptr_t addr, uint32_t mask) in InsertRange() argument 55 bool AtomicInsert(uintptr_t begin, uintptr_t addr) in AtomicInsert() argument 60 void ClearBit(uintptr_t begin, uintptr_t addr) in ClearBit() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | map.cpp | 39 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, [[maybe_unused]] int flags) in PageMap() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_decoder.cpp | 31 void *addr = fileMapAddr_.GetOriginAddr(); in Load() local 83 void *addr = fileMapAddr_.GetOriginAddr(); in LoadFull() local 104 LoadAbcIdPool(const std::shared_ptr<PGOAbcFilePool> &externalAbcFilePool, PGOContext &context, void *addr) LoadAbcIdPool() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | map.cpp | 25 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, int flags) in PageMap() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | mem.h | 267 uintptr_t addr = reinterpret_cast<uintptr_t>(ptr_) - page_offset_; in ~MapPtr() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| H A D | fmutex.cpp | 124 static inline bool WaitBrieflyFor(ATOMIC_INT *addr) in WaitBrieflyFor() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| H A D | file_ext.cpp | 190 bool OpenPandafileFromMemoryExt(void *addr, const uint64_t *size, [[maybe_unused]] const std::string &fileName, in OpenPandafileFromMemoryExt() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| H A D | runtime_calls.cpp | 34 auto addr = GetAddressToTLS(builder, arkInterface, tlsOffset); in LoadTLSValue() local 60 auto addr = builder->CreateConstInBoundsGEP1_64(builder->getInt8Ty(), threadRegPtr, tlsOffset); in CreateEntrypointCallCommon() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| H A D | mutex.cpp | 55 static inline bool WaitBrieflyFor(std::atomic_int *addr, Pred pred) in WaitBrieflyFor() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| H A D | crossing_map.h | 240 size_t GetMapNumFromAddr(const void *addr) in GetMapNumFromAddr() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | region_space-inl.h | 90 inline void Region::UndoAlloc(void *addr) in UndoAlloc() argument
|