| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.h | 613 inline bool ShouldGenerateMovprfx(const ZRegister& dst, in ShouldGenerateMovprfx() argument 619 inline bool ShouldGenerateMovprfx(const ZRegister& dst, in ShouldGenerateMovprfx() argument 2485 Stlr(const Register& rt, const MemOperand& dst) Stlr() argument 2495 Stlrb(const Register& rt, const MemOperand& dst) Stlrb() argument 2505 Stlrh(const Register& rt, const MemOperand& dst) Stlrh() argument 2515 Stllr(const Register& rt, const MemOperand& dst) Stllr() argument 2520 Stllrb(const Register& rt, const MemOperand& dst) Stllrb() argument 2525 Stllrh(const Register& rt, const MemOperand& dst) Stllrh() argument 2530 Stlxp(const Register& rs, const Register& rt, const Register& rt2, const MemOperand& dst) Stlxp() argument 2541 Stlxr(const Register& rs, const Register& rt, const MemOperand& dst) Stlxr() argument 2548 Stlxrb(const Register& rs, const Register& rt, const MemOperand& dst) Stlxrb() argument 2555 Stlxrh(const Register& rs, const Register& rt, const MemOperand& dst) Stlxrh() argument 2562 Stnp(const CPURegister& rt, const CPURegister& rt2, const MemOperand& dst) Stnp() argument 2569 Stxp(const Register& rs, const Register& rt, const Register& rt2, const MemOperand& dst) Stxp() argument 2580 Stxr(const Register& rs, const Register& rt, const MemOperand& dst) Stxr() argument 2587 Stxrb(const Register& rs, const Register& rt, const MemOperand& dst) Stxrb() argument 2594 Stxrh(const Register& rs, const Register& rt, const MemOperand& dst) Stxrh() argument 3516 St1(const VRegister& vt, const MemOperand& dst) St1() argument 3521 St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) St1() argument 3526 St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& dst) St1() argument 3534 St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& dst) St1() argument 3543 St1(const VRegister& vt, int lane, const MemOperand& dst) St1() argument 3548 St2(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) St2() argument 3553 St3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& dst) St3() argument 3561 St4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& dst) St4() argument 3570 St2(const VRegister& vt, const VRegister& vt2, int lane, const MemOperand& dst) St2() argument 3578 St3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, int lane, const MemOperand& dst) St3() argument 3587 St4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, int lane, const MemOperand& dst) St4() argument 8625 MovprfxHelperScope(MacroAssembler* masm, const ZRegister& dst, const ZRegister& src) MovprfxHelperScope() argument 8637 MovprfxHelperScope(MacroAssembler* masm, const ZRegister& dst, const PRegister& pg, const ZRegister& src) MovprfxHelperScope() argument [all...] |
| H A D | simulator-aarch64.cc | 2027 void Simulator::PrintMemTransfer(uintptr_t dst, uintptr_t src, uint8_t value) { in Simulator() argument 4226 unsigned dst = instr->GetRt(); in Simulator() local 5313 unsigned dst = instr->GetRd(); in Simulator() local 5504 uint64_t dst = static_cast<uint64_t>(ReadXRegister(instr->GetRn())); Simulator() local 5584 int dst = instr->GetRd(); Simulator() local 5621 int dst = instr->GetRd(); Simulator() local 5751 uint64_t dst = inzero ? 0 : ReadRegister(reg_size, instr->GetRd()); Simulator() local 5801 unsigned dst = instr->GetRd(); Simulator() local 6075 unsigned dst = instr->GetRd(); Simulator() local 6695 PACHelper(int dst, int src, PACKey key, decltype(&Simulator::AddPAC) pac_fn) Simulator() argument [all...] |
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.c | 4566 size_t src, dst = 0; in getjsonname() local
|
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 3944 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_link_impl() argument 4775 internal_rename(path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd, int is_replace) internal_rename() argument 4868 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd) os_rename_impl() argument 4889 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd) os_replace_impl() argument 8919 os_symlink_impl(PyObject *module, path_t *src, path_t *dst, int target_is_directory, int dir_fd) os_symlink_impl() argument 10570 os_copy_file_range_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst) os_copy_file_range_impl() argument 10642 os_splice_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst, unsigned int flags) os_splice_impl() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 2402 void copy(vk::VkStencilOpState& dst, const StencilOpParams& src) in copy() argument 3208 auto dst = reinterpret_cast<char*>(alloc.getHostPtr()); in copyAndFlush() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_nl80211.c | 8452 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, in nl80211_send_tdls_mgmt() argument 7453 wpa_driver_nl80211_send_action(struct i802_bss *bss, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) wpa_driver_nl80211_send_action() argument 8707 driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) driver_nl80211_send_action() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_nl80211.c | 9777 static int nl80211_send_tdls_mgmt(void *priv, const u8 *dst, u8 action_code, argument 8549 wpa_driver_nl80211_send_action(struct i802_bss *bss, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) global() argument 10018 driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) global() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | wpa_supplicant_i.h | 512 u8 dst[ETH_ALEN]; member
|
| /third_party/vulkan-loader/loader/generated/ |
| H A D | vk_loader_extensions.c | 6364 CmdBuildAccelerationStructureNV( VkCommandBuffer commandBuffer, const VkAccelerationStructureInfoNV* pInfo, VkBuffer instanceData, VkDeviceSize instanceOffset, VkBool32 update, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkBuffer scratch, VkDeviceSize scratchOffset) CmdBuildAccelerationStructureNV() argument 6384 CmdCopyAccelerationStructureNV( VkCommandBuffer commandBuffer, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkCopyAccelerationStructureModeKHR mode) CmdCopyAccelerationStructureNV() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | null_functions.cpp | 138 void INTERNAL_GL_APIENTRY glBlendFunciNULL(GLuint buf, GLenum src, GLenum dst) {} in glBlendFunciNULL() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 24635 u32 *buf, *src, *dst, sz; in wlc_phy_a1_nphy() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 6393 static inline void tg3_rd32_loop(struct tg3 *tp, u32 *dst, u32 off, u32 len) in tg3_rd32_loop() argument
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211.h | 1037 u8 dst[ETH_ALEN]; member
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
| H A D | rtllib.h | 869 u8 dst[ETH_ALEN]; member
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | cfg80211.h | 2934 __be32 src, dst; member
|
| /kernel/linux/linux-5.10/include/net/bluetooth/ |
| H A D | hci.h | 2546 static inline void hci_cpu_to_le24(__u32 val, __u8 dst[3]) in hci_cpu_to_le24() argument
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| H A D | f2fs.h | 2425 static inline void f2fs_copy_page(struct page *src, struct page *dst) in f2fs_copy_page() argument
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | ext4.h | 2601 static inline void ext4_fname_from_fscrypt_name(struct ext4_filename *dst, in ext4_fname_from_fscrypt_name() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 6287 const struct drm_rect *dst = &crtc_state->pch_pfit.dst; skl_pfit_enable() local 6333 const struct drm_rect *dst = &crtc_state->pch_pfit.dst; ilk_pfit_enable() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 6378 static inline void tg3_rd32_loop(struct tg3 *tp, u32 *dst, u32 off, u32 len) in tg3_rd32_loop() argument
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211.h | 974 u8 dst[ETH_ALEN]; member
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
| H A D | rtllib.h | 824 u8 dst[ETH_ALEN]; member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | verifier.c | 1559 static void *copy_array(void *dst, const void *src, size_t n, size_t size, gfp_t flags) in copy_array() argument 1611 copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) copy_reference_state() argument 1622 copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) copy_stack_state() argument 1746 copy_func_state(struct bpf_func_state *dst, const struct bpf_func_state *src) copy_func_state() argument 1761 struct bpf_func_state *dst; copy_verifier_state() local 4506 copy_register_state(struct bpf_reg_state *dst, const struct bpf_reg_state *src) copy_register_state() argument 12344 u32 dst = insn->dst_reg, src = insn->src_reg; sanitize_err() local 12414 u32 dst = insn->dst_reg; sanitize_check_bounds() local 12462 u32 dst = insn->dst_reg; adjust_ptr_min_max_vals() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 24635 u32 *buf, *src, *dst, sz; in wlc_phy_a1_nphy() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
| H A D | UCharacter.java | 6514 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument
|