/external/skia/third_party/yasm/config/win/ |
stdint.h | 14 // Define C99 equivalent types.
|
/external/v8/src/interpreter/ |
bytecode-register-optimizer.cc | 32 // materialized. The materialized equivalent will be this register 34 // equivalent exists. 38 // materialized and not register |reg|. The materialized equivalent 40 // no materialized equivalent exists. 51 // Get an equivalent register. Returns this if none exists. 294 // each equivalent register as necessary and placing in their 296 RegisterInfo* equivalent; local 297 while ((equivalent = reg_info->GetEquivalent()) != reg_info) { 298 if (!equivalent->materialized()) { 299 OutputRegisterTransfer(reg_info, equivalent); 483 Register equivalent = GetEquivalentRegisterForInputOperand(reg); local [all...] |
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
reduce_general_duplicate_array.rs | 5 // The two kernels have anonymous result types that are equivalent.
|
/libcore/ |
known_oj_tags.txt | 16 # them specially, and putting them in here is equivalent to ignoring them
|
/ndk/sources/android/support/src/musl-multibyte/ |
internal.h | 15 /* equivalent to: ( (b-0x80) | (b+offset) ) & ~0x3f */
|
/packages/experimental/ |
README | 16 packages must be built directly with "mmm" or equivalent:
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug434.go | 8 // are treated as equivalent to zero constants.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug434.go | 8 // are treated as equivalent to zero constants.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
relocs2.s | 10 ;; Note that the .org that follows is more or less equivalent
|
/frameworks/native/include/media/hardware/ |
VideoAPI.h | 124 PrimariesBT709_5, // Rec.ITU-R BT.709-5 or equivalent 125 PrimariesBT470_6M, // Rec.ITU-R BT.470-6 System M or equivalent 126 PrimariesBT601_6_625, // Rec.ITU-R BT.601-6 625 or equivalent 127 PrimariesBT601_6_525, // Rec.ITU-R BT.601-6 525 or equivalent 129 PrimariesBT2020, // Rec.ITU-R BT.2020 or equivalent 138 TransferSRGB, // sRGB or equivalent 139 TransferSMPTE170M, // SMPTE 170M or equivalent (e.g. BT.601/709/2020) 155 MatrixBT709_5, // Rec.ITU-R BT.709-5 or equivalent 156 MatrixBT470_6M, // KR=0.30, KB=0.11 or equivalent 157 MatrixBT601_6, // Rec.ITU-R BT.601-6 625 or equivalent [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/ |
NaNStrategy.java | 23 * <li>MINIMAL - NaNs are treated as minimal in the ordering, equivalent to 25 * <li>MAXIMAL - NaNs are treated as maximal in the ordering, equivalent to
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
summarizable.py | 42 """Returns the buildbot's equivalent data_type. 49 """Returns the buildbot's equivalent value."""
|
/external/clang/lib/Tooling/ |
FileMatchTrie.cpp | 24 /// \brief Default \c PathComparator using \c llvm::sys::fs::equivalent(). 26 bool equivalent(StringRef FileA, StringRef FileB) const override { 27 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); 90 /// whether the stored path is equivalent to 'p'. If yes, the best match is 96 /// equivalent, continue with the parent node as if 'n' didn't exist. If one 97 /// is equivalent, the best match is found. Otherwise, report and ambigiuity 104 if (Comparator.equivalent(StringRef(Path), FileName)) 123 if (Comparator.equivalent(AllChildren[i], FileName)) {
|
/external/llvm/test/Transforms/MergeFunc/ |
fold-weak.ll | 17 ; Don't replace a weak function use by another equivalent function. We don't 18 ; know whether the symbol that will ulitmately be linked is equivalent - we
|
/hardware/qcom/display/msm8084/libcopybit/ |
software_converter.h | 42 * Function to convert the c2d format into an equivalent Android format 54 * Function to convert the Android format into an equivalent C2D format
|
/hardware/qcom/display/msm8226/libcopybit/ |
software_converter.h | 42 * Function to convert the c2d format into an equivalent Android format 54 * Function to convert the Android format into an equivalent C2D format
|
/hardware/qcom/display/msm8909/libcopybit/ |
software_converter.h | 42 * Function to convert the c2d format into an equivalent Android format 54 * Function to convert the Android format into an equivalent C2D format
|
/hardware/qcom/display/msm8960/libcopybit/ |
software_converter.h | 42 * Function to convert the c2d format into an equivalent Android format 54 * Function to convert the Android format into an equivalent C2D format
|
/hardware/qcom/display/msm8994/libcopybit/ |
software_converter.h | 42 * Function to convert the c2d format into an equivalent Android format 54 * Function to convert the Android format into an equivalent C2D format
|
/hardware/qcom/display/msm8996/libcopybit/ |
software_converter.h | 43 * Function to convert the c2d format into an equivalent Android format 55 * Function to convert the Android format into an equivalent C2D format
|
/hardware/qcom/display/msmcobalt/libcopybit/ |
software_converter.h | 43 * Function to convert the c2d format into an equivalent Android format 55 * Function to convert the Android format into an equivalent C2D format
|
/system/tools/aidl/tests/ |
simple_parcelable.h | 39 // with readFromParcel and the Java equivalent versions of these methods. 45 // completes, |this| should have equivalent state to the object that
|
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
AndroidJUnitRunnerConstants.java | 59 * <p>The equivalent constant in {@code InstrumentationTestRunner} is hidden and so not 73 * <p>The equivalent constant in {@code InstrumentationTestRunner} is hidden and so not 87 * <p>The equivalent constant in {@code InstrumentationTestRunner} is private. 94 * <p>There is no equivalent constant in {@code InstrumentationTestRunner} but the string is 103 * <p>There is no equivalent constant in {@code InstrumentationTestRunner} but the string is 117 * <p>The equivalent constant in {@code InstrumentationTestRunner} is private.
|
/external/llvm/test/MC/MachO/AArch64/ |
cstexpr-gotpcrel.ll | 3 ; GOT equivalent globals references can be replaced by the GOT entry of the 15 ; Don't replace GOT equivalent usage within instructions and emit the GOT 16 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is 27 ; Test GOT equivalent usage inside nested constant arrays. 82 ; Check that these got equivalent symbols are emitted on ARM64. Since ARM64 85 ; since they will start out as GOT equivalent candidates, but they are actually
|
/external/llvm/test/MC/MachO/ |
cstexpr-gotpcrel-64.ll | 6 ; GOT equivalent globals references can be replaced by the GOT entry of the 12 ; Check that these got equivalent symbols are never emitted. 22 ; Don't replace GOT equivalent usage within instructions and emit the GOT 23 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is 33 ; Test GOT equivalent usage inside nested constant arrays. 89 ; Do not crash when a pattern cannot be matched as a GOT equivalent
|