Home
last modified time | relevance | path

Searched refs:addr (Results 3526 - 3550 of 3849) sorted by relevance

1...<<141142143144145146147148149150>>...154

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1664 VkDeviceAddress addr = vk.getBufferDeviceAddress(device, &addrInfo); in iterate() local
1666 0, sizeof(VkDeviceSize), &addr); in iterate()
1671 VkDeviceAddress addr = vk.getBufferDeviceAddress(device, &addrInfo); in iterate() local
1673 8, sizeof(VkDeviceSize), &addr); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1664 VkDeviceAddress addr = vk.getBufferDeviceAddress(device, &addrInfo); in iterate() local
1666 0, sizeof(VkDeviceSize), &addr); in iterate()
1671 VkDeviceAddress addr = vk.getBufferDeviceAddress(device, &addrInfo); in iterate() local
1673 8, sizeof(VkDeviceSize), &addr); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h549 uint32_t addr; member
563 uint64_t addr; member
1055 sys::swapByteOrder(sect.addr); in swapStruct()
1067 sys::swapByteOrder(sect.addr); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h558 uint32_t addr; member
572 uint64_t addr; member
1086 sys::swapByteOrder(sect.addr); in swapStruct()
1098 sys::swapByteOrder(sect.addr); in swapStruct()
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c450 struct cil_ipaddr *addr = (struct cil_ipaddr *)arg->arg; in write_call_args() local
451 write_ipaddr(out, addr); in write_call_args()
1310 if (nodecon->addr) in cil_write_ast_node()
1311 write_ipaddr(out, nodecon->addr); in cil_write_ast_node()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c763 os_memcpy(&hdr[1], sm->mlo.links[i].addr, ETH_ALEN); in wpa_mlo_link_kde()
1008 const u8 *addr, int secure) in wpa_supplicant_key_neg_complete()
1012 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr), in wpa_supplicant_key_neg_complete()
1016 MACSTR_SEC " [PTK=%s GTK=%s]", MAC2STR_SEC(addr), in wpa_supplicant_key_neg_complete()
1024 sm, addr, MLME_SETPROTECTION_PROTECT_TYPE_RX_TX, in wpa_supplicant_key_neg_complete()
2460 "addr=" MACSTR " frame=eapol-key-m3 error=%s",
2717 "addr=" MACSTR " frame=eapol-key-m3 error=%s",
2879 "addr=" MACSTR " frame=eapol-key-g1 error=%s",
3124 "addr=" MACSTR " frame=eapol-key-g1 error=%s",
4398 os_memcpy(sm->mlo.links[i].addr, ml
1007 wpa_supplicant_key_neg_complete(struct wpa_sm *sm, const u8 *addr, int secure) wpa_supplicant_key_neg_complete() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c3986 void *addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);
3988 return addr;
3992 addr = loader_phys_dev_ext_gpa_term(loader_get_instance(inst), pName);
3993 if (NULL != addr) return addr;
4074 void *addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);
4076 return addr;
4080 addr = loader_phys_dev_ext_gpa_term(loader_get_instance(inst), pName);
4081 if (addr) {
4082 return addr;
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1902 void *addr = mmap(NULL, innerFileSize, PROT_READ, MAP_PRIVATE, fd, offset); in DecryptSoFile() local
1903 if (addr == MAP_FAILED) { in DecryptSoFile()
1916 munmap(addr, innerFileSize); in DecryptSoFile()
1919 if (write(outPutFd, addr, innerFileSize) != INVALID_RETURN_VALUE) { in DecryptSoFile()
1926 munmap(addr, innerFileSize); in DecryptSoFile()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c241 LNN_LOGE(LNN_LEDGER, "get wifidirect addr fail"); in LlGetWifiDirectAddr()
245 LNN_LOGE(LNN_LEDGER, "copy wifidirect addr failed"); in LlGetWifiDirectAddr()
447 LNN_LOGE(LNN_LEDGER, "get bt mac addr fail"); in UpdateBrMac()
450 ret = ConvertBtMacToStr(brMac, BT_MAC_LEN, mac.addr, sizeof(mac.addr)); in UpdateBrMac()
1035 // get mac addr in InitConnectInfo()
1513 LNN_LOGE(LNN_LEDGER, "copy node addr to buf fail"); in LlGetNodeAddr()
1519 int32_t LlUpdateNodeAddr(const void *addr) in LlUpdateNodeAddr() argument
1521 if (addr == NULL) { in LlUpdateNodeAddr()
1526 if (strcpy_s(info->nodeAddress, sizeof(info->nodeAddress), (const char*)addr) ! in LlUpdateNodeAddr()
[all...]
/third_party/elfutils/src/
H A Dunstrip.c998 const GElf_Addr addr = shdr->sh_addr + bias; in find_alloc_section()
1003 if (addr < sections[i].shdr.sh_addr) in find_alloc_section()
1005 else if (addr > sections[i].shdr.sh_addr) in find_alloc_section()
1011 while (i > 0 && sections[i - 1].shdr.sh_addr == addr) in find_alloc_section()
1013 for (; i < nalloc && sections[i].shdr.sh_addr == addr; in find_alloc_section()
996 const GElf_Addr addr = shdr->sh_addr + bias; find_alloc_section() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4292 unsigned addr = fieldFromInstruction(Insn, 0, 8); in DecodeT2LdStPre() local
4293 addr |= fieldFromInstruction(Insn, 9, 1) << 8; in DecodeT2LdStPre()
4294 addr |= Rn << 9; in DecodeT2LdStPre()
4341 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
5533 unsigned addr = fieldFromInstruction(Insn, 0, 8); in DecodeT2LDRDPreInstruction() local
5539 addr |= (U << 8) | (Rn << 9); in DecodeT2LDRDPreInstruction()
5555 // addr in DecodeT2LDRDPreInstruction()
5556 if (!Check(S, DecodeT2AddrModeImm8s4(Inst, addr, Address, Decoder))) in DecodeT2LDRDPreInstruction()
5570 unsigned addr = fieldFromInstruction(Insn, 0, 8); in DecodeT2STRDPreInstruction() local
5576 addr | in DecodeT2STRDPreInstruction()
6323 unsigned addr = fieldFromInstruction(Val, 0, 7) | DecodeVSTRVLDR_SYSREG() local
6345 unsigned addr = fieldFromInstruction(Val, 0, 7) | DecodeMVE_MEM_pre() local
[all...]
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc6170 const void *addr) { in Disassembler()
6172 AppendToOutput("(addr 0x%" PRIxPTR ")", reinterpret_cast<uintptr_t>(addr)); in Disassembler()
6177 const void *addr) { in Disassembler()
6178 AppendAddressToOutput(instr, addr); in Disassembler()
6183 const void *addr) { in Disassembler()
6184 AppendAddressToOutput(instr, addr); in Disassembler()
6189 const void *addr) { in Disassembler()
6191 int64_t rel_addr = CodeRelativeAddress(addr); in Disassembler()
6193 AppendToOutput("(addr in Disassembler()
6169 AppendAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument
6176 AppendCodeAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument
6182 AppendDataAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument
6188 AppendCodeRelativeAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument
6200 AppendCodeRelativeCodeAddressToOutput( const Instruction *instr, const void *addr) Disassembler() argument
6206 AppendCodeRelativeDataAddressToOutput( const Instruction *instr, const void *addr) Disassembler() argument
6217 CodeRelativeAddress(const void *addr) Disassembler() argument
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1563 int32_t NetConnService::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() argument
1569 addr = addrList[0]; in GetAddressByName()
2245 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &addr, in OnInterfaceAddressUpdated() argument
2255 callback->OnInterfaceAddressUpdated(addr, ifName, flags, scope); in OnInterfaceAddressUpdated()
2260 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &addr, in OnInterfaceAddressRemoved() argument
2270 callback->OnInterfaceAddressRemoved(addr, ifName, flags, scope); in OnInterfaceAddressRemoved()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c237 nir_ssa_def *addr = intr->src[0].ssa; in midgard_nir_lower_global_load_instr() local
248 load = nir_load_global(b, addr, compsz / 8, loadncomps, compsz); in midgard_nir_lower_global_load_instr()
254 shared_load->src[0] = nir_src_for_ssa(addr); in midgard_nir_lower_global_load_instr()
267 addr = nir_iadd(b, addr, nir_imm_intN_t(b, loadsz / 8, addr->bit_size)); in midgard_nir_lower_global_load_instr()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c1889 LLVMValueRef addr = get_src(bld_base, instr->src[0]); in visit_load_global() local
1893 offset_is_uniform, addr, result); in visit_load_global()
1904 LLVMValueRef addr = get_src(bld_base, instr->src[1]); in visit_store_global() local
1908 addr_bitsize, addr, val); in visit_store_global()
1917 LLVMValueRef addr = get_src(bld_base, instr->src[0]); in visit_global_atomic() local
1926 val_bitsize, addr, val, val2, &result[0]); in visit_global_atomic()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py141 def datagram_received(self, data, addr):
739 addr = lsock.getsockname()
751 csock.connect(addr)
1274 def datagram_received(self, data, addr):
1275 super().datagram_received(data, addr)
1276 self.transport.sendto(b'resp:'+data, addr)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c2225 const u8 *addr[1]; in openssl_tls_cert_event() local
2227 addr[0] = wpabuf_head(cert); in openssl_tls_cert_event()
2229 if (sha256_vector(1, addr, len, hash) == 0) { in openssl_tls_cert_event()
2371 const u8 *addr[1]; in tls_verify_cb() local
2373 addr[0] = wpabuf_head(cert); in tls_verify_cb()
2375 if (sha256_vector(1, addr, len, hash) < 0 || in tls_verify_cb()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h336 * @param addr Own address.
339 void SetOwnAddr(const std::array<uint8_t, RawAddress::BT_ADDRESS_BYTE_LEN>& addr);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp166 pixelMap->SetPixelsAddr(addrInfos.addr, addrInfos.context, addrInfos.size, addrInfos.type, addrInfos.func); in CreatePixelMapByContext()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h136 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, const MOUSE_ICON mouseStyle = MOUSE_ICON::DEFAULT);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h78 virtual ConnBleConnection *ConnBleGetConnectionByUdid(const char *addr, const char *udid,
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp60 int32_t OnJoinLNNResult(void *addr, uint32_t addrTypeLen, const char *networkId, int retCode) override
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c266 if (strcpy_s(authConnInfo->info.ipInfo.ip, IP_LEN, socketInfo->addr) != EOK) { in SetWlanAuthConnInfo()
267 TRANS_LOGE(TRANS_SVC, "strcpy_s ip addr failed"); in SetWlanAuthConnInfo()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp305 int32_t Ipv6AddrInToAddr(SoftBusSockAddrIn6 *addrIn6, char *addr, int32_t addrLen) in Ipv6AddrInToAddr() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp156 (void)memcpy_s(appInfo->myData.addr, IP_LEN, g_ip, strlen(g_ip)); in HWTEST_F()

Completed in 88 milliseconds

1...<<141142143144145146147148149150>>...154