Home
last modified time | relevance | path

Searched refs:part (Results 351 - 375 of 561) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/ffmpeg/libavcodec/x86/
H A Dsbcdsp.asm10 ;* This file is part of FFmpeg.
H A Dqpel.asm7 ;* This file is part of FFmpeg.
H A Dxvididct.asm35 ; New macro implements a column part for precise iDCT
51 ; This file is part of FFmpeg.
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_pullup.asm4 ;* This file is part of FFmpeg.
H A Dvf_convolution.asm4 ;* This file is part of FFmpeg.
H A Dvf_yadif.asm7 ;* This file is part of FFmpeg.
H A Davf_showcqt.asm6 ;* This file is part of FFmpeg.
H A Daf_volume.asm5 ;* This file is part of FFmpeg.
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm6 ;* This file is part of FFmpeg.
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex24 even if it is not part of the current call-chain. However, since it
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm81 insert the result into the appropriate part of the template.
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm81 insert the result into the appropriate part of the template.
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h167 const SkTCurve& part() const { in part() function in SkTSpan
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp999 // WordShift is the inter-part shift; BitShift is intra-part shift.
2315 /* Returns the integer part with the least significant BITS set.
2324 static inline APInt::WordType lowHalf(APInt::WordType part) {
2325 return part & lowBitMask(APInt::APINT_BITS_PER_WORD / 2);
2329 static inline APInt::WordType highHalf(APInt::WordType part) {
2330 return part >> (APInt::APINT_BITS_PER_WORD / 2);
2333 /* Returns the bit number of the most significant set bit of a part.
2340 part. If the input number has no bits set -1U is returned. */
2345 /* Sets the least significant part o
[all...]
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc569 or part of the command to send to the tool which allows you to get
622 The short name of the label of the target. This is the part after the
683 The file part of the source including the extension (with no directory
688 The filename part of the source file with no directory or extension.
/third_party/python/Lib/test/
H A Dtest_imaplib.py151 part = self.rfile.read(1)
152 if part == b'':
155 line += part
H A Dtest_urllib2_localnet.py118 for part in parts:
119 name, value = part.split("=")
H A Dtest_wsgiref.py291 def checkShift(self,sn_in,pi_in,part,sn_out,pi_out):
294 self.assertEqual(util.shift_path_info(env),part)
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc581 // The c'tor sets this object as the test part result reporter used by
591 // The c'tor sets this object as the test part result reporter used by
612 // The d'tor restores the test part result reporter used by Google Test
623 // Increments the test part result count and remembers the result.
649 // This predicate-formatter checks that 'results' contains a test part
689 // test part results, what type of failure we expect, and what
721 // Returns the global test part result reporter.
728 // Sets the global test part result reporter.
735 // Returns the test part result reporter for the current thread.
741 // Sets the test part resul
3826 const TestPartResult& part = result.GetTestPartResult(i); OutputXmlTestInfo() local
4204 const TestPartResult& part = result.GetTestPartResult(i); OutputJsonTestInfo() local
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc474 const int length_; // Length of each part, in digits.
477 digit_t** part_; // Pointers to each part.
503 // the extra bit as part of the last chunk; we always have the space. in Start_Default()
620 digit_t* part = part_[i]; in NormalizeAndRecombine() local
621 ShiftModFn(temp_, part, shift, K_); in NormalizeAndRecombine()
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs134 for part in parts {
135 if let Some((tag, rest)) = part.split_once('}') {
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-avx2.asm122 ; -- Even part
158 ; -- Odd part
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java114 for (String part : parts) { in delimitWithCommas()
118 result.append(part); in delimitWithCommas()
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c1869 struct partition_affinity *part; in gic_populate_ppi_partitions() local
1872 part = &parts[part_idx]; in gic_populate_ppi_partitions()
1874 part->partition_id = of_node_to_fwnode(child_part); in gic_populate_ppi_partitions()
1904 cpumask_set_cpu(cpu, &part->mask); in gic_populate_ppi_partitions()
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c5 * This file is part of FFmpeg.
607 int k, cnt, part; in calc_optimal_rice_params() local
610 part = (1 << porder); in calc_optimal_rice_params()
611 all_bits = 4 * part; in calc_optimal_rice_params()
614 for (i = 0; i < part; i++) { in calc_optimal_rice_params()

Completed in 27 milliseconds

1...<<11121314151617181920>>...23