/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 292 static unsigned getPairedGPR(unsigned Reg, bool Odd, const MCRegisterInfo *RI) { in getPairedGPR() argument 295 return RI->getSubReg(*Supers, Odd ? ARM::gsub_1 : ARM::gsub_0); in getPairedGPR() 310 unsigned Odd; in getRegAllocationHints() local 313 Odd = 0; in getRegAllocationHints() 316 Odd = 1; in getRegAllocationHints() 334 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints() 343 if (Reg == PairedPhys || (getEncodingValue(Reg) & 1) != Odd) in getRegAllocationHints() 346 unsigned Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_422_pixels.txt | 85 Even Pixel Odd Pixel 98 Even Pixel Odd Pixel (Averaged) 130 Even Pixel Odd Pixel 141 Even Pixel (Averaged) Odd Pixel (Averaged)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_422_pixels.txt | 85 Even Pixel Odd Pixel 98 Even Pixel Odd Pixel (Averaged) 130 Even Pixel Odd Pixel 141 Even Pixel (Averaged) Odd Pixel (Averaged)
|
/third_party/boost/tools/quickbook/test/ |
D | code_unclosed_block-1_6-fail.quickbook | 1 [article Odd code markup. [quickbook 1.6] ]
|
D | code_cpp_mismatched_escape-1_4-fail.quickbook | 1 [article Odd code markup. [quickbook 1.4] ]
|
D | code_python_mismatched_escape-1_4-fail.quickbook | 1 [article Odd code markup. [quickbook 1.4] ]
|
D | hr-1_6.quickbook | 26 ---- [nothing] Odd way to get text displayed.
|
/third_party/glib/glib/tests/markups/ |
D | fail-43.expected | 1 ERROR Error on line 1 char 10: Odd character “≈”, expected a “=” after attribute name “bar” of elem…
|
D | fail-52.expected | 1 ERROR Error on line 1 char 5: Odd character “\xfc”, expected a “=” after attribute name “r” of elem…
|
D | fail-48.expected | 1 ERROR Error on line 2 char 2: Odd character “>”, expected a “=” after attribute name “bar” of eleme…
|
D | fail-8.expected | 2 ERROR Error on line 1 char 6: Odd character “}”, expected a “>” character to end the empty-element …
|
D | fail-44.expected | 2 ERROR Error on line 1 char 6: Odd character “≻”, expected a “>” character to end the empty-element …
|
D | fail-53.expected | 2 ERROR Error on line 1 char 4: Odd character “\xfc”, expected a “>” character to end the empty-eleme…
|
D | fail-50.expected | 1 ERROR Error on line 1 char 5: Odd character “\xfc”, expected an open quote mark after the equals si…
|
D | fail-9.expected | 1 ERROR Error on line 1 char 10: Odd character “{”, expected an open quote mark after the equals sign…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO 83 //Odd Exec Ports 88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 95 //Odd ALU pipelines 102 // Four DP (Floating Point) units in total. Two even, two Odd. 109 //Odd DP pipelines
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 102 enum class Color { Even, Odd }; enumerator 261 return OverrideBalance == 1 ? Color::Even : Color::Odd; in getPreferredColor() 465 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet() 490 PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet() 717 return Color::Odd; in getColor()
|
/third_party/boost/tools/quickbook/test/versions/ |
D | templates-inc-1_5.quickbook | 17 [/ Odd test for calling 1.4 -> 1.5 -> 1.4 template]
|
D | templates-inc-1_4.quickbook | 17 [/ Odd test for calling 1.4 -> 1.5 -> 1.4 template]
|
/third_party/mesa3d/docs/relnotes/ |
D | 3.4 | 14 Odd numbered versions (such as 3.3) designate new developmental releases.
|
D | 4.0.1 | 14 Odd numbered versions (such as 3.3) designate new developmental releases.
|
D | 3.4.2 | 14 Odd numbered versions (such as 3.3) designate new developmental releases.
|
D | 3.4.1 | 14 Odd numbered versions (such as 3.3) designate new developmental releases.
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tessellator.cpp | 653 if( HWIntegerPartitioning() || Odd() ) in QuadProcessTessFactors() 1154 if( HWIntegerPartitioning() || Odd() ) in TriProcessTessFactors() 1192 int pointCountMin = Odd() ? 4 : 3; in TriProcessTessFactors() 1203 if( Odd() ) in TriProcessTessFactors() 1305 if( !Odd() ) in TriGeneratePoints() 1396 if( Odd() ) in TriGenerateConnectivity() 1713 if( Odd() ) in NumPointsForTessFactor() 1730 …if( Odd() || (fxpHalfTessFactor == FXP_ONE_HALF)) // fxpHalfTessFactor == 1/2 if TessFactor is 1, … in ComputeTessFactorContext() 1743 else if( Odd() ) in ComputeTessFactorContext() 1770 if( Odd() ) in ComputeTessFactorContext() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
D | tessellator.cpp | 671 if( HWIntegerPartitioning() || Odd() ) in QuadProcessTessFactors() 1172 if( HWIntegerPartitioning() || Odd() ) in TriProcessTessFactors() 1210 int pointCountMin = Odd() ? 4 : 3; in TriProcessTessFactors() 1221 if( Odd() ) in TriProcessTessFactors() 1323 if( !Odd() ) in TriGeneratePoints() 1414 if( Odd() ) in TriGenerateConnectivity() 1731 if( Odd() ) in NumPointsForTessFactor() 1748 …if( Odd() || (fxpHalfTessFactor == FXP_ONE_HALF)) // fxpHalfTessFactor == 1/2 if TessFactor is 1, … in ComputeTessFactorContext() 1761 else if( Odd() ) in ComputeTessFactorContext() 1778 if( Odd() ) in ComputeTessFactorContext() [all …]
|