/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred.asm | 199 cglobal pred16x16_tm_vp8_8, 2, 4, 5, dst, stride, stride3, iteration
|
/third_party/python/Lib/test/ |
H A D | test_itertools.py | 849 def __eq__(self, dst):
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 3049 pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int; in dup3()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 2352 wpabuf_put_data(hlp[num_hlp], req->dst, ETH_ALEN);
|
/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
|
H A D | null_functions.h | 96 void INTERNAL_GL_APIENTRY glBlendFunciNULL(GLuint buf, GLenum src, GLenum dst);
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 1281 void setSurfaceId(const char *surfaceId, std::string &dst) in setSurfaceId() argument 1283 dst = surfaceId; in setSurfaceId()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 741 static void intel_dp_unpack_aux(u32 src, u8 *dst, int dst_bytes) in intel_dp_unpack_aux() argument 747 dst[i] = src >> ((3-i) * 8); in intel_dp_unpack_aux()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tx.c | 2701 mesh_path_del(sdata, mpath->dst); in ieee80211_build_hdr() 2728 mesh_da = mpath->dst; in ieee80211_build_hdr() 3339 /* h_80211_src/dst is addr* field within hdr */ in ieee80211_amsdu_prepare_head()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_hdcd.c | 1530 AVFilterContext *ctx = inlink->dst; in filter_frame() 1712 AVFilterContext *ctx = inlink->dst; in config_input()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 418 * func(src * DST, dst * 0) ---> func(src * 0, dst * SRC) 643 unsigned op, unsigned src, unsigned dst, unsigned chanmask) in radv_blend_check_commutativity() 682 if (dst == V_028780_BLEND_ONE && is_src_allowed) { in radv_blend_check_commutativity() 778 * func(src * DST, dst * 0) ---> func(src * 0, dst * SRC) in radv_pipeline_init_blend_state() 1135 S_028A4C_WALK_FENCE_ENABLE(1) | // TODO linear dst fixes in radv_pipeline_init_multisample_state() 642 radv_blend_check_commutativity(enum amd_gfx_level gfx_level, struct radv_blend_state *blend, unsigned op, unsigned src, unsigned dst, unsigned chanmask) radv_blend_check_commutativity() argument
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 5125 my ($dst,$src)=@_; 5128 $rex|=0x04 if($dst>=8);
|
/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,
|
/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()
|