/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 47 @ The input to and output from this macro is in the registers q8-q15, 150 @ The input to and output from this macro is in the registers d16-d31, 366 @ If this part is skipped, the output is read from d21-d26 (which is the input 367 @ to this section). 491 @ The public functions in this file have got the following signature: 853 @ of this, to get one column per register. This could be done with two 854 @ transpose_8x8 as below, but this takes advantage of the q registers. 867 @ Transpose back; this is the same transpose as above, but
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.h | 2 // Use of this source code is governed by a BSD-style license that can be 452 return static_cast<T*>(this); in Cast() 457 return static_cast<const T*>(this); in Cast() 461 return Is<T>() ? static_cast<T*>(this) : nullptr; in TryCast() 556 return reinterpret_cast<Input*>(this) - (index + 1); in input_address() 561 return reinterpret_cast<const Input*>(this) - (index + 1); in input_address() 598 "need this, we have to update accessors to check node->properties() " in Allocate() 751 // mark the _current_ state of this Node according to the register allocator. 803 // this will be a pointer to an Input's next_use_id_ field, but it's 804 // initialized to this nod [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 11 ;* Permission to use, copy, modify, and/or distribute this software for any 13 ;* copyright notice and this permission notice appear in all copies. 30 ; Unlike the rest of x264, this file is available under an ISC license, as it 34 ; as this feature might be useful for others as well. Send patches or ideas 121 ; Currently this works only for leaf functions which load all their arguments 152 ; Use this instead of RET if it's a branch target. 397 ; eax/rax for this purpose since it can potentially get overwritten as a return value. 664 ; (SSSE3 is a sufficient condition to know that your cpu doesn't have this problem.) 854 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co. 1045 ; registers, except that this wa [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 12 // understand. The other major advantage of this is that it allows you to 14 // you can do something like this: 227 return this->isValue(CI->getValue()); in match() 231 return this->isValue(CI->getValue()); in match() 244 if (!CI || !this->isValue(CI->getValue())) in match() 264 if (this->isValue(CI->getValue())) { in match() 271 if (this->isValue(CI->getValue())) { in match() 286 return this->isValue(CF->getValueAPF()); in match() 290 return this->isValue(CF->getValueAPF()); in match() 303 if (!CF || !this in match() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 564 emitUnaryopGPR(Opcode, this, Func, NeedsWidthSuffix); 605 emitUnaryopFP(Opcode, Sign, this, Func); 645 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType() 670 emitTwoAddr(Opcode, this, Func); 754 emitThreeAddr(Opcode, this, Func, SetFlags); 804 emitThreeAddrFP(Opcode, Sign, this, Func, OpType); 858 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType() 884 emitFourAddr(Opcode, this, Func); 933 emitFourAddrFP(Opcode, Sign, this, Func); 977 emitCmpLike(Opcode, this, Fun [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
H A D | linux.mak | 14 # along with this program; if not, write to the Free Software
|
/test/testfwk/xdevice/ |
H A D | run.bat | 3 @rem you may not use this file except in compliance with the License.
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | proresdsp.asm | 3 ;* this is identical to "simple" IDCT written by Michael Niedermayer
|
/third_party/curl/scripts/ |
H A D | completion.pl | 12 # you should have received as part of this distribution. The terms 164 --help prints this help
|
/third_party/gn/src/base/mac/ |
H A D | scoped_typeref.h | 2 // Use of this source code is governed by a BSD-style license that can be 19 // for each type to use this interface. For example, an appropriate definition 43 // it should not assume this ownership and must create its own (by calling 88 return *this; in operator =() 92 // by pass-by-pointer create functions. To enforce this, require that the 93 // object be reset to NULL before this may be used.
|
/third_party/gn/src/base/ |
H A D | scoped_generic.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 // Defining a scoper based on this class allows you to get a scoper for 26 // It is intended that you will typedef this class with an appropriate deleter 39 // // It's assumed that this is a fast inline function with little-to-no 61 // discussion of this technique. 91 return *this; in operator =() 113 // Release the object. The return value is the current object held by this 114 // object. After this operation, this object will hold a null value, and 131 // Returns true if this objec [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_internal_entry.h | 6 // use this file except in compliance with the License. You may obtain a copy 23 * majority of the codec library does not include this. 160 * This can be called from multi-threaded code. The first thread to hit this will process the 179 * This can be called from multi-threaded code. The first thread to hit this will process the 208 * @return Task index of the first assigned task; assigned tasks increment from this. 226 * Mark @c count tasks as complete. This will notify all threads blocked on @c wait() if this 233 // Note: m_done_count cannot use an atomic without the mutex; this has a race between the in complete_task_assignment() 287 m_complete.wait(lck, [this]{ return m_done_count == m_task_count; }); in wait() 293 * This can be called from multi-threaded code. The first thread to hit this will process the 294 * work pool termination. Caller must have called @c wait() prior to calling this functio [all...] |
/third_party/backends/backend/ |
H A D | hp.h | 16 along with this program. If not, see <https://www.gnu.org/licenses/>. 19 additional uses of the libraries contained in this release of SANE. 22 to produce an executable, this does not by itself cause the 33 those changes may be distributed with this exception intact. 36 whether to permit this exception to apply to your modifications. 37 If you do not wish that, delete this exception notice. 202 HpConnect sanei_hp_scsi_get_connect (HpScsi this);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | scientificnumberformatter.h | 70 * superscript characters for exponents for this locale. 101 * markup for exponents for this locale. 118 * Returns a copy of this object. Caller must free returned copy. 122 return new ScientificNumberFormatter(*this); in clone()
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 17 # .res file must be added to this list, AND to the file res-file-list.txt
|
/third_party/icu/icu4c/source/common/ |
H A D | charstr.h | 66 * The behavior is undefined if *this and src are the same object. 71 * Replaces this string's contents with the other string's contents. 114 /** @return last index of c, or -1 if c is not in this string */ 119 CharString &clear() { len=0; buffer[0]=0; return *this; } in clear() 140 * on this string. 143 * pointer returned from this function and the number of bytes written. 169 * Appends a U_FILE_SEP_CHAR or U_FILE_ALT_SEP_CHAR if this string is not empty 180 CharString(const CharString &other) = delete; // forbid copying of this class 181 CharString &operator=(const CharString &other) = delete; // forbid copying of this class
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regeximp.h | 172 // bit 1: controls what new-lines are recognized by this operation. 185 // Keep this list of opcode names in sync with the above enum 349 this->add(i); in init()
|
H A D | nfrs.h | 53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() 82 NFRuleSet(const NFRuleSet &other); // forbid copying of this class 83 NFRuleSet &operator=(const NFRuleSet &other); // forbid copying of this class
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | stringpiece.h | 17 // In addition, this is only a partial port of the original Google code, 284 * @param offset Where to start searching within this string (haystack). 291 * Compares this StringPiece with the other StringPiece, with semantics 294 * @return below zero if this < other; above zero if this > other; 0 if this == other. 306 * Returns a substring of this StringPiece. 314 return StringPiece(*this, pos, len); in substr()
|
H A D | chariter.h | 58 * After next32PostInc(), this will be true again. 132 * Generates a hash code for this iterator. 139 * Returns a UClassID for this ForwardCharacterIterator ("poor man's 140 * RTTI").<P> Despite the fact that this function is public, 142 * @return a UClassID for this ForwardCharacterIterator 189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; } in operator =() 286 * Function processing characters, in this example simple output 318 * Calls to notBoundary() in this example represents some additional stopping criteria. 377 * concrete class as this one, and referring to the same 378 * character in the same text-storage object as this on [all...] |
H A D | ucharstriebuilder.h | 64 * @param value The value associated with this string. 69 * @return *this 125 * @return *this 132 return *this; in clear()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_backtrace.tex | 28 called \Func{backtrace}(). The prototype for this function is usually obtained
|
/third_party/libsnd/Octave/ |
H A D | sndfile_save.m | 14 ## along with this file. If not, write to the Free Software Foundation,
|
H A D | sndfile_play.m | 14 ## along with this file. If not, write to the Free Software Foundation,
|
H A D | sndfile_load.m | 14 ## along with this file. If not, write to the Free Software Foundation,
|