/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 5125 my ($dst,$src)=@_; 5128 $rex|=0x04 if($dst>=8);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 1026 template<class TestConfig> void initProgramsToGetNativeFd(vk::SourceCollections& dst, const TestConfig) in initProgramsToGetNativeFd() argument 1043 dst.glslSources.add("compute") << glu::ComputeSource(src.str()); in initProgramsToGetNativeFd()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 1014 template<class TestConfig> void initProgramsToGetNativeFd(vk::SourceCollections& dst, const TestConfig) in initProgramsToGetNativeFd() argument 1031 dst.glslSources.add("compute") << glu::ComputeSource(src.str()); in initProgramsToGetNativeFd()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 4059 void GL_APIENTRY glBlendFunci(GLuint buf, GLenum src, GLenum dst) in glBlendFunci() argument 4061 return GL_BlendFunci(buf, src, dst); in glBlendFunci()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 3643 unsigned dst = fieldFromInstruction(Insn, 8, 3); in DecodeThumbAddSpecialReg() local 3646 if (!Check(S, DecodetGPRRegisterClass(Inst, dst, Address, Decoder))) in DecodeThumbAddSpecialReg() 6638 DecodeGPRspRegisterClass(Inst, Rd, Address, Decoder))) || // dst in DecodeT2AddSubSPImm()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 16952 , dst( dst_ ) 16988 dst = dst_; 17021 return std::tie( sType, pNext, src, dst, mode ); 17033 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( src == rhs.src ) && ( dst == rhs.dst ) && ( mode == rhs.mode ); 17047 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; member 17072 , dst( dst_ ) 17108 dst = dst_; 17142 return std::tie( sType, pNext, src, dst, mode ); 17150 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR dst member 18914 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; global() member 19463 VULKAN_HPP_NAMESPACE::MicromapEXT dst = {}; global() member 19581 VULKAN_HPP_NAMESPACE::MicromapEXT dst = {}; global() member 19682 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR dst = {}; global() member [all...] |
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | chacha20poly1305-selftest.c | 8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt_bignonce() argument 8852 chacha20_crypt(chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce() 8853 poly1305_update(&poly1305_state, dst, src_len); in chacha20poly1305_encrypt_bignonce() 8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce() 8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_selftest_encrypt() argument 8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt() 8871 chacha20poly1305_encrypt_bignonce(dst, src, src_len, ad, in chacha20poly1305_selftest_encrypt()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | chacha20poly1305-selftest.c | 8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt_bignonce() argument 8852 chacha20_crypt(chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce() 8853 poly1305_update(&poly1305_state, dst, src_len); in chacha20poly1305_encrypt_bignonce() 8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce() 8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_selftest_encrypt() argument 8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt() 8871 chacha20poly1305_encrypt_bignonce(dst, src, src_len, ad, in chacha20poly1305_selftest_encrypt()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 4223 VULKAN_HPP_NAMESPACE::AccelerationStructureNV dst, 4235 VULKAN_HPP_NAMESPACE::AccelerationStructureNV dst, 4244 void copyAccelerationStructureNV( VULKAN_HPP_NAMESPACE::AccelerationStructureNV dst,
|
H A D | vulkan_structs.hpp | 12957 , dst( dst_ ) 12993 dst = dst_; 13020 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( src == rhs.src ) && ( dst == rhs.dst ) && 13034 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; member 13068 , dst( dst_ ) 13109 dst = dst_; 13135 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR dst = {}; member 14119 , dst( dst_ ) 14160 dst 14186 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; global() member [all...] |
/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 6397 dst = (u32 *)((u8 *)dst + off); in tg3_rd32_loop() 6399 *dst++ = tr32(off + i); in tg3_rd32_loop()
|
/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 6382 dst = (u32 *)((u8 *)dst + off); in tg3_rd32_loop() 6384 *dst++ = tr32(off + i); in tg3_rd32_loop()
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1767 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst); 1814 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst); 3097 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst); 3102 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1748 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst); 1795 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst); 3078 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst); 3083 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1804 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst); 1851 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst); 3134 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst); 3139 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1804 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst); 1851 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst); 3134 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst); 3139 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 914 u8 dst[ETH_ALEN]; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 4348 &c->dst); in hci_link_tx_to()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 2170 skb_dst_set_noref(skb, ð->dsa_meta[port]->dst); in mtk_poll_rx() 2971 /* only tcp dst ipv4 is meaningful, others are meaningless */ in mtk_hwlro_get_fdir_entry()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 943 u8 dst[ETH_ALEN]; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 300 /* treat dst alpha as 1.0 and avoid reading it */ in tu_blend_factor_no_dst_alpha() 1429 A6XX_SP_FS_PREFETCH_CMD_DST(prefetch->dst) | in tu6_emit_fs_inputs()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4321 pub dst: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4319 pub dst: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4299 pub dst: __u64,
|