/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbcdsp.asm | 10 ;* This file is part of FFmpeg.
|
H A D | qpel.asm | 7 ;* This file is part of FFmpeg.
|
H A D | xvididct.asm | 35 ; New macro implements a column part for precise iDCT 51 ; This file is part of FFmpeg.
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_pullup.asm | 4 ;* This file is part of FFmpeg.
|
H A D | vf_convolution.asm | 4 ;* This file is part of FFmpeg.
|
H A D | vf_yadif.asm | 7 ;* This file is part of FFmpeg.
|
H A D | avf_showcqt.asm | 6 ;* This file is part of FFmpeg.
|
H A D | af_volume.asm | 5 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/tests/checkasm/x86/ |
H A D | checkasm.asm | 6 ;* This file is part of FFmpeg.
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 24 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 D | Preprocess.pm | 81 insert the result into the appropriate part of the template.
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 81 insert the result into the appropriate part of the template.
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 167 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 D | APInt.cpp | 999 // 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 D | function_toolchain.cc | 569 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 D | test_imaplib.py | 151 part = self.rfile.read(1) 152 if part == b'': 155 line += part
|
H A D | test_urllib2_localnet.py | 118 for part in parts: 119 name, value = part.split("=")
|
H A D | test_wsgiref.py | 291 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 D | gtest.cc | 581 // 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 D | mul-fft.cc | 474 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 D | help_template.rs | 134 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 D | jidctint-avx2.asm | 122 ; -- Even part 158 ; -- Odd part
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageReflection.java | 114 for (String part : parts) { in delimitWithCommas() 118 result.append(part); in delimitWithCommas()
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 1869 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 D | flacenc.c | 5 * 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()
|