/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 511 ; combine loop 568 ; a full combine+deinterleave loop
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 489 static enum token_type combine(struct token *left, struct token *right, char *p) in combine() function 546 enum token_type res = combine(left, right, buffer); in merge()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 2155 * Need to combine the field scoped required and prohibited 2224 docMatch.matchData.combine(matchingFields[fieldRef]) 2723 lunr.MatchData.prototype.combine = function (otherMatchData) {
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 598 bool ClipStack::RawElement::combine(const RawElement& other, const SaveRecord& current) { in combine() function in skgpu::v1::ClipStack::RawElement 617 // Neither shape is pixel aligned and AA types don't match so can't combine in combine() 704 if (added->combine(*this, current)) { in updateForElement() 945 // Some form of actual clip element(s) to combine with. in addElement() 1647 // Must combine the coverage sampled from the texture effect with the previous coverage in GetSWMaskFP()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 5079 inline std::size_t combine(std::size_t seed, std::size_t h) noexcept 5110 return combine(type, 0); 5115 auto seed = combine(type, j.size()); 5119 seed = combine(seed, h); 5120 seed = combine(seed, hash(element.value())); 5127 auto seed = combine(type, j.size()); 5130 seed = combine(seed, hash(element)); 5138 return combine(type, h); 5144 return combine(type, h); 5150 return combine(typ [all...] |
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 5933 inline std::size_t combine(std::size_t seed, std::size_t h) noexcept 5964 return combine(type, 0); in hash() 5969 auto seed = combine(type, j.size()); in hash() 5973 seed = combine(seed, h); in hash() 5974 seed = combine(seed, hash(element.value())); in hash() 5981 auto seed = combine(type, j.size()); in hash() 5984 seed = combine(seed, hash(element)); in hash() 5992 return combine(type, h); in hash() 5998 return combine(type, h); in hash() 6004 return combine(typ in hash() [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 2700 csum = INDIRECT_CALL_1(ops->combine, in __skb_checksum() 2725 csum = INDIRECT_CALL_1(ops->combine, csum_block_add_ext, in __skb_checksum() 2745 .combine = csum_block_add_ext, in skb_checksum() 2917 .combine = warn_crc32c_csum_combine,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 3313 csum = INDIRECT_CALL_1(ops->combine, in __skb_checksum() 3338 csum = INDIRECT_CALL_1(ops->combine, csum_block_add_ext, in __skb_checksum() 3358 .combine = csum_block_add_ext, in skb_checksum() 3530 .combine = warn_crc32c_csum_combine,
|
/third_party/python/Lib/ |
H A D | datetime.py | 1814 def combine(cls, date, time, tzinfo=True): member in datetime 2194 return type(self).combine(date.fromordinal(delta.days),
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-core.S | 277 veor q14, q15, q6 @ combine prev ct with last key
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7.S | 487 orr r6, r6, r3, lsr #20-4 @ combine variant and revision
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-core.S | 277 veor q14, q15, q6 @ combine prev ct with last key
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7.S | 495 orr r6, r6, r3, lsr #20-4 @ combine variant and revision
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | sbcdsp_neon.S | 470 @ combine last part of 'joint' with d24 and save to memory
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 550 ; permutation to combine the two segments
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.cpp | 866 wait_imm::combine(const wait_imm& other) in combine() function in aco::wait_imm
|
H A D | aco_ir.h | 277 bool combine(const wait_imm& other);
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | compiler.h | 462 bool combine; /* BRANCHC */
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 996 .params(u => u.combine('placeHolder1', ['placeHolder2', 'placeHolder3']))
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm-cmn.c | 1350 u32 combine = CMN_EVENT_WP_COMBINE(event); in arm_cmn_wp_config() local 1360 if (combine && !grp) in arm_cmn_wp_config()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_deblock.asm | 448 pand m11, m10; combine filtering mask and strong mask
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 1217 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding ciphertext 2168 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 1185 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding ciphertext 2136 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 2938 # Helper function to combine several values of different types into one. 2939 # This is useful if you want to combine a string with the result of a 2942 # cflags => combine("-Wall", sub { $disabled{zlib} ? () : "-DZLIB" }) 2944 sub combine { subroutine 2952 # cflags => combine("-Wall", threads("-pthread"))
|
/third_party/openssl/ |
H A D | Configure | 2933 # Helper function to combine several values of different types into one. 2934 # This is useful if you want to combine a string with the result of a 2937 # cflags => combine("-Wall", sub { $disabled{zlib} ? () : "-DZLIB" }) 2939 sub combine { subroutine 2947 # cflags => combine("-Wall", threads("-pthread"))
|